8.01 MIT OCW PS1.4: Throw and Catch (Kinematics)

AI Thread Summary
The discussion focuses on solving a kinematics problem involving the motion of a ball thrown and caught at the same height. The equations derived include time of flight and the relationship between the horizontal distance and the initial velocity components. There is an emphasis on ensuring dimensional consistency and using special cases for sanity checks. Participants highlight the importance of using LaTeX for clarity in mathematical expressions. The conversation concludes with a confirmation that dimensions cancel out correctly, indicating a proper approach to the problem.
giodude
Messages
30
Reaction score
1
Homework Statement
A ball is thrown over the head of a person who is standing a horizontal distance d from the point where the ball was thrown. The initial ball's velocity is at an angle theta with respect to the groun and has a magnitude v0. As soon as the ball is thrown, the person runs with a time-varying acceleration whose component along the x-axis is given by Bt, where B is a positive constant. The person catches the ball at exactly the same height it was thrown from. Assume that the air resistance is negligible and that the gravitational acceleration is directed downward and has magnitude g. Find the constant B.
Express your answer in terms of some or all of the given variables. Use theta, g, d, and v0 as needed.
Relevant Equations
xp0 = d, vp0 = 0, ap0 = 0
xp(t) = d + (1/6)*B*(t^3)
vp(t) = B*(t^2)/2
ap(t) = B*t

xb0 = 0, vb0 = v0, ab0 = 0
xb(t) = v0*cos(theta)*t
vb(t) = v0*cos(theta)
ab(t) = 0
1) Using "The person catches the ball at exactly the same height it was thrown from.", we can isolate t by solving yb(t) = v0*sin(theta)*t - (1/2)*g*(t^2) = 0:
yb(t) = v0*sin(theta)*t - (1/2)*g*(t^2) = 0
v0*sin(theta)*t = (1/2)*g*(t^2)
2*v0*sin(theta) = g*t
t = 2*v0*sin(theta) / g

2) At the time of the catch, the person and the ball have the same x coordinate so we can set xp(t) = xb(t) and plug in t
d + (1/6)*B*(t^3) = v0*cos(theta)*t
B*(t^3) = 6*v0*cos(theta)*t - 6*d
B = (6*v0*cos(theta)*t - 6*d) / (t^3)
B = (6*v0*cos(theta)*t - 6*d) / (2*v0*sin(theta) / g)^3

I believe this is the correct answer. My purpose for posting this here is two fold; to see if I've done it correctly and to try and understand how to physically interpret this outcome so that it intuitively makes sense as well. One way I was thinking about physically interpreting it was through dimensional analysis and checking that there are no lingering dimensions. However, am curious about other modes of approach.
 

Attachments

  • Screen Shot 2023-08-15 at 9.59.20 PM.png
    Screen Shot 2023-08-15 at 9.59.20 PM.png
    4.4 KB · Views: 114
Physics news on Phys.org
If you wish somebody to take the time to check your work you need to use LaTex for the equations. Yes there is a learning curve. See "LaTeX Guide below
 
Will do.
 
giodude said:
B = (6*v0*cos(theta)*t - 6*d) / (2*v0*sin(theta) / g)^3

I believe this is the correct answer.
It is not, quite, an answer to the question posed because you still have a t in there.
Did you check the dimensions? Looks ok to me.
Often, a useful sanity check is a special case for which the answer is obvious, but I don't see such an option here. One special case would be d=0, but the answer is still not obvious for that. ##d=v_0\cos(\theta)t## works, but is too trivial.
 
haruspex said:
It is not, quite, an answer to the question posed because you still have a t in there.
Did you check the dimensions? Looks ok to me.
Often, a useful sanity check is a special case for which the answer is obvious, but I don't see such an option here. One special case would be d=0, but the answer is still not obvious for that. ##d=v_0\cos(\theta)t## works, but is too trivial.
Oh, yes! It looks like I forgot to convert that value.

Dimensions seem to properly cancel out. Thanks!
 
Thread 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
Back
Top