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) and in parametric form x=x(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.7·6 min answer·
Reviewed by: AI editorial process; not yet individually human-reviewed
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) or a parametric description x=x(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 dx produces a small rise dy, and by Pythagoras the length of the piece is dx2+dy2=1+(dy/dx)2dx. Summing (integrating) over the interval gives
L=∫ab1+(dxdy)2dx.
The integrand is built from the gradient, so the first task is to differentiate, then square, then add 1 under the root.
Arc length in parametric form
When x and y are functions of a parameter t, the small length element is dx2+dy2=(dx/dt)2+(dy/dt)2dt, giving
L=∫t1t2(dtdx)2+(dtdy)2dt.
This is the symmetric form: differentiate both coordinates with respect to t, 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)).
Surface area of revolution
Rotating the curve about the x-axis sweeps each point through a circle of radius y and circumference 2πy. Multiplying the arc-length element by this circumference and integrating gives the surface area:
S=∫ab2πy1+(dxdy)2dx.
In parametric form the same idea gives S=∫t1t22πy(dx/dt)2+(dy/dt)2dt. For rotation about the y-axis, the radius is x, so the circumference factor becomes 2πx.
Examples in context
Example 1. Arc length of y=32x3/2 from 0 to 3: with dxdy=x1/2, the integrand is 1+x.
Example 2. Rotating y=x, 0≤x≤4, about the x-axis gives S=∫042πx1+4x1dx.
Try this
Q1. Write the Cartesian arc-length integral for y=f(x) from a to b. [1 mark]
Cue.∫ab1+(f′(x))2dx.
Q2. Set up the parametric arc-length integral for x=cost, y=sint, 0≤t≤π. [2 marks]
Cue.∫0πsin2t+cos2tdt=∫0π1dt=π.
Q3. State the surface-area integrand for rotating y=f(x) about the x-axis. [1 mark]