Electrical circuit differential equation

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
7 replies · 2K views
Polygon
Messages
4
Reaction score
0
q''+ 20 q = 100 sin(ωt)

I have been asked to find all mathematically possible values of ω for which resonance will occur. From the homogeneous solution, q(t) = Acos(√20 t) +Bsin(√20 t), I can see that resonance occurs when ω=√20. My question is, should I also consider -√20? And if so, what is the significance of a negative angular frequency?

Thanks.
 
Physics news on Phys.org
You sure you have the full solution ?
What determines A and B ?
Is ##C\cos(-\sqrt{20} \, t) + D\sin(-\sqrt{20} \,t )\ ## much different from ##A\cos(\sqrt{20} \, t)+ B\sin(\sqrt{20} \,t ) \ ## ?

Likewise: what's the difference between ##100 \sin(\omega t)## and ##100 \sin(-\omega t)## ?
 
  • Like
Likes   Reactions: Polygon
BvU said:
You sure you have the full solution ?
What determines A and B ?
Is ##C\cos(-\sqrt{20} \, t) + D\sin(-\sqrt{20} \,t )\ ## much different from ##A\cos(\sqrt{20} \, t)+ B\sin(\sqrt{20} \,t ) \ ## ?

Likewise: what's the difference between ##100 \sin(\omega t)## and ##100 \sin(-\omega t)## ?

Thank you for your reply BvU. The only difference is that the sine term will have a negative in front, which doesn't really make a difference since A, B, C and D are arbitrary constants. So my particular solution in both cases (ω=+√20 and ω=-√20 ) will be of the form q(t) = t(acos(√20 t) ± bsin(√20 t)), which means the charge will oscillate with increasing amplitude and without bound as t increases. So these are the two (and only two) ω values for which resonance occurs in this system?
 
Polygon said:
$$q(t) = t(A \cos(√20 t) ± B\sin(√20 t))$$
(If that is what you mean) Doesn't look correct.
General solution = one particular solution + solution of homogeneous equation ,
the first without integration constants, the second with
is what I remember.
 
Sorry, that is not what I meant. I should not have written it like that. As you said, the general solution contains a particular solution and the homogeneous solution. So the general solution will be of the form q(t) = Acos(√20 t) +Bsin(√20 t) + t(acos(√20 t) + bsin(√20 t)).

So the values of ω that will give resonance are both +√20 and -√20, right? I just need some confirmation as I haven't been given a problem like this before and I have little knowledge of electrical circuits.
 
BvU said:
Does that satisfy the differential equation ? I don't think it does...

It does after solving for the constants. Thanks for your time BvU. I think I've got it now :)