Solving a Second Order Circuit for Capacitor Voltage

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
Vishera
Messages
72
Reaction score
1

Homework Statement



upload_2014-10-10_11-20-43.png

upload_2014-10-10_11-20-49.png

Homework Equations



Here is the technique I am using:

upload_2014-10-10_11-21-43.png


The Attempt at a Solution



img001.jpg

img002.jpg

[/B]
I understand how to solve the problem using the technique provided by the solution but I was wondering where I messed up in the technique that I used. I prefer the second technique because there is less memorization.
 
Physics news on Phys.org
Did you have a question? The provided solution looks pretty thorough except that they didn't explicitly state the steady-state solution.
 
gneill said:
Did you have a question? The provided solution looks pretty thorough except that they didn't explicitly state the steady-state solution.

The problem is that the provided solution doesn't derive the differential equations from scratch. It uses equations that we are supposed to memorize. I would prefer to just solve the problem from scratch instead of plugging in and chugging. I am trying to derive the differential equations from scratch and I did so but my final solution is incorrect.
 
When I do nodal analysis I see:
$$\frac{v}{R} + \frac{1}{L} \int v\;dt + C \frac{dv}{dt} = 0 $$
Clear the integral by differentiating the whole thing:
$$\frac{1}{R} \frac{dv}{dt} + \frac{1}{L} v + C \frac{d^2 v}{dt^2} = 0$$
$$\frac{d^2 v}{dt^2} + \frac{1}{R C} \frac{dv}{dt} + \frac{1}{L C} v = 0$$
Plugging in component values and changing notation:
RC = 1
LC = 1/4

thus:

v'' + v' + 4v = 0

So you have complex conjugate roots, not a double real root. This makes sense since the circuit is underdamped.
 
gneill said:
When I do nodal analysis I see:
$$\frac{v}{R} + \frac{1}{L} \int v\;dt + C \frac{dv}{dt} = 0 $$
Clear the integral by differentiating the whole thing:
$$\frac{1}{R} \frac{dv}{dt} + \frac{1}{L} v + C \frac{d^2 v}{dt^2} = 0$$
$$\frac{d^2 v}{dt^2} + \frac{1}{R C} \frac{dv}{dt} + \frac{1}{L C} v = 0$$
Plugging in component values and changing notation:
RC = 1
LC = 1/4

thus:

v'' + v' + 4v = 0

So you have complex conjugate roots, not a double real root. This makes sense since the circuit is underdamped.

I just did it this way and it seems to be correct. Is there anything I did wrong with my method?

Actually, I think I figured out what I did wrong. I substituted C=0.25 instead of C=1 and I substituted L=1 instead of L=0.25. Opps.
 
Last edited: