跳到主要内容

1 kinematics

1.1 Basic Concepts

Coordinate System

A coordinate system is a mathematical scheme that assigns one or more numbers (coordinates) to uniquely specify the position of a point in space, such as in one-, two-, or three-dimensional Euclidean Space.

Reference Frame

A reference frame consists of a coordinate system together with a set of physical reference points and measuring devices (such as clocks and rulers) that fix the origin, orientation, and scale of the coordinates. It provides the standard for measuring space and time.

Relativity of Motion

The description of motion depends on the choice of reference frame. Different observers using different reference frames may assign different positions, velocities, and accelerations to the same object. This fact is known as the relativity of motion.

Point Particle

A point particle is an idealized object that has no spatial extension. It is treated as having zero size and occupying no volume.

1.2 Vector Description of Motion

  • Position:
r(t)=x(t)x^+y(t)y^+z(t)z^\begin{align*} \vec{r}(t) = x(t)\hat{x} + y(t)\hat{y} + z(t)\hat{z} \end{align*}
  • Velocity:
v(t)=dx(t)dtx^+dy(t)dty^+dz(t)dtz^=vx(t)x^+vy(t)y^+vz(t)z^\begin{align*} \vec{v}(t) &= \frac{dx(t)}{dt}\hat{x} + \frac{dy(t)}{dt}\hat{y} + \frac{dz(t)}{dt}\hat{z} \\ &= v_x(t)\hat{x} + v_y(t)\hat{y} + v_z(t)\hat{z} \end{align*}
  • Acceleration:
a(t)=dvx(t)dtx^+dvy(t)dty^+dvz(t)dtz^=ax(t)x^+ay(t)y^+az(t)z^\begin{align*} \vec{a}(t) &= \frac{dv_x(t)}{dt}\hat{x} + \frac{dv_y(t)}{dt}\hat{y} + \frac{dv_z(t)}{dt}\hat{z} \\ &= a_x(t)\hat{x} + a_y(t)\hat{y} + a_z(t)\hat{z} \end{align*}

1.3 Circular Two-Dimensional Motion

Polar Coordinates

  • Unit-vector transformations:
r^=cosθx^+sinθy^,θ^=sinθx^+cosθy^.\begin{align*} \hat{r} &= \cos \theta \hat{x} + \sin \theta \hat{y}, \\ \hat{\theta} &= -\sin \theta \hat{x} + \cos \theta \hat{y}. \end{align*}
  • Position
r(t)=r(t)r^\begin{align*} \vec{r}(t) = r(t)\hat{r} \end{align*}
  • Velocity
v=drdt=ddtr(t)r^=r˙r^+rr^˙\begin{align*} \vec{v} = \frac{d\vec{r}}{dt} = \frac{d}{dt}r(t)\hat{r} = \dot{r}\hat{r} + r\dot{\hat{r}} \end{align*}
  • Acceleration
a=dvdt=ddt(r˙r^+rθ˙θ^)=(r¨r^+r˙r^˙)+(r˙θ˙θ^+rθ¨θ^+rθ˙θ^˙)=r¨r^+r˙(θ˙θ^)+r˙θ˙θ^+rθ¨θ^+rθ˙(θ˙r^)=(r¨rθ˙2)r^+(rθ¨+2r˙θ˙)θ^\begin{align*} \vec{a} &= \frac{d\vec{v}}{dt} = \frac{d}{dt}(\dot{r}\hat{r} + r\dot{\theta}\hat{\theta}) \\ &= (\ddot{r}\hat{r} + \dot{r}\dot{\hat{r}}) + (\dot{r}\dot{\theta}\hat{\theta} + r\ddot{\theta}\hat{\theta} + r\dot{\theta}\dot{\hat{\theta}}) \\ &= \ddot{r}\hat{r} + \dot{r}(\dot{\theta}\hat{\theta}) + \dot{r}\dot{\theta}\hat{\theta} + r\ddot{\theta}\hat{\theta} + r\dot{\theta}(-\dot{\theta}\hat{r}) \\ &= (\ddot{r} - r\dot{\theta}^2)\hat{r} + (r\ddot{\theta} + 2\dot{r}\dot{\theta})\hat{\theta} \end{align*}