---
title: "Tangents and Normals to a Curve"
description: "Find the equation of the tangent at a point on a curve from the derivative there, and the normal from the perpendicular gradient."
canonical: https://lightmysky.com/learn/mathematics/tangents-and-normals-to-a-curve-mt_BzMw7IT6kp
source: https://lightmysky.com/learn/mathematics/tangents-and-normals-to-a-curve-mt_BzMw7IT6kp.md
retrieved: 2026-09-02
---

> **Agent view.** This is the Markdown twin of the page, for tools and assistants.
> When to use this site, and the call that answers each job: https://lightmysky.com/agent-instructions.md
> API description (OpenAPI 3.1): https://lightmysky.com/openapi.json · Authentication: https://lightmysky.com/auth.md
> Pricing: https://lightmysky.com/pricing.md · Catalog: https://lightmysky.com/llms.txt · Full catalog: https://lightmysky.com/llms-full.txt
> Every machine-readable file on this domain: https://lightmysky.com/.well-known/ai-catalog.json
> Ask for Markdown with `Accept: text/markdown`, a `.md` address, or `?mode=agent`.

# Tangents and Normals to a Curve

Find the equation of the tangent at a point on a curve from the derivative there, and the normal from the perpendicular gradient.

Subject: Mathematics · Area: Calculus & Analysis · Ages 17 to 18
Page: https://lightmysky.com/learn/mathematics/tangents-and-normals-to-a-curve-mt_BzMw7IT6kp

## Ready when they can

- Find the tangent to y = x² - 3x at the point where x = 2
- Find the normal at the same point and check the gradients multiply to -1
- Find the point where a given tangent meets the x-axis

## Lesson: Tangents and Normals to a Curve

Last stop you read dy/dx as a rate with units. At a single point it is still the gradient of the tangent, and now that number goes back into a line. Now build the line itself. On the Ridgeway ramp a board leaves the surface at the lip and carries straight on along the tangent there, so the crew needs that line's equation to work out where the board comes down. Two things fix any line, and you can produce both: a point it passes through, and its gradient. The curve gives you the first and the derivative gives you the second.

So the recipe has three steps and no new machinery. First the point: put the x value into the curve's own rule to get y. Second the gradient: put the same x into dy/dx. Third the line: feed both into y - y₁ = m(x - x₁), the point-gradient form from the coordinate work. The normal is the line through the same point at right angles to the tangent, so its gradient is the negative reciprocal, -1/m. Everything else about it is identical. Some questions hand you the gradient instead, and then you put dy/dx equal to that number and solve for x.

*(drawing: Two different rules feed the two slots. Mixing them up is the usual slip.)*

**Example.** Find the tangent to y = x² - 3x at x = 2. The point comes from the curve: 2² - 3 times 2 is 4 - 6, which is -2, so the point is (2, -2). The gradient comes from the derivative: dy/dx = 2x - 3, and at x = 2 that is 4 - 3 = 1. Now the point-gradient form: y - (-2) = 1(x - 2), which is y + 2 = x - 2, so y = x - 4. Check the point on the answer: at x = 2 it gives -2, which matches.

**Example.** Now the normal at that same point. The tangent gradient was 1, so the normal gradient is -1/1, which is -1. The point has not changed, so y + 2 = -1(x - 2), which gives y = -x. Check it: (2, -2) satisfies y = -x, and 1 times -1 = -1, the right-angle test from the coordinate work. When the flip gives a fraction, clear it: multiplying y - 8 = -(1/7)(x - 2) by 7 gives 7y - 56 = -x + 2, so x + 7y - 58 = 0. A gradient of 0 has no flip, so the normal there is vertical.

*(drawing: One point, two lines, and a product of -1 to check them against each other.)*

**Example.** Once you have it, a tangent is just a line, so every coordinate move applies. The tangent above was y = x - 4. For the x-axis crossing set y = 0: 0 = x - 4, so x = 4 and the crossing is (4, 0), which on the ramp is where the board comes back down to the ground. For the y-axis crossing set x = 0, giving (0, -4). The one thing to keep straight all the way through is which rule feeds which slot. The curve gives heights, the derivative gives gradients, and no answer ever needs them swapped.

**Recap.** To build a tangent at a given x, take the point from the curve's own rule and the gradient from dy/dx, then put both into y - y₁ = m(x - x₁). The normal runs through the same point with gradient -1/m, so the two gradients multiply to -1. Once either line is written down it behaves like any other line: set y = 0 for its x-axis crossing and x = 0 for its y-axis crossing.

## Practice

24 questions on this page, each with its working shown.

## Needs first

- [The Derivative as a Rate of Change](https://lightmysky.com/learn/mathematics/the-derivative-as-a-rate-of-change-mt_RqyLE3jrAW)
- [Parallel and Perpendicular Lines in Coordinates](https://lightmysky.com/learn/mathematics/parallel-and-perpendicular-lines-in-coordinates-mt_xNEmm139Ka)

## Opens up

- [Increasing and Decreasing Functions](https://lightmysky.com/learn/mathematics/increasing-and-decreasing-functions-mt_KOrXxQvBrZ)
