Michael J. answered 05/04/16
Tutor
5
(5)
Best Afterschool Tutor to Prepare You For Your Regents
Allow me to correct your equation.
s(t) = -16t2 + 64t + 200
When graphing a parabola, we need several points:
x-intercepts (in this case, ground level)
y-intercept (in this case, initial height of the ball)
Vertex (in this case, maximum height of the ball)
To find the y-intercept, set t=0 and solve for s(t).
s(0) = 200
y-intercept = (0, 200)
To find the x-intercepts, set s(t)=0 and solve for t.
16t2 + 64t + 200 = 0
Use the quadratic formula to solve for t:
t = (-b ± √(b2 - 4ac)) / 2a
where:
a = -16
b = 64
c = 200
Plug in these values into the formula. You will have 2 t values. Due to the restriction of t in your question, you only accept the positive t value.
The x-intercept is then (t, 0). x is the value you chose. It is also the point that represent ground level.
To find the vertex, use the formula
t = -b/2a to find the time in which the ball reaches its maximum height.
t = -64 / (2 * -16)
t = 2
Evaluate s(2) to find the vertex.
s(2) = -16(2)2 + 64(2) + 200
= -64 + 128 + 200
= 264
Vertex is (2, 264).
Finally, plot all these points on a coordinate system then connect them so that you get a parabola. Your parabola should not go below the x-axis, since the x-axis represents ground level.