Arc Length of a Curve and Surface Area

Arc length is the total length of a curve between two points. An arc length is the whole length of a curve, not the straight line from one point to another.
Divide the curve into tiny parts and measure them independently to find the arc length. Add all these segments to find the curve’s length. Calculus and geometry require this approach to solve curve shapes and pathways. The area of a surface of revolution is the area gained by rotating a curve around a fixed axis. This notion is fundamental to calculus and has implications in physics, engineering, and other domains where knowing the properties of three-dimensional forms is critical.

In this article, we will understand how to calculate the arc length of the curve for functions x and y and the area of a surface of revolution.

Table of Content

  • What is Arc Length of a Curve?
    • Arc Length of the Curve y = f(x)
    • Formula of Arc Length for y = f(x)
    • Arc Length of the Curve x = g(y)
    • Formula of Arc Length for x = g(y)
  • Area of a Surface of Revolution

What is Arc Length of a Curve?

The arc length of a curve is defined as the distance between two points on a continuous curve. It is essentially the β€œlength” of the route drawn by the curve. Calculating the arc length is simple for simple geometric shapes such as circles, but it becomes more complicated for arbitrary curves specified by mathematical functions.

Arc Length of the Curve y = f(x)

To find the arc length of a curve defined by the function f(x) from x=a to x=b, we follow these steps:

Step 1: Divide the interval [a,b] into n subintervals of equal width, Ξ”x = (b-a)/n​.

Step 2: For each subinterval [xiβˆ’1​,xi​], calculate the change in vertical distance Ξ”yi​=f(xi​)-f(xiβˆ’1​).

Step 3: Use the Pythagorean theorem to calculate the length of each line segment: [Tex]\sqrt{(\Delta x)^2 + (\Delta y_i)^2}[/Tex]​.

Step 4: Apply the Mean Value Theorem to find a point [Tex]x_i^*[/Tex]​ in each subinterval where [Tex]f'(x_i^*) = \frac{\Delta y_i}{\Delta x}[/Tex].

Step 5: Rewrite the length of each line segment as [Tex]\sqrt{1 + [f'(x_i^*)]^2} \cdot \Delta x[/Tex].

Step 6: Sum the lengths of all line segments using a Riemann sum: [Tex]L \approx \sum_{i=1}^{n} \sqrt{1 + [f'(x_i^*)]^2} \cdot \Delta x[/Tex]

Step 7: As n approaches infinity, the Riemann sum converges to the actual arc length L: [Tex]L = \lim_{n \to \infty} \sum_{i=1}^{n} \sqrt{1 + [f'(x_i^*)]^2} \cdot \Delta x[/Tex].

Step 8: Therefore, the arc length of the curve from x=a to x=b is given by the integral: [Tex]L = \int_{a}^{b} \sqrt{1 + [f'(x)]^2} \, dx[/Tex].

Formula of Arc Length for y = f(x)

Let f(x) be a continuous function defined on a closed interval [a,b], where a and b are real numbers. The arc length L of the curve represented by y = f(x) from x = a to x = b is given by:

L = [Tex]\int_{a}^{b} \sqrt{1 + \left(\frac{dy}{dx}\right)^2} \, dx [/Tex]

where,

  • dy/dx​ represents the derivative of f(x) for x, i.e., the slope of the curve at any point x.
  • The integral is taken over the interval [a,b] that defines the segment of the curve for which the arc length is to be calculated.

Arc Length of the Curve x = g(y)

The arc length of a curve x = g(y) has a similar process to that we just explained for y=f(x).

To calculate the length of the curve between two points: (g(c),c) and (g(d),d), divide the interval [c,d] into smaller segments using a regular partition. For each segment, calculate the change in vertical distance, denoted as Ξ”y, and the change in horizontal distance, denoted as Ξ”xi ​= g(yi​) – g(yiβˆ’1​).

These values will be used in calculating the length of each line segment using the Pythagorean theorem: [Tex]\sqrt{(\Delta x_i)^2 + (\Delta y)^2}[/Tex].

Formula of Arc Length for x = g(y)

Given c and d are real values, let g(y) be a smooth function defined over a closed interval [c,d]. After then, the following will provide the length of the curve denoted by x = g(y) from the points (g(c),c) to (g(d),d):

L = [Tex]\int_{c}^{d} \sqrt{1 + \left(\frac{dx}{dy}\right)^2} \, dy [/Tex]

here,

  • dx/dy represents the derivative of g(y) with respect to y. This shows the slope of the curve at any point y.
  • The integral is taken over the interval [c,d] that defines the segment of the curve for which the arc length is to be calculated.

Area of a Surface of Revolution

When a curve is revolved around an axis, it forms a three-dimensional surface. The surface area of the created shape is known as the surface area of revolution. The computation involves integrating to account for the continuous character of the surface generated by rotation.

Methods are used to find surface area of a curve spun around the x-axis is mentioned below:

  • Split [a, b] into smaller intervals.
  • To estimate the surface area, find the surface areas of simpler forms.
  • With line segments, first approximate the curve. Rotate these line segments about the x-axis to form bands. Every frustum resembles a cone.
  • We require the slant height (l) and top and bottom radii (r1 and r2) of a frustum in order to compute its surface area.
  • Cones have lateral surface areas of Ο€rs, where s is the slant height and r is the base radius.

NOTE: A frustum is a portion of a cone, hence its lateral surface area is the lateral surface area of the entire cone less the lateral surface area of the smaller cone (the pointed tip) that was removed.

Therefore, we calculate the slant height of the frustum using the formula : [Tex]\frac{{r_2}}{{r_1}} = \frac {s – l}s[/Tex]

r2s = r1 (s-l)

r2s = r1s – r1l

r1l = r1s – r2s

r1l = (r1 – r2) s

[Tex]\frac{{r_1 l}}{{r_1 – r_2}} = s[/Tex]

The difference in lateral surface area between the smaller cone and the full cone gives the lateral surface area (S) of the frustum.

Lateral Surface Area of the Whole Cone = Ο€r1​s

Lateral Surface Area of the Smaller Cone = Ο€r2​(sβˆ’l)

S = Ο€r1​s – Ο€r2​(sβˆ’l)

substituting the values of s in the formula we get,

[Tex]S = \pi r_1 \left(\frac{r_1 (s – l)}{r_1 – r_2}\right) – \pi r_2 \left(\frac{r_1 (s – l)}{r_1 – r_2} – l\right)[/Tex]

[Tex]S = \pi \left(\frac{r_1^2 (s – l)}{r_1 – r_2}\right) – \pi \left(\frac{r_2 (r_1 (s – l) – l (r_1 – r_2))}{r_1 – r_2}\right)[/Tex]

[Tex]S = \pi \left(\frac{r_1^2 (s – l) – r_2 (r_1 (s – l) – l (r_1 – r_2))}{r_1 – r_2}\right)[/Tex]

[Tex]S = \pi \left(\frac{r_1^2 s – r_1^2 l – r_1 r_2 s + r_1 l – r_2 r_1 s + l r_2 + r_1 l – l r_2}{r_1 – r_2}\right)[/Tex]

[Tex]S = \pi \left(\frac{r_1^2 s – r_1 r_2 s – r_1 r_2 s + r_2^2 s}{r_1 – r_2}\right)[/Tex]

[Tex]S = \pi \left(\frac{(r_1^2 – r_1 r_2 – r_1 r_2 + r_2^2) s}{r_1 – r_2}\right)[/Tex]

[Tex]S = \pi \left(\frac{(r_1^2 – 2r_1 r_2 + r_2^2) s}{r_1 – r_2}\right)[/Tex]

[Tex]S = \pi \left(\frac{(r_1 – r_2)^2 s}{r_1 – r_2}\right)[/Tex]

[Tex]S = \pi (r_1 – r_2) s[/Tex]

To calculate the surface area of each band formed by revolving the line segments around the x-axis, we use the formula:

S = Ο€(r1​+r2​)l

In this case, r1​+r2​ corresponds to f(xiβˆ’1​) + f(xi​), and l is simply Ξ”x, the length of the line segment used to generate the frustum.

So, substituting these values into the formula, we get,

[Tex]S = \pi(f(x_{i-1}) + f(x_i)) \frac{\Delta x}{2} \sqrt{1 + \left(\frac{\Delta y_i}{\Delta x}\right)^2}[/Tex]

Using Mean Value Theorem, we get,

[Tex]S = \pi(f(x_{i-1}) + f(x_i)) \frac{\Delta x}{2} \sqrt{1 + (f'(x^*_i))^2}[/Tex]

Furthermore, by the Intermediate Value Theorem, there is a point [Tex]x^{**}_i[/Tex] such that [Tex]f(x^{**}_i )[/Tex] = [Tex]\frac{1}{2}[f(x_{i-1}) + f(x_i)] [/Tex], giving us:

[Tex]S = 2\pi f(x^{**}_i) \frac{\Delta x}{2} \sqrt{1 + (f'(x^*_i))^2}[/Tex]

The approximate surface area of the entire surface of revolution is then given by the sum:

[Tex]\text{Surface Area} \approx \sum_{i=1}^{n} 2\pi f(x^{**}_i) \frac{\Delta x}{\sqrt{1 + (f'(x^*_i))^2}}[/Tex]

Taking the limit as ( n ) approaches infinity, we get:

[Tex]\text{Surface Area} = \lim_{n \to \infty} \sum_{i=1}^{n} 2\pi f(x^{**}_i) \frac{\Delta x}{\sqrt{1 + (f'(x^*_i))^2}}[/Tex]

[Tex]\text{Surface Area} = \int_{a}^{b} 2\pi f(x) \sqrt{1 + (f'(x))^2} \, dx [/Tex]

Also, Check

FAQs on Arc Length of a Curve and Surface Area

How do you find the arc length and surface area?

Calculating arc length and surface area requires mathematical formulas derived from curve and surface characteristics. Surface area is the area a surface covers; arc length is the length of a curve. Over specified intervals, particular functions are integrated in these computations.

What is the formula for the arc length of a curve?

The formula for the arc length of a curve y=f(x) from x=a to x=b is: [Tex]L = \int_a^b \sqrt{1 + \left( f'(x) \right)^2} \, dx[/Tex]

What is the formula for the surface area of an arc?

The formula for the surface area of a surface generated by rotating a curve y = f(x) around the x-axis from (x = a) to (x = b) is: [Tex]S = 2\pi \int_a^b f(x) \sqrt{1 + \left( f'(x) \right)^2} \, dx[/Tex]

How to calculate arc length?

To calculate the arc length of a curve y = f(x) from (x = a) to (x = b):

  1. Find the derivative f'(x).
  2. Substitute f'(x) into the arc length formula.
  3. Evaluate the integral: [Tex]L = \int_a^b \sqrt{1 + \left( f'(x) \right)^2} \, dx[/Tex]

This will give you the length of the curve between the points (x = a) and (x = b).