How would I derive the transfer function of this circuit in terms of its corner frequencies?
Edit: The solution I am trying to derive is the following
Answer
In your case, the transfer function is easily cobbled out. (I've seen H and G used interchangeably, so don't get bogged down on some imagined foolish consistency.)
Gs=RR+sL+1sC
Moving towards a standard form of some kind (and I'm sure you can handle the algebra for it), this becomes:
Gs=RLss2+RLs+1LC
Set $\alpha=\frac12 \frac{R}{L}$, $\omega_{_0}=\frac1{\sqrt{L\,C}}$, and create the unitless $\zeta=\frac{\alpha}{\omega_{_0}}$. Now we can write:
Gs=2αss2+2αs+ω20=2ζω0ss2+2ζω0s+ω20
The denominator is obviously quadratic and the roots are:
{s1=−α+√α2−ω20=−ζω0+√ζ2ω20−ω20=ω0[−ζ+√ζ2−1]s2=−α−√α2−ω20=−ζω0−√ζ2ω20−ω20=ω0[−ζ−√ζ2−1]
$\zeta$ is handy. The following cases arrive (if you look at the square-root term of $s_1$ and $s_2$ you may note that it can be imaginary or real):
Damping factor conditions{ζ=1(α=ω0)Critically dampedζ>1(α>ω0)Over-dampedζ<1(α<ω0)Under-dampedζ=0Un-damped
(We can eliminate the un-damped case, since in your circuit this means $R=0\:\Omega$ and therefore $G_s=0$ and the whole thing becomes trivial.)
The only way you can move towards the solution you are looking for is to assume that $\zeta\gt 1$ (over-damped case.) Here, the square-root part of the solution is real and therefore $s_1$ and $s_2$ are both real (and different from each other.) Here also, the $s_1$ and $s_2$ poles actually represent your $\omega_{_\text{L}}$ and $\omega_{_\text{H}}$:
{ωL=−s1=ω0(ζ−√ζ2−1)ωH=−s2=ω0(ζ+√ζ2−1)
(You may note that $\omega_{_\text{L}}\,\omega_{_\text{H}}=\omega_{_0}^2$.)
Avoiding replacing $s$ with $j\omega$ for a moment:
Gs=2ζω0s(s−s1)⋅(s−s2)=2ζω0s(s+ωL)⋅(s+ωH)=2ζω0sωLωH(sωL+1)⋅(sωH+1)
But now substituting in $s=j\omega$ and then continuing forward:
Gs=2ζω0jωωLωH(1+jωωL)⋅(1+jωωH)=2ζω0ωH⋅jωωL(1+jωωL)⋅(1+jωωH)=2ζω0ω0(ζ+√ζ2−1)⋅jωωL(1+jωωL)⋅(1+jωωH)=2ζζ+√ζ2−1⋅jωωL(1+jωωL)⋅(1+jωωH)=[21+√1−1ζ2]⋅[jωωL(1+jωωL)⋅(1+jωωH)]
At this point, I'm not sure what else you want. But I've gotten you close to your target, I hope.
(Some folks will prefer to use $Q$ instead of $\zeta$. If you are one of those, then just swap in $\zeta=\frac1{2\,Q}$.)
Note about conflicting usages of $\alpha$
You may note that I rapidly moved away from $\alpha$ in the answer above and that it isn't used at all once I developed the damping factor, $\zeta$. There is a reason.
I used $\alpha$ in the same way and context as is found at this Wiki page on RLC circuits. If you look at the first-order co-efficient in the denominator's quadratic, you'll see the expression, $2\zeta\,\omega_{_0}$. In my use and in the Wiki page's use, $\alpha = \zeta\,\omega_{_0}$, picking up the last two factors of that expression.
However, there are some writers discussing this very topic who use it to instead mean the first two factors, choosing to set $\alpha=2\zeta$. For an example, see this electronics tutorial on active bandpass filters and search for the term, "Quality Factor," within it. In that context (not mine), $\alpha=\frac1{Q}$. I can't say I understand why this practice occurs. The damping factor, $\zeta$, is by itself sufficient and arguably serves the purpose better. There's no need to create a nearly identical variable, differing only by a factor of 2. Let alone the fact that doing so, while re-purposing a symbol used in the same context, serves more to confuse than to clarify. But there it is.
Be aware of such differences and read the work as it is written. Try to avoid conflating usages found in one place with usages found in other places. Even when you restrict what you read to the work product of well-trained authors (which I'm not), you still cannot depend upon consistent usage.
No comments:
Post a Comment