Calculating Initial Speed for Successful Projectile Shot: Basketball Example

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
2 replies · 2K views
Procrastinate
Messages
155
Reaction score
0
A basketball player shoots a ball at an angle of 55o into a hoop and lands in the net, which is 3.0m off the ground. Calculate the initial speed of the ball for this fould shot to be successful.

I did some vector integration and then isolated each of the components:

Vx= vcos55
Vy= vsin55 - gt
sx= vcos55t
sy= vsin55t - gt2/2 + 2.1

When

sy= vsin55t - gt2/2 + 2.1 = 3
sx= vcos55t = 4.3

However, even after some manipulating, there are two variables and I can't isolate any of them. Or maybe I am just missing something?
 
Physics news on Phys.org
Hello,

you got these two equations:
sy= vsin55t - gt2/2 + 2.1 = 3
sx= vcos55t = 4.3

can you from sx express t in terms of v and then put this in sy?
 
Hey, first off you need to approach the problem "more simply" some trig will hopefully give the horizontal distance to be 4.3m (what you've said, not right for the vales you've given it would be 2.1m. I am assuming typo in the given info) and then you have your component velocitys. From that s_i=4.3=vcos(55)t+0.5*0t^2 =v*cos(55)t and s_j=3=vsin(55)t+0.5*9.81t^2. you now have a system of simultaneous equations, solve them. (FYI i got t=0.8s and v = 9.4m/s) Please let me know if this was helpful(or even correct) thanks.
 
Last edited: