I solved part A but not part B:

A batted baseball leaves the bat at an angle of 35.0 degrees above the horizontal and is caught by an outfielder 370 ft. from home plate at the same height from which it left the bat.

Part A: What was the initial speed of the ball?
Answer: 34.3 m/s

Part B: How high does the ball rise above the point where it struck the bat?
Answer: I got 39.6 m but it was incorrect. :(

at the top of the arc, the vertical velocity is zero.

Vtop=Vivertical-9.8t
solve then for time to the top.

height=Vivertical*t-4.9t62

To solve part B and determine how high the ball rises above the point it struck the bat, we need to use the concepts of projectile motion and kinematics.

First, let's break down the problem:

1. The initial angle of the baseball's trajectory is given as 35.0 degrees above the horizontal.
2. The ball is caught by an outfielder 370 ft (or 370 * 0.3048 = 112.78 m) from home plate.
3. The ball is caught at the same height from which it left the bat.
4. We need to find how high the ball rises above the point where it struck the bat.

To solve part B and find the height the ball rises, we can apply the following steps:

Step 1: Convert the initial velocity to horizontal and vertical components:

The initial velocity (v) of the ball can be divided into horizontal (v_x) and vertical (v_y) components using trigonometry. Since the ball is struck at an angle of 35.0 degrees, we can calculate:

v_x = v * cos(theta)
v_y = v * sin(theta)

Step 2: Calculate the time of flight and the maximum height reached:

Using the equation for vertical motion, we can find the time of flight (t) and the maximum height (h_max):

h_max = (v_y^2) / (2 * g)
t = (2 * v_y) / g,

where g is the acceleration due to gravity (approximately 9.8 m/s^2).

Step 3: Find the distance traveled vertically:

Since the ball started and ended at the same height, the distance traveled vertically is equal to twice the height above the point where it struck the bat:

Vertical distance = 2 * h_max

Now let's solve part B using the given information:

Step 1: Convert the initial velocity to horizontal and vertical components:

v_x = v * cos(theta)
v_x = (34.3 m/s) * cos(35.0 degrees)
v_x ≈ 28.19 m/s

v_y = v * sin(theta)
v_y = (34.3 m/s) * sin(35.0 degrees)
v_y ≈ 19.71 m/s

Step 2: Calculate the time of flight and the maximum height reached:

h_max = (v_y^2) / (2 * g)
h_max = (19.71 m/s)^2 / (2 * 9.8 m/s^2)
h_max ≈ 19.99 m

t = (2 * v_y) / g
t = (2 * 19.71 m/s) / 9.8 m/s^2
t ≈ 4.02 s

Step 3: Find the distance traveled vertically:

Vertical distance = 2 * h_max
Vertical distance = 2 * 19.99 m
Vertical distance ≈ 39.98 m

Therefore, the correct answer for part B is approximately 39.98 m. Make sure to double-check your calculations and ensure the correct values are used for the given parameters.