Home page for accesible maths 2 Curves

Style control - access keys in brackets

Font (2 3) - + Letter spacing (4 5) - + Word spacing (6 7) - + Line spacing (8 9) - +

2.4 Tangent and normal vectors

Consider a point P=(x0,y0) on a curve C2. The tangent line to C at P is the straight line that “just touches” the curve at P. A tangent vector at P is a vector in the direction of the tangent line.

One way to think about a tangent vector is via velocity vectors. Suppose a particle has position (x(t),y(t)) at time t. What does it mean to say that the particle has velocity (x(t),y(t)) at time t? To measure the velocity of an object one would measure the distance vector δ𝐯 covered in a period of time δt: then the average velocity over the period δt is δ𝐯δt. The idea of an ‘instantaneous’ velocity is to take smaller and smaller periods of time, i.e. to let δt tend to zero: this is exactly the same thing as differentiating the position vector (x(t),y(t)).

Now suppose the particle moves on a curve C. The instantaneous velocity of the particle must point in the same direction as the curve. But what does this mean? The curve isn’t a straight line. However, it does look roughly like a straight line if we look in close enough: the best “linear approximation” to the curve at a point P is the tangent line to C at P. The same principle can be seen more easily with a surface: the earth is (approximately) a sphere, but at our scales of distance it looks like a flat plane. (More on surfaces later.)

Suppose C is the graph of a function f(x). Then we know how to determine the tangent line to C at a point (α,f(α)). It has gradient f(α), so is of the form y=f(α)x+c for some c. But it also contains the point (α,f(α)), so the equation of the tangent line is

y-f(α)=f(α)(x-α).

If C is the image of a parametrized curve γ:I2 then we can almost always determine the tangent line to a point γ(t0) by differentiating γ. Indeed, since γ(t0) is a tangent vector to the curve at γ(t0), then as long as γ(t0)(0,0), the equation of the tangent line to C at γ(t0) is (x,y)=γ(t0)+λγ(t0).

A normal vector to the curve C at the point P is a vector which is orthogonal to the tangent line. If C2 then the normal line at P is the line which passes through P in the direction of a normal vector.

If (u,v)(0,0) is a tangent vector, then (v,-u) is a normal vector since (u,v).(v,-u)=uv-uv=0. Thus we can often easily determine the normal line.

Normal vectors also give us another way to write the equation of a line L in 2. If 𝐧 is a (non-zero) normal vector to the line and (x0,y0)L, then (x,y)-(x0,y0) is a vector in the direction of the line, hence (x-x0,y-y0)𝐧=0, that is:

(x,y)𝐧=(x0,y0)𝐧

Example 2.18 Suppose γ:[0,)2, t(t3+1,t-cost); let C be the image of γ. Then γ(t)=(3t2,1+sint). This vector is always non-zero because 3t2=0t=01+sint=1. So one way to write the equation of the tangent line to C at a point γ(T)=(T3+1,T-cosT) is:

(x,y)=(T3+1,T-cosT)+λ(3T2,1+sinT)

An alternative way to write it is using a normal vector: since (3T2,1+sinT) is a vector parallel to the line, (1+sinT,-3T2) is a vector normal to the line. Therefore we can write the equation of the tangent line as:

(x,y)(1+sinT,-3T2)=(T3+1,T-cosT)(1+sinT,-3T2)