You can
put this solution on YOUR website!I need help writing a polynomial function that is suppost to represent a roller coaster design. It must meet these requirements:
1. starts at a height of 200 ft: f(0)=200
------------------------------------------------
2. dives below the ground at t= 3 seconds (3,0)
------------------------------------------------
3. comes out of the ground at t = 5 seconds, (5,0)
then climbs to another peak (x,f(x)) and
4. dives beneath the ground again at t = 10 seconds.(10,0)
t = time.
----------------------------------------
f(x) = a(x-3)(x-5)(x-10)
f(0) = -150a = 200
a = -4/3
---------------
EQUATION:
f(x) = (-4/3)(x-3)(x-5)(x-10)

==============================
Cheers,
Stan H.