I'm having problems setting up an equation to solve for time t in a projectile motion problem. What is given is horizontal position, accerlation due to gravity, the initial speed with, the angle, and the vertical position related to speed. I'm suppose to find y veritcal position and t time.

I know to find y I could use
y = vyo(t) + ayt^2/2

and, you have a horizontal equation. I can't help without reading the quesion.

yo = 10 m vo= 10 m/s angle = 45 degrees has to be changed to radians, x = 16.4 m


Theres wasn't a lot of information given. Solve for t and y.

To set up an equation to solve for time (t) in a projectile motion problem, you can use the equation you mentioned:

y = vyo(t) + ayt^2/2

Here's a step-by-step explanation:

1. Given:
- Horizontal position: We'll assume it's not relevant for finding time (t).
- Acceleration due to gravity (a): Given.
- Initial speed (v0): Given.
- Angle of projection (θ): Not mentioned, but since it's a projectile motion problem, we'll assume it's known.
- Vertical position (y): What you want to find.

2. We need to break down the vertical motion into two components: initial vertical speed (vy0) and vertical acceleration (ay).

- Vertical component of initial speed (vy0):
vy0 = v0 * sin(θ)
This can be derived from the initial speed and the angle using trigonometry.

- Vertical acceleration (ay):
ay = -g
(assuming upward positive, where g is acceleration due to gravity)

3. Substituting the given values and derived components into the equation:

y = vy0(t) + ayt^2/2
y = (v0 * sin(θ))t - (g * t^2)/2

4. Now, this equation represents the relationship between vertical position (y) and time (t). To solve for time (t), we need to solve the equation for t. You can rearrange the equation by bringing all terms to one side of the equation:

(g * t^2)/2 - (v0 * sin(θ))t + y = 0

5. This is a quadratic equation in terms of t. You can solve it using various methods such as factoring, completing the square, or using the quadratic formula. In this case, it can be more convenient to use the quadratic formula:

t = (-b ± √(b^2 - 4ac))/(2a)

Where:
a = (g/2)
b = -(v0 * sin(θ))
c = y

6. Plug in the values into the quadratic formula:

t = (-(v0 * sin(θ)) ± √((v0 * sin(θ))^2 - 4 * (g/2) * y))/(2 * (g/2))

Simplifying further, you will have the solution for time (t) in terms of the given variables.