224,310 views
28 votes
28 votes
determine and label the height of the rocket at its vertex maximum the function h=-4.9t^2 + 50t + 30 h=height t=seconds after its launch

User Dhevendhiran M
by
2.4k points

1 Answer

11 votes
11 votes

Hello there. Given the function h(t), that is, the height of a rocket as a function of time in seconds after its launch, we have to determine the height at its vertex.

For this, we must remember some properties about finding the coordinates of the vertex of a parabola.

Given a function:


f(x)=ax^2+bx+c,a\text{ not equal to 0}

Its vertex happens at (xv, yv).

The xv-coordinate can be found by taking the arithmetic mean between the roots.

Knowing the roots are given by the quadratic formula as x1, x2:


\begin{gathered} x_1=\text{ }\frac{}{}(-b-√(b^2-4ac))/(2a) \\ \\ x_2=(-b+√(b^2-4ac))/(2a) \end{gathered}

Then we have that:


x_v=(x_1+x_2)/(2)=((-b-√(b^2-4ac))/(2a)+(-b+√(b^2-4ac))/(2a))/(2)=-(b)/(2a)

The yv-coordinate can be found by plugging xv into f:


\begin{gathered} f(x_v)=a\cdot\left(-(b)/(2a)\right)^2+b\cdot\left(-(b)/(2a)\right)+c \\ \\ y_v=a\cdot(b^2)/(4a^2)-(b^2)/(2a)+c=-(b^2)/(4a)+c \end{gathered}

That can also be written in terms of the discriminant of the function:


y_v=-(\Delta)/(4a)

So, given the function:


h(t)=-4.9t^2+50t+30

Since we want to determine the height at the vertex, then we have to determine the yv-coordinate of the function.

For this, plug a = -4.9, b = 50 and c = 30 in the formula derived earlier:


y_v=-(50^2)/(4\cdot(-4.9))+30

Multiply, square and add the values:


y_v=-(2500)/(-9.8)+30=(2794)/(9.8)

Calculating the fraction with the help of a calculator, we get


y_v\approx285.1

This is the maximum height reached by this rocket.

In fact, we say it is a maximum because the leading coefficient a is negative.

When it is negative, the concavity of the function is facing down, that means it admits a maximum point and it happens at its vertex. The xv coordinate gives you the time needed to reach this maximum height, while yv gives you the height;

User Hiba Youssef
by
3.1k points