Kicking a ball off a spherical rock (without hitting it on the way down )

In summary, the minimum initial speed for the ball not to hit the rock on its way down can be found by setting x^2 + y^2 > R^2 and solving for v. This yields a solution of v = sqrt(R*g) which guarantees that the ball will clear the radius of the hemisphere at all times during its flight. This approach is simpler and more mathematically sound than trying to solve for a specific value of t.
  • #1
teddy75
5
0

Homework Statement


A person standing at the top of a hemispherical rock of radius R kicks a ball (initially at rest) to give it an initial horizontal velocity v0 What is the minimum initial speed for the ball not to hit the rock on its way down?

Homework Equations


[tex]x=v_0 t[/tex]
[tex]y=R-\frac{1}{2}g t^2[/tex]

The Attempt at a Solution


[tex]v_0^2t^2+R^2-2R\left(\frac{1}{2}gt^2\right)+\frac{1}{4}g^2t^4=R^2+2Rd+d^2[/tex]
[tex]v_0^2t^2+R^2-Rgt^2+\frac{1}{4}g^2t^4=R^2+2Rd+d^2[/tex]
[tex]v_0^2t^2-Rgt^2+\frac{1}{4}g^2t^4=2Rd+d^2[/tex]
Taking the derivative of d with respect to v0
[tex]2v_0t^2=2R\frac{dd}{dv_0}+2d\frac{dd}{dv_0}[/tex]
[tex]0=\frac{dd}{dv_0}}{d}[/tex]
[tex]0=\frac{v_0t^2-R}{d}[/tex]
[tex]v_0t^2=R[/tex]

Yeah... somehow I managed to screw that up so badly that not only did I get an equation with a t2 that I don't know what to do with, but I also got the units to not match up...
 
Physics news on Phys.org
  • #2
Use your first 2 equations directly. Set y = 0 and x = R which is the landing point you want. Solve one equation for time and sub into the other.
 
  • #3
Yes, but does that guarantee that the ball will not hit anywhere on the sphere on the way down?
 
  • #4
teddy75 said:
Yes, but does that guarantee that the ball will not hit anywhere on the sphere on the way down?
It does that by setting x = R. i.e. the x distance of the kick enables the ball to clear the radius of the hemisphere.
 
  • #5
That is an interesting question, teddy. I'm not convinced it is obvious. I guess I would want to work out the distance from the center of the hill
squareRoot(x^2 + y^2) and make sure it is greater than R for all times between 0 and R/v. If you are doing this, note that you can use v = sqrt(.5*g*R) but you can't use t = R/v because that is only true at the endpoint. I'm getting a 4th degree expression in t . . . wish I had a number for R so I could graph it.
 
  • #6
With the person standing on top of the rounded part of the hemisphere and the flat part on the ground? Like something along the lines of this attempt at a diagram?
_
`\
----\
 
  • #7
Oh, oh, it DOES hit the hemisphere! Back to the drawing board on this one!
 
  • #8
Delphi51 said:
That is an interesting question, teddy. I'm not convinced it is obvious. I guess I would want to work out the distance from the center of the hill
squareRoot(x^2 + y^2) and make sure it is greater than R for all times between 0 and R/v. If you are doing this, note that you can use v = sqrt(.5*g*R) but you can't use t = R/v because that is only true at the endpoint. I'm getting a 4th degree expression in t . . . wish I had a number for R so I could graph it.

Yeah, I've been spending the past couple hours doing that... I keep getting time in there and then, since it's not given or required, I have to find a way to get rid of it. I tried taking the derivative after doing that also, and that just seems to mess things up even more. I also tried taking it as (d+R)2, where d is the distance between the hemisphere and the location of the ball...
 
  • #9
Dave, I think it hits because
x^2 + y^2 = v^2*t^2 + (R - .5gt^2)^2 and with v^2 = .5gR
= R^2 - .5gRt^2 + .25gt^4
The question is, is -.5gRt^2 + .25gt^4 > 0 for the time range?
This expression is .25gt^2[t^2 - 2R]
and it is clearly negative for small times.
Perhaps Teddy's approach using these expressions will yield a "safe" velocity. I'm going to study his work.
 
  • #10
I think the easiest way to approach this would be using analytical geometry. Just demand that the graph of the parabola [tex]y(x)[/tex] (Develop this as you would for projectile motion) is always greater than the equation representing the spherical rock.

In other words, demand that the function describing the difference between the two, is always positive. The solution is really quite elegant.
 
Last edited:
  • #11
That sounds good, RoyalCat. But my geometry is weak!

Teddy, I don't think you need to differentiate. Or add the d to R. Just write that the ball's distance from the center must be > R.
Avert your eyes if you don't want to be given the solution!

Just x^2 + y^2 > R^2 gives
v^2*t^2 - Rgt^2 + .25g^2*t^4 > 0
v^2 - Rg + .25g^2*t^2 > 0
V^2 > Rg - .25*g^2*t^2
This cries out for a solution of v = sqrt(R*g).
That works for all times > 0, doesn't it? And of course it has to touch at t = 0. I don't think it could be any less because you could always choose a small enough t so the t^2 term would be practically zero.
 
  • #12
Delphi51 said:
That sounds good, RoyalCat. But my geometry is weak!

Teddy, I don't think you need to differentiate. Or add the d to R. Just write that the ball's distance from the center must be > R.
Avert your eyes if you don't want to be given the solution!

Just x^2 + y^2 > R^2 gives
v^2*t^2 - Rgt^2 + .25g^2*t^4 > 0
v^2 - Rg + .25g^2*t^2 > 0
V^2 > Rg - .25*g^2*t^2
This cries out for a solution of v = sqrt(R*g).
That works for all times > 0, doesn't it? And of course it has to touch at t = 0. I don't think it could be any less because you could always choose a small enough t so the t^2 term would be practically zero.

Doing that is just mathematically unsound, though. You must then demand that your expression holds true for all [tex]t[/tex] during the flight-time. You have to look at the end points of [tex]t=0[/tex] AS WELL AS [tex]t=\frac{R}{v_0}[/tex] which to me, seems far too complicated.

Instead of giving up at the last step, think of what the parabola represents. It is the difference between the spherical surface and the projectile, as a function of time. How would you ensure that it is always greater than 0?
 
  • #13
Delphi51 said:
That sounds good, RoyalCat. But my geometry is weak!

Teddy, I don't think you need to differentiate. Or add the d to R. Just write that the ball's distance from the center must be > R.
Avert your eyes if you don't want to be given the solution!

Just x^2 + y^2 > R^2 gives
v^2*t^2 - Rgt^2 + .25g^2*t^4 > 0
v^2 - Rg + .25g^2*t^2 > 0
V^2 > Rg - .25*g^2*t^2
This cries out for a solution of v = sqrt(R*g).
That works for all times > 0, doesn't it? And of course it has to touch at t = 0. I don't think it could be any less because you could always choose a small enough t so the t^2 term would be practically zero.

That was actually my original approach, but how did you just drop the t2 in the final solution?
 
  • #14
V^2 > Rg - .25*g^2*t^2
I definitely considered all times t > 0.
Certainly V^2 = Rg is large enough, because the t^2 term is always positive for t > 0, always taking something away from the Rg on the other side and ensuring the inequality is true.
It is not unnecessarily large because in the limit as t approaches zero the t^2 term is made as small as you can imagine. Thus any decrease to the V^2 = Rg solution (which is independent of time) would have to be infinitesimally small in order to satisfy the inequality as t --> 0.
 
  • #15
Delphi51 said:
V^2 > Rg - .25*g^2*t^2
I definitely considered all times t > 0.
Certainly V^2 = Rg is large enough, because the t^2 term is always positive for t > 0, always taking something away from the Rg on the other side and ensuring the inequality is true.
It is not unnecessarily large because in the limit as t approaches zero the t^2 term is made as small as you can imagine. Thus any decrease to the V^2 = Rg solution (which is independent of time) would have to be infinitesimally small in order to satisfy the inequality as t --> 0.

Oh, I see now. But you're completely over-complicating everything.
It is completely obvious (Once you stare at the inequality for a couple of seconds) that [tex]v_0^2>Rg[/tex] is the solution.
You threw in some limits and differential calculus where you need none, and where it only obfuscates the conclusion.

The term in [tex]t^2[/tex] is always negative. If we choose [tex]v_0^2[/tex] so as [tex]v_0^2>Rg[/tex] then our LHS is greater than [tex]Rg[/tex] for all values of [tex]t[/tex] (It is a constant.)
On the other hand, as time progresses, the RHS becomes more and more negative, increasingly smaller than [tex]Rg[/tex]
From these two facts it immediately follows that [tex]v_0>Rg[/tex] satisfies the inequality for all [tex]t[/tex]

That is elegant reasoning indeed. :) Too bad you got tangled up with limits and whatnot.

The route I chose with this problem was the grade-school one. I just looked at the parabola and said that I want it to always be positive, so I took the discriminant and looked at when it is negative, and got the [tex]v_0^2>Rg[/tex] solution.
 
Last edited:
  • #16
Ah, you mean look at the graph of -.25*g^2*t^2 and see that it peaks at t = 0 so is negative for all other values! Yes, I see that now - no need to use the limit argument.

Or perhaps you mean look at the distance squared
v^2*t^2 - Rgt^2 + .25g^2t^4 + R^2 to see what values of v ensure it is greater than R^2. With T = t^2 it becomes
y = .25g^2*T^2 + (v^2 - Rg)T + R^2, a quadratic
with its vertex at T = -b/(2a) = (Rg-v^2)/(.5g^2)
so if v^2 = Rg the vertex is at T = 0 and at all other values of T the distance expression will be greater than R^2. If the vertex is to the right of T = 0 it won't do so v^2 must be greater than or equal to Rg.

Well, this analysis is most interesting and adds another level of delight to the whole problem. Thank you!

Hats off to the prof who came up with the question. I fear that in my enthusiasm I may have spoiled the challenge for the student(s) who were watching it last night.
 

What is the concept behind kicking a ball off a spherical rock?

The concept behind kicking a ball off a spherical rock is based on the principles of projectile motion. When the ball is kicked off the rock, it is given an initial velocity and follows a parabolic path until it reaches the ground.

What factors affect the distance the ball travels when kicked off a spherical rock?

The distance the ball travels when kicked off a spherical rock is affected by several factors such as the initial velocity of the ball, the angle at which it is kicked, air resistance, and the shape and texture of the rock.

Can different types of balls be used for this experiment?

Yes, different types of balls can be used for this experiment. The distance and trajectory of the ball may vary depending on the size, weight, and material of the ball.

Is the height of the spherical rock important in this experiment?

Yes, the height of the spherical rock is an important factor in this experiment. The higher the rock, the longer the ball will travel before reaching the ground. However, if the rock is too high, the ball may reach a point where it has no more horizontal velocity and will simply fall straight down.

Can this experiment be affected by external factors?

Yes, this experiment can be affected by external factors such as wind, surface conditions, and the force of the kick. These factors may alter the trajectory and distance of the ball from the intended target.

Similar threads

  • Introductory Physics Homework Help
Replies
2
Views
548
  • Introductory Physics Homework Help
Replies
2
Views
182
  • Introductory Physics Homework Help
Replies
6
Views
657
  • Introductory Physics Homework Help
Replies
15
Views
1K
  • Introductory Physics Homework Help
Replies
4
Views
82
  • Introductory Physics Homework Help
Replies
8
Views
2K
  • Introductory Physics Homework Help
Replies
21
Views
2K
  • Introductory Physics Homework Help
Replies
34
Views
595
  • Introductory Physics Homework Help
Replies
6
Views
536
  • Introductory Physics Homework Help
Replies
13
Views
2K
Back
Top