Jump to content

Course:PHYS350/2007W Midterm 1

From UBC Wiki

1. A ball is dropped from height h and bounces. The coefficient of restitution at each bounce is e. Find the velocity immediately after the first bounce, and immediately after the nth bounce. Find how long it takes for the ball to finally come to rest.


Let's calculate its velocity when it first hits. We have

mgh=12mv2

so

v=2gh.

After it bounces it will have a velocity of ev0 so vn=en2gh. How long does each bounce last? The initial velocity is vn=en2gh up and the velocity just before the next bounce is vn down, so each bounce lasts

tn=2vng=2en2hg.

Let's sum over the bounces and the initial drop

t=2hg+22hgn=1en=(1+2e1e)2hg=1+e1e2hg


2. A particle of mass m slides without friction on the inside of a spherical shell of radius R. What is the Lagrangian for this system including a uniform gravitational field? What are the equations of motion for the mass? What quantities are conserved?


It is natural to use spherical polar coordinates for this, so we have z=Rcosθ so

V=mRcosθ.

The kinetic energy is

T=12mR2(sin2θϕ˙2+θ˙2)

so

L=12mR2(sin2θϕ˙2+θ˙2)+mRcosθ.

And for the equations of motion,

mR2θ¨=mRsinθ+mR2sinθcosθ

and

ddt(mR2sin2θϕ˙)=0

where the quantity in parenthesis is the conserved angular momentum. The energy T+V is also conserved.