Nonlinear differential equation

mbadin
Messages
1
Reaction score
0

Homework Statement



In one problem I had got to this equations, but I was not able to solve it, because I'm actually
on high school.

The equation :
d^2/dt^2(x) = -h*g/(h+x)

I tried use separation of variables but I was not able to use the chain rule.
Can anybody show me the steps with explanation?
 
Last edited by a moderator:
Physics news on Phys.org
welcome to pf!

hi mbadin! welcome to pf! :smile:

(try using the X2 button just above the Reply box :wink:)
mbadin said:
d2x/dt2 = -h*g/(h+x)

either multiply both sides by dx/dt

or use d2x/dt2 = vdv/dx

(where v = dx/dt … you can prove it using the chain rule :wink:)
 
OK, here is how your equation appears to me:
\frac{d^2x}{dt^2} = -\frac{hg}{h+x}
If i understood your question correctly, then you need to integrate twice to get rid of the differentiation.
 
sharks said:
OK, here is how your equation appears to me:
\frac{d^2x}{dt^2} = -\frac{hg}{h+x}
If i understood your question correctly, then you need to integrate twice to get rid of the differentiation.
It's not that easy because the right side, that you want to integrate with respect to t depends upon the unknown function x.

I would do what tiny-tim suggested: Let v= dx/dt so that d^2x/dt^2= dv/dt and then, by the chain rule,
\frac{dv}{dt}= \frac{dv}{dx}\frac{dx}{dt}= v\frac{dv}{dx}

Your equation becomes
v\frac{dv}{dx}= -\frac{hg}{h+ x}
which can be integrated as
\int v dv= hg\int \frac{dx}{h+ x}

It might well give you a function v= dx/dt that is difficult to integrate but that is the most direct method to solve this equation.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top