3. Kinematics

Position, Velocity, And Acceleration

Position, Velocity, and Acceleration in Kinematics

students, this lesson introduces three of the most important ideas in kinematics: position, velocity, and acceleration. 🚗🏃‍♀️ These ideas help us describe how objects move without yet worrying about the forces causing the motion. In Solid Mechanics 1, this is a foundation for understanding how particles and bodies move in straight lines and along curves.

What you will learn

By the end of this lesson, you should be able to:

  • Explain what position, velocity, and acceleration mean in motion analysis.
  • Use the basic equations that connect position, velocity, and acceleration.
  • Describe motion in rectilinear and curvilinear cases.
  • Recognize how kinematics fits into the wider study of solid mechanics.
  • Use simple examples to interpret motion in everyday situations.

Kinematics is like the “language of motion.” It tells us where something is, how fast it is moving, and whether it is speeding up, slowing down, or changing direction. A car moving along a road, a ball thrown through the air, or a robot arm rotating are all examples where these ideas matter.

Position: where an object is located

Position tells us the location of a particle or body at a particular time. In simple one-dimensional motion, we often use a coordinate $x$ to show where an object is on a line. If the object is to the right of a chosen origin, $x$ is positive; if it is to the left, $x$ is negative.

For motion in a plane or in space, position is described using a position vector. In two dimensions, we can write

$$\mathbf{r} = x\mathbf{i} + y\mathbf{j}$$

and in three dimensions,

$$\mathbf{r} = x\mathbf{i} + y\mathbf{j} + z\mathbf{k}$$

Here, $\mathbf{r}$ is the position vector, and $x$, $y$, and $z$ are coordinates. The symbols $\mathbf{i}$, $\mathbf{j}$, and $\mathbf{k}$ are unit vectors pointing along the coordinate axes.

A real-world example is a drone flying above a field. If its location is $20$ m east and $15$ m north of a starting point, its position tells us exactly where it is, not just how it is moving. Position is the starting point for all motion descriptions because velocity and acceleration are based on how position changes with time.

Velocity: how position changes with time

Velocity tells us how quickly position changes. In straight-line motion, the average velocity over a time interval is

$$v_{\text{avg}} = \frac{\Delta x}{\Delta t}$$

where $\Delta x$ is the change in position and $\Delta t$ is the change in time. This tells us the net rate of change, including direction.

For motion at an instant, we use instantaneous velocity:

$$v = \frac{dx}{dt}$$

This is the derivative of position with respect to time. In vector form, instantaneous velocity is

$$\mathbf{v} = \frac{d\mathbf{r}}{dt}$$

Velocity is a vector, which means it has both magnitude and direction. This is important. A car moving east at $20$ m/s and another moving west at $20$ m/s have the same speed, but their velocities are different because their directions are opposite.

Example: Suppose a train’s position is given by $x(t) = 5t$ meters, where $t$ is in seconds. Then

$$v(t) = \frac{dx}{dt} = 5\ \text{m/s}$$

This means the train moves at a constant velocity of $5$ m/s in the positive $x$ direction. If the position function is more complicated, velocity may change from moment to moment.

A useful everyday idea is that speedometer readings in a car show speed, but the full motion description needs velocity. If the car turns around, the speed might stay the same while the velocity changes because the direction changes. 🚙

Acceleration: how velocity changes with time

Acceleration measures how velocity changes over time. If velocity changes in magnitude, direction, or both, the object is accelerating.

The average acceleration over a time interval is

$$a_{\text{avg}} = \frac{\Delta v}{\Delta t}$$

The instantaneous acceleration is

$$a = \frac{dv}{dt} = \frac{d^2x}{dt^2}$$

In vector form,

$$\mathbf{a} = \frac{d\mathbf{v}}{dt} = \frac{d^2\mathbf{r}}{dt^2}$$

Acceleration is also a vector. This means an object can accelerate even if its speed is constant, as long as its direction changes. A classic example is a satellite moving in a circular path around Earth. Its speed may remain nearly constant, but its velocity changes continuously because the direction is always changing.

A common real-life example is a car at a traffic light. When the light turns green, the car’s velocity increases from zero. That change in velocity over time is acceleration. If the driver brakes, the velocity decreases, producing negative acceleration in one-dimensional motion.

If a particle moves with constant acceleration in a straight line, the basic equations are

$$v = v_0 + at$$

$$x = x_0 + v_0t + \frac{1}{2}at^2$$

$$v^2 = v_0^2 + 2a(x - x_0)$$

Here, $x_0$ is the initial position, $v_0$ is the initial velocity, and $a$ is constant acceleration. These formulas are extremely useful because they connect position, velocity, acceleration, and time in a simple way.

Rectilinear motion: motion along a straight line

Rectilinear motion means motion along a straight path. This is the simplest kinematics case, and it is often the first model used before studying more complex motion.

In rectilinear motion, all motion happens along one coordinate axis, so the sign of velocity and acceleration matters. Positive velocity means motion in the positive direction of the chosen axis, and negative velocity means motion in the opposite direction.

For example, imagine a lift moving up and down in a building. If upward is chosen as positive, then:

  • moving up gives positive velocity,
  • moving down gives negative velocity,
  • slowing down while moving up means acceleration is negative,
  • speeding up while moving down means acceleration is also negative if upward is positive.

This shows why direction matters more than just the size of the numbers. A body can have a positive velocity and negative acceleration at the same time, which means it is slowing down. It can also have a negative velocity and positive acceleration, which means it is slowing down while moving in the negative direction.

A simple example: if a particle starts at $x_0 = 2$ m with $v_0 = 3$ m/s and acceleration $a = 1$ m/s^2, then after $t = 4$ s,

$$v = 3 + (1)(4) = 7\ \text{m/s}$$

and

$$x = 2 + (3)(4) + \frac{1}{2}(1)(4^2) = 22\ \text{m}$$

This shows how kinematic equations help predict future motion from initial data.

Curvilinear motion: motion along a curved path

Curvilinear motion means motion along a curved path. This is common in real life: a thrown ball, a car taking a bend, or a roller coaster moving on a track all follow curved paths. 🎢

In curvilinear motion, position is usually given by a vector $\mathbf{r}(t)$, and velocity is tangent to the path. That means the velocity vector points in the direction the object is moving at that instant.

If the path is described in two dimensions by

$$\mathbf{r}(t) = x(t)\mathbf{i} + y(t)\mathbf{j}$$

then velocity is

$$\mathbf{v}(t) = \frac{d\mathbf{r}}{dt} = \frac{dx}{dt}\mathbf{i} + \frac{dy}{dt}\mathbf{j}$$

and acceleration is

$$\mathbf{a}(t) = \frac{d\mathbf{v}}{dt} = \frac{d^2x}{dt^2}\mathbf{i} + \frac{d^2y}{dt^2}\mathbf{j}$$

Curvilinear motion often has components of acceleration that change the speed and components that change the direction. For example, when a car turns a corner, the driver may keep nearly the same speed, but the direction of motion changes, so the car has acceleration. This is why turning a vehicle can feel like a push to the side.

A very important case is projectile motion, such as a ball thrown into the air. In idealized analysis, gravity gives the ball a constant downward acceleration of about $9.81\ \text{m/s}^2$. The motion is curved because horizontal and vertical motions combine.

Why these ideas matter in Solid Mechanics 1

Position, velocity, and acceleration are the starting tools for analyzing motion before forces are studied. In Solid Mechanics 1, you often need to describe how particles or rigid bodies move so that later you can relate motion to forces, stress, and deformation.

Kinematics answers questions like:

  • Where is the object now? $\rightarrow$ position
  • How fast and in what direction is it moving? $\rightarrow$ velocity
  • Is it changing its motion? $\rightarrow$ acceleration

These questions are needed in engineering because motion data can be used to design safe machines, vehicles, cranes, and structures. For example, knowing the acceleration of a moving part helps engineers estimate loads and predict whether a component may be overstressed.

A useful way to think about it is this: position describes the “location story,” velocity describes the “change story,” and acceleration describes the “change of the change story.” That sequence is the heart of kinematics.

Conclusion

Position, velocity, and acceleration are the three core quantities that describe motion in kinematics. Position tells us where an object is, velocity tells us how position changes with time, and acceleration tells us how velocity changes with time. In rectilinear motion, these quantities are described along a straight line, while in curvilinear motion they are handled with vectors and changing directions.

students, once you understand these ideas, you can interpret a wide range of motion problems in Solid Mechanics 1. Whether the motion is a car on a straight road, a lift in a shaft, or a ball moving along a curved path, the same kinematic principles apply. 🚀

Study Notes

  • Position describes the location of an object at a given time.
  • In one dimension, position is often written as $x$; in two or three dimensions, it is written as a position vector $\mathbf{r}$.
  • Average velocity is $v_{\text{avg}} = \frac{\Delta x}{\Delta t}$.
  • Instantaneous velocity is $v = \frac{dx}{dt}$, or in vector form $\mathbf{v} = \frac{d\mathbf{r}}{dt}$.
  • Average acceleration is $a_{\text{avg}} = \frac{\Delta v}{\Delta t}$.
  • Instantaneous acceleration is $a = \frac{dv}{dt} = \frac{d^2x}{dt^2}$, or in vector form $\mathbf{a} = \frac{d\mathbf{v}}{dt} = \frac{d^2\mathbf{r}}{dt^2}$.
  • Rectilinear motion is motion along a straight line.
  • Curvilinear motion is motion along a curved path.
  • Velocity is tangent to the path in curvilinear motion.
  • Acceleration can change speed, direction, or both.
  • For constant acceleration in straight-line motion, use $v = v_0 + at$ and $x = x_0 + v_0t + \frac{1}{2}at^2$.
  • Kinematics describes motion without first considering the forces causing it.

Practice Quiz

5 questions to test your understanding