Solving a system of 2 diffrential equations with 3 unknowns.

torquerotates
Messages
207
Reaction score
0

Homework Statement


r''-(theta')^2=-g reads: second derivative of r minus the first derivative of theta squared equals negative g

2(r')theta'+(r)theta''=0 reads: 2 times the first derivative of r times the first derivative of theta plus r times the second derivative of theta.

both r and theta are a function of time. Oh and the derivatives of each variable are with respect to time.

Homework Equations

The Attempt at a Solution


I really have no clue as to how I'm going to solve this system of differential equations. I'm trying to solve for r'
 
Physics news on Phys.org
Hi torquerotates! :smile:

(have a theta: θ and try using the X2 tag just above the Reply box :wink:)

(and it's ok using ' to mean derivative … you needn't explain it! :wink:)
torquerotates said:
r''-(theta')^2=-g reads: second derivative of r minus the first derivative of theta squared equals negative g

2(r')theta'+(r)theta''=0 reads: 2 times the first derivative of r times the first derivative of theta plus r times the second derivative of theta.

Hint: trick is to multiply the second one by r …

that gives you 2rr'θ' + r2θ'' = 0,

which you can integrate to give … ? :smile:
 
Im thinking about it but i just can't seem to solve it. At first I was thinking chain rule. But that clearly doesn't work.
 
To make use of Tim's hint recognize the product rule.
 
Oh I see. So if i integrate, I get (r^2 )theta'=C where C is a constant. Is this the right thinking?
 
Ok so solving for theta' I get theta'=C/(r^2)

And plugging into the other equation, I get r''-(C^2)/(r^4)=-g

But I have no clue solve this one as well. Maybe if r^4 was in the numerator, I would get somewhere.
 
torquerotates said:
Ok so solving for theta' I get theta'=C/(r^2)

Yup! :biggrin:

(but what happened to that θ i gave you? :confused:)
And plugging into the other equation, I get r''-(C^2)/(r^4)=-g

Hint: this time, multiply by r'. :wink:
 
Back
Top