π¨ This site is a work in progress. Exciting updates are coming soon!
6.1 Q-1
Question Statement
In this problem, you are tasked with finding the equation of a circle given certain details about its center and radius. The problem is broken into three parts:
Part (a): A circle with center at (5,β2) and radius 4.
Part (b): A circle with center at (2β,β33β) and radius 22β.
Part (c): A circle with the endpoints of its diameter at (β3,2) and (5,β6).
Background and Explanation
To solve this problem, we need to recall the general equation of a circle:
(xβh)2+(yβk)2=r2
Where:
(h,k) represents the center of the circle.
r is the radius.
In some cases, you may need to expand this equation into its general form:
x2+y2β2hxβ2ky+(h2+k2βr2)=0
For Part (c), where youβre given the endpoints of the diameter, youβll first find the midpoint to get the center of the circle. The radius will be half the distance between the two endpoints.
Solution
Part (a)
Given: Center at (5,β2) and radius 4.
Step 1: Use the standard circle equation:
(xβ5)2+(y+2)2=42
Step 2: Expand both squared terms:
(xβ5)2=x2β10x+25and(y+2)2=y2+4y+4
Step 3: Substitute the expansions into the equation:
x2β10x+25+y2+4y+4=16
Step 4: Combine like terms and move the constant to the left side:
x2+y2β10x+4y+25+4β16=0
Step 5: Simplify the equation:
x2+y2β10x+4y+13=0
Thus, the equation of the circle is:
x2+y2β10x+4y+13=0
Part (b)
Given: Center at (2β,β33β) and radius 22β.