Help solving 2nd order differential equation

woodie37
Messages
14
Reaction score
0
Help solving 2nd order differential equation please

While solving for the time it takes an object of mass, m, with initial velocity, v, to compress a spring with spring constant, k to the maximum compression, I came across the following differential equation

m(d^{2}x/dt^{2}) = kx - mg

I drew a f.b.d. of the forces on the object, mg down and kx (force of spring) up, and that's why I got kx - mg as the net force, the spring is on the bottom.

Can someone show me the technique to solving this please? I'm in grade 12 and have never learned differential equations before, but I finished both integration and differentiation calculus on my own in the summer.
 
Physics news on Phys.org


Isn't this just a second order homogeneous linear ODE?

mx'' - kx = -mg
(-1/g)x'' + (k/mg)x = 0

With auxiliary polynomial:

(-1/g)r2 + k/mg = 0

So just solve for r and the answer is of the form:

x(t)=c_1e^{r_1t}+c_2e^{r_2t}

where c_1 and c_2 are constants.
 
Last edited:


Thanks i didnt see that!
 


Wait a min...-mg/-mg = 1 not 0...
 


woodie37 said:
Wait a min...-mg/-mg = 1 not 0...

Yes, sorry. My excuse is that I just woke up when I originally replied. I replied to your private message with an explanation of how to find the (correct) solution.
 
Last edited:


Yes this helped a lot! =D Thanks! ps sry it took me so long to get back, but I've read the solution right after you mailed it to me and i hadnt have time to respond
 
Are there any good visualization tutorials, written or video, that show graphically how separation of variables works? I particularly have the time-independent Schrodinger Equation in mind. There are hundreds of demonstrations out there which essentially distill to copies of one another. However I am trying to visualize in my mind how this process looks graphically - for example plotting t on one axis and x on the other for f(x,t). I have seen other good visual representations of...
Back
Top