Second order differential equation

hallic
Messages
6
Reaction score
0
I've created a second order homogeneous equation from my orginal data
m(d^2x/dt^2) + kx = 0
how can I turn it into a expression of displacement relevant to time?
 
Physics news on Phys.org
\frac{d^2x}{dt^2} = \frac{-kx}{m}

Now,

\frac{d^2x}{dt^2} = \frac{dv}{dt} = \frac{dv}{dx}\frac{dx}{dt} = v\frac{dv}{dx} = \frac{d(\frac{1}{2}v^2)}{dv}\frac{dv}{dx} = \frac{d(\frac{1}{2}v^2)}{dx}=\frac{d}{dx}\left(\frac{1}{2}\left(\frac{dx}{dt}\right)^2\right)

By applying the chain rule twice.

So,

\frac{d}{dx}\left(\frac{1}{2}\left(\frac{dx}{dt}\right)^2\right) = \frac{-kx}{m}

Hopefully you can now solve this as a differential equation
 
Isn't it simpler to solve the first one, it being standard? x=ACos(\sqrt{\frac{k}{m}}t+\phi_{0})
 
Haha yeah, I guess so. But since I haven't learned the theory for second order differential equations, this is a way using high school calculus.

If you go through it, it comes out to be the same answer you have
 
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...
Back
Top