Skip to main content
VICSpecialist MathematicsSyllabus dot point

How does integration give the length of a curve and the surface area generated when a curve is rotated, in both Cartesian and parametric settings?

The use of definite integrals to find the arc length of a curve and the surface area of a solid of revolution, in Cartesian form y=f(x)y = f(x) and in parametric form x=x(t)x = x(t), y=y(t)y = y(t), and the setting up of the appropriate integral

A focused answer to the VCE Specialist Mathematics Unit 4 key-knowledge point on arc length and surface area of revolution. The Cartesian and parametric arc-length integrals, the surface-area formula, and setting up the integral, with a verified worked example.

Generated by Claude Opus 4.76 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. Arc length in Cartesian form
  3. Arc length in parametric form
  4. Surface area of revolution
  5. Examples in context
  6. Try this

What this dot point is asking

VCAA wants you to set up and evaluate definite integrals for the length of a curve (arc length) and for the surface area generated when a curve is rotated about an axis, working from either a Cartesian equation y=f(x)y = f(x) or a parametric description x=x(t)x = x(t), y=y(t)y = y(t). The emphasis is on building the correct integral; evaluation may use a calculator.

Arc length in Cartesian form

Approximate a curve by tiny straight pieces. A small step dxdx produces a small rise dydy, and by Pythagoras the length of the piece is dx2+dy2=1+(dy/dx)2dx\sqrt{dx^2 + dy^2} = \sqrt{1 + (dy/dx)^2}\,dx. Summing (integrating) over the interval gives

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

The integrand is built from the gradient, so the first task is to differentiate, then square, then add 11 under the root.

Arc length in parametric form

When xx and yy are functions of a parameter tt, the small length element is dx2+dy2=(dx/dt)2+(dy/dt)2dt\sqrt{dx^2 + dy^2} = \sqrt{(dx/dt)^2 + (dy/dt)^2}\,dt, giving

L=t1t2(dxdt)2+(dydt)2dt.L = \int_{t_1}^{t_2} \sqrt{\left(\frac{dx}{dt}\right)^2 + \left(\frac{dy}{dt}\right)^2}\,dt.

This is the symmetric form: differentiate both coordinates with respect to tt, square each, add, take the root, and integrate over the parameter range. It also gives the distance travelled by a particle whose position is (x(t),y(t))(x(t), y(t)).

Surface area of revolution

Rotating the curve about the xx-axis sweeps each point through a circle of radius yy and circumference 2πy2\pi y. Multiplying the arc-length element by this circumference and integrating gives the surface area:

S=ab2πy1+(dydx)2dx.S = \int_a^b 2\pi y\,\sqrt{1 + \left(\frac{dy}{dx}\right)^2}\,dx.

In parametric form the same idea gives S=t1t22πy(dx/dt)2+(dy/dt)2dtS = \int_{t_1}^{t_2} 2\pi y\,\sqrt{(dx/dt)^2 + (dy/dt)^2}\,dt. For rotation about the yy-axis, the radius is xx, so the circumference factor becomes 2πx2\pi x.

Examples in context

Example 1. Arc length of y=23x3/2y = \frac{2}{3}x^{3/2} from 00 to 33: with dydx=x1/2\frac{dy}{dx} = x^{1/2}, the integrand is 1+x\sqrt{1 + x}.

Example 2. Rotating y=xy = \sqrt{x}, 0x40 \le x \le 4, about the xx-axis gives S=042πx1+14xdxS = \int_0^4 2\pi\sqrt{x}\,\sqrt{1 + \frac{1}{4x}}\,dx.

Try this

Q1. Write the Cartesian arc-length integral for y=f(x)y = f(x) from aa to bb. [1 mark]

  • Cue. ab1+(f(x))2dx\int_a^b \sqrt{1 + (f'(x))^2}\,dx.

Q2. Set up the parametric arc-length integral for x=costx = \cos t, y=sinty = \sin t, 0tπ0 \le t \le \pi. [2 marks]

  • Cue. 0πsin2t+cos2tdt=0π1dt=π\int_0^\pi \sqrt{\sin^2 t + \cos^2 t}\,dt = \int_0^\pi 1\,dt = \pi.

Q3. State the surface-area integrand for rotating y=f(x)y = f(x) about the xx-axis. [1 mark]

  • Cue. 2πy1+(f(x))22\pi y\sqrt{1 + (f'(x))^2}.