Jump to content

Coefficient of restitution: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
changing to a consistent notation in all the math and filling in the derivation of the final velocity equations
Line 1: Line 1:
[[Image:Bouncing ball strobe edit.jpg|thumb|right|350px|A bouncing ball captured with a stroboscopic flash at 25 images per second. Ignoring [[air resistance]], the square root of the ratio of the height of one bounce to that of the preceding bounce gives the coefficient of restitution for the ball/surface impact.]]
[[Image:Bouncing ball strobe edit.jpg|thumb|right|350px|A bouncing ball captured with a stroboscopic flash at 25 images per second. Ignoring [[air resistance]], the square root of the ratio of the height of one bounce to that of the preceding bounce gives the coefficient of restitution for the ball/surface impact.]]

The '''coefficient of restitution''' ('''COR'''), or '''bounciness'''<ref>[http://books.google.com/books?id=PrOKEcZXJ58C&pg=PA85&lpg=PA85&dq=coefficient+of+restitution+bounciness&source=bl&ots=djGGbJndgr&sig=w1UnRQPEnRPZu4qAfwgYWkjDbAk&hl=en&ei=xCyMSoTKAsmltgfinpXlBg&sa=X&oi=book_result&ct=result&resnum=3 Biomechanics of sport and exercise, Peter Merton McGinnis, p.85]</ref> of an object is a [[Fraction (mathematics)|fraction]]al value representing the ratio of velocities after and before an impact. An object with a COR of 1 collides [[Elastic collision|elastically]], while an object with a COR < 1 collides [[Inelastic collision|inelastically]]. For a COR = 0, the object effectively "stops" at the surface with which it collides, not bouncing at all.
The '''coefficient of restitution''' ('''COR'''), or '''bounciness'''<ref>[http://books.google.com/books?id=PrOKEcZXJ58C&pg=PA85&lpg=PA85&dq=coefficient+of+restitution+bounciness Biomechanics of sport and exercise, Peter Merton McGinnis, p.85]</ref> of an object is a [[Fraction (mathematics)|fraction]]al value representing the ratio of velocities after and before an impact. An object with a COR of 1 collides [[Elastic collision|elastically]], while an object with a COR < 1 collides [[Inelastic collision|inelastically]]. For a COR = 0, the object effectively "stops" at the surface with which it collides, not bouncing at all.


== Further details ==
== Further details ==
Line 21: Line 22:
The coefficient of restitution is given by
The coefficient of restitution is given by


:<math>C_R = \frac{v_{2} - v_{1}}{u_{1} - u_{2}}</math>
:<math>C_R = \frac{v_b - v_a}{u_a - u_b}</math>


for two colliding objects, where
for two colliding objects, where


:<math>v_{1}</math> is the scalar final velocity of the first object after impact
:<math>v_a</math> is the scalar final velocity of the first object after impact
:<math>v_{2}</math> is the scalar final velocity of the second object after impact
:<math>v_b</math> is the scalar final velocity of the second object after impact
:<math>u_{1}</math> is the scalar initial velocity of the first object before impact
:<math>u_a</math> is the scalar initial velocity of the first object before impact
:<math>u_{2}</math> is the scalar initial velocity of the second object before impact
:<math>u_b</math> is the scalar initial velocity of the second object before impact


Even though the equation does not reference mass, it is important to note that it still relates to momentum since the final velocities are dependent on mass.
Even though the equation does not reference mass, it is important to note that it still relates to momentum since the final velocities are dependent on mass.
Line 53: Line 54:
The equations for collisions between elastic particles can be modified to use the COR, thus becoming applicable to inelastic collisions as well, and every possibility in between.
The equations for collisions between elastic particles can be modified to use the COR, thus becoming applicable to inelastic collisions as well, and every possibility in between.


:<math>v'_a=\frac{m_a v_a + m_b v_b + m_b C_R(v_b-v_a)}{m_a+m_b}</math>
:<math>v_a=\frac{m_a u_a + m_b u_b + m_b C_R(u_b-u_a)}{m_a+m_b}</math>
:and
:and
:<math>v'_b=\frac{m_a v_a + m_b v_b + m_a C_R(v_a-v_b)}{m_a+m_b}</math>
:<math>v_b=\frac{m_a u_a + m_b u_b + m_a C_R(u_a-u_b)}{m_a+m_b}</math>


where
where


:<math>v'_{a}</math> is the final velocity of the first object after impact
:<math>v_a</math> is the final velocity of the first object after impact
:<math>v'_{b}</math> is the final velocity of the second object after impact
:<math>v_b</math> is the final velocity of the second object after impact
:<math>v_{a}</math> is the initial velocity of the first object before impact
:<math>u_a</math> is the initial velocity of the first object before impact
:<math>v_{b}</math> is the initial velocity of the second object before impact
:<math>u_b</math> is the initial velocity of the second object before impact
:<math>m_{a}</math> is the mass of the first object
:<math>m_a</math> is the mass of the first object
:<math>m_{b}</math> is the mass of the second object
:<math>m_b</math> is the mass of the second object


=== Derivation ===
=== Derivation ===
The above equations can be derived from the analytical solution to the [[system of equations]] generated by the definition of the COR and the law of the [[conservation of momentum]] (which holds for all collisions):
The above equations can be derived from the analytical solution to the [[system of equations]] formed by the definition of the COR and the law of the [[conservation of momentum]] (which holds for all collisions). Using the notation from above where <math>u</math> represents the velocity before the collision and <math>v</math> after, we get:


:<math>
:<math>
\begin{cases}
\begin{align}
& m_a u_a + m_b u_b = m_a v_a + m_b v_b \\
m_{a}v'_{a} + m_{b}v'_{b} = (m_{a}v_{a} + m_{b}v_{b})\\
-v'_{a} + v'_{b} = C_R(v_{a} - v_{b})
& C_R = \frac{v_2 - v_1}{u_1 - u_2} \\
\end{cases}
\end{align}
</math>
</math>

Solving the momentum conservation equation for <math>v_a</math> and the definition of the coefficient of restitution for <math>v_b</math> yeilds:

:<math>
\begin{align}
& \frac{m_a u_a + m_b u_b - m_b v_b}{m_a} = v_a \\
& v_b = C_R(u_a - u_b) + v_a \\
\end{align}
</math>

Next, substitution into the first equation for <math>v_b</math> and then re-solving for <math>v_a</math> gives:

:<math>
\begin{align}
& \frac{m_a u_a + m_b u_b - m_b C_R(u_a - u_b) - m_b v_a}{m_a} = v_a \\
& \\
& \frac{m_a u_a + m_b u_b + m_b C_R(u_b - u_a)}{m_a} = v_a \left[ 1 + \frac{m_b}{m_a} \right] \\
& \\
& \frac{m_a u_a + m_b u_b + m_b C_R(u_b - u_a)}{m_a + m_b} = v_a \\
\end{align}
</math>

A similar derivation yeilds the formula for <math>v_b</math>.


== See also ==
== See also ==

Revision as of 20:10, 24 September 2010

A bouncing ball captured with a stroboscopic flash at 25 images per second. Ignoring air resistance, the square root of the ratio of the height of one bounce to that of the preceding bounce gives the coefficient of restitution for the ball/surface impact.

The coefficient of restitution (COR), or bounciness[1] of an object is a fractional value representing the ratio of velocities after and before an impact. An object with a COR of 1 collides elastically, while an object with a COR < 1 collides inelastically. For a COR = 0, the object effectively "stops" at the surface with which it collides, not bouncing at all.

Further details

The COR is generally a number in the range [0,1]. Qualitatively, 1 represents a perfectly elastic collision, while 0 represents a perfectly inelastic collision. A COR greater than one is theoretically possible, representing a collision that generates kinetic energy, such as land mines being thrown together and exploding. For other examples, some recent studies have clarified that COR can take a value greater than one in a special case of oblique collisions[1][2][3]. These phenomena are due to the change of rebound trajectory of a ball caused by a soft target wall.

A COR less than zero would represent a collision in which the separation velocity of the objects has the same direction (sign) as the closing velocity, implying the objects passed through one another without fully engaging. This may also be thought of as an incomplete transfer of momentum. An example of this might be a small, dense object passing through a large, less dense one - e.g. a bullet passing through a target, or a motorcycle passing through a motorhome.

An important point: the COR is a property of a collision, not necessarily an object. For example, if you had five different types of objects colliding, you would have different CORs (ignoring the possible ways and orientations in which the objects collide), one for each possible collision between any two object types.

Generally, the COR is thought to be independent of collision speed. However, in a series of experiments performed at Florida State University in 1955, it was shown that the COR varies as the collision speed approaches zero, first rising significantly as the speed drops, then dropping significantly as the speed drops to about 1 cm/s and finally rising again as the collision speed approaches zero. This effect was observed in slow speed collisions involving a number of different metals.[2]

Sports equipment

The coefficient of restitution entered the common vocabulary, among golfers at least, when golf club manufacturers began making thin-faced drivers with a so-called "trampoline effect" that creates drives of a greater distance as a result of an extra bounce off the clubface. The USGA (America's governing golfing body) has started testing drivers for COR and has placed the upper limit at 0.83, golf balls typically have a COR of about 0.78.[3] According to one article (addressing COR in tennis racquets), "[f]or the Benchmark Conditions, the coefficient of restitution used is 0.85 for all racquets, eliminating the variables of string tension and frame stiffness which could add or subtract from the coefficient of restitution."[4]

The International Table Tennis Federation specifies that the ball must have a coefficient of restitution of 0.94.[5]

Equation

Picture a one-dimensional collision. Velocity in an arbitrary direction is labeled "positive" and the opposite direction "negative".

The coefficient of restitution is given by

for two colliding objects, where

is the scalar final velocity of the first object after impact
is the scalar final velocity of the second object after impact
is the scalar initial velocity of the first object before impact
is the scalar initial velocity of the second object before impact

Even though the equation does not reference mass, it is important to note that it still relates to momentum since the final velocities are dependent on mass.

For an object bouncing off a stationary object, such as a floor:

, where
is the scalar velocity of the object after impact
is the scalar velocity of the object before impact

The coefficient can also be found with:

for an object bouncing off a stationary object, such as a floor, where

is the bounce height
is the drop height

For two- and three-dimensional collisions of rigid bodies, the velocities used are the components perpendicular to the tangent line/plane at the point of contact.

Speeds after impact

The equations for collisions between elastic particles can be modified to use the COR, thus becoming applicable to inelastic collisions as well, and every possibility in between.

and

where

is the final velocity of the first object after impact
is the final velocity of the second object after impact
is the initial velocity of the first object before impact
is the initial velocity of the second object before impact
is the mass of the first object
is the mass of the second object

Derivation

The above equations can be derived from the analytical solution to the system of equations formed by the definition of the COR and the law of the conservation of momentum (which holds for all collisions). Using the notation from above where represents the velocity before the collision and after, we get:

Solving the momentum conservation equation for and the definition of the coefficient of restitution for yeilds:

Next, substitution into the first equation for and then re-solving for gives:

A similar derivation yeilds the formula for .

See also

References

  1. ^ Biomechanics of sport and exercise, Peter Merton McGinnis, p.85
  2. ^ "IMPACT STUDIES ON PURE METALS".
  3. ^ "Everything You Need to Know About COR".
  4. ^ "Coefficient of Restitution".
  5. ^ Table Tennis / Essentials During Action Proper at SportsTM. Accessed January 2008.
  • Cross, Rod (2006). "The bounce of a ball" (PDF). Physics Department, University of Sydney, Australia. Retrieved 2008-01-16. In this paper, the dynamics of a bouncing ball is described for several common ball types having different bounce characteristics. Results are presented for a tennis ball, a baseball, a golf ball, a superball, a steel ball bearing, a plasticene ball, and a silly putty ball. {{cite journal}}: Cite has empty unknown parameters: |month= and |coauthors= (help); Cite journal requires |journal= (help)