Analyzing First Order Transient Circuits Using Differential Equations

AI Thread Summary
The discussion focuses on solving a first-order transient circuit using differential equations, specifically analyzing the voltage across a capacitor before and after a switch is thrown. The initial conditions indicate that the voltage across the capacitor is zero before the switch is activated. The key equation derived from Kirchhoff's Current Law (KCL) is simplified to a standard form, leading to the solution structure involving constants K1 and K2. Participants suggest using the integrating factor method or substituting the assumed solution form into the differential equation to find the constants. There is some debate about the correctness of the derived equation, with alternative approaches proposed for verification.
RadiationX
Messages
255
Reaction score
0
Please click the image to make it larger:
http://img360.imageshack.us/img360/2049/82009866sy5.th.jpg

To solve this circuit I'm going to use the differential equation approach. I'm concerned with the voltage across the capacitor at V_c(0^-) and V_c(0^+)


At position 1 before the switch is thrown V_c(0^-)=0

At position 2 after switch is thrown I have the following from KCL:

\frac{6-V(t)}{12k} = C\frac{dv}{dt} + \frac{V(t)}{6k}

This reduces to: \frac{dv}{dt} + 2.5V(t) = 5

My problem is that I know that this is correct but I don't know how to put it all together.

I know that the solution is of the form:

K_1 +K_2e^{-t/t_c}

The answer is V(t)=1.33 -1.33e^{-2.5t}V

How do I extract this from my work?:smile:
 
Last edited by a moderator:
Physics news on Phys.org
Wow, I thought someone would understand this :cry:
 
RadiationX said:
Please click the image to make it larger:
http://img360.imageshack.us/img360/2049/82009866sy5.th.jpg

To solve this circuit I'm going to use the differential equation approach. I'm concerned with the voltage across the capacitor at V_c(0^-) and V_c(0^+)


At position 1 before the switch is thrown V_c(0^-)=0

At position 2 after switch is thrown I have the following from KCL:

\frac{6-V(t)}{12k} = C\frac{dv}{dt} + \frac{V(t)}{6k}

This reduces to: \frac{dv}{dt} + 2.5V(t) = 5

My problem is that I know that this is correct but I don't know how to put it all together.

I know that the solution is of the form:

K_1 +K_2e^{-t/t_c}

The answer is V(t)=1.33 -1.33e^{-2.5t}V

How do I extract this from my work?:smile:

Assuming that you have got the diff eqn correct (I can't see your image so can't check), then you need to either solve this by Integrating factor method or sub in the form
K_1 +K_2e^{-t/t_c}
into your equation and then solve for K1, K2 and t_c. You will find that it a polynomial in e^{-t/t_c}, equating coefficient of e^{-t/t_c} on both sides you get relation for K1 and t_c, and then use your initial condition to fix K2.

i have got a feeling that
\frac{dv}{dt} + 2.5V(t) = 5

RHS may be wrong
 
Last edited by a moderator:
I think you made a reduction error because you have the KCL equation correct.

I get the same KCL, but mine reduced to:
6 = 3v_c(t) + 1.2 \frac{dv_c(t)}{dt}

This is simply a differential equation that you need to solve for like any other diff eq would go. First find the homogeneous solution
0 = 3v_c(t) + 1.2 \frac{dv_c(t)}{dt}
with separation of variables and then find the particular solution
6 = 3v_c(t) + 1.2 \frac{dv_c(t)}{dt}
with a judicious guess. Add the two for your overall solution.
 
Actually I see that my answer doesn't agree with the answer given to you, but I am pretty sure that mine is right because as a quick check you can look at the circuit given to you and for DC values replace capacitors with open circuits and inductors with short circuits.

The DC solution (which happens to correspond with the particular solution because the DC source is driving the circuit) I get is the same through the Diff Eq. and the DC reduction method. Maybe you can verify this.
 
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Back
Top