Finding an Algebraic Model for Toy Glider Flight

  • Thread starter Thread starter Raza
  • Start date Start date
  • Tags Tags
    Flight Model
Raza
Messages
203
Reaction score
0
The table describes the flight of a toy glider launched from a tower on a hilltop.
The values for height indicate the number of metres above or below the top of the hill.
Table.jpg


I have to find an algebraic model that gives height as a function of time.

How do I do that?
I have no idea where to start.

Any help would be appreciated!
Thanks :)
 
Last edited:
Physics news on Phys.org
This can be exactly modeled by a polynomial. Try graphing it.
 
Last edited:
1. Try a linear model: h= at+ b. Use the first two data points to determine a and b. Does that work for the other points?
If not
2. Try a quadratic model: h= at2+ bt+ c. Use the first three data points to determine a, b, and c. Does that work for the other points?
If not
...
 
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