329,008 views
45 votes
45 votes
(warning very long)when an object is projected into the air, it follows the path of a parabola. the equation always has the same form, but the numbers change based on the data for the projectile : h (t) = -4.9t² + Vit + hih (t) = height of the object v i = initial velocity (launch speed) h i = initial height if a cannonball is launched from a height of 58 m above the ground with an initial velocity of 19.8m/s, then the equation that models it's path would be h(t) = -4.9t² + 19.8t + 58. this graph shows it's path1- what is the height of the cannon before it is launched, at t=0 Remember to include units 2-a projectile maximum height is shown by the vertex of the parabola. when does the cannonball reach it's maximum height? round to the nearest whole number and to include units 3- what is the maximum height of the cannonball? round to the nearest whole number and include units 4- how long does it take the cannonball to land on the ground ? round to the nearest whole number and include units 5- if you launch the cannonball from the ground instead (h i = 0) what does that change in the original equation?6- what would be the equation of the cannonball's path if it was launched with the same velocity but from the ground instead ?7- using this new equation, what is the new maximum height of the ball and how long did it take to hit the ground ? round to the nearest whole number and remember to include units

(warning very long)when an object is projected into the air, it follows the path of-example-1
User Kyle Strand
by
2.7k points

1 Answer

23 votes
23 votes

Hello there. To solve this question, we'll have to remember some properties about projectile motion and parabolas.

Given the equation for the motion of the projectile:


h(t)=-4.9t^2+v_it+h_i

Where h is the height of the object at the time t, vi is the initial velocity and hi is the initial height.

If a cannonball is launched from a height of 58 m above the ground (hi = 58) with an initial velocity of 19.8m/s (vi = 19.8), the equation that models its path is:


h(t)=-4.9t^2+19.8t+58_{}

We have to determine the follow:

1. What is the height of the cannonball before it is launched, at t = 0?

By plugging t = 0, the height is the same as the initial height, therefore:


h(0)=-4.9\cdot0^2+19.8\cdot0+58=58

2. When does the cannonball reach it's maximum height?

For this, we need to remember how to find the coordinates of the maximum point of a function. Most specifically, for a parabola, the coordinates of its vertex.

The vertex of a parabola is a point (x, y) such that:


(x,y)=\mleft((-b)/(2a),-(b^2)/(4a)+c\mright),a\\e0

a, b and c are the coefficients of the function f(x) = ax² + bx + c, that is a parabola in the plane.

In this case, a = -4.9, b = 19.8 and c = 58.

We want to determine first when the cannonball will reach its maximum height. For this, we need to find the x-coordinate of the vertex.

Plugging the values into the formula, we get:


x_{\text{vertex}}=t_{\text{maximum height}}=-(19.8)/(2\cdot(-4.9))

Multiply the values and calculate the fraction


t_(\max )=-(19.8)/(-9.8)=2.0204

That can be approximated to the nearest whole number as:


t_(\max )=2

3. The maximum height of the cannonball.

This time, we want the y-coordinate of the vertex. Plugging the coefficients into the formula, we get:


y_{\text{vertex}}=h_(\max )=-(19.8^2)/(4\cdot(-4.9))+58

Calculate the square, multiply the values, simplify the fraction and add the values


h_(\max )=-(392.04)/(-19.6)+58\approx20.002+58\approx78

This is the maximum height rounded to the nearest whole number.

4. How long does it take the cannonball to land on the ground?

For this, we have to determine the positive root of the function. Notice the cannonball will land on the ground when h = 0, that only happens one time considering the initial height is not 0.

Therefore we have:


-4.9t^2+19.8t+58=0

Using the quadratic formula:


x_(1,2)=\frac{-b\pm\sqrt[]{b^2-4ac}}{2a},a\\e0

Plugging the values, we get:


t_(1,2)=\frac{-19.8\pm\sqrt[]{19.8^2-4\cdot(-4.9)\cdot58}}{2\cdot(-4.9)}

Calculate the square, multiply the values, add everything in the radical and find the roots:


t_(1,2)=\frac{-19.8\pm\sqrt[]{392.04+1136.8}}{-9.8}=\frac{-19.8\pm\sqrt[]{1.528,84}}{-9.8}

Taking the square root and approximating the values, we get:


\begin{gathered} t_(1,2)=(-19.8\pm39.1)/(-9.8) \\ t_1=(19.3)/(-9.8)\approx-1.97 \\ t_2=(-58.9)/(-9.8)\approx6.01 \end{gathered}

As said earlier, we pick the positive real root: t = 6.01.

Rounding it to the nearest whole number, we get that the cannonball will land on the ground in 6 seconds after the launching.

6. What would be the equation for the cannonball's path if it was launched with the same velocity byt from the ground instead?

Plugging h_i = 0 and the other given data in the formula for the height, we get:


h(t)=-4.9t^2+19.8

7. Using this new equation, find the new maximum height of the ball and how long did it take to hit the ground?

Plugging the coefficients into the formulas, we get:

Maximum height ==


h=(-19.8^2)/(4\cdot(-4.9))+0\approx20.3086

That we can round to the nearest whole number as h = 20.

For the ball to land, we again make:


-4.9t^2+19.8t=0

We have two possible solutions:


\begin{gathered} t=0 \\ \text{or} \\ -4.9t+19.8=0 \end{gathered}

Since it was launched right after t = 0, it couldn't be landing, so the solution we're looking for is given by the equation:


\begin{gathered} -4.9t+19.8=0 \\ -4.9t=-19.8 \\ t=-(19.8)/(-4.9)\approx4.0408 \end{gathered}

That we round to the nearest whole number as t = 4.

User Matt Hough
by
3.0k points