Area of a Sector

Calculates the area of a circular sector enclosed by two radii and an arc when you know the radius and the central angle in radians.

A=12r2θA = \frac{1}{2}r^2\theta

Solve a problem with Area of a Sector

Type the problem. The solver will use Area of a Sector where Area of a Sector is the right tool, and tell you when it is not.

Drag one in or paste from the clipboard. JPEG, PNG or WebP. You get the transcription to check before anything is solved.

How to get a better answer
  • Paste the whole problem, including the instruction word — "simplify", "solve for x" and "factor" lead to three different answers.
  • Say what you have already tried. "I got x = 4 and the book says 2" turns a solution into a diagnosis.
  • Set the level in the settings button. A calculus shortcut is not a better answer if you have not met derivatives yet.
  • For a photo, get the whole problem in frame and hold the page flat — you get the transcription to fix before anything is solved.

What each symbol means

What Area of a Sector takes
AA
rr
θ\theta
Area of a Sector
SymbolMeaning
AAThe area of the sector, measured in square units (the same as the square of whatever unit the radius uses).
rrThe radius of the circle, measured in linear units like meters or feet (not an angle—confusing it with the angle is a common error).
θ\thetaThe central angle in radians, not degrees; if your angle is in degrees, convert it first using θ=π180×degrees\theta = \frac{\pi}{180} \times \text{degrees}.

When to use it

Use this when you need to find the area of a 'slice' of a circle bounded by two radii and the arc between them.

Level

Usually taught in: Geometry

Worked examples

1. Find sector area with simple angle

Problem

Find the area of a sector with radius 5 cm and central angle 1.2 radians.
  1. A=12r2θA = \frac{1}{2}r^2\theta

    Write the area of a sector formula.

  2. A=12521.2A = \frac{1}{2} \cdot 5^2 \cdot 1.2

    Substitute r=5r = 5 and θ=1.2\theta = 1.2 into the formula.

  3. A=12251.2A = \frac{1}{2} \cdot 25 \cdot 1.2

    Calculate 52=255^2 = 25.

  4. A=1230A = \frac{1}{2} \cdot 30

    Multiply 25×1.2=3025 \times 1.2 = 30.

  5. A=15A = 15

    Divide 30÷2=1530 \div 2 = 15.

Answer: A=15 cm2A = 15 \text{ cm}^2

We substituted the values directly into the formula and simplified step by step. The units are square centimeters because we squared the radius.

2. Convert degrees to radians then find area

Problem

A sector of a circle has radius 6 meters and central angle of 60°. Find its area in terms of π\pi.
  1. θ=60=60π180=π3 radians\theta = 60^\circ = \frac{60\pi}{180} = \frac{\pi}{3} \text{ radians}

    Convert the angle from degrees to radians by multiplying by π180\frac{\pi}{180}.

  2. A=12r2θA = \frac{1}{2}r^2\theta

    Write the area formula.

  3. A=1262π3A = \frac{1}{2} \cdot 6^2 \cdot \frac{\pi}{3}

    Substitute r=6r = 6 and θ=π3\theta = \frac{\pi}{3}.

  4. A=1236π3A = \frac{1}{2} \cdot 36 \cdot \frac{\pi}{3}

    Calculate 62=366^2 = 36.

  5. A=36π6A = \frac{36\pi}{6}

    Multiply: 12×36×π3=36π6\frac{1}{2} \times 36 \times \frac{\pi}{3} = \frac{36\pi}{6}.

  6. A=6πA = 6\pi

    Simplify 36π6=6π\frac{36\pi}{6} = 6\pi.

Answer: A=6π m2A = 6\pi \text{ m}^2

The angle was given in degrees, so we had to convert to radians first. Then we substituted into the formula and simplified the fractions. Leaving the answer in terms of π\pi is exact and avoids rounding error.

3. Word problem: sector seating in a coffee shop

Problem

A coffee shop designs a circular seating area with radius 8 feet. They want to partition off a sector for a special event using a central angle of 0.5 radians. What is the area of this sector in square feet?
  1. A=12r2θA = \frac{1}{2}r^2\theta

    Write the area of a sector formula.

  2. A=12820.5A = \frac{1}{2} \cdot 8^2 \cdot 0.5

    Substitute r=8r = 8 feet and θ=0.5\theta = 0.5 radians from the problem description.

  3. A=12640.5A = \frac{1}{2} \cdot 64 \cdot 0.5

    Calculate 82=648^2 = 64.

  4. A=0.5640.5A = 0.5 \cdot 64 \cdot 0.5

    Rewrite 12\frac{1}{2} as 0.50.5 to make decimal arithmetic clear.

  5. A=320.5A = 32 \cdot 0.5

    Multiply 64×0.5=3264 \times 0.5 = 32.

  6. A=16A = 16

    Multiply 32×0.5=1632 \times 0.5 = 16.

Answer: A=16 square feetA = 16 \text{ square feet}

We extracted the radius and angle from the word problem and substituted them into the sector area formula. The result tells the coffee shop that the special event sector will have 16 square feet of seating space.

Common mistakes

Where Area of a Sector usually goes wrong
Answer came out wrong
Using degrees instead of radians in the formula.
Always convert degrees to radians first using θrad=π180×θdeg\theta_{\text{rad}} = \frac{\pi}{180} \times \theta_{\text{deg}} before substituting into the formula.
Forgetting the 12\frac{1}{2} factor and writing A=r2θA = r^2\theta.
Always include A=12r2θA = \frac{1}{2}r^2\theta; never drop the 12\frac{1}{2}.
Squaring the entire product instead of just the radius, writing A=12(rθ)2A = \frac{1}{2}(r\theta)^2.
The correct formula is A=12r2θA = \frac{1}{2}r^2\theta, where only rr is squared.
The mistakeWhy it is wrongThe fix
Using degrees instead of radians in the formula.The formula A=12r2θA = \frac{1}{2}r^2\theta is derived using θ\theta in radians; plugging in degrees directly gives an area about 57 times too large (off by a factor of 180π\frac{180}{\pi}).Always convert degrees to radians first using θrad=π180×θdeg\theta_{\text{rad}} = \frac{\pi}{180} \times \theta_{\text{deg}} before substituting into the formula.
Forgetting the 12\frac{1}{2} factor and writing A=r2θA = r^2\theta.A sector is formed by two radii and an arc, not a full sweep; the factor 12\frac{1}{2} reflects that a sector is half the area it would be if extended into a full quadrilateral region.Always include A=12r2θA = \frac{1}{2}r^2\theta; never drop the 12\frac{1}{2}.
Squaring the entire product instead of just the radius, writing A=12(rθ)2A = \frac{1}{2}(r\theta)^2.This incorrectly squares both rr and θ\theta together, giving wrong units (the angle component has no units, so this breaks dimensional analysis).The correct formula is A=12r2θA = \frac{1}{2}r^2\theta, where only rr is squared.

Tips and when to use something else

  • If your angle is in degrees, convert to radians immediately using π180×degrees\frac{\pi}{180} \times \text{degrees}; using degrees directly in the formula is a common and costly mistake.
  • A sector is a 'slice of pie'—the bigger the angle, the bigger the slice. The area grows with both the angle and the radius squared.
  • If you need the arc length (the curved boundary) instead of the area, use the formula s=rθs = r\theta where ss is arc length.
  • A full circle is a sector with angle θ=2π\theta = 2\pi; plugging this into the formula gives A=12r22π=πr2A = \frac{1}{2}r^2 \cdot 2\pi = \pi r^2, which is the familiar circle area formula.

Frequently asked questions

Do I have to convert degrees to radians for the sector area formula?
Yes, always. The formula A=12r2θA = \frac{1}{2}r^2\theta requires θ\theta in radians. If your problem gives the angle in degrees, convert it first using θrad=π180×θdeg\theta_{\text{rad}} = \frac{\pi}{180} \times \theta_{\text{deg}}. Forgetting this step is a very common error.
What is the difference between arc length and sector area?
Arc length (s=rθs = r\theta) measures the distance along just the curved edge of the sector, while sector area (A=12r2θA = \frac{1}{2}r^2\theta) measures the total space enclosed by the two radii and the arc. Both formulas use the angle in radians, but they measure different things.
If the central angle is 2π2\pi radians (a full circle), what do I get?
You get the full circle's area. Substituting θ=2π\theta = 2\pi gives A=12r22π=πr2A = \frac{1}{2}r^2 \cdot 2\pi = \pi r^2, which is the well-known formula for the area of a circle.
Why does the sector formula have that 12\frac{1}{2} in it?
The 12\frac{1}{2} arises from the geometry of the sector. A sector is bounded by two radii and an arc, forming a shape that is exactly half of what you would sweep if you drew the full angle as a complete region. This is why the factor 12\frac{1}{2} appears.

Need a different method?

The full solver is not scoped to one formula — type any problem and it will pick the method.

Open the math solver

Reviewed 2026-09-18