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
 
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