The math optional, made finite. Daily Practice

Curves in space: tangent, normal, binormal

At a Glance

Why This Chapter Matters

Both UPSC questions on curves in space are compulsory 10-mark items that take under seven minutes each. The 2013 question asks you to show a parametric curve lies in a plane — solved in two lines by spotting a linear relation among the components. The 2018 question asks for the angle between a curve’s tangent and a fixed line — a direct dot-product calculation. Neither question requires curvature or torsion, just r(t)\mathbf{r}'(t) and basic linear algebra. Mastering these two patterns secures 20 fast marks.

Minimum Theory

Parametric curves and tangent vectors. For a curve r(t)=(x(t),y(t),z(t))\mathbf{r}(t) = (x(t), y(t), z(t)), the tangent vector at tt is r(t)=(x˙,y˙,z˙)\mathbf{r}'(t) = (\dot x, \dot y, \dot z). A unit tangent vector is T^=r/r\hat{\mathbf{T}} = \mathbf{r}'/|\mathbf{r}'|.

Angle between a curve and a line. If the curve’s tangent direction is T=r(t)\mathbf{T} = \mathbf{r}'(t) and the line has direction L\mathbf{L}, the angle θ\theta between them satisfies

cosθ=TLTL.\cos\theta = \frac{|\mathbf{T}\cdot\mathbf{L}|}{|\mathbf{T}||\mathbf{L}|}.

The angle may depend on the parameter tt (the general point).

Planarity criterion. A curve r(t)\mathbf{r}(t) lies in a plane iff there exists a constant normal n^\hat{\mathbf{n}} and constant dd such that n^r(t)=d\hat{\mathbf{n}}\cdot\mathbf{r}(t) = d for all tt. Equivalently: eliminate tt algebraically and find a linear relation ax+by+cz=dax + by + cz = d. The quickest approach is to spot common expressions among the component formulas.

Direction of a line from two planes. The line of intersection of two planes f1(x,y,z)=0f_1(x,y,z)=0 and f2(x,y,z)=0f_2(x,y,z)=0 has direction n1×n2\mathbf{n}_1\times\mathbf{n}_2 where ni\mathbf{n}_i are the normals to the planes. For the special case ”y=0y=0 and z=xz=x”, a point on the line satisfies y=0y=0 and z=xz=x, so the direction is (1,0,1)(1,0,1).

Question Archetypes

ArchetypeRecognition cue
curve-planarity”Show the curve r(t)=()\mathbf{r}(t) = (\ldots) lies in a plane”
tangent-line-angle”Find the angle between the tangent to the curve at a general point and the line \ldots

curve-planarity (1 question(s); 2013)

Recognition Cues

Solution Template

  1. Write x(t),y(t),z(t)x(t), y(t), z(t) explicitly.
  2. Look for a linear combination ax+by+czax + by + cz that simplifies (rational expressions often share 1/t1/t terms that cancel).
  3. Derive the plane equation ax+by+cz=dax + by + cz = d and verify it holds identically in tt.
  4. State: “the curve lies in the plane ax+by+cz=dax + by + cz = d.”

Worked Example

2013 Paper 1, 2013-P1-Q5e (10 marks)

Show that the curve x(t)=tı^+1+ttȷ^+1t2tk^\mathbf{x}(t) = t\hat\imath + \dfrac{1+t}{t}\hat\jmath + \dfrac{1-t^2}{t}\hat k lies in a plane.

Step 1 — Components.

x=t,y=1+tt=1t+1,z=1t2t=1tt.x = t, \quad y = \frac{1+t}{t} = \frac{1}{t}+1, \quad z = \frac{1-t^2}{t} = \frac{1}{t}-t.

Step 2 — Spot the relation. Both y1y - 1 and z+xz + x equal 1/t1/t:

y1=1t,z+x=1t+tt=1t.y - 1 = \frac{1}{t}, \qquad z + x = \frac{1}{t} + t - t = \frac{1}{t}.

Wait: z+x=1tt+t=1tz + x = \frac{1}{t} - t + t = \frac{1}{t}. So y1=z+xy - 1 = z + x, i.e. xy+z+1=0x - y + z + 1 = 0.

Step 3 — Verify identically. For all t0t \ne 0:

xy+z+1=t ⁣(1t+1)+ ⁣(1tt)+1=t1t1+1tt+1=0.x - y + z + 1 = t - \!\left(\frac{1}{t}+1\right) + \!\left(\frac{1}{t}-t\right) + 1 = t - \frac{1}{t} - 1 + \frac{1}{t} - t + 1 = 0. \checkmark

The curve lies in the plane xy+z+1=0.\boxed{\text{The curve lies in the plane } x - y + z + 1 = 0.}

Common Traps


tangent-line-angle (1 question(s); 2018)

Recognition Cues

Solution Template

  1. Differentiate: T=r(t)\mathbf{T} = \mathbf{r}'(t).
  2. Find the direction L\mathbf{L} of the fixed line (from the two-plane description).
  3. Compute cosθ=(TL)/(TL)\cos\theta = (\mathbf{T}\cdot\mathbf{L})/(|\mathbf{T}||\mathbf{L}|).
  4. State the angle as a function of tt.

Worked Example

2018 Paper 1, 2018-P1-Q5b (10 marks)

Find the angle between the tangent at a general point of the curve x=3t,  y=3t2,  z=3t3x=3t,\;y=3t^2,\;z=3t^3 and the line y=zx=0y=z-x=0.

Step 1 — Tangent vector.

r(t)=(3,6t,9t2)(1,2t,3t2).\mathbf{r}'(t) = (3, 6t, 9t^2) \parallel (1, 2t, 3t^2).

Step 2 — Direction of the line. "y=zx=0y = z - x = 0" means y=0y = 0 and z=xz = x. A point on the line is (s,0,s)(s, 0, s), so the direction is

L=(1,0,1).\mathbf{L} = (1, 0, 1).

Step 3 — Angle.

TL=11+2t0+3t21=1+3t2.\mathbf{T}\cdot\mathbf{L} = 1\cdot 1 + 2t\cdot 0 + 3t^2\cdot 1 = 1+3t^2.

T=1+4t2+9t4,L=2.|\mathbf{T}| = \sqrt{1+4t^2+9t^4}, \qquad |\mathbf{L}| = \sqrt{2}.

cosθ=1+3t221+4t2+9t4.\cos\theta = \frac{1+3t^2}{\sqrt{2}\sqrt{1+4t^2+9t^4}}.

θ=cos1 ⁣(1+3t22(1+4t2+9t4)).\boxed{\theta = \cos^{-1}\!\left(\frac{1+3t^2}{\sqrt{2(1+4t^2+9t^4)}}\right).}

At t=0t=0: cosθ=1/2\cos\theta = 1/\sqrt2, so θ=45°\theta = 45°. The angle varies with tt.

Common Traps

Marks-Aware Writing

A 10-mark answer must: write down r(t)\mathbf{r}'(t) or the component formulas clearly; execute the key step (spotting the plane equation, or computing the dot product); verify or simplify; state the final result. In the planarity problem, the verification step (showing the relation holds for all tt) is worth 3–4 marks and must be algebraic, not numeric. In the angle problem, identifying the line direction correctly is worth 3 marks; the dot product calculation is the remaining 7.

Practice Set

We've mapped all 13 years of this exam. Get new chapters, tools, and solutions as we release them — free.