If you’re studying arc lengths in geometry, your teacher has probably given you a bunch of homework exercises. You have the radius of the circle and the central angle—so how do you find the arc length? Well, you’re in the right place! The arc length of a circle is the distance between one endpoint of the arc on the circle and the other. In this article, we’ll explain the formulas you need and how to use them to find the arc length of a circle. Keep reading to learn more!
Exploring the Arc Length of a Circle: Introduction to Formulas
The arc length is defined as the distance between two points along a section of a curve.
An arc of a circle is simply a part of the circumference. How is the angle formed at any point on this arc? It’s the angle between two segments that extend from the center and connect it to the endpoints of the arc. Let’s assume we have a circle with arc AB and the center at point O. We’ll label the length of this arc as L.

So, how can we derive a formula for the arc length? Consider the entire circle with radius R. We know the circumference of this circle is 2⋅π⋅R. However, an arc is just a fraction of the total circumference. If the angle that the arc subtends is α (in degrees), then the arc covers a fraction α/360 of the circumference. Therefore, the formula for the arc length of a circle is:
![]()
This is the formula when the angle is given in degrees. But what if the angle is given in radians? In that case, if α is in radians, substituting α⋅180/π for degrees into the previous expression gives:
![]()
So, when the angle is measured in radians, the arc length of a circle equals the radius multiplied by α.
Arc Length of a Circle in Problems: Practical Exercises with Solutions
To better understand how to determine the arc length of a circle, let’s look at some specific examples. While each problem has a ready-made answer, isn’t it more interesting to try solving them yourself before checking the results?
Example 1: Find the arc length of a circle cut by a central angle of 4 radians in a circle with a radius of 6 cm
According to the problem, α=4 radians and R=6 cm. Using L=R⋅α:
![]()
Thus, the arc length is 24 cm.
Example 2: The radius of the circle is 14 cm, and the arc spans 65° at the center. What is the arc length?
Here, α=65° and R=14. Using L=(π⋅R)/180⋅α:
![]()
Thus, the arc length is 15.874 cm.
Example 3: Find the arc length of a circle with a radius of 9 cm, where the arc is 3/5 of the total circumference

The total circumference is C=2⋅π⋅R. Then C=18⋅π. Using 3.14, the length of the arc is:
![]()
Thus, the arc length is 33.912 cm.
Example 4: Calculate the arc length of a curve with a sector area of 25 cm2 and a central angle of 2 radians
First, use the sector area formula A=(R2⋅α)/2 (with α in radians). Solve for R:
![]()
Now compute the arc length:
![]()
Thus, the arc length is 10 cm.
Example 5: Calculate the arc length of a circle whose endpoints lie on a chord of 3 cm. The radius is 2 cm

The chord length is given by AB=2⋅R⋅sin(α/2), where AB is the chord, R is the radius, and α is the central angle. Substituting:
![]()
Now compute the arc length L=R⋅α:
![]()
Thus, the arc length is 3.392 cm.
Also, Check Out: Explore Other Important Aspects of Circle Geometry!
If you’re interested in the arc length of a circle, you’ll definitely want to learn more about other circle-related geometry topics. Here are a few worth exploring:
- What Is a Circle: Definition and Components – Learn the basic concepts and elements that define the structure of a circle and how they influence its characteristics.
- Circle Properties in Action: Example Problems with Solutions – Deepen your understanding of circle properties through practical tasks and worked solutions.
- Area of a Circle: From Definition to Practical Problems – Study how to calculate a circle’s area and apply this concept in various situations to solve real-world problems.
From Flowchart to Code: Bring Geometry to Life!
If you love programming and enjoy turning logic into action, here’s your next creative challenge! Take the flowchart of the algorithm that calculates the arc length of a circle and transform it into working code. Follow each block carefully—from reading the radius and angle to applying the correct formula depending on whether the angle is in degrees or radians. You can use any programming language you like, from Pascal to Python or JavaScript. It’s a great way to merge geometry with coding, sharpen your logical thinking, and see how elegant math can come alive through your own program!
