Projectile Motion with displacement and time

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
7 replies · 2K views
sotrashy
Messages
4
Reaction score
0

Homework Statement


A boy kicks a ball into the air. It takes 4.3 seconds to land 41.1 meters from his position to the right. What is the launch velocity and launch angle of the ball? Ignore air resistance.

Δx = 41.1 m
t = 4.3 s
a = -9.8 m/s2

Homework Equations



dx = vxt
vfy = v0y + at

The Attempt at a Solution



dx = vxt
dx / t = vx
41.1 m / 4.3 s = vx = 9.56 m/s

vfy = v0y + at
0 = v0y + (-9.8 m/s2 * 4.3 s)
0 = v0y - 42.1 m/s
v0y = 42.1 m/s

launch velocity = (9.56 m/s)2 + (42.1 m/s)2 = vi2
vi = 43.2 m/s

launch angle = vxi = vicosθ
9.56 m/s = 43.2 m/s * cosθ
θ = 77.2°

Can anyone please look through my work to see if I have done it correctly? I'm getting conflicting answers from wolframalpha.

Thanks!
 
Last edited:
Physics news on Phys.org
Looks all good to me.
 
sotrashy said:

The Attempt at a Solution



dx = vxt
dx / t = vx
41.1 m / 4.3 s = vx = 9.56 m/s
Okay, that looks good.
vfy = v0y + at
0 = v0y + (-9.8 m/s2 * 4.3 s)
0 = v0y - 42.1 m/s
v0y = 42.1 m/s
Oops. The vertical velocity won't be zero when it lands --- it's going to impact the ground at some speed (and probably bounce). (When is the vertical velocity zero?)

You can use this kinematic relationship if you choose the appropriate time when the velocity is zero, otherwise find another equation for the vertical vertical trajectory that includes the landing condition (Hint: height at landing is zero).
 
Whoops, made a mistake in my calculations. You should probably try d = vt + 1/2at2 instead. As gneill just said, your Vfy is 0 at the TOP of it's trajectory, not the bottom.
 
Ahhh, I see. I'm calculating AT time 4.3s!

dy = 0 = vt + 1/2at^2

Better?