Differential Equation, finding values

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
9 replies · 3K views
KCEWMG
Messages
10
Reaction score
0
Question:
Find the values of ω for which y=cosωt satisfies d^2y/dt^2 +81y = 0
where ω1<ω2


I guess I'm just having a lot of problem even figuring out how to do these at all. Since it's a second degree problem, I found the derivative of y=cosωt, which is -sin(ωt)*ω, and I found the derivative of that to be cos(ωt)*ω. I then set ωcos(ωt)=81cos(ωt).
Am I going about this right at all?
 
Physics news on Phys.org
Alright!

So instead of what I had, it is instead -sin(tω)-tωcos(ωt)=81cos(ωt)
Then I get the -tan(ωt)-tω=81
This might be basic algebra, but where do I go from here? I don't think that I can take an ω out because it's the tangent of ω, right?
 
Well, I did it again and got a new answer...
After using the product rule, I got ((cos(ωt)ω)ω-sin(ωt)=81cos(ωt)
Which gets me ω^2=81+sin(ωt)
Right?
 
OH! So the final answer is positive and negative 9!
I understand. Thank you!
 
Alright, the next problem is to find the values of K for which y=x^2+k is a solution to the differential equation 2y-xy'=14.
After that, I figured that 2(x^2+k)-x(2x+k)=14.
I then distributed and solved that k = 14/(2-x).
I put K into the equation y=x^2+(14/2-x).
After doing all of this, I got that y=0.
Now what?