A ball player hits a home run, and the baseball just clears a wall 20.6 m high located 132.0 m from home plate. The ball is hit an an angle of 35° to the horizontal, and air resistance is negligible. Assume the ball is hit at a height of 1.1 m above the ground.

(a) What is the initial speed?

(b) How much time does it take for the ball to reach the wall?

(c) Find the components of the velocity and the speed of the ball when it reaches the wall

y = y0 + vy0*t -1/2*g*t^2

x = x0 + vx0*t

where y is the y position as a function of time, y0 is the initial y position, vy0 is the initial y velocity, g is the acceleration due to gravity (9.8 m/s^2), t is time, x is the x position as a function of time, vx0 is the initial x velocity. Plugging in the numbers for when the ball clears the wall:

20.6 = 1.1 + v0*sin(35)*t - 1/2*9.8*t^2
132 = 0 + v0*cos(35)*t

Use algebra to solve this system of 2 equations with 2 unkowns: the time t, and the velocity v0.

The components of the velocity (vy = component, vx = x component) at this time are given by:

vy = dy/dt = v0y - g*t = v0*sin(35) - g*t
vx = dx/dt = v0x = v0*cos(35)

Solve for vy and vx at the time you found in part b

To solve this problem, we can use the equations of motion in projectile motion. Let's break down each part of the question:

(a) The initial speed can be calculated using the horizontal and vertical components of the velocity. The horizontal component of the velocity remains constant throughout the motion since there is no horizontal force acting on the ball. The vertical component of the velocity changes due to the acceleration due to gravity.

First, we need to find the initial velocity in the horizontal direction (Vx or V₀x). We can use the formula:

Vx = V₀ * cos(θ)

Where V₀ is the initial speed and θ is the launch angle. Plugging in the values, we get:

Vx = V₀ * cos(35°)

Next, we need to find the initial velocity in the vertical direction (Vy or V₀y). We can use the formula:

Vy = V₀ * sin(θ)

Plugging in the values, we get:

Vy = V₀ * sin(35°)

Since the initial and final vertical positions are the same, we can use the equation of motion to find the initial speed (V₀):

0 = (V₀ * sin(35°))² - 2 * g * Δy

Where g is the acceleration due to gravity (approximately 9.8 m/s²) and Δy is the vertical distance traveled (20.6 m - 1.1 m). Solving this equation will give us the initial speed.

(b) To find the time it takes for the ball to reach the wall, we can use the equation for horizontal distance:

X = Vx * t

Where X is the distance traveled in the horizontal direction, Vx is the horizontal component of velocity, and t is the time. We can solve this equation for t by rearranging it:

t = X / Vx

With the given values, we can calculate t.

(c) To find the components of the velocity when the ball reaches the wall, we can use the equations:

Vf,x = Vx
Vf,y = Vy - g * t

Where Vf,x is the final velocity in the horizontal direction, Vf,y is the final velocity in the vertical direction, and t is the time calculated in part (b).

The speed when it reaches the wall can be calculated using the formula:

Speed = sqrt((Vf,x)² + (Vf,y)²)

Plugging in the values, we can find the components of the velocity and the speed when the ball reaches the wall.