Launching a missile to hit a target 100 miles away. Determine the launch speed of the missile along with the angle at which it's to be fired. Also, show your work and one of the angle that will work. Finally, assume that the only force acting on the missile is gravity.

recall that the range of an object is

R = v^2/g sin2θ

so, figure some pairs of value that make that 100 miles.

Of course, that formula implies a flat earth, and 100 miles is far enough away that varying gravity and earth's curvature require some modifications.

To determine the launch speed and angle at which the missile should be fired to hit a target 100 miles away, we need to use the principles of projectile motion and solve for the initial velocity (launch speed) and launch angle.

1. Establish the given information:
- Distance to the target: 100 miles
- Assume only gravitational force acts on the missile

2. Convert the distance to the metric system:
- 1 mile = 1.60934 kilometers
- Therefore, the distance to the target is 100 miles × 1.60934 = 160.934 kilometers.

3. Define the equations of motion for projectile motion:
- Horizontal motion: x = v₀ * t * cos(θ)
- Vertical motion: y = v₀ * t * sin(θ) - (1/2) * g * t²

(Where x and y represent the projectile's horizontal and vertical distances, v₀ is the initial velocity, θ is the launch angle, t is time, and g is the acceleration due to gravity, which is approximately 9.8 m/s²)

4. Find the time of flight (t) when the projectile reaches the target:
- Since the horizontal distance is the same as the target distance, we have x = 160.934 km.
- The vertical distance is zero because the missile will have to return to the same height it was launched from.
- Therefore, y = 0.
- From the vertical equation, we have: v₀ * t * sin(θ) - (1/2) * 9.8 * t² = 0

Solving for t:
t * (v₀ * sin(θ) - 4.9 * t) = 0
v₀ * sin(θ) - 4.9 * t = 0
t = (v₀ * sin(θ)) / 4.9

Substituting this value into the horizontal equation:
x = (v₀ * (v₀ * sin(θ)) / 4.9) * cos(θ)

Rearranging the equation:
160.934 = (v₀² * sin(2θ)) / 9.8

5. Solve for v₀ and θ:
We can solve these equations numerically using methods like trial and error or by using software programs like MATLAB or Excel. Let's assume the launch angle (θ) that produces a successful hit is 30 degrees.

Substituting θ = 30 into the equation:
160.934 = (v₀² * sin(60)) / 9.8
v₀² = (160.934 * 9.8) / sin(60)
v₀ = √((160.934 * 9.8) / sin(60))

Calculating v₀ with a scientific calculator or software will yield the launch speed.

6. Angle that will work:
Assuming a launch angle of 30 degrees, substitute this value into the formula for t and calculate the time of flight. Plug the time value into the horizontal equation, and if the resulting horizontal distance is approximately 160.934 km, then this angle will work.

7. Repeat steps 5 and 6 for other angles to find the launch speed and angles that work.

Remember, this is a simplified model that only considers the effect of gravity and neglects other factors such as air resistance or wind. Real-world missile launches involve more complex calculations and factors.