
Dan D. answered 05/15/16
Tutor
4.9
(434)
Patient Tutor Focused on Your Understanding of Math
First, I think there is a typo: the 48t2 should be 48t .
The balloon is starting at 64 feet high (when t=0)
and the initial velocity is 48 ft/sec going up;
gravity acts through the -16t2 term.
a. We want: -16t2 + 48t + 64 = 100
-16t2 + 48 - 36 = 0
Divide all terms by -4 to simplify somewhat:
4t2 - 12t + 9 = 0
Could use the quadratic formula, but it factors nicely, so:
(2t - 3) (2t - 3) = 0
Two identical solutions:
2t - 3 = 0 gives
t = 3/2 seconds (or 1.5 s as decimal)
Because the two solutions are identical this is the height at the peak of the balloon's trajectory.
b. Now we want: -16t2 + 48t + 64 = 80
(Note, this should happen once before the 1.5 s peak and once after.)
As before we subtract the 80 to get 0
-16t2 + 48t - 16 = 0
all terms can be divided by -16 to get:
t2 -3t + 1 = 0
Now use the quadratic formula:
t = "-b +/- sqrt(b2 - 4ac) all over 2a"
t = -(-3) +/- sqrt( (-3)2 - 4 * 1 * 1 ) all over 2
= 1.5 +/- 0.5*sqrt(9-4)
= 1.5 +/- 0.5 * sqrt(5)
= 1.5 +/- 1.1180
= 2.618 and 0.382 seconds.
Check these by plugging each one back into the original equation to get 80.