Basketball throw physics Problem

AI Thread Summary
A basketball player needs to throw a ball at a 38-degree angle to reach a hoop 7.0 meters away and 0.3 meters high. The problem involves calculating the initial speed (v_0) required for the ball to reach the hoop using projectile motion equations. The vertical and horizontal components of the velocity are independent, with the vertical component affected by gravity. After several attempts and calculations, the correct initial speed was determined to be approximately 8.65 m/s, confirming the accuracy of the derived equations. The discussion emphasizes the importance of correctly applying kinematic formulas and careful calculation.
sundrops
Messages
55
Reaction score
0
:rolleyes: A basketball player throws the ball at a 38 degree angle to a hoop which is located a horizontal distance L=7.0m from the point of release, and at a height h=0.3m above it. What is the required speed if the basketball is to reach the hoop?

help please o:)
 
Physics news on Phys.org
Use the equation for the projectile (it should be in your textbook), then plug in the numbers and solve for the required speed.
 
Strategy...as I mentioned to you in your true/false thread, horizontal and vertical components of the bball's velocity are independent. So...call the initial velocity you're trying to solve for v_0

The x-component of the v_0 is unaffected throughout the journey. Therefore, you don't have a clue yet what to do with it. It is constant, so you need to know the time required for the ball to get there. That depends on how high it needs to go before stopping (the vertical component). So, just note for now that the x component is given by :

v_0\cos(38^o)

and ignore it for the time being.

Now, the vertical component of the velocity:
v_0\sin(38^o)

is affected by the gravitational force, which causes a constant downward acceleration, which slows the ball's velocity by 9.81 metres per second, every second. So, how do you solve for the required initial vertical velocity, and the time needed to get the ball up to that height? There are three equations...one gives the vertical component of the velocity as a function of time, (which is useful to you, because you know the final vertical velocity is zero), the other gives the height h(t) as a function of time, in terms of the vertical velocity and and accelaration. The third is the fact that:

[v_0\cos(38^o)]t must be equal to three metres.

Hopefully you know which kinematic formulas I'm talking about.
 
i tried doing this problem by plugging in values into this equation:
Vxo = Vx(cos38) Vyo=Vy(sin38)

combining the two I found,

y=(tan38)x - (g / 2(Vo^2)(cos38)^2)x^2

however my answer was wrong.

( I tried your method as well cepheid - but it was long and complicated - I think I got lost in the numbers along the way.) :s
 
just want to make it clear
did you mean
y = tan(38)x - \frac{g x^2}{2 v_{0}^2 cos^2(28))
if yes, your answer should be fine, what numerical v you got?
 
sort of yeah - except in the second part it would be (cos38)^2
and what's frac?

I found Vo = 6.115 m/s and it was wrong...:(
 
that was a typo
here you go
y = tan(38)x - \frac{g x^2}{2 v_{0}^2 cos^2(38)}

let me check... 1 minute
 
Last edited:
how did you write it out so clearly??
 
i don't get your answer... let me try to figure out what you diid wrong...
 
  • #10
yes! that's the equation I used! :smile:

was it just a calculation error then? this is the right equation to use to solve the problem?
 
  • #11
I'll try it again - maybe i din't put brackets around certain #'s in my calculator or something...
 
  • #12
basically I plugged in:
x = 7.0m
y = 0.3m
g = 9.8m/s^2
and solved for Vo
 
  • #13
what is your Vo equal to... you might either have some algebra error or calculatioin error
 
  • #14
31.95m/s ??
 
  • #15
does that sound more feasible?
 
  • #16
i got 5 point something...
sory, can't give you the answer, try again
 
  • #17
that answer didn't work either
what am I doing wrong?

~ I only have 2 tries left :S
 
  • #18
ok
well at least I know the approximate range of the answer right? hehe
 
  • #19
Vo = \sqrt{(tan(38)(7.0m) - \frac{(-9.8m/s^2) (7.0m)^2}{2 (0.3m) cos^2(38)}}
 
  • #20
well that didn't work out...

here's how I manipulated the equation:

Vo = Square root of { tan(38)x - ((-g)x^2 / 2ycos(38)^2) }
 
  • #21
completely wrong. i believe you can do this problem your own... just simple algebra.
 
  • #22
oh gosh - okay - I'm sure I can - thanks for the help - I'll post my answer if I ever get around the 5 range! lol :redface:
 
  • #23
g wpuld be a negative number right?

(-9.8m/s^2 as opposed to 9.8m/s^2)
 
  • #24
y=(tan38)x - (g / 2(Vo^2)(cos38)^2)x^2
the negative sign has already been taken care of in the equation, g is positive
 
  • #25
okay - that makes sense.
I keep getting 8.65m/s
 
  • #26
YAY! It's right! Thanks SOOOO much vincent! you are a lifesaver - or at least a HUGE stress reliever! lol
 
  • #27
vincentchan said:
y = tan(38)x - \frac{g x^2}{2 v_{0}^2 cos^2(38)}

How did you get this equation?
 
  • #28
ThetaInitial said:
How did you get this equation?
\left\{ \begin{array}{l}<br /> y = y_0+v_{y0}t+\frac{1}{2}a_yt^2 \\ <br /> x = x_0+v_{x0}t+\frac{1}{2}a_xt^2 \\ <br /> \end{array} \right.<br />
Solve for y:
\left\{ \begin{array}{l}<br /> y = v_{y0}t+\frac{1}{2}a_yt^2 = v_0t \sin \theta -\frac{1}{2}gt^2 \\ <br /> x = v_{x0}t = v_0t \cos \theta \\ <br /> \end{array} \right.<br />

t = \frac{x}{v_0 \cos \theta}

y = \frac{v_0 \sin \theta x}{v_0 \cos \theta} -\frac{1}{2}g(\frac{x}{v_0 \cos \theta})^2

y = x \tan \theta - \frac{gx^2}{2 v_0^2 \cos ^2 \theta}
 
Last edited:
Back
Top