Problem solving: ball drops & ball shot up - they meet where?

In summary: I let the acceleration of ball 1 be +g, and the acceleration of ball 2 be -g. I let the distance between them be x. So, d1 + d2 = 67-x. Then, I did some kinematics equations and got t=2sqrt(67-x)/g. Then, I did some more kinematics equations and got x=67-10t^2. I set those equal to each other and solved for x. I got 47.4m, which is the correct answer.In summary, two balls are dropped from different heights and have different initial velocities. The goal is to find where they meet, using kinematics equations
  • #1
Tyrannosaurus_
41
2

Homework Statement


Ball 1 falls from rest from 67 m up. Directly 67 m below, ball 2 has 20 m/s [up]. No air. Where do they meet?

Homework Equations


non-uniform motion, so key kinematics equations.

The Attempt at a Solution


d1 + d2 = 67 m <--- is this okay to do?
v1i *t + 1/2 a *t2 + V2i *t + 1/2 a *t2 = 67 m
0 *t + g/2 *t2 + V2i *t + g/2 *t2 = 67 m
2(g/2 *t2) + V2i *t = 67 m
g *t2) + 20 *t - 67 = 0

Then, quadratic formula... this definitely isn't working. Any suggestions would be greatly appreciated.
 
Physics news on Phys.org
  • #2
Ball#1 is accelerating in the same direction as it's motion. Second ball acceleration is opposite direction of initial motion.
The initial velocity 20 is up, while gravity points down, so they need to be opposite signs.
 
  • #3
scottdave said:
Ball#1 is accelerating in the same direction as it's motion. Second ball acceleration is opposite direction of initial motion.
The initial velocity 20 is up, while gravity points down, so they need to be opposite signs.

... which also means that relative to each other the balls are not accelerating.

@Tyrannosaurus_ does that mean you can solve this problem without considering acceleration?
 
  • #4
Thanks for the help everyone.
I neglected the negative sign for g by mistake. When I use -9.8 in the quadratic formula, I get a negative radical/under the root. So, I suspect the dilemma is in the setup.

I have considered acceleration - it's g as there is no air resistance. All equations are for non-uniform motion. Both objects accelerate in the same direction, i.e., down. Despite the equivalent acceleration for both, it is the initial velocity of the ball leaving the ground that allows them to close their separation.

In the quadratic formula, I am substituting:
a = -9.8
b = +20
c = -67

This result provides imaginary roots. So, I suspect it's in the set-up, but I'm stuck.
 
  • #5
Tyrannosaurus_ said:
Thanks for the help everyone.
I neglected the negative sign for g by mistake. When I use -9.8 in the quadratic formula, I get a negative radical/under the root. So, I suspect the dilemma is in the setup.

I have considered acceleration - it's g as there is no air resistance. All equations are for non-uniform motion. Both objects accelerate in the same direction, i.e., down. Despite the equivalent acceleration for both, it is the initial velocity of the ball leaving the ground that allows them to close their separation.

In the quadratic formula, I am substituting:
a = -9.8
b = +20
c = -67

This result provides imaginary roots. So, I suspect it's in the set-up, but I'm stuck.

If negative is down, then ##-67m## is below the ground.
 
  • #6
Thanks for the help PeroK.

I understand where you're coming from, but do you see why I have a negative value for c. It's from d1 + d2 = 67 m. It's really the purpose for my OP, how can I understand that initial statement in a better way so that I can find the place where the two balls collide.?
 
  • #7
Tyrannosaurus_ said:
Thanks for the help PeroK.

I understand where you're coming from, but do you see why I have a negative value for c. It's from d1 + d2 = 67 m. It's really the purpose for my OP, how can I understand that initial statement in a better way so that I can find the place where the two balls collide.?

The first thing you could do is calculate the position of each ball separately as a function of time.
 
  • #8
Thanks for the suggestion PeroK! That will work for me.

I'm really curious why I can't find an algebraic solution though. Should my original equation look like:
-d1 + d2 = 67 m?

I suggest a negative displacement for ball 1 as it is moving down, and ball 2 is moving up. I've set up as +, down as -.
But, that still leaves me wondering if the total displacement from both balls would be + 67 m, or -67 m. I'm going to plot the functions, but an algebraic understanding would really help me going into midterms, etc.

Thanks PF community!
 
  • #9
Tyrannosaurus_ said:
Thanks for the suggestion PeroK! That will work for me.

I'm really curious why I can't find an algebraic solution though. Should my original equation look like:
-d1 + d2 = 67 m?

I suggest a negative displacement for ball 1 as it is moving down, and ball 2 is moving up. I've set up as +, down as -.
But, that still leaves me wondering if the total displacement from both balls would be + 67 m, or -67 m. I'm going to plot the functions, but an algebraic understanding would really help me going into midterms, etc.

Thanks PF community!

You mixed up two approaches. The two displacements do not add up to either ##+67m## or ##-67m## as one displacement is positive and the other is negative.

You could, however, have considered the distance traveled by each ball. The two distances should add up to ##67m##. Although you would need to be careful that the ball thrown up did not reach its highest point and then fall back down before the dropped ball collided with it.
 
  • #10
d1+d2=67m
Let's call the distance between the top of the tower(I have assumed it was dropped from the top of a tower) and the place where they meet "x"

For Ball1,
x=1/2 gt^2

For Ball2,
67-x=20t-(1/2 gt^2)

Add these two, and you get
67-x+x=20t-(1/2 gt^2)+(1/2 gt^2)

67=20t

You get t, and then you can work out x from Ball1's or Ball2's equation.

Hope I was helpful.
 
  • Like
Likes Tyrannosaurus_
  • #11
Sammit Dhar said:
d1+d2=67m
Let's call the distance between the top of the tower(I have assumed it was dropped from the top of a tower) and the place where they meet "x"

For Ball1,
x=1/2 gt^2

For Ball2,
67-x=20t-(1/2 gt^2)

Add these two, and you get
67-x+x=20t-(1/2 gt^2)+(1/2 gt^2)

67=20t

You get t, and then you can work out x from Ball1's or Ball2's equation.

Hope I was helpful.

Wow! Thanks for the helpful reply! Very helpful!

I solved it a little while ago in a similar way to you:

For ball 1,

H(t) = 67m - 1/2gt^2

For ball 2,
H(t) = 20t - 1/2 gt^2

Then set, H(t) = H(t) and solved for t. Found the same result as you, i.e., t = 67/20 s

Thanks for the help Sammit! (I think there are too many people on here posting for the sake of posting. Of all the posts, only yours offers anything of value. Thank you!)
 
  • Like
Likes Sammit Dhar
  • #12
PeroK said:
... which also means that relative to each other the balls are not accelerating.

@Tyrannosaurus_ does that mean you can solve this problem without considering acceleration?

Useful insight here - means you can write down directly: 20t = 67
 

Related to Problem solving: ball drops & ball shot up - they meet where?

What is problem solving?

Problem solving is the process of finding a solution to a specific problem or challenge.

How do we solve problems involving ball drops and ball shot up?

To solve problems involving ball drops and ball shot up, we can use the principles of physics, such as the laws of motion and gravity, to calculate the trajectory and velocity of the balls and determine where they will meet.

What factors affect where the balls will meet?

The factors that affect where the balls will meet include the initial height and velocity of the balls, the angle at which the ball is released, and the force of gravity.

What if the balls have different masses?

If the balls have different masses, their trajectories and velocities will be affected differently by the force of gravity. This will need to be taken into account when calculating where the balls will meet.

How can we test our solution to this problem?

We can test our solution by setting up a real-life experiment or by using computer simulations. We can also compare our calculated results to the actual results to determine the accuracy of our solution.

Similar threads

  • Introductory Physics Homework Help
Replies
10
Views
1K
  • Introductory Physics Homework Help
Replies
14
Views
1K
  • Introductory Physics Homework Help
Replies
34
Views
735
  • Introductory Physics Homework Help
2
Replies
38
Views
2K
  • Introductory Physics Homework Help
Replies
17
Views
3K
  • Introductory Physics Homework Help
Replies
5
Views
967
  • Introductory Physics Homework Help
Replies
4
Views
1K
  • Introductory Physics Homework Help
Replies
1
Views
1K
  • Introductory Physics Homework Help
Replies
7
Views
2K
  • Introductory Physics Homework Help
Replies
5
Views
2K
Back
Top