Difference between revisions of "Forest UCM NLM"

From New IAC Wiki
Jump to navigation Jump to search
Line 141: Line 141:
 
::<math>=  \left (  \ddot{r} \hat{r}  + \dot{r} \dot{\phi}\hat{\phi} \right) + \left ( \dot{r} \dot{\phi} \hat{\phi} +r \ddot{\phi} \hat{\phi} +r \dot{\phi} \left( -\dot{\phi} \hat{r}\right) \right )</math>
 
::<math>=  \left (  \ddot{r} \hat{r}  + \dot{r} \dot{\phi}\hat{\phi} \right) + \left ( \dot{r} \dot{\phi} \hat{\phi} +r \ddot{\phi} \hat{\phi} +r \dot{\phi} \left( -\dot{\phi} \hat{r}\right) \right )</math>
 
::<math>=  \left (  \ddot{r} r \dot{\phi}  -\dot{\phi}^2 \right) \hat{r}  + \left ( 2\dot{r} \dot{\phi} +r \ddot{\phi} \right ) \hat{\phi} </math>
 
::<math>=  \left (  \ddot{r} r \dot{\phi}  -\dot{\phi}^2 \right) \hat{r}  + \left ( 2\dot{r} \dot{\phi} +r \ddot{\phi} \right ) \hat{\phi} </math>
 +
 +
For the case of circular motion at constant <math> r (\dot{r} = 0)</math>
  
 
===Cylindrical===
 
===Cylindrical===

Revision as of 19:50, 19 June 2014


Newton's Laws of Motion

Limits of Classical Mechanic

Classical Mechanics is the formulations of physics developed by Newton (1642-1727), Lagrange(1736-1813), and Hamilton(1805-1865).

It may be used to describe the motion of objects which are not moving at high speeds (0.1c) nor are microscopically small ( 109m).

The laws are formulated in terms of space, time, mass, and force:

Space and Time

Space

Cartesian, Spherical, and Cylindrical coordinate systems are commonly used to describe three-dimensional space.

Cartesian

TF UCM CartCoordSys.png


Vector Notation convention:

Position:

r=xˆi+yˆj+zˆk=(x,y,z)=31riˆei

Velocity:

v = drdt = dxdtˆi+xdˆidt+


cartesian unit vectors do not change with time (unit vectors for other coordinate system types do)


dˆidt=0=dˆjdt=dˆkdt
v = drdt = dxdtˆi+dydtˆj+dzdtˆk


Similarly Acceleration is given by


a = dvdt = d2xdt2ˆi+d2ydt2ˆj+d2zdt2ˆk

Polar

TF UCM PolarCoordSys.png Vector Notation convention:

Position:

Because ˆr points in a unique direction given by ˆr=r|r| we can write the position vector as

r=rˆr
rrˆr+ϕˆϕ: ϕ does not have the units of length


The unit vectors (ˆr and ˆϕ ) are changing in time. You could express the position vector in terms of the cartesian unit vectors in order to avoid this

r=rcos(ϕ)ˆi+rsin(ϕ)ˆj

The dependence of position with ϕ can be seen if you look at how the position changes with time.

Velocity in Polar Coordinates

Consider the motion of a particle in a circle. At time t1 the particle is at r(t1) and at time t2 the particle is at r(t2)


TF UCM PolarVectDiff.png


If we take the limit t2t1 ( or Δt0) then we can write the velocity of this particle traveling in a circle as

ˆr(t2)ˆr(t1)Δˆr=Δϕˆϕ
or
dˆrdt=dϕdtˆϕ

Thus for circular motion at a constraint radius we get the familiar expression

v=limΔt0r(t2)r(t1)Δt=limΔt0r(ˆr(t2)ˆr(t1))Δt=rΔϕΔtˆϕ=rωˆϕ
v=rdϕdtˆϕ


If the particle is not constrained to circular motion ( i.e.: r can change with time) then the velocity vector in polar coordinates is



v = drdtˆr+rdϕdtˆϕ
or in more compact form
v=˙r=˙rˆr+r˙ϕˆϕ=vrˆr+vϕˆϕ


linear velocity vr Angular velocity vϕ

Acceleration in Polar Coordinates

Taking the derivative of velocity with time gives the acceleration


a=dvdt=¨r
=d(˙rˆr+r˙ϕˆϕ=vrˆr+vϕˆϕ)dt
=(d˙rdtˆr+˙rdˆrdt)+(drdt˙ϕˆϕ+rd˙ϕdtˆϕ+r˙ϕdˆϕdt)
=(¨rˆr+˙r˙ϕˆϕ)+(˙r˙ϕˆϕ+r¨ϕˆϕ+r˙ϕdˆϕdt)


We need to find the derivative of the unit vector ˆϕ with time.

Consider the position change below in terms of only the unit vector ˆϕ


TF UCM PolarPhiUnitVectDiff.png


Using the same arguments used to calculate the rate of change in ˆr:

If we take the limit t2t1 ( or Δt0) then we can write the velocity of this particle traveling in a circle as

ˆϕ(t2)ˆϕ(t1)Δˆϕ=Δϕ(ˆr)
or
dˆϕdt=dϕdtˆr
dˆϕdt=˙ϕˆr

Substuting the above into our calculation for acceleration:


a=(¨rˆr+˙r˙ϕˆϕ)+(˙r˙ϕˆϕ+r¨ϕˆϕ+r˙ϕdˆϕdt)
=(¨rˆr+˙r˙ϕˆϕ)+(˙r˙ϕˆϕ+r¨ϕˆϕ+r˙ϕ(˙ϕˆr))
=(¨rr˙ϕ˙ϕ2)ˆr+(2˙r˙ϕ+r¨ϕ)ˆϕ

For the case of circular motion at constant r(˙r=0)

Cylindrical

TF UCM CylCoordSys.png

Spherical

TF UCM SphericalCoordSys.png


Vectors

Scaler ( Dot ) product

Vector ( Cross ) product

Forest_Ugrad_ClassicalMechanics