We can determine the arc of any curve using definite integrals. In this post, let's explore how it expands the approximate solution of solving arc lengths.
WeTheStudy lets you connect ideas
Learn more

One critical application of integration is finding the arc length of a curve. This post explains the theory behind it:

Let's find the length of a curve between two points. It's best to illustrate it with real examples; say we have a function \(f(x)=x^2\):

We must solve the length from endpoint \(x_1=1\) to \(x_2=3\). How are we to accomplish this using integration?

Approximation

Arc of a Curve

Before discussing integration, say we approximate it first. Say that we connect the endpoints of the function \(f(x)=x^2\) between \(x_1=1\) to \(x_2=3\) with a straight line. We first solve for \(y_1\) and \(y_2\) by evaluating it, then use the distance formula to solve for the length \(L\).

  • \(f(1)=x_1^2=1^2=1=y_1\)
  • \(f(3)=x_2^2=3^2=9=y_2\)
  • \(L \approx \sqrt{(2-1)^2+(9-1)^2} \approx 8.25 units\)

The answer we got is only an approximation. For a better result, let's put intermediate points along the curve between the endpoints; Consequently, this divides the function curve into multiple-length sections. We can compute the distance between these points \(\Delta d_1, \Delta d_2, \Delta d_3, \ldots, \Delta d_{n}\) using the distance formula. Afterward, we add these distances to get an arc length \(s\).

The answer we will get is still inexact; however, it will be nearer to the actual value. Based on this, our approximation will be more accurate as we introduce more points between endpoints.

Want to access the remaining content?
You're a Member!
Click to expand on exclusive content
Want to access the remaining content?

Become a Member

When you sign-up and subscribe to WeTheStudy, you’ll get the following benefits:

No ads! (yey!)
Complete access to all articles
Ability to track your progress in the tree

SIGN-UP

Complete Your Checkout

When you complete your account, here are the following benefits:

No ads! (yey!)
Complete access to all articles
Ability to track your progress in the tree

PROCEED CHECKOUT

Exact Solution

Exact solution for arc length of a curve

Building from our approximate solution, we can solve the actual length of a curve. We will only need to modify two things in the approximate solution: 

  • We need to set up a minuscule distance that is so small that we can express its length as the differential \(dL\)
  • We need an operation that will sum up all of these tiny divisions

We can combine all \(dL\) through integration; hence, the general equation to solve for the arc length \(s\) between two points along the function is:

\(s=\int_{a}^{b}{dL}\)

  • \(s\) is the arc length
  • \(dL\) is the differential length
  • \(a\) is the lower limit position (endpoint with the lowest value)
  • \(b\) is the upper limit position (endpoint with the highest value)

Differential Length

The differential length \(dL\) is the division we use to sum all points along the curve. We can express it in two ways - along the x- or y-axis.

We can express this length in terms of the distance formula. If \(dL\) is the hypotenuse, then we have differential \(dx\) and differential \(dy\) as the legs along the x and y-axes, respectively. Therefore, \(dL\) is equal to:

\(dL^2=dx^2+dy^2\)

We can express \(dL\) with respect to \(dx\) or \(dy\). From this, the arc equation \(s=\int_{x_1}^{x_2}{dL}\) can have two forms:

Differential Width (Along x)

Let's divide \(dL^2=dx^2+dy^2\) by \(dx^2\) and isolate \(dL\), we will have:

\(dL^2=dx^2+dy^2\)

\(\left(\frac{d L}{d x}\right)^2=1+\left(\frac{d y}{d x}\right)^2\)

\(d L=\sqrt{1+\left(\frac{d y}{d x}\right)^2} d x\)

From here, the arc length equation becomes:

\(s=\int_{x_1}^{x_2}\sqrt{1+\left(\frac{d y}{d x}\right)^2} d x\)

  • \(s\) is the arc length
  • \(x_1\) is the lower limit along the x-axis
  • \(x_2\) is the upper limit along the x-axis
  • \(\frac{dy}{dx}\) is the first derivative of the curve with respect to \(x\)
  • \(dx\) is differential along x

Differential Height (Along y)

Let's divide \(dL^2=dx^2+dy^2\) by \(dy^2\) and isolate \(dL\), we will have:

\(dL^2=dx^2+dy^2\)

\(\left(\frac{d L}{d y}\right)^2=1+\left(\frac{d x}{d y}\right)^2\)

\(d L=\sqrt{1+\left(\frac{d x}{d y}\right)^2} d y\)

From here, the arc length equation becomes:

\(s=\int_{y_1}^{y_2}\sqrt{1+\left(\frac{d x}{d y}\right)^2} d y\)

  • \(s\) is the arc length
  • \(y_1\) is the lower limit along the y-axis
  • \(y_2\) is the upper limit along the y-axis
  • \(\frac{dx}{dy}\) is the first derivative of the curve with respect to \(y\)
  • \(dy\) is differential along y

Summary

Solving the arc length by integration expands on the approximation solution.
The logic is to subdivide the length needed with multiple points, solve for the length of each part, and add all of these distances.
It is necessary to keep the length small to increase the accuracy of the solution; hence, we must represent the length as differential \(dL\).
We can combine all \(dL\) through integration; hence, the general equation to solve for the arc length between two points: \(s=\int_{a}^{b}{dL}\). \(s\) is the arc length, \(dL\) is the differential length, \(a\) is the lower limit position (endpoint with the lowest value), \(b\) is the upper limit position (endpoint with the highest value)
The line with length \(dL\) is the differential length, which consists of differential \(dx\) and \(dy\).
There are two ways to express the arc length equation.
In terms along the x-axis, \(s\) is equal to: \(s=\int_{x_1}^{x_2}\sqrt{1+\left(\frac{d y}{d x}\right)^2} d x\)
In terms along the y-axis, \(s\) is equal to: \(s=\int_{y_1}^{y_2}\sqrt{1+\left(\frac{d x}{d y}\right)^2} d y\)

Created On
June 5, 2023
Updated On
February 23, 2024
Contributors
Edgar Christian Dirige
Founder
References

WeTheStudy original content

Revision
1.00
Got some questions? Something wrong? Contact us