Circumference times slant length
A tiny curve segment of length ds sweeps a narrow band whose area is approximately its circumference 2πr times ds. Integration adds those bands.
Calculate the area of the surface formed when y=f(x) or a parametric curve x(t), y(t) rotates around any horizontal or vertical line. The tool differentiates the curve, builds S=2π∫ radius·ds, evaluates it numerically, and graphs the setup locally in your browser.
The result is a numerical approximation for a smooth generating curve that stays on one side of the axis.
Calculate a surface area to draw the generating curve and axis of rotation.
y=f(x), or Parametric for x(t) and y(t).y=c or vertical axis x=c, then enter c. Use zero for a coordinate axis.x- or t-interval. Keep the intended generating arc on one side of the rotation axis.A tiny curve segment of length ds sweeps a narrow band whose area is approximately its circumference 2πr times ds. Integration adds those bands.
For y=c, radius is |y−c|. For x=c, it is |x−c|. The absolute value makes distance nonnegative.
Parametric mode uses ds=√(x′(t)²+y′(t)²)dt, which is useful for circles, ellipses, and curves that are awkward to express as one function.
The formula measures the surface swept by the curve. It does not automatically add circular end caps, bases, or any other boundary surfaces.
About y=0, radius is x and ds=√2 dx. Thus S=2π∫₀¹x√2 dx=π√2≈4.442882938. This is the lateral area only.
Use x(t)=sin(t), y(t)=cos(t), 0≤t≤π, about x=0. Radius is sin(t) and speed is 1, so S=2π∫₀^π sin(t)dt=4π.
About y=0, radius is 2 and ds=dx. The curved area is S=2π∫₀³2 dx=12π; the two circular ends are excluded.
| Curve and axis | Radius | Surface area |
|---|---|---|
y=f(x) about y=c | |f(x)−c| | S=2π∫ₐᵇ |f(x)−c|√(1+[f′(x)]²) dx |
y=f(x) about x=c | |x−c| | S=2π∫ₐᵇ |x−c|√(1+[f′(x)]²) dx |
x=x(t), y=y(t) about y=c | |y(t)−c| | S=2π∫ₐᵇ |y(t)−c|√(x′(t)²+y′(t)²) dt |
x=x(t), y=y(t) about x=c | |x(t)−c| | S=2π∫ₐᵇ |x(t)−c|√(x′(t)²+y′(t)²) dt |
The calculator expects finite continuous derivatives on the full entered interval and a curve that generates the intended surface once. If different parts sweep the same surface patch, the direct integral counts the patch more than once.
Reference: OpenStax Calculus Volume 2, §2.4 derives surface area from rotating a curve, and Calculus Volume 2, §7.2 gives the parametric form.
The compact formula is S=2π∫r ds, where r is perpendicular distance to the rotation axis and ds is the curve’s arc-length element.
Choose a horizontal axis and enter axis value 0. The calculator uses r=|f(x)| and ds=√(1+[f′(x)]²)dx.
Choose horizontal for y=2 or vertical for x=−1, then enter 2 or −1 as the axis value. Radius is automatically calculated as the perpendicular distance to the shifted line.
No. It is the area swept by the entered curve only. Add the areas of any required disks, annuli, or other end surfaces separately.
Parts on opposite sides may rotate through the same locations and create overlapping surface patches. To avoid a misleading double count, this calculator asks you to restrict the generating curve to one side of the axis.
Surface area is geometric and nonnegative. Reversing the bounds changes only the direction in which the generating curve is traced, so the calculator orders them before integrating.
The numerical engine expects finite derivatives throughout the entered interval. Split a piecewise-smooth curve at corners or singular points. For a circle with vertical tangents, parametric mode is usually more reliable.
No. Parsing, differentiation, integration, graphing, copying, and file preparation happen locally. A permalink contains only the inputs you explicitly choose to put in the URL.