Mechanics, rewrite and solve equation, change of variables.

fed_ex
Messages
2
Reaction score
0
Equation found in previous question is #: x''=gsin(a)-b(v^2)
1. Rewrite the equation # as a differential equation for v as a function of x.
2. Solve the equation to find v as a function of x.

Relevant equations: v=x'=dx/dt, x''=v'=a=dv/dt
Attempt at 1: Using the relevant equations you can rewrite # as
*: dv/dt=gsin(a) - b((x')^2)
Which i am scepticle of being correct due to my inability to solve it in the 2nd part.
Attempts at 2:Tried integrating but the whole((x')^2) confused me, i was thinking of making that (dx/dt)*(dx/dt) but got stuck again.
Tried to rewrite * but i was expecting a first order LINEAR equation, so that i could use the integrating factor method, so alas that also didn't work.


Any help would be appreciated, thankyou.
 
Physics news on Phys.org
hi fed_ex! welcome to pf! :smile:

(try using the X2 button just above the Reply box :wink:)
fed_ex said:
dv/dt=gsin(a) - b((x')^2)

correct, but you've gone a bit too far …

try dv/dt=gsin(a) - b(v2) :wink:
 
You are asked to find a differential equation for v as a function of x so you want derivatives with respect to x, not t.
By the chain rule, x''= dv/dt= (dv/dx)(dx/dt)= v (dv/dx).

Replacing x'' in the equation by v (dv/dx) gives the equation you want.
 
Ah yes! Then separate and enjoy tasty solution.
Thanks!
 
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