Elastic collision between ball and block

Click For Summary

Homework Help Overview

The problem involves an elastic collision between a large block and a small ball, where the block moves towards a wall and collides with the ball, which is initially at rest. The discussion focuses on determining how close the block comes to the wall and how many times the ball bounces off the block before the block reaches its closest point to the wall, under the assumption that the mass of the block is significantly greater than that of the ball.

Discussion Character

  • Exploratory, Assumption checking, Mathematical reasoning

Approaches and Questions Raised

  • Participants discuss the application of conservation laws and the law of restitution to find the velocities after collisions. There are suggestions to improve notation for clarity and to keep track of distances from the wall after each collision. Some participants question the validity of approximations made early in the discussion.

Discussion Status

Participants are actively exploring various approaches to solve the problem, including matrix representations of the equations governing the velocities and distances. There is a recognition of the need to simplify expressions and drop higher-order terms to focus on leading-order approximations. Some participants have shared their solutions and methods, while others are seeking clarification on specific steps.

Contextual Notes

There is an emphasis on maintaining the relationship between the velocities and distances throughout the collisions, and some participants note the importance of dropping quadratic terms in their calculations. The original poster and others are working under the constraints of the problem's assumptions regarding mass ratios.

utkarshakash
Gold Member
Messages
852
Reaction score
13

Homework Statement


A block with large mass M slides with speed V0 on a frictionless table towards a wall. It collides elastically with a ball with small mass m, which is initially at rest at a distance L from the wall. The ball slides towards the wall, bounces elastically, and then proceeds to bounce back and forth between the block and the wall.

a) How close does the block come to the wall ?
b) How many times does the ball bounces off the block, by the time the block makes its closest approach to the wall?
Assume that M >> m, and give your answers to leading order in m/M.

Homework Equations



http://www.luiseduardo.com.br/mechanics/conservationlaws/conservationlawsproblems_arquivos/image023.jpg

The Attempt at a Solution



Let the velocity of block and ball be v1 and v2 after collision. Applying conservation of momentum and law of restitution,

v_1 = \dfrac{M-m}{M+m} v_0 \\<br /> v_2 = \dfrac{2M}{M+m} v_0

Using approximations
v_1 = v_0 \\ v_2 = 2v_0

At distance of closest approach the velocity of bigger block should become zero. But I can't think how to find that distance as the velocity of bigger block is not constant and changes after every collision.
 
Last edited by a moderator:
Physics news on Phys.org
You're going to have to be a bit cleverer that that aren't you. Start by making a better choice of notation. Don't call the speeds after the first collision v1 and v2. Call them V1 and v1. In general Call the speeds after the ith collision Vi and vi. Your job is, given Vi and vi, find Vi+1 and vi+1. Off course, you also need to keep track of Li - the distance from the location of the ith collision and the wall. Also, don't be so fast at making hasty approximations.

Come back after you've done that.
 
dauto said:
You're going to have to be a bit cleverer that that aren't you. Start by making a better choice of notation. Don't call the speeds after the first collision v1 and v2. Call them V1 and v1. In general Call the speeds after the ith collision Vi and vi. Your job is, given Vi and vi, find Vi+1 and vi+1. Off course, you also need to keep track of Li - the distance from the location of the ith collision and the wall. Also, don't be so fast at making hasty approximations.

Come back after you've done that.

V_{i+1} = \dfrac{M-m}{M+m} V_i - \dfrac{2m}{M+m} v_i

Let Li be the distance from the point of ith collision to wall. By the time i+1 th collision occurs, let the block travel a distance Δx.
∴Li+1 = Li - Δx

In terms of Li
L_{i+1} = L_i \left( 1- \dfrac{2V_i}{V_i+v_i} \right)

Am I correct so far?
 
Last edited:
Please help me.
 
utkarshakash said:
V_{i+1} = \dfrac{M-m}{M+m} V_i - \dfrac{2m}{M+m} v_i

Let Li be the distance from the point of ith collision to wall. By the time i+1 th collision occurs, let the block travel a distance Δx.
∴Li+1 = Li - Δx

In terms of Li
L_{i+1} = L_i \left( 1- \dfrac{2V_i}{V_i+v_i} \right)

Am I correct so far?
What is your result for ##\ v_{1+1} \ ?##
 
SammyS said:
What is your result for ##\ v_{1+1} \ ?##

V_{1+1} = \dfrac{M-m}{M+m} v_0 - \dfrac{2m}{M+m} 2v_0
 
utkarshakash said:
V_{1+1} = \dfrac{M-m}{M+m} v_0 - \dfrac{2m}{M+m} 2v_0
I asked about ## \ v_{1+1} \ , ##

not about ## \ V_{1+1} \ . ##

Or are you not taking dauto's suggestion for notation ?
 
SammyS said:
I asked about ## \ v_{1+1} \ , ##

not about ## \ V_{1+1} \ . ##

Or are you not taking dauto's suggestion for notation ?

Sorry about that.

v_{i+1} = \left( \dfrac{2M}{M+m} \right) V_i + \left( \dfrac{M-m}{M+m} \right) v_i

If I put i=1

v_2 = \left( \dfrac{2M}{M+m} \right) V_1 + \left( \dfrac{M-m}{M+m} \right) v_1
 
Now you can start making approximations. You should try to simplify those expressions. may be define the parameter ## \mu = m/M ## and expand those expressions in power series of that parameter keeping only the independent term and the linear term. Any quadratic or higher term may be dropped. That will help clear things up quite a bit while still preserving the essence of the problem. You should be able to get the correct order of magnitude for the solution but probably not much more than that, but it seems that's all the problem text asked you to do.
 
  • #10
dauto said:
Now you can start making approximations. You should try to simplify those expressions. may be define the parameter ## \mu = m/M ## and expand those expressions in power series of that parameter keeping only the independent term and the linear term. Any quadratic or higher term may be dropped. That will help clear things up quite a bit while still preserving the essence of the problem. You should be able to get the correct order of magnitude for the solution but probably not much more than that, but it seems that's all the problem text asked you to do.

V_{i+1} = (1-2 \mu) V_i - 2 \mu (1- \mu) v_i \\<br /> v_{i+1} = 2(1- \mu ) V_i + (1-2 \mu) v_i

But I really don't see how does this help me. The problem asks me to find the closest distance.
 
  • #11
One step at a time. The expession for the distance depends on the velocities, so you should solve the velocities first because their expressions do not depend on the distances. There is still one quadratic term in your expressions that may be dropped. Try writing the pair of equations in matrix form by defining the column vectors Xi = (Vi v_i)T and express Xi+1 as a matrix product

Xi+1 = M Xi,

where the 2 by 2 matrix may be written as M = A + μB.

A and B are independent of μ.

Once you've done that calculate M2, M3, and M4, and look for patterns that will allow you to find the general expression for Mn.

Remember to drop any quadratic terms that arise as you do your calculation.

Once you have Mn you can easily find Xn = Mn X0.

That should get you busy for a while.
 
  • #12
Alternatively you might find the expression for the momenta change δPi = M(Vi+1-Vi) and δpi = μM(vi+1-vi) and approximate

δV = dV/dn and δv = dv/dn,

and solve the differential equations.
 
  • #13
OK, I solved the problem using both methods described above, The second method turned out to be easier and surprisingly accurate (I compared my answers with a numerical solution produced with a spread-sheet using M = 100000 m). You might want to go that way.
 
  • #14
dauto said:
One step at a time. The expession for the distance depends on the velocities, so you should solve the velocities first because their expressions do not depend on the distances. There is still one quadratic term in your expressions that may be dropped. Try writing the pair of equations in matrix form by defining the column vectors Xi = (Vi v_i)T and express Xi+1 as a matrix product

Xi+1 = M Xi,

where the 2 by 2 matrix may be written as M = A + μB.

A and B are independent of μ.

Once you've done that calculate M2, M3, and M4, and look for patterns that will allow you to find the general expression for Mn.

Remember to drop any quadratic terms that arise as you do your calculation.

Once you have Mn you can easily find Xn = Mn X0.

That should get you busy for a while.

Transforming the equation in matrix notation, I get

\left( \begin{array}{c} V_{i+1} \\ v_{i+1} \end{array} \right) = \left( \begin{array}{cc} 1-2\mu &amp; -2\mu \\ 2(1-\mu) &amp; 1-3\mu \end{array} \right) \left( \begin{array}{c} V_{i} \\ v_{i} \end{array} \right)

M^2 = \left( \begin{array}{cc} 1-8\mu &amp; -4\mu \\ 2(2-6\mu) &amp; 1-8\mu \end{array} \right) \\ <br /> M^3 = \left( \begin{array}{cc} 1-18\mu &amp; -6\mu \\ 2(3-19\mu) &amp; 1-18\mu \end{array} \right)

But I can't see a definite pattern except that the matrix is symmetric and M12 = 2n (-μ) .

[EDIT] Oops, I'm sorry. The matrix is not symmetric. Only the principal diagonal elements are equal.
 
Last edited:
  • #15
dauto said:
OK, I solved the problem using both methods described above, The second method turned out to be easier and surprisingly accurate (I compared my answers with a numerical solution produced with a spread-sheet using M = 100000 m). You might want to go that way.

Your second method is not clear to me. Can you please elaborate?
 
  • #16
utkarshakash said:
Transforming the equation in matrix notation, I get

\left( \begin{array}{c} V_{i+1} \\ v_{i+1} \end{array} \right) = \left( \begin{array}{cc} 1-2\mu &amp; -2\mu \\ 2(1-\mu) &amp; 1-3\mu \end{array} \right) \left( \begin{array}{c} V_{i} \\ v_{i} \end{array} \right)

M^2 = \left( \begin{array}{cc} 1-8\mu &amp; -4\mu \\ 2(2-6\mu) &amp; 1-8\mu \end{array} \right) \\ <br /> M^3 = \left( \begin{array}{cc} 1-18\mu &amp; -6\mu \\ 2(3-19\mu) &amp; 1-18\mu \end{array} \right)

But I can't see a definite pattern except that the matrix is symmetric and M12 = 2n (-μ) .

[EDIT] Oops, I'm sorry. The matrix is not symmetric. Only the principal diagonal elements are equal.

There is a mistake in your matrix. The right bottom term is not correct, I don't think.
 
  • #17
utkarshakash said:
Your second method is not clear to me. Can you please elaborate?

You already have the expressions for Vi+1 and vi+1. Find the momentum change δPi = M δ Vi = M (Vi+1 - Vi) and similarly for δpi.

Its possible to express
$$\delta P = \frac{\delta P}{1} = \frac{\delta P}{\delta n} \approx \frac{d P}{d n}$$
where n counts the collision number.

That way you find a pair of differential equations for dP/dn and dp/dn. This differential equations turn out to be easily solvable if you keep in mind That P >> p >> μP.
 
  • #18
dauto said:
There is a mistake in your matrix. The right bottom term is not correct, I don't think.

That's a typo. It should be 1-2μ
 
  • #19
utkarshakash said:
That's a typo. It should be 1-2μ

OK.

Don't you see the pattern? Only the bottom left term is difficult (and you won't need the to get a zeroth order solution). all the other ones either grow linearly or quadratically.
 
  • #20
dauto said:
You already have the expressions for Vi+1 and vi+1. Find the momentum change δPi = M δ Vi = M (Vi+1 - Vi) and similarly for δpi.

Its possible to express
$$\delta P = \frac{\delta P}{1} = \frac{\delta P}{\delta n} \approx \frac{d P}{d n}$$
where n counts the collision number.

That way you find a pair of differential equations for dP/dn and dp/dn. This differential equations turn out to be easily solvable if you keep in mind That P >> p >> μP.

I get these two equations.

\dfrac{dP}{dn} = -2(\mu P + p) \\<br /> \dfrac{dp}{dn} = 2\mu (P-p)

If I follow your approximations, the first equation changes to
\dfrac{dP}{dn} = -2p

and second becomes

\dfrac{dp}{dn} = 2\mu P

If I divide both equations I get something like this

\mu P dP + pdp = 0

Integrating both sides

\mu \dfrac{P^2}{2} + \dfrac{p^2}{2} + c=0

How to find the constant of integration?
 
  • #21
Find the constant of integration by plugging in the initial values for p and and P. You're almost there.
 
  • #22
dauto said:
Find the constant of integration by plugging in the initial values for p and and P. You're almost there.

I get
c= - \dfrac{\mu M^2 v_0 ^2}{2}

Is this correct? If yes, what should be my next step?
 
  • #23
Your next step would be solving that last equation for p and plugging it back in the expression for dP/dn. But there is a simpler method. Differentiate the expression for dP/dn with respect to n to find an expression for d2P/dn2 and simplify it by using the expression for dp/dn. You should get to a very familiar differential equation.
 
Last edited:
  • #24
dauto said:
Your next step would be solving that last equation for p and plugging it back in the expression for dP/dn. But there is a simpler method. Differentiate the expression for dP/dn with respect to n to find an expression for d2P/dn2 and simplify it by using the expression for dp/dn. You should get to a very familiar differential equation.

\dfrac{d^2 P}{dn^2} = -4 \mu P

The solution for this differential equation is
P=P_0 \cos (2 \sqrt{\mu} n)

where P_0 = Mv_o

Am I on the right track?

[EDIT] I arrived at the correct answer for second part. But what about first? How to get that?
 
Last edited:
  • #25
What second part? Your solution is correct. To find n now you just have to remember that after the last collision the particle m will be either at rest or almost. All the energy is transferred back to the particle M which will have speed Vn = - V0. Plug that in your solution and find n.
 
  • #26
dauto said:
What second part? Your solution is correct. To find n now you just have to remember that after the last collision the particle m will be either at rest or almost. All the energy is transferred back to the particle M which will have speed Vn = - V0. Plug that in your solution and find n.
If OP wants to find n for the block (mass M) when it's closest to the wall, then V must be zero.

When V < 0, the block is moving away from the wall.
 
  • #27
SammyS said:
If OP wants to find n for the block (mass M) when it's closest to the wall, then V must be zero.

When V < 0, the block is moving away from the wall.

I thought he wanted the total number of collisions.
 
  • #28
dauto said:
I thought he wanted the total number of collisions.
The OP states:

"a) How close does the block come to the wall ?
b) How many times does the ball bounces off the block, by the time the block makes its closest approach to the wall?"​

Without working through all of this, I'm pretty sure that the value of n asked for will be 1/2 of what you were trying to get.
 
  • #29
SammyS said:
The OP states:

"a) How close does the block come to the wall ?
b) How many times does the ball bounces off the block, by the time the block makes its closest approach to the wall?"​

Without working through all of this, I'm pretty sure that the value of n asked for will be 1/2 of what you were trying to get.

OK. Yes the difference is just a factor of 2 because the second half of the motion looks just like the first but in reverse.
 
  • #30
dauto said:
What second part? Your solution is correct. To find n now you just have to remember that after the last collision the particle m will be either at rest or almost. All the energy is transferred back to the particle M which will have speed Vn = - V0. Plug that in your solution and find n.

By second part I meant b) which asks me to find number of collisions. Plugging P=0 in the equation gives me n= \dfrac{\pi}{4} \sqrt{\dfrac{M}{m}} which is correct. Now I have to find the distance of closest approach. Do I need to derive some other equations? If yes, please give me some hints.
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 13 ·
Replies
13
Views
1K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 4 ·
Replies
4
Views
5K
  • · Replies 15 ·
Replies
15
Views
4K
Replies
10
Views
3K
  • · Replies 7 ·
Replies
7
Views
5K
  • · Replies 16 ·
Replies
16
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K