Question Statement
Find the equation of a circle when its centre and radius are given:
(i) Centre at (3,−1) and radius 2
(ii) Centre at (−21,−31) and radius 51
(iii) Centre at (a1,a) and radius a where a=0
Background and Explanation
The standard equation of a circle with center (h,k) and radius r is (x−h)2+(y−k)2=r2. To find the specific equation, substitute the given center coordinates and radius, then expand and simplify to obtain the general form x2+y2+Dx+Ey+F=0.
Solution
The standard equation of a circle is:
(x−h)2+(y−k)2=r2
Substituting h=3, k=−1, and r=2:
(x−3)2+(y−(−1))2=22
Simplifying the expression:
(x−3)2+(y+1)2=4
Expanding the squared binomials:
x2−6x+9+y2+2y+1=4
Combining like terms and bringing all terms to the left side:
x2+y2−6x+2y+9+1−4=0
x2+y2−6x+2y+6=0
Using the standard equation with h=−21, k=−31, and r=51:
(x−(−21))2+(y−(−31))2=(51)2
Simplifying the double negatives:
(x+21)2+(y+31)2=251
Expanding using the formula (a+b)2=a2+2ab+b2:
x2+x+41+y2+32y+91=251
Rearranging terms to combine constants:
x2+y2+x+32y+41+91−251=0
Finding a common denominator (900) for the constant terms:
900225+900100−90036=900289
Thus:
x2+y2+x+32y+900289=0
Multiplying through by 900 to clear all denominators:
900x2+900y2+900x+600y+289=0
Using the standard equation with h=a1, k=a, and r=a:
(x−a1)2+(y−a)2=a2
Expanding both squared terms:
x2−a2x+a21+y2−2ay+a2=a2
Subtracting a2 from both sides:
x2+y2−a2x−2ay+a21=0
Multiplying through by a2 to eliminate the fraction:
a2x2+a2y2−2ax−2a3y+1=0
- Standard equation of a circle: (x−h)2+(y−k)2=r2 where (h,k) is the center and r is the radius
- Binomial expansion: (a+b)2=a2+2ab+b2 and (a−b)2=a2−2ab+b2
- Clearing fractions: Multiplying the entire equation by the least common denominator to obtain integer coefficients
Summary of Steps
- Identify parameters: Extract the center coordinates (h,k) and radius r from the given information
- Substitute: Plug these values into the standard circle equation (x−h)2+(y−k)2=r2
- Expand: Use binomial formulas to expand the squared terms and remove parentheses
- Simplify: Combine like terms and move all terms to the left side to get the general form x2+y2+Dx+Ey+F=0
- Rationalize (if needed): Multiply through by the appropriate factor to eliminate fractions and obtain integer coefficients