James and Steve have a contest to see who can kick a football further. James kicks the football at an angle up of 57 degrees, and a speed of 75m/s. Steve kicks the ball with a speed of 100m/s, at an angle up of 48 degrees? Who wins the contest?

Please show what each variable stands for and what equation is used. please also plug the variables into the equations.

In my class we use equation like:
vfx=vix+axt
vfy=viy+ayt

Thanks!

The distance travelled by the ball over level ground is

(Vo^2/g)*sin(2A)
Where A is the angle measured from horizontal.
James' distance = [(75)^2/9.8]*sin114
= 524 m
Steve's distance = [100)^2/9.8]*sin96
= 1015 m
Air resistance has been neglected.
The distances are unrealistically long. Footballs cannot be kicked that fast or that far by humans.

To determine who wins the contest, we need to calculate the distances each person kicks the football.

Let's break down the given information:

For James:
- Initial speed (vi) = 75 m/s
- Angle up (θ) = 57 degrees

For Steve:
- Initial speed (vi) = 100 m/s
- Angle up (θ) = 48 degrees

We can use the equations of motion to solve these problems. In this case, we'll use the following equations:

1. Horizontal distance (d):
d = (vi * cos(θ)) * t

2. Vertical distance (h):
h = (vi * sin(θ))^2 / (2 * g)

Where:
- vi = initial velocity
- θ = launch angle
- t = time of flight
- g = acceleration due to gravity (approximately 9.8 m/s^2)

First, we'll calculate the distances traveled by James:

Horizontal distance (d) for James:
d1 = (75 * cos(57)) * t1

Vertical distance (h) for James:
h1 = (75 * sin(57))^2 / (2 * g)

Next, we'll calculate the distances traveled by Steve:

Horizontal distance (d) for Steve:
d2 = (100 * cos(48)) * t2

Vertical distance (h) for Steve:
h2 = (100 * sin(48))^2 / (2 * g)

Now, we need to calculate the time of flight (t) for each kick. Since we have the initial velocity and the launch angle, we can use the vertical motion equation:

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

Solving for t, we have:
t = (2 * vi * sin(θ)) / g

Plugging in the values, we can calculate the time of flight for each kick:

Time of flight (t1) for James:
t1 = (2 * 75 * sin(57)) / g

Time of flight (t2) for Steve:
t2 = (2 * 100 * sin(48)) / g

Now, we can substitute the values we have calculated for time into the horizontal distance equation to find the distances traveled by each person:

Horizontal distance (d1) for James:
d1 = (75 * cos(57)) * ((2 * 75 * sin(57)) / g)

Horizontal distance (d2) for Steve:
d2 = (100 * cos(48)) * ((2 * 100 * sin(48)) / g)

By comparing the distances (d1 and d2), we can determine who wins the contest. The person with the greater distance traveled wins.