Circle

Download as PDF

Circles are one of the most fundamental shapes in geometry, appearing everywhere from pizza pies to planetary orbits. This lesson will guide you through the essential parts of a circle and teach you how to calculate its circumference and area with confidence, using the magical number pi.

Circle — an original Algebra911 reference diagram defining circle with its key formula and a worked example.
Circles: A Complete Guide to Radius, Diameter, Circumference, and Area

What Is a Circle?

A circle is the set of all points in a plane that are at a fixed distance from a specific point, called the center. Imagine pinning down a piece of string at one end and tying a pencil to the other. If you pull the string taut and draw, keeping the pinned end fixed, the shape you create is a perfect circle. Every point on the line you drew is the exact same distance from the pin.

To understand circles, we need to learn their vocabulary. These terms describe the different parts of a circle and the lines associated with it:

  • Center: The point inside the circle that is equidistant from all points on the circle itself. We often label it with a letter, like point O.
  • Radius (r): A line segment from the center of the circle to any point on the circle. It represents the fixed distance in the definition of a circle.
  • Diameter (d): A line segment that passes through the center of the circle and has both of its endpoints on the circle. The diameter is always twice the length of the radius (d=2r).
  • Chord: A line segment whose two endpoints lie on the circle. The diameter is the longest possible chord in a circle.
  • Circumference (C): The total distance around the outside of the circle. It's like the perimeter of a polygon, but for a curved shape.
  • Arc: A portion of the circumference of a circle. Think of it as the crust of a single slice of pizza.
  • Tangent: A line that touches the circle at exactly one point, called the point of tangency. It skims the edge without ever crossing inside.
  • Secant: A line that passes through a circle, intersecting it at two distinct points.

Understanding these parts is the first step to mastering all the calculations you can perform with circles.

What Is the Magical Number Pi (π)?

You can't study circles without meeting one of the most famous numbers in all of mathematics: Pi, represented by the Greek letter π. Pi is a special, constant value that expresses the relationship between a circle's circumference and its diameter.

Specifically, Pi is the ratio of the circumference of any circle to its diameter. This means if you take any circle, no matter how big or small, and divide its circumference by its diameter, you will always get the same number: π.

π=CircumferenceDiameter

Pi is an irrational number. This means its decimal representation goes on forever without ever repeating in a pattern. The first few digits are 3.1415926535..., but for most calculations in middle school, you will use one of two common approximations:

  • Decimal Approximation: π3.14
  • Fractional Approximation: π227

Your teacher or textbook will usually tell you which approximation to use. The fractional one is often handy when the radius or diameter is a multiple of 7. Because π is essential for calculating both the distance around a circle and the space inside it, it's a number you'll use constantly when solving circle problems.

How Do You Calculate a Circle's Circumference?

The circumference is the distance around a circle. Since we know that π is the ratio of circumference to diameter (C/d), we can rearrange that relationship to create a formula for finding the circumference.

There are two primary formulas for calculating circumference, and which one you use depends on whether you are given the radius or the diameter.

1. Using the Diameter (d):

C=πd

2. Using the Radius (r): Since the diameter is twice the radius (d=2r), we can substitute 2r for d in the first formula to get:

C=2πr

Both formulas give you the exact same result. Let's work through some examples.

Example 1

Problem: A circle has a radius of 8 centimeters. Find its circumference. Use π3.14.

Solution:
We are given the radius, r=8 cm, so we should use the formula C=2πr.
Step 1: Write down the formula.
C=2πr
Step 2: Substitute the known values into the formula.
C=2×π×8
Step 3: Simplify the expression. It's often best to multiply the numbers first.
C=16π cm
This is the exact answer in terms of π. Now, let's find the approximate answer using 3.14.
C16×3.14
C50.24 cm
The circumference of the circle is exactly 16π cm, or approximately 50.24 cm.

Example 2

Problem: The diameter of a bicycle wheel is 21 inches. What is its circumference? Use π227.

Solution:
We are given the diameter, d=21 inches, so the formula C=πd is the most direct.
Step 1: Write down the formula.
C=πd
Step 2: Substitute the known values. Since the diameter is a multiple of 7, using 227 for π will be very convenient.
C227×21
Step 3: Calculate the result. We can simplify before multiplying.
C2271×213
C22×3
C66 inches
The circumference of the bicycle wheel is approximately 66 inches.

How Do You Find the Area of a Circle?

While circumference measures the distance around a circle, area measures the total space inside it. The formula for the area of a circle also uses π, but it involves the radius squared.

A=πr2

It is very important to remember the order of operations here: you must square the radius first, and then multiply the result by π. A common mistake is to multiply the radius by 2 instead of squaring it, which would give you the circumference formula. Area is always measured in square units, such as cm2, m2, or in2.

What if you're only given the diameter? You must first find the radius by dividing the diameter by 2 (r=d/2) before you can use the area formula.

Example 3

Problem: A circular garden has a diameter of 20 feet. What is the area of the garden? Leave your answer in terms of π.

Solution:
We are given the diameter, d=20 ft. The area formula requires the radius.
Step 1: Find the radius from the diameter.
r=d2=202=10 ft
Step 2: Write down the area formula.
A=πr2
Step 3: Substitute the radius into the formula.
A=π(10)2
Step 4: Square the radius first.
A=π(100)
Step 5: Write the final answer. It's conventional to write the number before π.
A=100π ft2
The area of the garden is 100π square feet.

What Are Arcs and Sectors?

Sometimes you don't need to measure the entire circle, but just a piece of it. This is where arcs and sectors come in. Both are defined by a central angle, which is an angle whose vertex is the center of the circle.

  • An arc is a part of the circumference. The length of an arc is a fraction of the total circumference.
  • A sector is a region bounded by two radii and the arc between them. It looks like a slice of pizza. The area of a sector is a fraction of the total area.

The fraction for both calculations is determined by the central angle, which we'll call θ (theta), measured in degrees. Since a full circle has 360, the fraction is θ360.

Formula for Arc Length:

Arc Length=θ360×2πr

Formula for Sector Area:

Sector Area=θ360×πr2
Example 4

Problem: A pizza has a radius of 12 inches and is cut into 8 equal slices. What is the area of one slice (sector)? Use π3.14.

Solution:
First, we need to find the central angle (θ) of one slice.
Step 1: Calculate the central angle. Since there are 8 equal slices, the angle for one slice is the total degrees in a circle divided by 8.
θ=3608=45
Step 2: Write down the sector area formula.
Sector Area=θ360×πr2
Step 3: Substitute the known values (θ=45, r=12 in, π3.14).
Sector Area=45360×(3.14)×(12)2
Step 4: Simplify the fraction and square the radius.
45360=18
122=144
So, the equation becomes:
Sector Area=18×3.14×144
Step 5: Calculate the final result.
Sector Area=18×452.16
Sector Area=56.52 in2
The area of one slice of pizza is approximately 56.52 square inches.

Comparing Key Circle Terminology

It can be easy to mix up the different lines and segments associated with a circle. This table provides a quick comparison of the most important terms.

TermDefinitionKey Feature
RadiusA line segment from the center to any point on the circle.Its length is half the diameter. Used in the area formula (A=πr2).
DiameterA chord that passes through the center of the circle.It is the longest possible chord in a circle. Its length is d=2r.
ChordA line segment whose two endpoints are on the circle.Unlike a diameter, it does not have to pass through the center.
SecantA line that intersects a circle at two distinct points.It is a line, not a line segment, so it extends infinitely in both directions. A chord is the part of a secant that is inside the circle.
TangentA line that touches the circle at exactly one point.It never enters the circle's interior. It is always perpendicular to the radius at the point of tangency.

Common Mistakes to Avoid with Circles

When working with circles, a few common errors can trip students up. Being aware of them is the best way to avoid making them!

  • Confusing Radius and Diameter: This is the most common mistake. Always double-check if a problem gives you the radius or the diameter. If you're given the diameter, you must divide it by two before using the area formula A=πr2.
  • Mixing Up Area and Circumference Formulas: The formulas A=πr2 and C=2πr look similar. Remember that area is always measured in square units, so its formula has the radius squared (r2). Circumference is a length, so its formula is not squared.
  • Forgetting to Square the Radius: For area, students sometimes multiply the radius by 2 instead of squaring it (multiplying it by itself). Remember, r2 means r×r, not 2×r. For a radius of 5, r2 is 25, not 10.
  • Rounding Too Early: When a problem requires a decimal answer, use the π button on your calculator or a more precise value like 3.14159 for intermediate steps. Only round your final answer to the specified number of decimal places to maintain accuracy.
  • Incorrect Units: Remember to include the correct units in your answer. Circumference is a length (e.g., cm, in, ft), while area is measured in square units (e.g., cm2, in2, ft2).

Quick Summary and Formula Reference

Here is a quick reference for the most important concepts and formulas related to circles. Use this as a study guide to refresh your memory.

  • Radius (r): Distance from the center to the edge.
  • Diameter (d): Distance across the circle through the center.
  • Relationship: d=2r and r=d/2

Key Formulas:

  • Circumference (using radius):
    C=2πr
  • Circumference (using diameter):
    C=πd
  • Area:
    A=πr2

Always remember to check whether you have the radius or diameter and to use the correct units in your final answer (units for length, square units for area).

Frequently Asked Questions

What is the difference between radius and diameter?

The radius is the distance from the center of a circle to any point on its edge. The diameter is the distance across the circle passing through the center. The diameter is always exactly twice the length of the radius (d = 2r).

Is Pi (π) exactly 3.14?

No, Pi (π) is an irrational number, meaning its decimal representation goes on forever without repeating. The value 3.14 is just a common approximation used to simplify calculations. Another common approximation is the fraction 22/7.

Why are there two different formulas for circumference?

The two formulas, C = πd and C = 2πr, are actually the same. Since the diameter (d) is twice the radius (2r), you can substitute 2r for d in the first formula to get the second one. You use whichever formula is more convenient based on whether you are given the radius or the diameter.

What is the main difference between circumference and area?

Circumference is the one-dimensional measurement of the distance around the outside of a circle, like a fence. Area is the two-dimensional measurement of the space inside the circle, like the grass in a circular yard. Circumference is measured in linear units (like inches), while area is measured in square units (like square inches).

Can a circle have more than one diameter?

Yes, a circle has an infinite number of diameters. Any straight line segment that passes through the center and has its endpoints on the circle is a diameter. They will all have the same length.

How is a chord different from a secant?

A chord is a line segment with both endpoints on the circle. A secant is a line that passes through the circle, intersecting it at two points. The key difference is that a chord is a segment (it stops at the circle's edge), while a secant is a line (it continues infinitely).

What does 'in terms of pi' mean?

Leaving an answer 'in terms of pi' means you do not substitute an approximate value like 3.14 for π. For a circle with radius 5, the area is 25π. This is the exact answer, whereas 25 * 3.14 = 78.5 is an approximation.