Second Order ODE, Complex Roots, Change of Variables

_N3WTON_
Messages
350
Reaction score
3

Homework Statement


Solve:
\frac{d^{2}y}{dx^{2}} + \omega^{2}y = 0
Show that the general solution can be written in the form:
y(x) = A\sin(\omega x + \alpha)
Where A and alpha are arbitrary constants

Homework Equations

The Attempt at a Solution


I know that I will need to change variables for this problem, so I let
v = \frac{dy}{dx}
Then, using the chain rule I found:
\frac{d^{2}y}{dx^{2}} = \frac{dv}{dx} = \frac{dv}{dy}\frac{dy}{dx} = v\frac{dv}{dy}
Substituting this into the equation I found:
v\frac{dv}{dy} + \omega^{2} y = 0
This looks to me like a separable equation, so I made the following separation:
v\frac{dv}{dy} = -\omega^{2} y
vdv = -\omega^{2} ydy
I integrated both sides and obtained:
\frac{v^2}{2} = -\omega^{2} \frac{y^2}{2}
After some manipulation I obtained:
v = +- sqrt(2(-\frac{\omega^{2}y}{2} + C))
Since:
v = \frac{dy}{dx}
I made that substitution and found that:
\frac{dy}{dx} = +- sqrt(2-\frac{\omega^{2}y}{2} + C))
However, I am a little unsure of myself when it comes to problems like this, so I just wanted to see if I was on the right track with this problem or completely off base. My next step would be to integrate that square root, but I don't see how that would give me anything close to what the book wants for an answer.
 
Last edited:
Physics news on Phys.org
I just realized that perhaps I could solve this using an auxiliary equation, so I'm going to try that out real quick..
Edit: not working out
 
Last edited:
I made a mistake copying my solution, I am editing now, there should not be a fraction in my separation
 
To prove that this is the general solution, you need to do two things: show that it is a solution- that it satisfies the differential equation- and that every solution is of that form. The first part is easy: just take the second derivative of the function and put it into the equation.

For the second, note that A sin(\omega x+ \alpha)= A(cos(\alpha) sin(\omega x)+ sin(\alpha) cos(\omega x))= C sin(\omega x)+ D cos(\omega x) where C= Acos(\alpha) and D= Asin(\alpha). Since A and \alpha can be any constants, so can C and D.

Then use the fact that, since this is a second order linear homogeneous differential equation, the set of all solutions forms a two dimensional vector space and that sin(\omega x) and cos(\omega x) are independent solutions and so form a basis for that vector space.
 
Last edited by a moderator:
HallsofIvy said:
To prove that this is the general solution, you need to do two things: show that it is a solution- that it satisfies the differential equation- and that every solution is of that form. The first part is easy: just take the second derivative of the function and put it into the equation.

For the second, note that A sin(\omega x+ \alpha)= A(cos(\alpha) sin(\omega x)+ sin(\alpha) cos(\omega x))= C sin(\omega x)+ D cos(\omega x) where C= Acos(\alpha) and Asin(\alpha). Since A and \alpha can be any constants, so can C and D.

Then use the fact that, since this is a second order linear homogeneous differential equation, the set of all solutions forms a two dimensional vector space and that sin(\omega x) and cos(\omega x) are independent solutions and so form a basis for that vector space.
Thanks for the help!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top