Answer:
We can use the kinematic equations to solve for the velocity of the rock when it hits the ground. We can split the velocity into horizontal and vertical components:
v0x = v0 * cos(290)
v0y = v0 * sin(290)
Next, we can use the equation for vertical motion with constant acceleration (g = 9.8 m/s^2 is the acceleration due to gravity) to find the final velocity:
vy = v0y - g * t
where t is the time it takes for the rock to fall 58.5 m. We can find t by using the equation for vertical motion with constant acceleration:
h = v0y * t - 0.5 * g * t^2
Solving for t:
t = sqrt(2 * h / g)
Now that we have t, we can find vy:
vy = v0y - g * t
Finally, we can find the magnitude of the velocity (vmag) by using the Pythagorean theorem:
vmag = sqrt(v0x^2 + vy^2)
vmag = sqrt(39^2 * cos(290)^2 + (39 * sin(290) - 9.8 * t)^2) = 55.8 m/s (rounded to one decimal place)
The magnitude of the velocity when the rock hits the ground is 55.8 m/s.