Expression for Angular Frequency

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
12 replies · 4K views
zorro
Messages
1,378
Reaction score
0
How is this expression for angular frequency in an L.C.R. circuit derived-

w = (1/LC - R2/4L2)1/2

(I came across this while solving a problem)
 
Last edited:
Physics news on Phys.org
You solve the differential equation for kirchhoffs loop rule.
 
Hi Abdul! :smile:
Abdul Quadeer said:
How does this expression for angular frequency in an L.C.R. circuit derived-

w = (1/LC - R2/4L2)1/2

(I came across this while solving a problem)

Well, without knowing anything about circuits, we can guess that it probably has something to do with the fact that that obviously looks like a determinant,

of Lx2 + Rx + 1/C = 0 …​

can you get a differential equation that looks like that, maybe for current? :wink:
 
I got the same equation for w in place of x. On solving,

w = (-R +/- (R2 -4L/C)1/2)/2L

I did not get any differential equation.
 
Abdul Quadeer said:
I got the same equation for w in place of x. On solving,

w = (-R +/- (R2 -4L/C)1/2)/2L

Are you sure? that's not the same ω as in your original post …
Abdul Quadeer said:
How is this expression for angular frequency in an L.C.R. circuit derived-

w = (1/LC - R2/4L2)1/2

I suspect that the R/2L is a separate exponential part

(my differential equation in I was from combining CVC = Q (so CdVC/dt = I), VR = IR, VL = LdI/dt, and d/dt(VC + VR + VL) = 0)
 
tiny-tim said:
(my differential equation in I was from combining CVC = Q (so CdVC/dt = I), VR = IR, VL = LdI/dt, and d/dt(VC + VR + VL) = 0)

That will give a second order differential equation, right?
Your expression does not contain any w.
 
I got
I/C + RdI/dt + Ld2I/dt2 = 0

How to solve this?
 
Hi Abdul! :smile:

(just got up :zzz: …)
Abdul Quadeer said:
I got
I/C + RdI/dt + Ld2I/dt2 = 0

How to solve this?

Don't you know the standard method for these equations? …

write D = d/dt, so the equation becomes

(LD2 + RD + 1/C)I = 0,

which you can factor to

(D - R/2L + i√(1/LC + R2/4L2))(D - R/2L - i√(1/LC + R2/4L2))I = 0 …

carry on from there :smile:
 
Its d2I/dt2 not (dI/dt)2 :wink:
 


I have solved questions in D.E. like -
1 + (dy/dx)2 = xdy/dx

by taking dy/dx = p

Do we use p2 for both (dy/dx)2 and d2y/dx2 ?