SOLUTION: The vertical height, h, in metres of a golf ball as it travels a horizontal distance, d metres, down the fairway, can be described using a quadratic function. A pro-golfer can dri

Algebra ->  Quadratic Equations and Parabolas  -> Quadratic Equations Lessons  -> Quadratic Equation Lesson -> SOLUTION: The vertical height, h, in metres of a golf ball as it travels a horizontal distance, d metres, down the fairway, can be described using a quadratic function. A pro-golfer can dri      Log On


   



Question 254211: The vertical height, h, in metres of a golf ball as it travels a horizontal distance, d metres, down the fairway, can be described using a quadratic function. A pro-golfer can drive the ball 300m down the fairway before it lands. If the ball's maximum height was 15m:
- draw a sketch of the path of the golf ball
- find the equation of the path of the golf ball
- determine the two distances down the fairway when the ball is 10m above the ground. Give your answer to the nearest tenth of a metre.

Found 2 solutions by solver91311, ankor@dixie-net.com:
Answer by solver91311(24713) About Me  (Show Source):
You can put this solution on YOUR website!


We are looking for a function



such that



and



We are given that this is a quadratic function, so:



The graph is a parabola with the vertex on the axis of symmetry, namely half-way between and , to wit: and we are given that



So from



we can deduce that in



and then



remains. Then, from



we can write:



and from



we can write:



Giving us a system of two linear equations in two variables. I recommend that you solve them by the elimination method. Once you have the coefficients for the quadratic, set the quadratic expression equal to 10 and solve for the two roots.


John


Answer by ankor@dixie-net.com(22740) About Me  (Show Source):
You can put this solution on YOUR website!
The vertical height, h, in metres of a golf ball as it travels a horizontal distance, d metres, down the fairway, can be described using a quadratic function.
A pro-golfer can drive the ball 300m down the fairway before it lands. If the ball's maximum height was 15m:
:
- draw a sketch of the path of the golf ball
- find the equation of the path of the golf ball
:
Find the equation using the form ax^2 + bx = y
Coordinate at it's highest point: 150,15
a(150^2) + 150b = 15
22500a + 150 b = 15
:
Coordinate when it strikes the ground: 300,0
a(300^2) + 300b = 0
90000a = 300b = 0
:
Multiply the 1st equation by 2, subtract the 2nd equation,
45000a + 300b = 30
90000a + 300b = 0
--------------------subtraction eliminates b, find a
-45000a = 30
a = 30%2F%28-45000%29
a = -.00067
;
Find b using the 2nd equation
90000(-.00076) + 300b = 0
-60 + 300b = 0
300b = 60
b = 300%2F60
b = +.2
:
the equation of the path of the ball: h = -.00067d^2 + .2d
:
A graph of this, h = y axis; d = x axis:
+graph%28+300%2C+200%2C+-50%2C+350%2C+-10%2C+25%2C+-.00067x%5E2%2B.2x%29+
:
;
determine the two distances down the fairway when the ball is 10m above the ground.
-.00067d^2 + .2d = 10
-.00067d^2 + .2d - 10 = 0
use the quadratic formula to find d:
x+=+%28-b+%2B-+sqrt%28+b%5E2-4%2Aa%2Ac+%29%29%2F%282%2Aa%29+
In this problem x = d; a = -.00067, b = .2, c = -10
d+=+%28-.2+%2B-+sqrt%28.2%5E2-4%2A-.00067%2A-10+%29%29%2F%282%2A-.00067%29+
:
d+=+%28-.2+%2B-+sqrt%28.04+-+.0268+%29%29%2F%28-.00134%29+
:
d+=+%28-.2+%2B-+sqrt%28.0132+%29%29%2F%28-.00134%29+
Two solutions
d+=+%28-.2+-+.1149%29%2F%28-.00134%29+
d = %28-.3149%29%2F%28-.00134%29
d = 235.0m
and
d+=+%28-.2+%2B+.1149%29%2F%28-.00134%29+
d = %28-.0851%29%2F%28-.00134%29
d = 63.5m
:
The ball will be a 10 meters at 63.5m and 235.0m