SOLUTION: A ball is thrown off the top of a building. At time t (in seconds) its height (in feet) follows the path described by the function f(t)=-3t^2 + 24t +60. What is the ball maximum

Algebra ->  Equations -> SOLUTION: A ball is thrown off the top of a building. At time t (in seconds) its height (in feet) follows the path described by the function f(t)=-3t^2 + 24t +60. What is the ball maximum      Log On


   



Question 1198830: A ball is thrown off the top of a building. At time t (in seconds) its height (in feet) follows the path described by the function f(t)=-3t^2 + 24t +60. What is the ball maximum height?
The correct answer is one of the following. Which one is it?
A) 8 feet
B) 24 feet
C) 60 feet
D) 108 feet

Found 3 solutions by MathLover1, ikleyn, math_tutor2020:
Answer by MathLover1(20850) About Me  (Show Source):
You can put this solution on YOUR website!

f%28t%29=-3t%5E2+%2B+24t+%2B60
the ball maximum height will be at vertex
The formula to find the vertex is (h, k) = (-b%2F2a, -D%2F4a), where D+=+b%5E2-4ac
in your case a=-3, b=24, c=60
-b%2F2a=-24%2F%282%2A%28-3%29%29=24%2F6=4
D+=+24%5E2-4%28-3%29%2A60=1296
then
-D%2F4a=-1296%2F%284%2A%28-3%29%29=1296%2F12=108
the vertex is (4, 108)
the ball maximum height is 108

answer:
D) 108 feet



Answer by ikleyn(52802) About Me  (Show Source):
You can put this solution on YOUR website!
.
A ball is thrown off the top of a building. At time t (in seconds) its height (in feet) follows
the path described by the function f(t)=-3t^2 + 24t +60. What is the ball maximum height?
~~~~~~~~~~~~~~~~


        From the  Physics point of view, the equation in the post
        for the height of a ball at free fall conditions is written incorrectly.


If you have the formula for a height given to you as a function of time in the form


    h(t) = -at^2 + bt + c,    (1)


where "a", "b" and "c" are real numbers, a > 0, then in this formula



    (a)  the initial height is equal to the coefficient "c" value;


    (b)  the initial velocity is the coefficient  "b" in the formula;


    (c)  the coefficient "a" value is half of the gravity acceleration.




    (d)  To find the height at the time moment "t", simply substitute the value of "t" into the formula (1) and calculate.


    (e)  To find the time "t" when the height has a given value h = h%5B0%5D, substitute  h = h%5B0%5D into equation (1)

         and solve equation  


             h(t) = -at^2 + bt + c = h%5B0%5D.    (2)



    (f)  To find the time when the height is maximal, use the formula


             t%5Bmax%5D = b%2F%282a%29.      (3)



    (g)  To find the maximal height, substitute the time value  t= t%5Bmax%5D  of the formula (3)  into the formula (1).

That's all you need to know.


        After my explanations,  you can solve the problem on  YOUR  OWN  now,
        but for it,  you should have your governing equation written correctly.


---------------

To see numerous examples of solved problems,  look into the lessons
    - Problem on a projectile moving vertically up and down
    - Problem on an arrow shot vertically upward
    - Problem on a ball thrown vertically up from the top of a tower
    - Problem on a toy rocket launched vertically up from a tall platform
in this site.

Consider these lessons as your textbook,  handbook,  tutorials and  (free of charge)  home teacher.
Read them attentively and learn how to solve this type of problems once and for all.

Also,  you have this free of charge online textbook in ALGEBRA-I in this site
    - ALGEBRA-I - YOUR ONLINE TEXTBOOK.

The referred lessons are the part of this textbook under the topic "Projectiles launched/thrown and moving vertically up and dawn".


Save the link to this online textbook together with its description

Free of charge online textbook in ALGEBRA-I
https://www.algebra.com/algebra/homework/quadratic/lessons/ALGEBRA-I-YOUR-ONLINE-TEXTBOOK.lesson

to your archive and use it when it is needed.


Answer by math_tutor2020(3817) About Me  (Show Source):
You can put this solution on YOUR website!

Let's complete the square.

f(t) = -3t^2 + 24t + 60
f(t) = (-3t^2 + 24t) + 60
f(t) = -3(t^2 - 8t) + 60
f(t) = -3(t^2 - 8t + 16 - 16) + 60
f(t) = -3((t^2 - 8t + 16) - 16) + 60
f(t) = -3((t-4)^2 - 16) + 60
f(t) = -3(t-4)^2 -3(-16) + 60
f(t) = -3(t-4)^2 + 48 + 60
f(t) = -3(t-4)^2 + 108

The equation is now in vertex form.

Think of
f(t) = -3(t-4)^2 + 108
as
y = -3(x-4)^2 + 108

Then compare that to the general vertex form template.
y = a(x-h)^2+k

Vertex = (h,k) = (4, 108)
This represents the highest point due to a = -3 being negative (the parabola opens downward).

The highest the ball reaches is 108 feet, and this max height occurs when t = 4 seconds.

Answer: D) 108 feet