How to Solve a 2 Body 1 Dimension Problem with a Dropped Ball and a Thrown Ball?

AI Thread Summary
To solve the problem of a dropped ball from 30 m and a thrown ball at 30 m/s, the equations of motion are applied. The height of the dropped ball is given by h(t) = 30 - (4.9)t², while the thrown ball's height is h(t) = 30t - (4.9)t². Setting these equations equal to find when they reach the same height leads to the equation 0 = 30t - 4.9t². Solving this using the quadratic formula yields t = 6.12 seconds as the time when both balls are at the same height. Understanding the variables and equations of motion is crucial for solving such 2 body 1 dimension problems effectively.
abcba
Messages
1
Reaction score
0
Hello, I'm having a bit of trouble starting this problem:
A ball is dropped from a height of 30 m. At the same instant another ball is thrown straight up from the ground with aspeed of 30 m/s. How long are the balls in the air before they reach the same height?

I'm not sure what equation to use here. Any help would be appreciated. Thanks in advance.
 
Physics news on Phys.org
You should have the equations governing the height of each ball.

The first ball has initial height 30 m and initial speed 0 m/s (it is "dropped"). Its height at any time t (in seconds) is h(t)= 30- (g/2)t2 (g= 9.8 m/s2).

The second ball has initial height 0 and initial speed 30. Its height at any time t is
h(t)= 30t- (g/2)t2. "they reach the same height" when h(t)= h(t) for the two formulas: 30- (g/2)t2 = 30t- (g/2)t2. Solve that equation (which is remarkably easy) for t.
 


Hi there, thank you for reaching out for help with this problem. It is understandable that you are unsure of which equation to use, as this can be a bit tricky to determine at first. However, since this is a 2 body 1 dimension problem, we can use the equations of motion to solve it.

First, let's label the variables we know:
- The initial height of the first ball (dropped ball) is 30 m.
- The initial velocity of the second ball (thrown ball) is 30 m/s.
- Both balls are affected by the acceleration due to gravity, which is -9.8 m/s^2 (negative because it is acting downwards).

Now, we can use the equations of motion to find the time it takes for each ball to reach the same height. The equations we will use are:
- For the dropped ball: h = h0 + v0t + (1/2)at^2
- For the thrown ball: v = v0 + at

We know that at the same height, the dropped ball's height (h) will be equal to the thrown ball's initial height (h0 = 0). We also know that the dropped ball's final velocity (v) will be 0 since it reaches its highest point and then falls back down. Therefore, we can set these equations equal to each other and solve for t (time):

h = v0t + (1/2)at^2
0 = 30t + (1/2)(-9.8)t^2
0 = 30t - 4.9t^2

Using the quadratic formula, we can solve for t and get two possible solutions: t = 0s (which is not possible since the balls have to be in the air for some amount of time) and t = 6.12s. This means that it takes 6.12 seconds for both balls to reach the same height.

I hope this helps you get started on solving the problem. Remember, when dealing with 2 body 1 dimension problems, it is important to label your variables and use the appropriate equations of motion. Good luck!
 
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 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
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