Skip to main content
SingaporeFurther MathsSyllabus dot point

How do we compute the length of a curve and the area of a surface of revolution by integration?

Calculate the arc length of a curve and the area of a surface of revolution for curves given in Cartesian or parametric form

A focused answer to the H2 Further Mathematics outcome on arc length and surfaces of revolution. The arc-length integral in Cartesian and parametric form, the surface-area-of-revolution formula, and worked applications.

Generated by Claude Opus 4.811 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

Jump to a section
  1. What this dot point is asking
  2. The answer
  3. Examples in context
  4. Try this

What this dot point is asking

SEAB wants you to compute two geometric quantities by integration: the length of an arc of a curve, and the area of the surface generated when an arc is rotated about an axis. You should handle curves given in Cartesian form y=f(x)y = \mathrm{f}(x) and in parametric form x=f(t)x = \mathrm{f}(t), y=g(t)y = \mathrm{g}(t), and choose the right formula for the axis of rotation.

The answer

The arc-length integral (Cartesian)

A short piece of curve has length ds=dx2+dy2\mathrm{d}s = \sqrt{\mathrm{d}x^2 + \mathrm{d}y^2}. Dividing inside the root by dx2\mathrm{d}x^2 gives the Cartesian arc length:

L=ab1+(dydx)2dx.L = \int_a^b \sqrt{1 + \left(\frac{\mathrm{d}y}{\mathrm{d}x}\right)^2}\,\mathrm{d}x.

The arc-length integral (parametric)

For a parametric curve, divide inside the root by dt2\mathrm{d}t^2 instead:

L=t1t2(dxdt)2+(dydt)2dt.L = \int_{t_1}^{t_2} \sqrt{\left(\frac{\mathrm{d}x}{\mathrm{d}t}\right)^2 + \left(\frac{\mathrm{d}y}{\mathrm{d}t}\right)^2}\,\mathrm{d}t.

Surface area of revolution

Rotating an arc through 2π2\pi generates a surface. Each band has area 2π(radius)ds2\pi(\text{radius})\,\mathrm{d}s, where the radius is the distance from the axis. About the xx-axis the radius is yy:

S=2πyds=ab2πy1+(dydx)2dx.S = \int 2\pi y\,\mathrm{d}s = \int_a^b 2\pi y\sqrt{1 + \left(\frac{\mathrm{d}y}{\mathrm{d}x}\right)^2}\,\mathrm{d}x.

About the yy-axis the radius is xx, so use 2πx2\pi x instead. In parametric form replace ds\mathrm{d}s by the parametric arc-length element.

The strategy that makes these tractable

These integrals are often awkward unless the expression under the root simplifies. Many exam curves are designed so that 1+(dy/dx)21 + (\mathrm{d}y/\mathrm{d}x)^2 becomes a perfect square, removing the root cleanly. Always expand and look for that before reaching for a substitution.

Examples in context

Example 1. Length of a hanging cable. A cable hangs as a catenary y=acoshxay = a\cosh\dfrac{x}{a}, for which 1+(y)2=cosh2xa1 + (y')^2 = \cosh^2\dfrac{x}{a} is a perfect square. The arc-length integral then gives the cable length exactly, a standard engineering calculation.

Example 2. Surface area of a sphere. Rotating the semicircle y=r2x2y = \sqrt{r^2 - x^2} about the xx-axis and applying the surface formula recovers the area 4πr24\pi r^2, confirming the classical result by integration.

Try this

Q1. Write the Cartesian arc-length formula for y=f(x)y = \mathrm{f}(x) between x=ax = a and x=bx = b. [1 mark]

  • Cue. L=ab1+(y)2dxL = \displaystyle\int_a^b \sqrt{1 + (y')^2}\,\mathrm{d}x.

Q2. State the surface-area integral for an arc rotated about the xx-axis. [1 mark]

  • Cue. S=ab2πy1+(y)2dxS = \displaystyle\int_a^b 2\pi y\sqrt{1 + (y')^2}\,\mathrm{d}x.

Q3. For the parametric curve x=tx = t, y=t2y = t^2, write the integrand (x˙)2+(y˙)2\sqrt{(\dot{x})^2 + (\dot{y})^2}. [1 mark]

  • Cue. x˙=1\dot{x} = 1, y˙=2t\dot{y} = 2t, so the integrand is 1+4t2\sqrt{1 + 4t^2}.

Exam-style practice questions

Practice questions written in the style of SEAB exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

Original6 marksFind the length of the curve y=13(x2+2)3/2y = \dfrac{1}{3}(x^2 + 2)^{3/2} from x=0x = 0 to x=3x = 3.
Show worked answer →

Arc length is ab1+(dydx)2dx\displaystyle\int_a^b \sqrt{1 + \left(\frac{dy}{dx}\right)^2}\,dx.

Differentiate: dydx=1332(x2+2)1/22x=x(x2+2)1/2\dfrac{dy}{dx} = \dfrac{1}{3}\cdot\dfrac{3}{2}(x^2 + 2)^{1/2}\cdot 2x = x(x^2 + 2)^{1/2}.

So (dydx)2=x2(x2+2)=x4+2x2\left(\dfrac{dy}{dx}\right)^2 = x^2(x^2 + 2) = x^4 + 2x^2, and

1+(dydx)2=x4+2x2+1=(x2+1)2.1 + \left(\frac{dy}{dx}\right)^2 = x^4 + 2x^2 + 1 = (x^2 + 1)^2.

Therefore 1+(dy/dx)2=x2+1\sqrt{1 + (dy/dx)^2} = x^2 + 1 (positive on the interval), and
L=03(x2+1)dx=[x33+x]03=(9+3)0=12.L = \int_0^3 (x^2 + 1)\,dx = \left[\frac{x^3}{3} + x\right]_0^3 = (9 + 3) - 0 = 12.

Markers reward the arc-length formula, the derivative, recognising the perfect square (x2+1)2(x^2+1)^2, and the value 1212.

Original6 marksThe arc of the curve y=xy = \sqrt{x} from x=0x = 0 to x=1x = 1 is rotated through 2π2\pi about the xx-axis. Set up the integral for the surface area generated, and simplify the integrand.
Show worked answer →

The surface area of revolution about the xx-axis is S=ab2πy1+(dydx)2dx\displaystyle S = \int_a^b 2\pi y\sqrt{1 + \left(\frac{dy}{dx}\right)^2}\,dx.

For y=x1/2y = x^{1/2}, dydx=12x1/2\dfrac{dy}{dx} = \dfrac{1}{2}x^{-1/2}, so (dydx)2=14x\left(\dfrac{dy}{dx}\right)^2 = \dfrac{1}{4x} and

1+(dydx)2=1+14x=4x+14x.1 + \left(\frac{dy}{dx}\right)^2 = 1 + \frac{1}{4x} = \frac{4x + 1}{4x}.

Hence 1+(dy/dx)2=4x+12x\sqrt{1 + (dy/dx)^2} = \dfrac{\sqrt{4x + 1}}{2\sqrt{x}}, and with y=xy = \sqrt{x}:
S=012πx4x+12xdx=π014x+1dx.S = \int_0^1 2\pi\sqrt{x}\cdot\frac{\sqrt{4x + 1}}{2\sqrt{x}}\,dx = \pi\int_0^1 \sqrt{4x + 1}\,dx.

Markers reward the surface-area formula, the derivative and its square, simplifying so the x\sqrt{x} cancels, and the tidy integrand π4x+1\pi\sqrt{4x + 1}.

Related dot points