RLC circuit with very large Resistance

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
3 replies · 3K views
gonzalesdp
Messages
8
Reaction score
0

Homework Statement



Consider an RLC circuit with very large Resistance.
a) when t = 0, q(0) = 0
b) When t = TL q(TL) = 2Q(1+e)-1cosh(TL/TC)
Where TL and TC are the inductive and capacitive time constants, respectively.

Show that the charge as a function of time is given by:

q(t) = Q(1+e)-1e-t/TC + Q(1+e-1)-1e-t/TLet/TC

Homework Equations



There is a hint that you might need to use the binomial theorem.



The Attempt at a Solution



I'm not sure where to begin with this one.
 
Physics news on Phys.org
Thanks, I have gotten that far since I posted.

I have the diff eq as

L dq^2/dt +R dq/dt +q/c = 0

I'm solving using the general form ay" + by' +cy = 0

the auxiliary equation is

am^2 + bm +c = 0

From what I understand is there are three cases to this solution:
1: Distinct real roots when b^2 - 4ac > 0
Solution: y =c_1exp(xm_1) +c_2exp(xm_2)
2: Reapeated Real roots when b^2 - 4ac = 0
Solution: y = c_1exp(xm) +xc_2exp(xm)
3: conjugate complex roots when b^2 -4ac < 0
Solution: y = exp(alphax)[c_1cos(Bx) + c_2sin(Bx)
alpha = -b/2a
B = (1/2a)(4ac-b^2)^1/2
Usually the third case is the one to use, since circuits are only useful with small resistances.
However since one of the conditions is a "very large resistance". I've been trying to use the first two.