Fiveable

Calculus I Unit 6 Review

QR code for Calculus I practice questions

6.4 Arc Length of a Curve and Surface Area

6.4 Arc Length of a Curve and Surface Area

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
Calculus I
Unit & Topic Study Guides

Arc Length of a Curve and Surface Area

Arc length and surface area formulas let you measure distances along curves and the areas of surfaces formed by rotating those curves. Both build directly on derivatives and definite integrals, combining them in ways that show up frequently in physics and engineering problems.

Arc Length of y=f(x)y = f(x) Curves

Arc length measures the actual distance traveled along a curve between two points, not just the straight-line distance between them. The idea comes from approximating the curve with many tiny line segments, then taking the limit as those segments get infinitely small.

For a curve defined by y=f(x)y = f(x) on the interval [a,b][a, b], the arc length LL is:

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

Where does this formula come from? Each tiny segment of the curve has a horizontal piece dxdx and a vertical piece dydy. By the Pythagorean theorem, the length of that tiny segment is (dx)2+(dy)2\sqrt{(dx)^2 + (dy)^2}. Factor out dxdx and you get 1+(dydx)2dx\sqrt{1 + \left(\frac{dy}{dx}\right)^2} \, dx. Summing all those tiny lengths via integration gives the total arc length.

Steps to calculate arc length:

  1. Find dydx\frac{dy}{dx}, the derivative of f(x)f(x)
  2. Square it and add 1 inside the square root
  3. Set up the definite integral from aa to bb
  4. Evaluate the integral (this is often the hardest step)

Example: Find the arc length of y=13x3/2y = \frac{1}{3}x^{3/2} from x=0x = 0 to x=8x = 8.

  1. dydx=1332x1/2=12x\frac{dy}{dx} = \frac{1}{3} \cdot \frac{3}{2} x^{1/2} = \frac{1}{2}\sqrt{x}
  2. (dydx)2=x4\left(\frac{dy}{dx}\right)^2 = \frac{x}{4}
  3. L=081+x4dx=084+x4dx=08124+xdxL = \int_{0}^{8} \sqrt{1 + \frac{x}{4}} \, dx = \int_{0}^{8} \sqrt{\frac{4 + x}{4}} \, dx = \int_{0}^{8} \frac{1}{2}\sqrt{4 + x} \, dx
  4. Using substitution with u=4+xu = 4 + x: L=1223(4+x)3/208=13(123/243/2)=13(2438)L = \frac{1}{2} \cdot \frac{2}{3}(4+x)^{3/2} \Big|_0^8 = \frac{1}{3}\left(12^{3/2} - 4^{3/2}\right) = \frac{1}{3}\left(24\sqrt{3} - 8\right)

A common mistake: forgetting to square the derivative before plugging it in. Always compute (dydx)2\left(\frac{dy}{dx}\right)^2 first, then add 1.

Fundamentals of Calculus for Arc Length and Surface Area, Arc Length and Curvature · Calculus

Arc Length of x=g(y)x = g(y) Curves

Sometimes a curve is easier to express as xx in terms of yy. The formula works the same way, just with the roles of xx and yy swapped. For x=g(y)x = g(y) on the interval [c,d][c, d]:

L=cd1+(dxdy)2dyL = \int_{c}^{d} \sqrt{1 + \left(\frac{dx}{dy}\right)^2} \, dy

Steps to calculate:

  1. Find dxdy\frac{dx}{dy}, the derivative of g(y)g(y)
  2. Square it, add 1, and place under the square root
  3. Integrate from cc to dd with respect to yy

Example: Find the arc length of x=14y2x = \frac{1}{4}y^2 from y=0y = 0 to y=2y = 2.

  1. dxdy=12y\frac{dx}{dy} = \frac{1}{2}y
  2. (dxdy)2=y24\left(\frac{dx}{dy}\right)^2 = \frac{y^2}{4}
  3. L=021+y24dyL = \int_{0}^{2} \sqrt{1 + \frac{y^2}{4}} \, dy

This integral requires a trigonometric substitution (let y=2tanθy = 2\tan\theta) or a table/CAS. Many arc length integrals don't simplify neatly, so don't be surprised if the algebra gets heavy.

Use the x=g(y)x = g(y) form whenever the function is simpler to differentiate with respect to yy. For instance, x=y3+2yx = y^3 + 2y is much easier to work with in this form than trying to solve for yy.

Fundamentals of Calculus for Arc Length and Surface Area, Fundamental theorem of calculus - Wikipedia

Surface Area of Rotational Solids

When you rotate a curve around an axis, the resulting surface has a measurable area. Think of it like wrapping a thin ribbon along the curve and spinning it around. Each tiny arc length segment traces out a circle, and the surface area is the sum of all those thin circular bands.

Rotation around the x-axis: For y=f(x)y = f(x) on [a,b][a, b]:

S=2πabf(x)1+(dydx)2dxS = 2\pi \int_{a}^{b} f(x) \sqrt{1 + \left(\frac{dy}{dx}\right)^2} \, dx

Here, f(x)f(x) is the radius of each circular band (the distance from the curve to the x-axis), and the square root term is the arc length element. Multiplying radius by 2π2\pi gives the circumference of each band.

Rotation around the y-axis: For y=f(x)y = f(x) on [a,b][a, b]:

S=2πabx1+(dydx)2dxS = 2\pi \int_{a}^{b} x \sqrt{1 + \left(\frac{dy}{dx}\right)^2} \, dx

Now xx is the radius, since each point on the curve is a distance xx from the y-axis.

Steps to calculate surface area:

  1. Identify the curve, the interval, and which axis you're rotating around
  2. Find dydx\frac{dy}{dx}
  3. Determine the radius: use f(x)f(x) for rotation about the x-axis, or xx for rotation about the y-axis
  4. Plug into the appropriate formula and evaluate the integral

Example: Find the surface area when y=xy = \sqrt{x} from x=0x = 0 to x=1x = 1 is rotated around the x-axis.

  1. dydx=12x\frac{dy}{dx} = \frac{1}{2\sqrt{x}}, so (dydx)2=14x\left(\frac{dy}{dx}\right)^2 = \frac{1}{4x}
  2. S=2π01x1+14xdx=2π01x+14dxS = 2\pi \int_{0}^{1} \sqrt{x} \cdot \sqrt{1 + \frac{1}{4x}} \, dx = 2\pi \int_{0}^{1} \sqrt{x + \frac{1}{4}} \, dx
  3. Substituting u=x+14u = x + \frac{1}{4}: S=2π23(x+14)3/201=4π3(54)3/24π3(14)3/2=π6(551)S = 2\pi \cdot \frac{2}{3}\left(x + \frac{1}{4}\right)^{3/2}\Big|_0^1 = \frac{4\pi}{3}\left(\frac{5}{4}\right)^{3/2} - \frac{4\pi}{3}\left(\frac{1}{4}\right)^{3/2} = \frac{\pi}{6}\left(5\sqrt{5} - 1\right)

Watch the radius term carefully. The most common error in surface area problems is using the wrong radius. Ask yourself: how far is this point on the curve from the axis of rotation? That distance is your radius.

Pep mascot
Upgrade your Fiveable account to print any study guide

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Click below to go to billing portal → update your plan → choose Yearly → and select "Fiveable Share Plan". Only pay the difference

Plan is open to all students, teachers, parents, etc
Pep mascot
Upgrade your Fiveable account to export vocabulary

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Plan is open to all students, teachers, parents, etc
report an error
description

screenshots help us find and fix the issue faster (optional)

add screenshot

2,589 studying →