
Adelisse F. answered 05/19/20
Math and Science Teacher
Hi Valeria,
The equation they gave you is a quadratic equation. Before we solve the problem, it helps to understand the equation and graph of quadratic equations.
All quadratic equations have the form of:
y = ax2 + bx + c
And all quadratic equations have the form of a parabola, which looks like a "U" when graphed.
In the standard quadratic equation above, the leading coefficient, a, tells us whether the parabola opens up (it looks like a "U") or opens down (it looks like an upside-down "U"). If a is positive (a > 0), then the parabola opens up; if a is negative (a < 0), then the parabola opens down.
Now let's look at the equation they gave us:
h = -5*t2 + 30*t + 10
In this equation, h is the height of the rocket in meters at any given time, t, which is in seconds. All we did was replace x with t and y with h. If we correlate the coefficients of each term in our equation to the coefficients a, b and c from the standard equation, we see that a = -5, b = 30 and c = 10.
The leading coefficient, a, in our equation is negative, so our parabola opens down. This makes sense since a rocket that is launched into the air will first go up, but -- as gravity pulls it down to the ground -- then reach a maximum height before falling to the ground. If we were to draw the rocket's path, it would like a parabola that opens down:
maximum height
*
* *
* *
* *
roof --------- *
| *
| *
|------------------------------ ground
Let's answer the questions:
To find the rocket's height at t = 2 sec, we just have to substitute 2 into the equation for t and then solve for h:
h = -5*t2 + 30*t + 10
h = -5(2)2 + 30(2) + 10
h = -5(4) + 30(2) + 10
h = -20 + 60 +10
h = 50 m
The height of the rocket 2 seconds after launching it is 50 meters.
The maximum height of the rocket, hmax, and the time that the rocket reaches this maximum height, tmax, can be visualized from the graph as the vertex ( tmax , hmax ) of the parabola. In a parabola that opens up, the vertex is the minimum (or lowest) value of the function, but in a parabola that opens down (like ours) the vertex is the maximum (or greatest) value of the function. To find the x-coordinate of the vertex of a parabola, we use the formula:
xvertex = -b / 2a
The x-coordinate in our equation is just t. So, to find the time that the rocket reaches its maximum height, we just solve for tmax:
tmax = -b / 2a
tmax = -(30) / 2(-5)
tmax = (-30) / (-10)
tmax = 3 sec
Our rocket reaches its maximum height at 3 seconds. To find the maximum height, hmax, we just substitute tmax = 3 into our quadratic equation and solve for hmax:
hmax = -5*tmax2 + 30*tmax + 10
hmax = -5(3)2 + 30(3) + 10
hmax = -5(9) + 30(3) + 10
hmax = -45 + 90 + 10
hmax = 55 m
Our rocket's maximum height is 55 meters.
Finally, we want to find the time at which the rocket hits the ground. Because the height of the rocket when it's on the ground is 0 meters, what we are actually looking for is the x-intercept, or the point at which the parabola crosses the x-axis. To find when the rockets hits the ground, we just substitute 0 into our equation for h and solve for t:
h = -5*t2 + 30*t + 10
0 = -5(t2 - 6*t - 2)
0 = t2 - 6*t - 2
Because this quadratic polynomial cannot be factored, we have to use the quadratic formula or completing the square method to solve for t. I'm going to use completing the square:
t2 - 6*t - 2 = 0
t2 - 6*t = 2
t2 - 6*t + 9 = 2 + 9
(t - 3)2 = 11
t - 3 = ± √(11)
t = 3 ± √(11)
t = 3 ± 3.3
Solving for t, we get two solutions:
t = 3 - 3.3
t = -0.3 sec
... and...
t = 3 + 3.3
t = 6.3 sec
To understand the two solutions we got, remember that the rocket starts from a raised platform (the roof of a building) and not from the ground. Although we have two x-intercepts, only one of them refers to the time at which the rocket reaches the ground: tground = 6.3 sec. The other x-intercept, t = -0.3 sec, is only a theoretical value and doesn't apply to our practical case: if you were to imagine the rocket moving back in time from when it was launched from the roof, its path would intercept the x-axis to the left of the y-axis, which is why we have a negative x-intercept. But, this doesn't happen in practice, so we can eliminate the solution t = -0.3 sec. Our rocket hits the ground 6.3 seconds after being launched.