Mada za sehemu hiiCoordinate Geometry 1Mada 2
A circle is rigorously defined as the locus of all points in a plane that maintain a fixed distance from a fixed point. This fixed point is known as the centre of the circle, while the constant distance from the centre to any point on the circle is called the radius.
Formally, if C(a,b) is the centre of a circle and P(x,y) is any point on its circumference, then the radius r is the distance CP, which is constant for all such points P.
The diameter of a circle is any chord passing through the centre; it is the longest distance across the circle and equals twice the radius:
Diameter=2rExamples of circular objects in the real world include coins, bicycle wheels, camera lenses, pizzas, Ferris wheels, rings, steering wheels, and bottle tops. Precisely locating the centre of these objects ensures that the distance from the centre to any point on the circumference remains constant, emphasizing the uniformity of the radius.
Consider the coordinate plane where the circle's centre is C(a,b), and P(x,y) is any point on the circle. Using the distance formula, the radius r can be expressed as:
CP=(x−a)2+(y−b)2=rSquaring both sides to eliminate the square root yields the standard equation of the circle:
(x−a)2+(y−b)2=r2(4.12)This equation represents all points (x,y) in the plane that lie on the circle with centre (a,b) and radius r.
Geometric interpretation
The equation essentially states that the squared horizontal distance from x to a plus the squared vertical distance from y to b is always equal to the squared radius. This enforces the definition of the circle as the set of points at constant distance from the centre.
Example
Write the standard equation of the circle given:
- Centre (3,2) and radius 4 units.
- Centre (0,4) and diameter 6 units.
Solution:
a. Given centre (a,b)=(3,2) and radius r=4, substitute into the standard equation:
(x−3)2+(y−2)2=42=16b. Given centre (0,4) and diameter d=6, the radius is r=2d=3. Substitute:
(x−0)2+(y−4)2=32=9The general equation of a circle arises from expanding the standard form and rearranging terms. Starting from equation (4.12):
(x−a)2+(y−b)2=r2Expanding the squares:
x2−2ax+a2+y2−2by+b2=r2Rearranging all terms to one side gives:
x2+y2−2ax−2by+(a2+b2−r2)=0To simplify notation, define:
- g=−a
- f=−b
- c=a2+b2−r2
Thus, the general equation of a circle can be expressed as:
x2+y2+2gx+2fy+c=0(4.14)Important observations
- The coefficients of x2 and y2 must be equal and positive (both 1) for the equation to represent a circle.
- The coefficients of x and y terms (2g and 2f respectively) are related to the coordinates of the centre.
- The constant term c is related to the radius and the coordinates of the centre.
Finding centre and radius from general equation
Given the general form:
x2+y2+2gx+2fy+c=0The centre and radius are:
Centre=(−g,−f),r=g2+f2−cExample
Find the centre and radius of the circle given by the equation:
x2+y2−4x+2y+1=0Solution:
Compare with the general form x2+y2+2gx+2fy+c=0:
- 2g=−4⇒g=−2
- 2f=2⇒f=1
- c=1
Find the centre:
(−g,−f)=(−(−2),−1)=(2,−1)Calculate the radius:
r=g2+f2−c=(−2)2+(1)2−1=4+1−1=4=2Therefore, the circle's centre is (2,−1) and radius is 2 units.
Alternative method: Complete the square for both x and y terms:
x2−4x+y2+2y=−1 (x2−4x+4)+(y2+2y+1)=−1+4+1 (x−2)2+(y+1)2=4This confirms the centre and radius found.
Example
Find the general equation of a circle with centre (1,3) and radius 2 units.
Solution:
Given centre (a,b)=(1,3), we have g=−a=−1 and f=−b=−3.
Using the formula for c:
c=a2+b2−r2=12+32−22=1+9−4=6Substitute values into the general form:
x2+y2+2gx+2fy+c=0⇒x2+y2−2x−6y+6=0This is the required general equation of the circle.
- The standard equation of a circle explicitly encodes the geometric definition of a circle in analytic geometry, making it straightforward to determine if a point lies on the circle.
- The general equation is particularly useful for algebraic manipulation, curve sketching, and understanding how transformations affect the circle's position and size.
- Completing the square is a vital algebraic technique to convert the general form back to standard form, which directly reveals the centre and radius.
- Understanding the relationship between the coefficients in the general equation and the circle's geometric parameters is fundamental for problems involving tangents, chords, and intersections with other geometric shapes.
- In advanced applications, circles can be generalized to spheres in 3D, or generalized conic sections where coefficients do not satisfy the circle conditions, leading to ellipses, parabolas, or hyperbolas.
Let AB be the diameter of a circle with endpoints at coordinates A(x1,y1) and B(x2,y2). For any point P(x,y) lying on this circle, the angle APB subtended by the diameter at the circumference is a right angle, i.e., 90∘. This is a direct consequence of the Thales' theorem, which states that any angle inscribed in a semicircle is a right angle.
Figure 1: Circle with diameter AB
In coordinate geometry, the gradients (slopes) of the line segments AP and BP satisfy a perpendicularity condition since APB=90∘. The gradients are given by:
m1=x−x1y−y1andm2=x−x2y−y2Since AP⊥BP, their gradients satisfy:
m1×m2=−1Substituting the expressions for m1 and m2, we have:
x−x1y−y1×x−x2y−y2=−1Cross-multiplying and rearranging leads to the equation:
(x−x1)(x−x2)+(y−y1)(y−y2)=0(1)Interpretation: This represents the locus of all points P(x,y) that lie on the circle with diameter AB.
Example
Problem: Find the equation of the circle with diameter endpoints A(2,1) and B(−2,2).
Solution:
Given A(x1,y1)=(2,1) and B(x2,y2)=(−2,2), substitute into equation (1):
(x−2)(x+2)+(y−1)(y−2)=0 (x2−4)+(y2−3y+2)=0 x2+y2−3y−2=0Thus, the equation of the circle is:
x2+y2−3y−2=0Consider three distinct points A1(x1,y1), A2(x2,y2), and A3(x3,y3), which lie on a circle with center C(a,b) and radius r. The standard form of the circle's equation is:
(x−a)2+(y−b)2=r2Since each point lies on the circle, substituting their coordinates yields three equations:
(x1−a)2+(y1−b)2=r2(2) (x2−a)2+(y2−b)2=r2(3) (x3−a)2+(y3−b)2=r2(4)Subtracting pairs of these equations eliminates r2, enabling the determination of a and b, the coordinates of the center. Subsequently, substituting a and b back into one of the equations yields the radius r.
Figure 2: Circle passing through points A1, A2, and A3
Alternative approach: Use the general form of a circle's equation:
x2+y2+gx+fy+c=0Substituting the three points produces a system of linear equations in terms of g, f, and c:
⎩⎨⎧x12+y12+gx1+fy1+c=0x22+y22+gx2+fy2+c=0x32+y32+gx3+fy3+c=0Solving this system gives the parameters g,f,c. The center and radius can then be found using:
a=−2g,b=−2f,r=a2+b2−cExample
Problem: Find the equation of the circle passing through the points A(3,1), B(2,6), and C(3,2).
Solution:
Using the general form x2+y2+gx+fy+c=0, substitute each point:
⎩⎨⎧32+12+3g+1f+c=0⇒9+1+3g+f+c=022+62+2g+6f+c=0⇒4+36+2g+6f+c=032+22+3g+2f+c=0⇒9+4+3g+2f+c=0Simplify:
⎩⎨⎧10+3g+f+c=040+2g+6f+c=013+3g+2f+c=0Subtract the first from the third and the first from the second to eliminate c:
{(13−10)+(3g−3g)+(2f−f)+(c−c)=0⇒3+f=0⇒f=−3(40−10)+(2g−3g)+(6f−f)+(c−c)=0⇒30−g+5f=0Substitute f=−3 into second equation:
30−g+5(−3)=0⇒30−g−15=0⇒15−g=0⇒g=15Use the first equation to find c:
10+3(15)+(−3)+c=0⇒10+45−3+c=0⇒52+c=0⇒c=−52Final equation:
x2+y2+15x−3y−52=0Center and radius:
a=−2g=−215=−7.5,b=−2f=23=1.5 r=a2+b2−c=(−7.5)2+(1.5)2−(−52)=56.25+2.25+52=110.5≈10.52Thus, the circle's center is (−7.5,1.5) and radius ≈10.52.
A tangent line to a circle is a straight line that touches the circle at exactly one point. This unique point is called the point of tangency. A crucial geometric property of the tangent is that it is always perpendicular to the radius drawn to the point of tangency.
General case: deriving the tangent equation
Consider a circle with center C(−g,−f) and a point of tangency P(x0,y0) on its circumference. Let the point Q(x,y) be any other point on the tangent line. Since the radius CP is perpendicular to the tangent at P, the slopes of CP and the tangent line are negative reciprocals of each other.
The slope of the radius CP is:
mCP=x0+gy0+fTherefore, the slope of the tangent line is the negative reciprocal of the slope of CP:
mtangent=−y0+fx0+gUsing the point-slope form of a line, the equation of the tangent at point (x0,y0) is:
y−y0=mtangent(x−x0)Alternatively, using the geometric condition that the line is perpendicular to the radius and passes through (x0,y0), the equation of the tangent line to the circle is also given by:
(x−x0)(x0+g)+(y−y0)(y0+f)=0Example 1: tangent line to a given circle
Find the equation of the tangent to the circle
x2+y2−2x+4y+1=0at the point P(1,−4).
Solution
-
Compare the given circle with the general form x2+y2+2gx+2fy+c=0.
-
We find:
2g=−2⇒g=−1,2f=4⇒f=2So the center is C(1,−2).
-
The slope of radius CP, from C(1,−2) to P(1,−4), is:
mCP=1−1−4+2=0−2This is undefined, indicating a vertical radius.
-
Since the tangent is perpendicular to the radius, and the radius is vertical, the tangent must be a horizontal line.
-
Thus, the equation of the tangent is simply:
y=−4
Example 2: proving tangent condition
Show that the line y=−mx+c is tangent to the circle x2+y2=a2 if and only if:
c=±a1+m2Solution
-
Substitute y=−mx+c into the circle equation:
x2+(−mx+c)2=a2 x2+m2x2−2mcx+c2=a2 (1+m2)x2−2mcx+(c2−a2)=0 -
This is a quadratic in x. For the line to be a tangent, it must intersect the circle at exactly one point. Therefore, the discriminant must be zero:
Δ=(−2mc)2−4(1+m2)(c2−a2)=0 4m2c2−4(1+m2)(c2−a2)=0 m2c2=(1+m2)(c2−a2) -
Expanding and simplifying gives:
m2c2=c2+m2c2−a2−a2m2 c2=a2(1+m2) ⇒c=±a1+m2
Example 3: tangents parallel to a given line
Find the equations of the tangents to the circle
x2+y2−6x+4y+12=0that are parallel to the line 4x+3y+5=0.
Solution
-
Any line parallel to 4x+3y+5=0 has the form:
4x+3y+c=0 -
Rewrite the circle in standard form:
(x−3)2+(y+2)2=25So, the center is (3,−2), and the radius is 5.
-
Use the perpendicular distance formula:
42+32∣4(3)+3(−2)+c∣=5 5∣12−6+c∣=5⇒∣c+6∣=25 c+6=±25⇒c=19 or c=−31 -
Therefore, the equations of the tangents are:
4x+3y+19=0and4x+3y−31=0
The normal to a circle is defined as the straight line that is drawn perpendicular (i.e., at 90°) to the tangent at the point where the tangent touches the circle.
Geometrically, if a point P(x0,y0) lies on a circle, and a tangent is drawn to the circle at point P, then the normal is the line that intersects the circle at P and is perpendicular to the tangent at that point. This relationship is illustrated in the diagram below.
Figure: Normal and Tangent to a Circle at Point P
Let the equation of the circle be given in standard form:
x2+y2+2gx+2fy+c=0From this equation, the centre of the circle is located at:
C(−g,−f)Let P(x0,y0) be a point on the circle (i.e., a point of tangency), and suppose the line normal to the circle passes through this point. The key geometric insight is:
- The normal is collinear with the line joining the centre C(−g,−f) to the point of tangency P(x0,y0).
- Hence, the slope of the normal is equal to the slope of the line segment CP.
The slope m of line CP is computed as:
m=x0+gy0+fSince the normal passes through the point P(x0,y0) and has slope m, we use the point-slope form of a linear equation to write:
y−y0=x0+gy0+f(x−x0)This is the general equation of the normal to the circle at the point (x0,y0).
Example 4.26
Problem: Find the equation of the normal to the circle
x2+y2−6x+4y+12=0at the point P(−1,−5).
Solution
First, we compare the given equation with the general form:
x2+y2+2gx+2fy+c=0From the comparison, we extract the values:
- 2g=−6⇒g=−3
- 2f=4⇒f=2
So, the centre of the circle is:
C(−g,−f)=(3,−2)Given point of tangency: P(−1,−5)
The slope m of the normal (i.e., of line CP) is:
m=x0+gy0+f=−1+3−5+2=2−3The point-slope form of the line passing through P(−1,−5) with slope m=−23 is:
y−(−5)=−23(x−(−1))⇒y+5=−23(x+1)Simplifying:
y+5=−23x−23 y=−23x−213Multiplying through by 2 to eliminate the fraction:
2y=−3x−13⇒3x+2y+13=0Answer: The equation of the normal is:
3x+2y+13=0There are three main cases in which two circles can intersect:
- External tangency – The circles touch each other externally.
- Internal tangency – The circles touch each other internally.
- Intersection at two distinct points – The circles intersect at two separate points.
i. External point of intersection
Two circles touch each other externally if and only if the distance between their centres is equal to the sum of their radii.
Let the equations of two circles be:
- Circle 1: (x−a1)2+(y−b1)2=r12
- Circle 2: (x−a2)2+(y−b2)2=r22
Then the distance between the centres is:
C1C2=(a2−a1)2+(b2−b1)2Condition for external intersection:
C1C2=r1+r2Example 4.27
Show that the circles:
x2+y2−4x−6y−3=0andx2+y2−12x−12y+71=0Solution:
From the first circle: Center = C1(2,3), Radius = r1=22+32−3=16=4
From the second circle: Center = C2(6,6), Radius = r2=62+62−71=1=1
Distance between centres:
C1C2=(6−2)2+(6−3)2=16+9=25=5Sum of radii: r1+r2=4+1=5
Since C1C2=r1+r2, the circles intersect externally.
ii. Internal point of intersection
Two circles touch each other internally if and only if the distance between their centres is equal to the difference of their radii.
Condition for internal intersection:
C1C2=∣r1−r2∣Example 4.28
Show that the circles:
x2+y2+2x−8=0andx2+y2−6x+6y−46=0Solution:
First circle: Center = C1(−1,0), Radius = r1=1+0+8=9=3
Second circle: Center = C2(3,−3), Radius = r2=9+9+46=64=8
Distance between centres:
C1C2=(3+1)2+(−3−0)2=16+9=25=5Difference of radii: ∣8−3∣=5
Since C1C2=∣r2−r1∣, the circles intersect internally.
iii. Intersection at two distinct points
Two circles intersect at two distinct points if and only if the distance between their centres is less than the sum of their radii and greater than their difference:
∣r1−r2∣<C1C2<r1+r2
The points of intersection satisfy both circle equations. The line joining these points is called the common chord.
To find the equation of the common chord:
Given:
- C1:x2+y2+2g1x+2f1y+c1=0
- C2:x2+y2+2g2x+2f2y+c2=0
Subtracting the equations:
2(g1−g2)x+2(f1−f2)y+(c1−c2)=0Example
Find the equation of the common chord and the points of intersection of the circles:
x2+y2−2y−4=0andx2+y2−x+y−12=0Solution:
Subtracting second from the first:
(x2+y2−2y−4)−(x2+y2−x+y−12)=0 −2y−4−(−x+y−12)=0⇒x−3y+8=0So, common chord is:
x−3y+8=0orx=3y−8Substituting into first circle:
(3y−8)2+y2−2y−4=0 9y2−48y+64+y2−2y−4=0⇒10y2−50y+60=0⇒y2−5y+6=0⇒y=2 or y=3Corresponding x-values:
If y=2, x=3(2)−8=−2
If y=3, x=3(3)−8=1
Points of intersection:
(−2,2)and(1,3)Orthogonal circles
Two circles are said to be orthogonal if they intersect in such a way that the tangents at their points of intersection are perpendicular to each other, as shown in Figure 4.21.
Figure 4.21: Orthogonal circles intersecting at right angles
Let the equations of the two circles be:
C1C2:x2+y2+2g1x+2f1y+c1=0:x2+y2+2g2x+2f2y+c2=0Then the centres and radii of the two circles are:
- Centre of C1: (−g1,−f1), radius r1=g12+f12−c1
- Centre of C2: (−g2,−f2), radius r2=g22+f22−c2
Let d be the distance between the centres of the two circles. Then:
d=(g1−g2)2+(f1−f2)2The two circles are orthogonal if and only if the square of the distance between their centres equals the sum of the squares of their radii. That is:
d2=r12+r22Example
Prove that the two circles
C1C2:x2+y2−8x−14y+56=0:x2+y2−4x−8y+16=0are orthogonal.
Solution
From the given equations:
- Centre of C1: (4,7), radius r1=42+72−56=65−56=9=3
- Centre of C2: (2,4), radius r2=22+42−16=20−16=4=2
The distance between the centres is:
d=(4−2)2+(7−4)2=22+32=4+9=13Now, calculate r12+r22:
r12+r22=32+22=9+4=13Since d2=r12+r22=13, the two circles are orthogonal.
Length of a tangent from a point to a circle
Consider the general equation of a circle:
x2+y2+2gx+2fy+c=0This circle has:
- Centre: C(−g,−f)
- Radius: r=g2+f2−c, assuming g2+f2−c>0
Let P(x1,y1) be a point outside the circle, as shown in Figure 4.22. The tangent from point P to the circle touches the circle at point T, and the line CT is perpendicular to the tangent.
Figure 4.22: Tangent from a point to a circle
By Pythagoras' theorem in triangle △CTP, we have:
CP2=CT2+TP2⇒TP2=CP2−CT2(4.23)From the geometry of the circle:
- CT=r=g2+f2−c⇒CT2=g2+f2−c (4.24)
- CP=(x1+g)2+(y1+f)2⇒CP2=(x1+g)2+(y1+f)2 (4.25)
Substituting (4.24) and (4.25) into (4.23):
TP2=(x1+g)2+(y1+f)2−(g2+f2−c)Expanding and simplifying:
TP2=x12+2gx1+g2+y12+2fy1+f2−(g2+f2−c)=x12+y12+2gx1+2fy1+cTherefore, the length of the tangent is:
Length of tangent=x12+y12+2gx1+2fy1+cExample
Find the length of the tangent from point P(2,5) to the circle:
x2+y2−2x−3y−1=0Solution
We compare with the general form:
x2+y2+2gx+2fy+c=0⇒g=−1,f=−23,c=−1Using the formula:
Length of tangent=x12+y12+2gx1+2fy1+c=22+52+2(−1)(2)+2(−23)(5)+(−1)=4+25−4−15−1=9=3Answer: The length of the tangent is 3 units.
Mwalimu
Unasoma somo hili? Niulize nikuelezee chochote kilichomo.
Ingia ili kumuuliza Mwalimu wa AI wa Sonza kuhusu mada hii.
Ingia ili kuulizaMajadiliano
Hakuna maswali bado