Solving Quadratic Problem: How Far Does Cricket Ball Travel?

  • Thread starter Thread starter aricho
  • Start date Start date
  • Tags Tags
    Quadratic
AI Thread Summary
The height of a cricket ball after being struck is defined by the equation h = 1 + x - (x^2 / 40), where x is the horizontal distance traveled. To determine how far the ball travels before hitting the ground, set h to zero and solve for x. The discussion emphasizes the importance of using the quadratic equation rather than the Pythagorean theorem for this problem. Examples are provided to illustrate how to calculate the height at specific horizontal distances. Ultimately, the goal is to find the value of x when h equals zero, indicating the distance traveled before the ball hits the ground.
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
Since h is the height of the ball why not try to solve your equation for x when h=0?
 
Why Pythagoras? Do you have a right triangle here? Do you even have straight lines here?
 
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? :)
 
Back
Top