5. Calculus

Gradients, Tangents, And Normals

Gradients, Tangents, and Normals

Imagine you are riding a bike over a hill 🚴‍♂️. Sometimes the road is steep, sometimes it is flat, and sometimes it slopes downward. In calculus, the gradient tells us how steep a curve is at a particular point. This lesson shows you how to find the gradient of a curve, and how that connects to the tangent and normal lines at a point. students, these ideas are some of the most important in calculus because they help describe motion, shape, and change in the real world.

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

  • explain what gradients, tangents, and normals mean,
  • find the gradient of a curve at a point using differentiation,
  • write equations of tangents and normals,
  • connect these ideas to graphs, motion, and other calculus topics.

What Does Gradient Mean?

The gradient of a straight line is its slope. It measures how much the line rises or falls for each step across. For a line, the gradient is constant. For a curve, the gradient changes from point to point, so we talk about the gradient at a point.

For a function $y=f(x)$, the gradient at a point is the slope of the curve at that point. This is found using the derivative $\frac{dy}{dx}$. In calculus, the derivative gives the instantaneous rate of change.

For example, if $f(x)=x^2$, then

$$\frac{dy}{dx}=2x$$

This means the gradient depends on $x$.

  • At $x=1$, the gradient is $2$.
  • At $x=3$, the gradient is $6$.

So the curve gets steeper as $x$ increases. This is a key idea in calculus: a curve can have a different slope at every point 📈.

A positive gradient means the graph is rising as $x$ increases. A negative gradient means it is falling. A gradient of $0$ means the curve is momentarily flat.

Tangents to a Curve

A tangent is a straight line that touches a curve at one point and has the same gradient as the curve at that point. Think of a tangent as the line that best matches the curve near that point. If you zoom in enough, the curve looks almost straight, and the tangent shows that local direction.

To find the tangent line to a curve at a point, follow these steps:

  1. Differentiate the function to find the gradient.
  2. Substitute the $x$-value of the point into $\frac{dy}{dx}$.
  3. Use the point-slope form of a line.

The point-slope form is

$$y-y_1=m(x-x_1)$$

where $m$ is the gradient and $(x_1,y_1)$ is the point on the line.

Example: Tangent to a parabola

Find the tangent to $y=x^2$ at $x=2$.

First, differentiate:

$$\frac{dy}{dx}=2x$$

At $x=2$:

$$m=2(2)=4$$

The point on the curve is $(2,4)$ because $y=2^2=4$.

Now use point-slope form:

$$y-4=4(x-2)$$

Simplify:

$$y=4x-4$$

So the tangent line is $y=4x-4$.

This is a very common IB-style procedure, students. It combines differentiation with equation of a line skills.

Normals to a Curve

A normal is a line perpendicular to the tangent at the point of contact. Since tangent and normal meet at $90^\circ$, their gradients are negative reciprocals, provided neither gradient is undefined.

If the tangent has gradient $m$, then the normal has gradient

$$-\frac{1}{m}$$

This is because perpendicular lines satisfy

$$m_1m_2=-1$$

Example: Normal to a curve

Use the same curve $y=x^2$ at $x=2$.

We already found the tangent gradient is $4$, so the normal gradient is

$$-\frac{1}{4}$$

The point is still $(2,4)$.

Use point-slope form:

$$y-4=-\frac{1}{4}(x-2)$$

You may leave the answer like this or simplify:

$$y=-\frac{1}{4}x+\frac{9}{2}$$

The normal is useful when a problem asks for a line that is perpendicular to the curve at a specific point. In geometry and physics, normals describe “sideways” direction relative to a surface or path.

Why These Ideas Matter in Calculus

Gradients, tangents, and normals are not just graphing tricks. They are part of the bigger calculus idea of local change. Differentiation helps us study what is happening right now at a point.

Here are some important connections:

  • Optimisation: Tangents help identify turning points and stationary points, where gradients are $0$.
  • Kinematics: If $s(t)$ is displacement, then $\frac{ds}{dt}$ is velocity. A tangent to the displacement-time graph gives the velocity at a moment in time.
  • Approximations: A tangent line can estimate values of a function near a point.

For instance, if a curve models the height of a ball, the tangent line at one moment tells us the ball’s immediate direction of motion. If the tangent slope is positive, the ball is rising. If it is negative, the ball is falling. If the slope is $0$, the ball is at a highest or lowest point or momentarily stationary.

This shows how calculus turns a graph into a story about change ✨.

Common IB Methods and Mistakes

To do well on IB questions, students, you need both the method and the meaning.

Method summary

For a curve $y=f(x)$ at $x=a$:

  1. Find $\frac{dy}{dx}$.
  2. Evaluate the derivative at $x=a$ to get the tangent gradient.
  3. Find the point $(a,f(a))$.
  4. Use $y-y_1=m(x-x_1)$ for the tangent.
  5. For the normal, use the gradient $-\frac{1}{m}$.

Common mistakes

  • forgetting to substitute the correct $x$-value into $\frac{dy}{dx}$,
  • using the wrong point on the curve,
  • mixing up tangent and normal gradients,
  • forgetting that a normal is perpendicular to the tangent,
  • simplifying algebra incorrectly when writing the final equation.

A special case happens when the tangent is horizontal. Then the tangent gradient is $0$, and the normal is a vertical line. A vertical line has equation of the form $x=c$.

Another special case happens when the tangent is vertical. Then the gradient is undefined, and the normal is horizontal. Horizontal lines have equation $y=c$.

Real-World Connections

These ideas appear in real life much more often than students expect. Engineers use tangents to design roads and ramps. Architects use slopes to make roofs and surfaces safe. In physics, the gradient of a position-time graph gives velocity, and the gradient of a velocity-time graph gives acceleration.

Suppose a car’s position is modeled by $s(t)=t^3-6t^2+9t$. Then velocity is

$$v(t)=\frac{ds}{dt}=3t^2-12t+9$$

If the driver wants to know the car’s velocity at $t=2$, substitute into the derivative:

$$v(2)=3(2)^2-12(2)+9=-3$$

This negative value means the car is moving in the opposite direction at that moment. The tangent to the position-time graph at $t=2$ has gradient $-3$.

That is the power of calculus: a local slope can describe motion, direction, and change in a precise way.

Conclusion

Gradients, tangents, and normals are central ideas in differentiation. The gradient of a curve at a point is found using the derivative $\frac{dy}{dx}$. The tangent line has the same gradient as the curve at that point, and the normal line is perpendicular to the tangent, with gradient $-\frac{1}{m}$ when the tangent gradient is $m$. These tools help you describe curves, solve IB-style questions, and connect calculus to real-world situations like motion, design, and optimisation.

Study Notes

  • The gradient of a curve at a point is found using the derivative $\frac{dy}{dx}$.
  • A tangent touches a curve at one point and has the same gradient as the curve there.
  • A normal is perpendicular to the tangent.
  • If the tangent gradient is $m$, the normal gradient is $-\frac{1}{m}$.
  • Use $y-y_1=m(x-x_1)$ to write equations of tangents and normals.
  • For a curve $y=f(x)$, first find $\frac{dy}{dx}$, then substitute the point’s $x$-value.
  • A horizontal tangent has gradient $0$.
  • A vertical line has equation $x=c$ and is undefined in gradient.
  • Tangents are useful in optimisation, approximations, and kinematics.
  • Gradients, tangents, and normals help connect graphs to real change in the world 🌍.

Practice Quiz

5 questions to test your understanding