
David H. answered 01/17/17
Tutor
5
(18)
Patient & Effective Math/Physics Tutor near Fort Worth
Here is 1 way. Not sure what your teacher has been teaching and what class you are in.
assume 3rd degree polynomial
(You do this because you have 4 points you need to meet)
x = A+Bt+Ct^2+Dt^3
plug in values of t
0 = A
10 = B+C+D (1)
25=2B+4C+8D (2)
60=3B+9C+27D (3)
Solve for coefficients using forwards elimination and backwards substitution
5=2c+6d (2)-2*(1) (2*)
30=6c+24D (3)-3*(1) (3*)
15=6D (3*)-2*(2*)
D = 5/2 = 2.5
from this C = -5
frkm this B = 12.5
so x = 12.5t-5t^2+2.5t^3 satisfies your problem.
Please let me know if you have any questions. Hope helpful.