Solving Parachute Problem: General Equation of Parabola to Differential Equation

  • Thread starter Thread starter Blankman013
  • Start date Start date
  • Tags Tags
    Parachute
Blankman013
Messages
1
Reaction score
0
Ok, I am pretty much out of ideas, throwing up a hail mary looking for some help here, lol.


General equation of a parabola is x(y)=ay^2+by+c, i need x(0)=10 and x(5)=0.
So C must equal 10, and b=-2-5a. So the equation is now x(y)=ay^2-(2+5a)y+10.

Now, from here i must somehow derive the differential equation
(d^2y/dt^2)+(g/(1+(2ay-(2+5a))^2))=0 with y(0)=5 and y'(0)=0.

g=10m/s^2

I know the denominator is the same as 1+(x'^2), but apparently i have no idea how to derive differential equations. So thank you for any help! I have more information on the problem but I'm not sure what else would be needed for the derivation.
 
Physics news on Phys.org
Are you not given more information? Given one function, there exist an infinite number of differential equations it could satisfy! How are you supposed to pick out that particular differential equation? In particular, there is no "g" in your original function, so how could you know that it should appear in the equation?

Showing that a function does satisfy a particular differential equation, on the other hand, is relatively simple.
 
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