Thread Closed

second order differential equation

 
Share Thread Thread Tools
Dec18-09, 06:38 AM   #1
 

second order differential equation


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?
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Galaxies fed by funnels of fuel
>> The better to see you with: Scientists build record-setting metamaterial flat lens
>> Google eyes emerging markets networks
Dec18-09, 06:51 AM   #2
 
[tex]\frac{d^2x}{dt^2} = \frac{-kx}{m}[/tex]

Now,

[tex]\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{d x}{dt}\right)^2\right)[/tex]

By applying the chain rule twice.

So,

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

Hopefully you can now solve this as a differential equation
Dec18-09, 06:59 AM   #3
 
Isn't it simpler to solve the first one, it being standard? [tex]x=ACos(\sqrt{\frac{k}{m}}t+\phi_{0})[/tex]
Dec18-09, 10:55 AM   #4
 

second order differential equation


Haha yeah, I guess so. But since I haven't learnt the theory for second order differential equations, this is a way using highschool calculus.

If you go through it, it comes out to be the same answer you have
Thread Closed
Thread Tools


Similar Threads for: second order differential equation
Thread Forum Replies
first order differential equation Calculus & Beyond Homework 2
2nd order differential equation using reduction of order Calculus & Beyond Homework 7
differential equation - 2nd order diff equation Calculus & Beyond Homework 5
First Order Differential Equation Introductory Physics Homework 3