No matter what I try, I end up wrong
A programmer is writing the code for a new interactive basketball game. As a result, she is using quadratic relations to model the path of the ball. During the game, when a ball is shot, the path it follows is modelled by the quadratic relation,, where h represented the height of the ball above the ground and d represented the distance of the ball from the shooter. Both distances are measured in feet.
Provide step-by-step solutions that are communicated clearly for all questions
- How high was the ball when the shooter shot it?
- What was the maximum height obtained by the ball?
- A rim of a basketball net is 10 feet high. For what distance was the ball above the rim of the basketball net?
- How far would the shooter have to be away from the rim of the basketball net for the ball to hit the rim of the basketball net and possibly go in?
- Create a graphical model, using technology, to verify your calculations.
- Create your own quadratic relation that would model the path of a shot from a distance of 15 feet that would hit the rim of the basketball net. Explain how you obtained your answer.
What I tried so far is:
a)
H=0.2d²+3d+6
H=0.2(0)=3(0)+6
H=0+0+6
H=6 -- The ball was 6 feet above the ground when shot.
b) What makes my brain explode:
H=0.2d²+3d+6
H=-0.2(d²-15+6
H=-0.2d²-15d+3-3)+6
H=-0.2(d(-1.7)²-3)+6
H=-0.2(d-1.7)²+0.578+6
H=-0.2(d-1.7)²+6.587
Vertex= (1.7, 6.578)
Max Value= 6.58 when d= 1.7
The max height of the ball was 6.58 when 1.7.
I know im wrong cause c) mentiones that the ball was above 10f, and in my solution its under 10f.


LinkBack URL
About LinkBacks
, where h represented the height of the ball above the ground and d represented the distance of the ball from the shooter. Both distances are measured in feet. 