372,255 views
45 votes
45 votes
17.

Lincoln stands on the top of a building and fires a gun upwards. The bullet travels
according to the equation h = -16t² + 384t + 50, where h is the height of the bullet off
the ground in metres at t seconds after it was fired.

a) How far is Lincoln above the ground when he shoots the gun?

b)How high does the bullet travel vertically relative to the ground?

c)How long does it take the bullet to reach its greatest height?

d)After how many seconds (round to nearest 100th) does the bullet hit the ground?

please help asap!

User Dr Mido
by
2.2k points

1 Answer

24 votes
24 votes

Answer:

a) 50 meters

b) 2354 meters

c) 12 seconds

d) 24.13 seconds

Explanation:

Hello!

a) How far is Lincoln above the ground when he shoots the gun?

We need to really understand what the variables represent in this question. Given that t is time, and h is height, the time at which he shoots the bullet will be 0, as the bullet hasn't started traveling yet. This means that we can solve for the original height of the bullet by plugging in 0 for time in the equation.

Equation:
h = -16t^2 + 384t + 50

Plug in 0 for t:


  • h = -16t^2 + 384t + 50

  • h = -16(0)^2 + 384(0) + 50

  • h = 50

The height at which Lincoln shot the bullet is 50 meters.

We can also look at this graphically. The height of origin will simply be when the x-value (in this case t-value) is 0. That means it is the point at which the graph intersects the y-axis, known as the y-intercept.

Standard form of a Parabola:
y = ax^2 + bx + c

The y-intercept is the "c" value.

Given our equation:
h = -16t^2 + 384t + 50

The c-value is 50. This proves that the y-intercept is 50.

b)How high does the bullet travel vertically relative to the ground?

We want to find the highest point of the graph. To do that, we can find the vertex.

We can utilize the Axis of Symmetry (AOS) to find the Vertex.

First, find the AOS using the formula:
AOS = -(b)/(2a)

  • a = -16
  • b = 384

Plug it into the formula:


  • AOS = -(b)/(2a)

  • AOS = -(384)/(2(-16))

  • AOS = (384)/(32)

  • AOS = 12

Plug in 12 for t in the equation:


  • h = -16t^2 + 384t + 50

  • h = -16(12)^2 + 384(12) + 50

  • h = -2304 + 4608 + 50

  • h = 2304+50

  • h = 2354

Therefore, the highest point of the bullet is 2354 meters.

c)How long does it take the bullet to reach its greatest height?

We answered this in the last question. The t-value when h is at its highest is 12.

d)After how many seconds (round to nearest 100th) does the bullet hit the ground?

We have to solve for the values of t when h is 0 (when it touches the ground).

Set the equation to 0, and solve using the quadratic formula.

Quadratic formula:
x = (-b\pm√(b^2 - 4ac))/(2a)


  • x = (-b\pm√(b^2 - 4ac))/(2a)

  • x = (-384\pm√(384^2 - 4(-16)(50)))/(2(-16))

  • x = (-384\pm√(147456 +3200))/(-32)

  • x = (-384\pm√(150656))/(-32)

  • x = (-384\pm388.14)/(-32)

  • x = -(4.14)/(32), x = (772.14)/(32)

We are only going to take the positive solution, as we can't have a negative time. The solution that doesn't work is called an extraneous solution.


  • x = (772.14)/(32)

  • x = 24.13

It takes approximately 24.13 seconds for the bullet to hit the ground.

User Belter
by
3.4k points