Using Derivations in Mechanics
In Solid Mechanics 1, students, one of the most important skills is turning a physical situation into a mathematical model. This lesson is about using derivations in mechanics: starting from basic laws, making clear assumptions, and building equations step by step so the model matches the real object as closely as needed 📘⚙️.
What this lesson is about
When engineers study beams, rods, cables, or particles, they rarely begin with a ready-made formula. Instead, they derive equations from first principles. A derivation is a logical chain of steps that begins with known physical laws and ends with a useful equation. In mechanics, the laws might include Newton’s laws, equilibrium conditions, stress-strain relations, or geometric compatibility.
By the end of this lesson, students, you should be able to:
- explain what a derivation is in mechanics,
- describe how assumptions and idealisations shape a model,
- follow how physical ideas become equations,
- connect derivations to mechanical models used in Solid Mechanics 1,
- use examples to see why derivations matter in real engineering problems.
A key idea is that a derivation is not just algebra. It is a way of organizing physical reasoning. The math comes after the physics is clear.
From real objects to mechanical models
Real structures are complicated. A bridge, a crane arm, or a metal bar may have small bends, material imperfections, temperature effects, and complicated loading. If we tried to include every detail, the model would become too hard to solve. So mechanics uses idealisation: we simplify the object while keeping the most important effects.
For example, a long thin rod may be treated as a one-dimensional member. Instead of describing every point in three-dimensional space, we focus on quantities that vary along its length, such as axial force $N(x)$, displacement $u(x)$, or stress $\sigma(x)$.
This is where derivations start. We choose:
- a simplified geometry,
- a coordinate system,
- the relevant forces and deformations,
- the assumptions we will accept.
Common assumptions in Solid Mechanics 1 include small deformation, linear elastic material behavior, and static or slowly changing loads. These assumptions are not guesses. They are choices that make the model useful and solvable while still representing reality well enough for the engineering task.
For example, if a steel bar is stretched only a tiny amount, then the change in length is so small that we can use small-strain theory. That allows us to relate strain and displacement with a simple derivative like $\varepsilon = \frac{du}{dx}$ in one-dimensional axial deformation.
How derivations begin: physical laws and free-body diagrams
A derivation in mechanics often begins with a free-body diagram. This is a sketch of an isolated part of the body showing all external forces and moments acting on it. It helps us apply laws of equilibrium or motion to one part at a time 🧩.
Suppose we isolate a small segment of a bar under axial loading. On one side there may be an internal force $N(x)$, and on the other side the internal force may be $N(x+dx)$. If an external distributed load acts, it may be written as $p(x)$ per unit length.
Applying force balance to the segment gives a relationship between these quantities. In static equilibrium, the sum of forces is zero, so we may write
$$N(x+dx)-N(x)+p(x)\,dx=0.$$
This is the start of a derivation. Now we use the idea that for a small $dx$, the difference in $N$ can be approximated using a derivative:
$$N(x+dx)-N(x) \approx \frac{dN}{dx}dx.$$
Substituting gives
$$\frac{dN}{dx}+p(x)=0.$$
This is a differential equation describing axial force variation along the member. Notice how the derivative appears naturally from the limit of a difference. That is a major theme in mechanics: local behavior comes from looking at very small pieces of a body.
Translating geometry into equations
Many derivations need a geometric relationship between deformation and displacement. Suppose a bar of original length $L$ extends by a small amount $\delta$. The average normal strain is
$$\varepsilon = \frac{\delta}{L}.$$
If displacement varies along the bar, then strain is not just a simple ratio. It becomes a local quantity. For one-dimensional axial deformation, the strain at position $x$ is
$$\varepsilon(x)=\frac{du}{dx}.$$
This formula is a perfect example of translating physics into equations. The physical idea is that strain measures how quickly displacement changes with position. If nearby points move apart, the material stretches; if they move closer, it shortens.
Now combine this with a material law. For a linear elastic bar, stress and strain are related by Hooke’s law:
$$\sigma(x)=E\varepsilon(x),$$
where $E$ is Young’s modulus. If the cross-sectional area is $A$, then axial force and stress are related by
$$N(x)=A\sigma(x).$$
Putting these together gives
$$N(x)=AE\frac{du}{dx}.$$
This is powerful because it links mechanics at three levels:
- displacement $u(x)$,
- strain $\varepsilon(x)$,
- stress and force $\sigma(x)$ and $N(x)$.
A derivation often ends by connecting all these pieces into one governing equation.
A full example: axial bar under distributed load
Let’s build a simple derivation step by step, students. Consider a straight bar fixed at one end and loaded along its length by a distributed axial load $p(x)$.
Step 1: equilibrium of a small element
From force balance,
$$\frac{dN}{dx}+p(x)=0.$$
Step 2: constitutive relation
For a linearly elastic material,
$$N(x)=AE\frac{du}{dx}.$$
Step 3: substitute into equilibrium
Replace $N(x)$ in the equilibrium equation:
$$\frac{d}{dx}\left(AE\frac{du}{dx}\right)+p(x)=0.$$
If $A$ and $E$ are constant, this becomes
$$AE\frac{d^2u}{dx^2}+p(x)=0.$$
This is a second-order differential equation for the displacement $u(x)$. Once boundary conditions are given, such as $u(0)=0$ at a fixed end, the solution can be found.
This example shows the standard mechanics workflow:
- isolate a body or element,
- apply physical laws,
- use a material relation,
- simplify to get a governing equation,
- solve with boundary conditions.
That workflow is central to mechanical modelling.
Why assumptions matter in derivations
A derivation is only as valid as the assumptions behind it. If the assumptions do not match the real situation, the result may be inaccurate.
For instance, the equation $\sigma=E\varepsilon$ assumes linear elasticity. It works well for many metals within the elastic range, but not for materials undergoing large plastic deformation. Likewise, $\varepsilon=\frac{du}{dx}$ is based on small deformation ideas. If a structure undergoes large rotations or large strains, more advanced formulas are needed.
Another important assumption is static equilibrium. The equation
$$\frac{dN}{dx}+p(x)=0$$
applies when acceleration is negligible. If the bar is vibrating or impacted, inertia must be included, and the equation changes. In dynamics, Newton’s second law introduces mass and acceleration terms.
This is why careful derivation is so important. It shows exactly where each term comes from and which assumptions allow it to appear. Engineers use this to judge whether a model is appropriate for a bridge under normal traffic, a machine part under steady load, or a safety-critical component under impact.
Derivations as a bridge between theory and practice
Derivations in mechanics are not just academic exercises. They help engineers predict behavior before building anything. For example, if a rod is too slender, a derivation may show that stress rises beyond a safe level. If a beam is too flexible, a displacement equation may reveal excessive deflection.
In industry, derivations support design decisions such as:
- choosing material dimensions,
- checking whether a part will remain elastic,
- estimating deformation under load,
- comparing analytical results with computer simulations.
Finite element software also depends on derivations. The software solves approximations of governing equations, and those equations are built from the same ideas you learn in Solid Mechanics 1. So understanding derivations helps you understand what the software is really calculating.
A good derivation also reveals the role of units and dimensions. If $N$ is measured in newtons and $x$ in meters, then $\frac{dN}{dx}$ has units of newtons per meter, which matches a distributed load $p(x)$. Dimensional checking is a quick way to catch mistakes and confirm that an equation makes sense.
Common features of a good mechanics derivation
A strong derivation usually has these features:
- clear definitions of symbols,
- stated assumptions,
- a well-chosen free-body diagram,
- correct use of equilibrium or motion laws,
- a constitutive equation for the material,
- a geometric relation between displacement and strain,
- final equations with boundary conditions.
If any step is unclear, the derivation becomes hard to trust. In exams and real engineering work, clarity matters because it shows your reasoning, not just your answer.
A useful habit is to ask: what physical principle produces each equation? For example:
- equilibrium gives force balance,
- compatibility connects deformations,
- material laws connect stress and strain,
- calculus turns local changes into derivatives.
This habit helps you move from words to mathematics with confidence ✅.
Conclusion
Using derivations in mechanics means building equations from physical reasoning, not memorizing formulas in isolation. students, in Solid Mechanics 1, this skill is essential because it links assumptions, idealised models, and mathematical laws into one clear procedure. Derivations show how forces, displacement, stress, and strain are connected, and they help you decide when a model is valid. By practicing derivations, you learn to read a mechanical problem like an engineer: identify the body, choose assumptions, apply laws, and translate the result into equations that can be solved.
Study Notes
- A derivation is a step-by-step argument that turns physical laws into equations.
- Mechanical models use idealisation to simplify real objects while keeping the important behavior.
- A free-body diagram helps identify forces and moments acting on a body or element.
- For one-dimensional axial deformation, strain can be written as $\varepsilon(x)=\frac{du}{dx}$.
- For a linearly elastic material, Hooke’s law is $\sigma(x)=E\varepsilon(x)$.
- Axial force is related to stress by $N(x)=A\sigma(x)$.
- Combining equilibrium with material laws can produce a differential equation such as $$\frac{d}{dx}\left(AE\frac{du}{dx}\right)+p(x)=0.$$
- Assumptions such as small deformation, linear elasticity, and static equilibrium must match the real problem.
- Derivations connect theory to practical engineering tasks like design, safety checks, and simulation.
- Good derivations are clear, dimensionally consistent, and based on physical meaning.
