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 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 on the interval , the arc length is:
Where does this formula come from? Each tiny segment of the curve has a horizontal piece and a vertical piece . By the Pythagorean theorem, the length of that tiny segment is . Factor out and you get . Summing all those tiny lengths via integration gives the total arc length.
Steps to calculate arc length:
- Find , the derivative of
- Square it and add 1 inside the square root
- Set up the definite integral from to
- Evaluate the integral (this is often the hardest step)
Example: Find the arc length of from to .
- Using substitution with :
A common mistake: forgetting to square the derivative before plugging it in. Always compute first, then add 1.

Arc Length of Curves
Sometimes a curve is easier to express as in terms of . The formula works the same way, just with the roles of and swapped. For on the interval :
Steps to calculate:
- Find , the derivative of
- Square it, add 1, and place under the square root
- Integrate from to with respect to
Example: Find the arc length of from to .
This integral requires a trigonometric substitution (let ) or a table/CAS. Many arc length integrals don't simplify neatly, so don't be surprised if the algebra gets heavy.
Use the form whenever the function is simpler to differentiate with respect to . For instance, is much easier to work with in this form than trying to solve for .

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 on :
Here, 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 gives the circumference of each band.
Rotation around the y-axis: For on :
Now is the radius, since each point on the curve is a distance from the y-axis.
Steps to calculate surface area:
- Identify the curve, the interval, and which axis you're rotating around
- Find
- Determine the radius: use for rotation about the x-axis, or for rotation about the y-axis
- Plug into the appropriate formula and evaluate the integral
Example: Find the surface area when from to is rotated around the x-axis.
- , so
- Substituting :
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.