Finding an Algebraic Model for Toy Glider Flight

  • Thread starter Thread starter Raza
  • Start date Start date
  • Tags Tags
    Flight Model
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
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
...