_N3WTON_
- 350
- 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: