25.4k views
3 votes
A ball is thrown vertically upward from the top of a cliff. The height

of the ball is modelled by the function h(t) = 65 + 10t - 5t squared,
where h(t) is the height in metres and t is time in seconds. Determine
when the ball reaches its maximum height?​

User Logica
by
3.6k points

1 Answer

3 votes

Answer:

Explanation:

To solve this problem you have to complete the square. To do that, set the quadratic equal to 0, then move the constant over to the other side. That's 2 steps in one, but they're simple ones:


-5t^2+10t=-65

The first picky rule that completing the square has to follow is that the coefficient on the squared term has to be a 1. Ours is a -5, so we factor it out:


-5(t^2-2t)=-65 . Now it gets even pickier. To create a perfect square binomial on the left, we take half the linear term, square it, and add it in to both sides. Our linear term is a -2. Half of -2 is -1, and -1 squared is 1, so we add 1 into the set of parenthesis. BUT the -5 out front is a multiplier and refuses to be ignored. To offset the addition of the 1 inside the parenthesis, we have to multiply it by the -5 out front to get -5:


-5(t^2-2t+1)=-65-5

The perfect square binomial on the left side and simplifying the right:


-5(t-1)^2=-70 . Now we'll move the 70 over and set the quadratic back equal to y:


-5(t-1)^2+70=y

That's the quadratic in vertex form. The vertex here is (1, 70) which serves to answer 2 questions for us: the max height of the ball along with the time it was at that max height. For us, the ball reached a max height of 70 m after 1 second in its travels.

You could also do it the "calculus way" which is to find the derivative of the position function, which is

-10t + 10 = 0 and solve for t:

-10t = -10 so

t = 1. That's the time that the ball is at its highest point, and to find the highest point, sub that value in for t in the position function:


h(t)=-5(1)+10(1)+65 which comes to 70 m. I'm not sure what class you're taking so I did both! Calculus is way easier.

User Draaksward
by
4.1k points