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!
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top