Calculating Height & Velocity of a Tennis Ball Hit at an Angle

AI Thread Summary
To calculate the height and velocity of a tennis ball hit at an angle, the horizontal and vertical components of the initial velocity must be resolved. The horizontal component remains constant, calculated as Vx = Vo*cos(alpha), while the vertical component is influenced by gravity, expressed as Vy = Voy*sin(alpha) - g*t. The time taken for the ball to reach a horizontal distance d can be determined using the equation D = Vo*cos(alpha)*t. The vertical position at that time can be found using the displacement equation Y = Vo*sin(alpha)*t - 1/2*g*t^2. This approach simplifies the problem to basic projectile motion without air resistance.
dopey9
Messages
31
Reaction score
0
a tennis ball is hit from a height h above the ground with a speed V and at an angle alpha to the horizontal. it hits a wall at a horizontal distance d away . Air resistance is negligible

can anyone find expressions for the height and velocity of the bal when it his the wall for me to compare?

thankz
 
Physics news on Phys.org
try resolving the velocity into horizontal and vertical components. then see what you can do with the suvat equations.
 
This is the case of simplified projectile motion, let me give you a crash course somewhat quickly.

If we assume gravity is the only acting force on the ball then the horizontal component of its velocity is a constant since the gravitational force is assumed to be entriely vertical. (downwards of course)

Thus Vx = Vo*cos(alpha)

Where Vo is the initial velocity and alpha is the launch angle measured TOWARDS the upward vertical FROM the horizontal in the direction of motion.

Vx is the x component of velocity

By applying some basic kinematics we find Vy = Voy*sin(alpha) - g*t

From the pythagorean theorem V = sqrt(Vx^2+Vy^2)

now the goal for you is to find the time at which the ball has traveled a distance d.

I'll give you a hint:

set D = Vo*cos(alpha)*t and solve for t.

Notice that the displacement kinematic equations given the assumptions are:

X = Vo*cos(alpha)*t
Y = Vo*sin(alpha)*t - 1/2*g*t^2

Assume you start at (x,y) = (0,0) and you will end at the point (D,h)
 
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