A missile is launched at an angle of 25 degrees to the ground. It hits a target at 301.5 meters from the point of launch.

find the initial velocity

Range = Vo^2*sin(2A)/g = 301.5 m.

Vo^2*sin(50)/g = 301.5
.07817Vo = 301.5
Vo^2 = 3857
Vo = 62.10 m/s.

To find the initial velocity of the missile, we'll need to use the equations of projectile motion along with some trigonometry.

1. Let's denote the initial velocity of the missile as "v0" and the angle of launch as "θ" (in this case, 25 degrees).

2. The horizontal and vertical components of the initial velocity can be calculated as follows:
- The horizontal component is given by v0 * cos(θ).
- The vertical component is given by v0 * sin(θ).

3. We'll focus on the vertical motion of the missile. We know that the vertical displacement is -301.5 meters (since it's measured with respect to the initial launch point), the initial vertical velocity is v0 * sin(θ), and the acceleration due to gravity is 9.8 m/s^2 (assuming Earth's gravity).

4. Using the equation of motion for vertical motion, h = h0 + v0t + (1/2)gt^2, where h is the vertical displacement, h0 is the initial vertical position, v0 is the initial vertical velocity, g is the acceleration due to gravity, and t is the time.

5. Substituting the known values and rearranging the equation, we get:
-301.5 = 0 + (v0 * sin(θ)) * t + (1/2) * 9.8 * t^2.

6. Since we're interested in finding the initial velocity, we can solve this equation for v0. However, we need to find the time, t, at which the missile hits the target.

7. For the horizontal motion, we know that the horizontal displacement is 301.5 meters (since it's measured with respect to the initial launch point), the initial horizontal velocity is v0 * cos(θ), and there is no horizontal acceleration.

8. Using the equation of motion for horizontal motion, x = x0 + v0t, where x is the horizontal displacement, x0 is the initial horizontal position, v0 is the initial horizontal velocity, and t is the time.

9. Substituting the known values, we get:
301.5 = 0 + (v0 * cos(θ)) * t.

10. Rearranging the equation, we have:
t = 301.5 / (v0 * cos(θ)).

11. Now, substitute this value of t back into the equation we obtained for the vertical motion:
-301.5 = (v0 * sin(θ)) * (301.5 / (v0 * cos(θ))) + (1/2) * 9.8 * (301.5 / (v0 * cos(θ)))^2.

12. Simplify the equation:
-301.5 = tan(θ) * 301.5 + (1/2) * 9.8 * (301.5^2) / (v0^2 * cos^2(θ)).

13. Rearrange the equation to isolate v0:
-301.5 - tan(θ) * 301.5 = (1/2) * 9.8 * (301.5^2) / (v0^2 * cos^2(θ)).

14. Solve this equation for v0 by taking the square root of both sides of the equation:
v0 = sqrt((1/2) * 9.8 * (301.5^2) / ((-301.5 - tan(θ) * 301.5) * cos^2(θ))).

15. Plug in the values of θ = 25 degrees and calculate v0.

Note: Make sure to use the appropriate unit conversions if necessary and double-check all calculations for accuracy.