Kinematics Ball throwing problem. Help

  • Thread starter Thread starter mattyc33
  • Start date Start date
  • Tags Tags
    Ball Kinematics
AI Thread Summary
A blue ball is thrown upward at 23 m/s from a height of 0.6 meters, while a red ball is thrown downward at 6.8 m/s from 28.9 meters after a delay of 2.8 seconds. Both balls experience a constant downward acceleration of 9.81 m/s² due to gravity. The problem involves finding the time after the blue ball is thrown when both balls are at the same height. The equations of motion for both balls were set up, but confusion arose regarding the assignment of variables and the signs in the equations. After clarifying the equations and substituting the known values, the correct approach led to solving a quadratic equation for time.
mattyc33
Messages
29
Reaction score
0

Homework Statement



A blue ball is thrown upward with an initial speed of 23 m/s, from a height of 0.6 meters above the ground. 2.8 seconds after the blue ball is thrown, a red ball is thrown down with an initial speed of 6.8 m/s from a height of 28.9 meters above the ground. The force of gravity due to the Earth results in the balls each having a constant downward acceleration of 9.81 m/s2.

How long after the blue ball is thrown are the two balls in the air at the same height?

Homework Equations



v=vo+at
d=vot+1/2at^2
d=vt-1/2at^2
v^2=vo^2+2ad
d=t((vo+v)/2)

The Attempt at a Solution


Since yblue(t)=yredt
and
yred(t)=28.9+vred(t−2.8)+12a(t−2.8)2
yblue(t)=0.6+vbluet+12at2

So I tried to solve for t, but I never got the correct answer =(
So frustrating. If someone could help or even just give me a numerical answer so I can see where I went wrong that would be awesome!
[
 
Last edited:
Physics news on Phys.org
What values are you assigning to your variables yred, vred, a, yblue, vblue? Signs matter.
Can you show more of your attempt to solve for t?
 
I did not assign my yred nor yblue to anything because yred=yblue. So I just plugged in what yred and yblue are equaled to and I made them equal each other so that I had two formulas which only had one variable in it (t).

I assigned my vred as (t(6.8+15.0404))/2 which made it even more complicated. I found the velocity in an earlier equation but I don't even know if that is right =(.

I assigned my vblue as 23m/s... which is initial.

I assign a to 9.81 (gravity constant).

After doing this question for what seems like two hours my head is filled with confusion and it's hard to think. When I solve for t with all this information I get approximatly 1.09 seconds which is incorrect.
 
Well, your approach is okay, but I can't tell if the values that you are plugging into the variables are consistent with their signs in the equations that you've written.

Suppose we set up the following variables and constants (all constants will have positive values -- we'll deal with directions in the operational signs in the equations we write):
Code:
Initial upward speed of blue ball  :  vb = 23 m/s
Initial height of blue ball        :  hb = 0.6 m
Initial downward speed of red ball :  vr = 6.8 m/s
Initial height of red ball         :  hr = 28.9m
Position of blue ball at some time :  pb(t)
Position of red ball at some time  :  pr(t)
Time delay in launch of red ball   :  Δt = 2.8 s
Gravitational acceleration         :  g = 9.81 m/s/s

Using these variables and constants to rewrite your equations:
pb(t) = hb + vb\;t - \frac{1}{2} g\;t^2
pr(t) = hr - vr\;(t - \Delta t) - \frac{1}{2} g\;(t - \Delta t)^2
Now you should be able to equate these two in search of the time when the heights are the same. Can you plug in the known numerical values and simplify to a quadratic in t?
 
It worked! Thanks =)
 
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