Solving for Initial Velocity in a Projectile Motion Basketball Shot

AI Thread Summary
A basketball player, 2 meters tall, shoots at a 40-degree angle towards a net 3.05 meters high from a distance of 10 meters. The initial calculations for time and velocity were initially incorrect due to a typo in the time equation. After correcting the time formula to t = 10/(Vi*cos(40)), the player successfully calculated the initial velocity. The correct initial velocity, matching the book's answer, is 10.7 m/s. This resolution highlights the importance of accurate equation setup in projectile motion problems.
NoMeGusta
Messages
15
Reaction score
0
Basketball player is 2m tall. He shoots at 40 degrees over a distance of 10m into a basketball net that is 3.05m. Whats the initial velocity.

d=10m
Theta=40 degrees

Vxi = Vi cos(40) Ax=0 xi=0 xf=10
Vyi= Vi sin(40) Ay=-9.80 yf=1.05 (difference between player and net)

1. First I wanted to solve for time

Xf = Xi + Vxi*t + (1/2)Ax*(t^2)
10 = 0 + (Vi*cos(40))t + (1/2)(0) (t^2)
10 = (Vi*cos(40))t

t = (Vi*cos(40))/ 10


2. Then, I'd use the Yf formula to plug my new time into to get Vi since Vyi= Vi sin(40)

Yf = Yi + Vyi*t + (1/2)Ay*(t^2)
1.05=0 + (Vi*sin(40))t - (1/2)(-9.80)(t^2)

---then substituting t into the 1.05=0 + (Vi*sin(40))t + (1/2)(-9.80)(t^2)
and after all the algebraic dust settled I got ---

Vi = 7.159... the problem is the book says 10.7 m/s. Where did I go wrong??
 
Last edited:
Physics news on Phys.org
NoMeGusta said:
2. Then, I'd use the Yf formula to plug my new time into to get Vi since Vyi= Vi sin(40)
Yf = Yi + Vyi*t + (1/2)Ay*(t^2)
1.05=0 + (Vi*sin(40))t - (1/2)(-9.80)(t^2)...
Where did I go wrong??
You have used too many "-"-s.
ehild
 
For the time, it should be,

t = 10/(Vi*cos(40))
 
that was a typo
 
Holy crap... I'm staring at my page of work and you are sooooo right. Let me try that and see if it works now.:smile:
 
It worked... It worked!

That was the fix. I had the equation for t wrong. I got the 10.7 book answer now. Thank you sooooooooooo much!
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top