How can I solve this nonlinear ODE homework on Apollo reentry?

Mr.Waka
Messages
2
Reaction score
0

Homework Statement


http://www.math.udel.edu/~moulton/Apollo%20EC.pdf
This is the full problem that I am working on for my ODE class.

Homework Equations


I would figure acceleration equals the second derivative so a=d^2s/dt^2
and V=ds/dt like the hint says.

The Attempt at a Solution


I looked over the examples of Nonlinear ODEs but they all have 2 variables instead of just one like this one. I was looking for an integrating factor but none of that works out I think. I tried to integrate it by parts twice but that lead to a jumbled mess. I tried to subsitute s in terms of V but that didnt work to well either.

For me the only trouble that I am having is the fact that its a nonlinear problem with really only one variable because V is in terms of S

And looking at a,b and c all of them don't deal with the s variable. I'm not too sure where in the math that it gets canceled out. In fact each step seems to reduce the variables needed.

Im just not sure how to tackle the problem. The math shouldn't be bad but I can't find a place to start.
 
Last edited by a moderator:
Physics news on Phys.org
A common trick you can use is that dv/ds = (dv/dt)*(dt/ds) = (dv/dt)*1/v = d^2 s/dt^2 * 1/v. Since d^2 s/dt^2 is given in terms of v and s, you get a differential equation for dv/ds which you can solve easily by separating. After solving for v you plug that in the original equation to get an equation for a in terms of s. Then you can find the maximum of a by finding what a is when a'(s) = 0. When I did this, the answer I got for part a) was off from what they got by a factor of 1/2, however I got the same thing they did for part b)...
 
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