Difficult 2D Kinematics Question

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 · 3K views
michaelplease
Messages
6
Reaction score
0

Homework Statement


A basketball is thrown from a height of 2m. The direction of its velocity when it hits the rim of the basketball hoop is 45 degrees below the horizontal. The basketball hoop is 3m above the ground and 4.5 m in front of the shooter.

How long does the ball take to hit the rim, and what is its initial speed?

Homework Equations


Let a = x velocity, b = intial y velocity, t = time.
Kinematics equations, also |x velocity| = |final y velocity|
a=4.5/t
1=bt-4.905t^2
b-9.81t=-a
(b-9.81t)^2=b^2-19.6

The Attempt at a Solution


I know I have more equations than unknowns, but I just go in circles when trying to solve. Sometimes I get a seemingly significant step done but then another equation shows that something went wrong. Please help!

Thank you!
 
Physics news on Phys.org
Oh yes, I forgot to write that one.
vfy = b-gt

I am still stuck though trying to solve these equations (despite having so many!) Do you mind showing me how to do the algebra?
 
vfy is negative if we say that positive y is up.

so I combined a = -vfy and vfy = b-gt -> a = gt - b

gt - b = 4.5/t
4.5 = gt^2 - bt
add to 2nd equation listed : 5.5 = gt^2 - 4.905 t^2
t = 1.06 s

Is that right?

Then by equation 1:
a = 4.25 m/s

By equation 3:
b = 6.15 m/s

and vo = 26.2 m/s

Is that right?
 
I must have typed something wrong into my calculator.

vo = 7.48 m/s

Thanks so much for your help!