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.

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

Similar Reads

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....

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....

FAQs on Arc Length of a Curve and Surface Area

How do you find the arc length and surface area?...