Tangents and normal lines

If f is a function of 2 (or 3) variables and P is a point in 2 (or 3) dimensions, then the level curve (or surface) of f through P is given by the equation f(R) = f(P). (The function f and the point P have already been fixed, but the point R is allowed to vary, so this is an equation in our 2 (or 3) variables, as it should be.) If f is differentiable at P and the gradient of f is nonzero at P, then this level curve (or surface) has a tangent line (or plane) through P, given by the equation ∇f(P) ⋅ (R − P) = 0. Finally, perpendicular to this tangent line (or plane), there is a normal line (always a line!) through P, given by the parametrization R = P + t ∇f(P) in the parameter t.

Writing u for f(R), the equation for the level curve (or surface) is u = u|R=P. Writing Δu for f(R + ΔR) − f(R), a quantity that depends on both a point R and a vector ΔR, another equation for the level curve (or surface) is Δu|R=PR=RP = 0. That is, you take the expression for Δu, which says how much u changes between two points, put P in for the starting point R, and then put R − P in for the difference ΔR between the two points. Since the value of u shouldn't change on the level curve (or surface), this difference Δu should be zero. Notice that the meaning of R changes over the course of this replacement; originally it refers to the starting point, which we set to P, but afterwards it refers to another point on the level curve (or surface), so we set the displacement ΔR between the two points to R − P.

The tangent line (or plane) is given by a very similar equation, except that now we look at how the curve (or surface) is changing infinitesimally at P and extend this out to arbitrary distances. Thus, the equation Δu = 0 for the level curve (or surface) becomes du = 0 for the tangent line (or plane). However, we're still looking for the values of u in the same place, so the full equation is du|R=PR=RP = 0. If you follow the definition of differential from my earlier handout, then you'll see that this means precisely ∇f(P) ⋅ (R − P) = 0.

For example, if u = xy and P = (2, 3), then the level curve is xy = (2)(3), or simply xy = 6. (Replace x with 2 and y with 3 on the right-hand side.) Alternatively, Δu = (x + Δx)(y + Δy) − xy = y Δx + x Δy + Δx Δy, so the level curve is (3)(x − 2) + (2)(y − 3) + (x − 2)(y − 3) = 0. (Replace x with 2, y with 3, Δx with x − 2, and Δy with y − 3.) This also simplifies to xy = 6.

That was obviously more work than necessary for the level curve, but now apply the same technique to the differential to get the tangent line: du = y dx + x dy, so the tangent line is (3)(x − 2) + (2)(y − 3) = 0. (Again, replace x with 2, y with 3, Δx with x − 2, and Δy with y − 3.) This simplifies to 3x + 2y = 12, and now we learnt something that we didn't know before.

Because the normal line depends on the geometric notion of angle (to tell you what's perpendicular to what), this can't be done as slickly using only differentials. Now we really do want to think of the gradient vector. All the same, since this can be read off of the differential so easily, you can still start with du = y dx + x dy. First, replace only x with 2 and y with 3 to get 3 dx + 2 dy, then read off the gradient vector ⟨3, 2⟩. Since we started at the point (2, 3), the parametric equation is R = (2, 3) + t⟨3, 2⟩, or (x, y) = (3t + 2, 2t + 3) in more detail.

None of this (beyond the level curve (or surface) itself) works right if the gradient ∇f(P) is zero or undefined. If the gradient is undefined, then of course we can't say anything using it; but if the gradient is zero, then these equations say that every point belongs to the tangent line (or plane) and only the point P belongs to the normal line. Of course, that would mean that they're not lines (or a plane and a line) at all! When the gradient is zero, the truth may be that there is no tangent or that there is a tangent but it really does consist of everything, or there may be an honest tangent line (or plane) after all; but in any case, these formulas won't help you know that!


Go back to the course homepage.
This web page was written in 2016 by Toby Bartels, last edited on 2016 January 26. Toby reserves no legal rights to it.

The permanent URI of this web page is http://tobybartels.name/MATH-2080/2016WN/tangents/.

HTML 5