Solving Quadratic Problem: How Far Does Cricket Ball Travel?

  • Thread starter Thread starter aricho
  • Start date Start date
  • Tags Tags
    Quadratic
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 4K views
aricho
Messages
71
Reaction score
0
" the height "h" meters of a cricket ball after being struck by a batsman is given by the equation h=1+x-(x^2/40) where x meters is the horisontal distance traveled by the ball from the bat. how far would the ball travel before it hits the ground?"

I have:

using pythagoras...

c^2=(1+x-(x^2/40))+x^2
i don't know what to do from there...

thanks for your help
 
Physics news on Phys.org
I have to admit, considering you titled the problem as a quadratic problem, the choice of the Pythagorean Theorem was kind of interesting. The quadratic equation would work better. :biggrin:
 
As others have pointed out that you should solve h = 0 for x.
I just want to make it a little bit clearer...
aricho said:
" the height "h" meters of a cricket ball after being struck by a batsman is given by the equation h=1+x-(x^2/40) where x meters is the horisontal distance traveled by the ball from the bat.
this means that you can found the height of the cricket ball by plugging the x - the horizontal distance the ball have traveled into h = 1 + x - (x2 / 40).
For example, the height of the ball when the ball have traveled 1 m horizontally is:
1 + 1 - (12 / 40) = 2 - 1 / 40 = 79 / 40 (m).
The height of the ball when the ball have traveled 3 m horizontally is
1 + 3 - (32 / 40) = 4 - 9 / 40 = 151 / 40 (m), do you get it?
aricho said:
how far would the ball travel before it hits the ground?"
If the ball hit the ground then h = 0m, right?
From there, for what x that makes h(x) = 0?
So when the ball hits the ground, how far has it traveled horizontally? Hint: you do know how to solve a Quadratic equation, right?
Can you go from here? :)