Geometry Calculators
Related Content
- 3 4 5 Triangle
- 30 60 90 Triangle
- 45 45 90 Triangle
- 5 12 13 Triangle
- Arc Length Calculator
- Area of a Circle Calculator
- Area of a Hexagon
- Area of a Kite
- Area of a Parallelogram
- Area of a Pentagon
- Area of a Rectangle
- Area of a Rhombus
- Area of a Sector
- Area of a Semicircle
- Area of a Square
- Area of a Trapezoid
- Area of a Triangle
- Center of Mass Calculator
- Circumference Calculator
- Distance Formula
- Distance Formula Calculator
- Geometry Calculators
- How to Find the Height of a Triangle
- Isosceles Triangle Theorem
- Law of Cosines Calculator
- Perimeter of a Circle
- Perimeter of a Pentagon
- Perimeter of a Rectangle
- Perimeter of a Rhombus
- Perimeter of a Semicircle
- Perimeter of a Square
- Perimeter of a Trapezoid
- Perimeter of a Triangle
- Properties of a Parallelogram
- Pythagorean Theorem Calculator
- Side Angle Side Theorem
- Side Splitter Theorem
- Similar Triangles
- Special Right Triangles
- Surface Area of a Cone
- Surface Area of a Cube
- Surface Area of a Cylinder
- Surface Area of a Hemisphere
- Surface Area of a Pyramid
- Surface Area of a Sphere
- Surface Area of a Triangular Prism
- Triangle Inequality Theorem
- Types of Triangles
- Vertical Angles
- Volume of a Cone
- Volume of a Cube
- Volume of a Hexagonal Prism
- Volume of a Pyramid
- Volume of a Sphere
- Volume of Hemisphere
- Volume of Parallelepiped
Programmers and Teachers:
Area of a Circle Calculator
Lesson on Area of a Circle
Lesson Contents
How to Find the Area of a Circle by Hand
We can easily hand calculate the area of a circle by using the area formula. The formula for area of a circle is given as:
A = πr2
Where A is the area and r is the radius.
If we do not know the radius but know some other dimension of the circle, we can easily convert to radius before applying the area formula. Here are the conversions for diameter and circumference:
r = d⁄2
r = C⁄2π
Where r is the radius, d is the diameter, and C is the circumference.
How the Calculator Works
The calculator on this page is written in the programming language JavaScript. The JavaScript function area runs in your internet browser when an input change is detected. This allows the area to be calculated nearly instantly.
The first step in the calculator’s routine is to check the input unit. If the unit is diameter or circumference, it converts the size input to radius using the same conversion formulas given above. If the unit is radius, the size input is left alone.
Then, the area of the circle is calculated using the same area formula given above. The raw area output is rounded to the fourth decimal place and displayed on this page as the area of your circle.
Result :
Worksheet 1
Download.pdf
Cheat sheet
Download.pdf