A Circle is a 2-D figure that is formed by a set of points that are at a fixed and equal distance from a fixed point in the plane, the center of the circle, commonly referred to as the Origin.
Characteristics of Circles
Characteristic |
Description
| Formula
|
Area
| The total amount of space covered by the circle; is dependent on the size of the radius |
\(xr^2\) |
Circumference
| The distance around the boundary of a circle |
\(2πr\) |
Radius |
A line that starts at the origin and touches a point on the circumference |
\(r\) or \(\cfrac{d}{2}\) |
Diameter
| The line that passes through the origin and touches 2 points on the circumference directly opposite each other |
\(d\) or \(2r\) |
Arc
| A portion of the circumference; generally referred to as a curve |
\(\theta r\) |
Sector
| A slice of the circle enclosed by 2 radii and the included arc of a circle |
\(\cfrac{\theta r^2}{2}\) |
Chord
| A straight line that joins 2 different points on the circumference |
\(2r\sin(\cfrac{\theta}{2})\) |
Tangent
| A line outside the circle that touches the circumference at a specific point |
N/A |
Secant
| A line that intersects the circle at 2 distinct points |
N/A |
Segment
| A portion of the circle enclosed by a chord and the included arc of a circle |
\(\cfrac{r^2(\theta - \sin\theta)}{2}\) |
* Θ is always measured in radians when calculating!!
Equation of A Circle
The Equation of A Circle is used to outline both the radius of a circle in addition to the position of its origin. It can be expressed using the following formulas:
\(x² + y² = r²\)
OR
\((x - h)² + (y - k)² = r²\)
- \(x\) represents the x-coordinate
- \(y\) represents the y-coordinate
- \(r\) represents the radius of the circle
- \(h\) represents horizontal shift
- \(k\) represents vertical shift
One of the main uses for this equation is to determine the relation other coordinates have with the circle, whether they lie inside the circle, on the circle, or outside the circle.
- If \(x² + y² = r²\), then the point lies on the circle
- If If \(x² + y² < r²\), then the point lies within the circle
- If If \(x² + y² > r²\), then the point lies outside the circle
Example
Determine if point \((2,5)\) lies on a circle with equation \(x² + y² = 29\)
All we need to do is plug the coordinates into the equation:
\((2)² + (5)²\)
\(= 4 + 25\)
\(= 29\)
As \(29 = 29\) we can determine that the point \((2,5)\) lies on the circle.
Determine if the following points lie inside, on or outside a circle with equation \((x - 6)² + (y + 4)² = 130\)
\((13, 5)\)
Show Answer
We can plug the coordinates into the equation:
\(= (13 - 6)² + (5 + 4)²\)
\(= (7)² + (9)²\)
\(= 49 + 81\)
\(= 130\)
Since \(130 = 130\) we can determine that the point \((13, 5)\) lies on the circle.
\((3, 2)\)
Show Answer
We can plug the coordinates into the equation:
\(= (3 - 6)² + (2 + 4)²\)
\(= (-3)² + (6)²\)
\(= 9 + 36\)
\(= 45\)
As \(45 < 130\), we can determine that the point \((3, 2)\) lies within the circle.
\((-4, 6)\)
Show Answer
We can plug the coordinates into the equation:
\(= (-4 - 6)² + (6 + 4)²\)
\(= (-10)² + (10)²\)
\(= 100 + 100\)
\(= 200\)
As \(200 > 130\), we can determine that the point \((-4, 6)\) lies outside the circle.
i. Find the coordinates of the midpoint of \(\text{DE}\) where \(\text{D}(-4,3)\) and \(\text{E}(3,4)\).
ii. Find the slope of chord \(\text{DE}\).
iii. Verify that \(\text{OM}\) is perpendicular to \(\text{DE}\).
Show Answer
i. We can determine the midpoint of DE by using the midpoint formula:
midpointDE \(= (\cfrac{3 + (-4)}{2}, \cfrac{4 + 3}{2})\)
midpointDE \(= (\cfrac{-1}{2}, \cfrac{7}{2})\)
midpointDE \(= (-0.5, 3.5)\)
Therefore, we can determine that the midpoint of \(\text{DE}\) is \((-0.5, 3.5)\).
ii. We can use the slope formula to find the slope of chord \(\text{DE}\):
slopeDE \(= \cfrac{4 - 3}{3 - (-4)}\)
slopeDE \(= \cfrac{1}{7}\)
Therefore, we can determine that the slope of chord \(\text{DE}\) is \(\cfrac{1}{7}\).
iii. We can determine that \(\text{OM}\) is perpendicular to \(\text{DE}\) by finding its slope:
slopeOM \(= \cfrac{0 - 3.5}{0 - (-0.5)}\)
slopeOM \(= \cfrac{-3.5}{0.5}\)
slopeOM \(= -7\)
We can determine that \(\text{OM}\) is perpendicular to \(\text{DE}\) since \(-7\) and \(\cfrac{1}{7}\) are negative reciprocols of each other.
Find the centre of a circle that passes through the points \(\text{D}(-5, 6)\), \(\text{E}(-2, 7)\) and \(\text{F}(2, 5)\).
Show Answer
In order to find the centre of the circle, we need to find the Point of Intersection of 2 perpendicular bisectors of the chords.
First, we need to find the midpoints of 2 of the lines. In this case, we will find the midpoints of lines \(\text{DE}\) and \(\text{EF}\):
midpointDE \(= (\cfrac{-5 + (-2)}{2}, \cfrac{6 + 7}{2})\)
midpointDE \(= (\cfrac{-7}{2}, \cfrac{13}{2})\)
midpointDE \(= (-3.5, 6.5)\)
midpointEF \(= (\cfrac{-2 + 2}{2}, \cfrac{7 + 5}{2})\)
midpointEF \(= (\cfrac{0}{2}, \cfrac{12}{2})\)
midpointEF \(= (0, 6)\)
We can also find the slopes of each of these lines, and the perpendicular slopes by extension:
slopeDE \(= \cfrac{6 - 7)}{-5 - (-2)}\)
slopeDE \(= \cfrac{-1}{-3} = \cfrac{1}{3}\)
⊥slopeDE \(= -3\)
slopeEF \(= \cfrac{7 - 5)}{-2 - 2}\)
slopeEF \(= \cfrac{2}{-4} = \cfrac{-1}{2}\)
⊥slopeEF \(= 2\)
We can now plug all the values we have determined thus far into their respective linear equations to determine the y-intercepts:
\(\text{DE}: 6.5 = -3(-3.5) + b\)
\(\text{DE}: 6.5 = 10.5 + b\)
\(\text{DE}: b = 6.5 - 10.5\)
\(\text{DE}: b = -4\)
\(\text{DE}: y = -3x - 4\)
\(\text{EF}: 6 = 2(0) + b\)
\(\text{EF}: b = 6\)
\(\text{EF}: y = 2x + 6\)
To find the Point of Intersection, we need to subtract the equations from one another, first to find the x-coordinate, then the y-coordinate:
\(-3x - 4 = 2x + 6\)
\(-3x - 2x = 6 + 4\)
\(\cfrac{-5x}{-5} = \cfrac{10}{-5}\)
\(x = -2\)
\(y = 2(-2) + 6\)
\(y = -4 + 6\)
\(y = 2\)
Therefore, we can determine that the Point of Intersection is \((-2, 2)\).