Write a projectile motion problem with the initial condition vi=15 m/s at 50° above the horizontal. Solve this problem for ∆x, max height, and time of flight.

I will be happy to critique your thinking.

do you know which equation to use? i have no idea what to do!

thanks that helps.

so how would you solve it for the other listed values?

Sure! I can help you with that. To solve this projectile motion problem, we can break it down into different components.

Let's assume the following variables:
- Initial velocity magnitude (vi) = 15 m/s
- Launch angle (θ) = 50°

Now, let's solve for the different components of the problem step-by-step.

1. ∆x (horizontal distance traveled):

To find the horizontal distance traveled (∆x), we can use the formula:

∆x = (vi * t) * cos(θ)

Where:
- t is the time of flight

Given that vi = 15 m/s and θ = 50°, we can calculate cos(θ):
cos(50°) ≈ 0.6428

Now, we need to find the time of flight. The time of flight (t) is the total time it takes for the projectile to reach the ground.

We can calculate the time of flight using the formula:

t = (2 * vi * sin(θ)) / g

Where:
- g is the acceleration due to gravity (approximately 9.8 m/s²)

Plugging in the values, we get:
t = (2 * 15 * sin(50°)) / 9.8

Now, we can substitute the value of t back into the equation for ∆x:
∆x = (15 * t) * cos(50°)

2. Maximum height (h):

To find the maximum height reached by the projectile, we can use the formula:

h = (vi² * sin²(θ)) / (2 * g)

Plugging in the values, we get:
h = (15² * sin²(50°)) / (2 * 9.8)

3. Time of flight (t):

We have already calculated the time of flight (t) in the first step.

Now, you can plug the values into the respective formulas to find the values of ∆x, maximum height, and time of flight.

Keep in mind that angles should be converted to radians if your calculator uses radians instead of degrees.

I hope this explanation helps you solve the problem!