2
$\begingroup$

Disclaimer: I'm an engineer, not a mathematician

Below is the derivation of the voltage across one capacitor with two capacitors in series, so C1 and C2 are greater than zero. $\omega$ is the frequency.

$ V_{C2} = \dfrac{Z_{C2}}{Z_{C1} + Z_{C2}}V1 = \dfrac{\dfrac{1}{j\omega C2}}{\dfrac{1}{j\omega C1} + \dfrac{1}{j\omega C2}} V1 = \dfrac{\dfrac{C1}{j\omega C1 C2}}{\dfrac{C2}{j\omega C1 C2} + \dfrac{C1}{j\omega C1 C2}} V1 = \dfrac{C1}{C1 + C2} V1 $

I understand that the last step is not allowed if $\omega$ = 0, and that in that case I should take the limit:

$ V_{C2} = \displaystyle \lim_{\omega \to 0} \dfrac{\dfrac{C1}{j\omega C1 C2}}{\dfrac{C2}{j\omega C1 C2} + \dfrac{C1}{j\omega C1 C2}} V1 = \dfrac{C1}{C1 + C2} V1 $

That makes sense to me, but I wonder if I didn't skip a step for the limit.

I remember when I was a student I found most steps in a proof "trivial", much to the professor's vexation :-)

So, are there additional steps I shouldn't have skipped?

I'm not a mathematician, so please type slowly :-)

  • 0
    Makes sense to me -- don't see how it can be any clearer.2012-06-11

2 Answers 2

2

Edit: This answer has been revised to answer why taking the limit is justified.

The short answer is that essentially all the parameters of an electric system are continuous with respect to frequency (even smooth, i.e. infinitely differentiable). Even circuits made up of op amps with high slew rates have output frequencies which are continuous functions of the input voltages, the derivative is just very high. In particular, the voltage across a single capacitor in a circuit with two capacitors in series is a continuous function of the frequency of the input. It is a property of continuous functions that any continuous function $f$ satisfies $\lim\limits_{x\to a} f(x) = f(a)$ for all $a$. In this particular case, you are making use of the fact that $\lim\limits_{\omega\to 0} V2(\omega)=V2(0)$ in order to calculate $V2(\omega)$.

As for why the parameters of an electrical circuit are continuous with respect to frequency, you'll have to consult a physicist.

  • 0
    @stevenvh No problem. For the record, *why* these functions are continuous bugged me all through electronics class.2012-06-11
1

Whether taking the limit is justified or not is not really a mathematical question. Strictly speaking the equation you use is invalid for $\omega=0$, so no value is defined there, and it makes no sense to ask whether the limit as $\omega\to0$, which exists in this case, corresponds to the value at $\omega=0$. One could define the value at $\omega=0$ by the limit, but whether that definition corresponds to the physics of the situation has to be judged separately.

Normally one would expect that the behaviour of the system depends continuously on the frequency, and therefore that the solution for direct current is given by the limit of the solution for alternating current as the frequency goes to $0$. However, it is conceivable that the solution for alternating current only describes the stable sitaution reached after a transient period of duration proportional to the inverse of the frequency, and in that case the stable sutation would never be reached for the case of direct current; this might lead to a discontinuity of the solution at $\omega=0$. Whether this is the case here I cannot say.