$A$ and $B$ are two points in $xy$ plane, which are $2\sqrt{2}$ unit distance apart and subtend an angle of $90°$ at $C(1,2)$ on the line $x - y + 1 = 0$ which is larger than any angle subtend by the line segment $AB$ at any other point on the line. The equation of the circle through the points $A$, $B$ and $C$ is:
Step-by-Step Solution
Key Concept: When a chord subtends a right angle at the circumference, it must be a diameter; use this to find the radius.
Step 1: Understand the geometric conditions and infer tangency.
The problem states that $C(1,2)$ is a point on the line $x-y+1=0$. The angle subtended by the line segment $AB$ at $C$ is $90^\circ$. The crucial condition is that this angle is "larger than any angle subtended by the line segment $AB$ at any other point on the line $x-y+1=0$." This implies that the circle passing through points $A$, $B$, and $C$ must be tangent to the line $x-y+1=0$ at point $C$.
Step 2: Write the general equation of a circle tangent to a line at a given point.
The general equation of a circle passing through a point $(x_1, y_1)$ and tangent to the line $L: ax+by+c=0$ at $(x_1, y_1)$ is given by $(x-x_1)^2 + (y-y_1)^2 + \lambda(ax+by+c) = 0$.
In this case, $C(1,2)$ is the point of tangency and the line is $x-y+1=0$.
So, the equation of the circle is:
$$(x-1)^2 + (y-2)^2 + \lambda(x-y+1) = 0$$
Step 3: Determine the relationship between AB and the circle's diameter.
It is given that $\angle ACB = 90^\circ$. A fundamental property of circles states that if an angle subtended by a chord at any point on the circumference is $90^\circ$, then that chord must be a diameter of the circle.
Therefore, the line segment $AB$ is a diameter of the circle.
Step 4: Calculate the radius of the circle.
The distance between points $A$ and $B$ is given as $2\sqrt{2}$ units. Since $AB$ is the diameter of the circle, the radius $r$ is half of the length of $AB$.
$$r = \frac{AB}{2} = \frac{2\sqrt{2}}{2} = \sqrt{2}$$
The square of the radius is $r^2 = (\sqrt{2})^2 = 2$.
Step 5: Express the circle's equation in standard form and find its radius squared.
Expand the general equation of the circle obtained in Step 2:
$$(x-1)^2 + (y-2)^2 + \lambda(x-y+1) = 0$$
$$(x^2 - 2x + 1) + (y^2 - 4y + 4) + \lambda x - \lambda y + \lambda = 0$$
$$x^2 + y^2 + (\lambda - 2)x + (-\lambda - 4)y + (5 + \lambda) = 0$$
Comparing this with the general circle equation $x^2 + y^2 + 2gx + 2fy + c = 0$, we can identify:
$2g = \lambda - 2 \implies g = \frac{\lambda - 2}{2}$
$2f = -\lambda - 4 \implies f = \frac{-\lambda - 4}{2}$
$c = 5 + \lambda$
The square of the radius $r^2$ for a circle in this form is given by $r^2 = g^2 + f^2 - c$.
$$r^2 = \left(\frac{\lambda - 2}{2}\right)^2 + \left(\frac{-\lambda - 4}{2}\right)^2 - (5 + \lambda)$$
$$r^2 = \frac{(\lambda - 2)^2}{4} + \frac{(\lambda + 4)^2}{4} - (5 + \lambda)$$
Step 6: Use the known radius squared to find the value(s) of $\lambda$.
From Step 4, we know $r^2 = 2$. Substitute this into the equation from Step 5:
$$2 = \frac{(\lambda - 2)^2}{4} + \frac{(\lambda + 4)^2}{4} - (5 + \lambda)$$
Multiply the entire equation by 4 to eliminate the denominators:
$$8 = (\lambda - 2)^2 + (\lambda + 4)^2 - 4(5 + \lambda)$$
Expand the terms:
$$8 = (\lambda^2 - 4\lambda + 4) + (\lambda^2 + 8\lambda + 16) - (20 + 4\lambda)$$
Combine like terms:
$$8 = \lambda^2 - 4\lambda + 4 + \lambda^2 + 8\lambda + 16 - 20 - 4\lambda$$
$$8 = 2\lambda^2 + (8\lambda - 4\lambda - 4\lambda) + (4 + 16 - 20)$$
$$8 = 2\lambda^2 + 0\lambda + 0$$
$$8 = 2\lambda^2$$
$$\lambda^2 = 4$$
$$\lambda = \pm 2$$
Step 7: Substitute the values of $\lambda$ back into the circle equation to find the possible equations.
We have two possible values for $\lambda$:
Case 1: For $\lambda = 2$
Substitute $\lambda = 2$ into the circle equation $x^2 + y^2 + (\lambda - 2)x + (-\lambda - 4)y + (5 + \lambda) = 0$:
$$x^2 + y^2 + (2 - 2)x + (-2 - 4)y + (5 + 2) = 0$$
$$x^2 + y^2 + 0x - 6y + 7 = 0$$
$$x^2 + y^2 - 6y + 7 = 0$$
Case 2: For $\lambda = -2$
Substitute $\lambda = -2$ into the circle equation $x^2 + y^2 + (\lambda - 2)x + (-\lambda - 4)y + (5 + \lambda) = 0$:
$$x^2 + y^2 + (-2 - 2)x + (-(-2) - 4)y + (5 - 2) = 0$$
$$x^2 + y^2 - 4x + (2 - 4)y + 3 = 0$$
$$x^2 + y^2 - 4x - 2y + 3 = 0$$
Step 8: State the final answer and match with the options.
The two possible equations for the circle are $x^2 + y^2 - 6y + 7 = 0$ and $x^2 + y^2 - 4x - 2y + 3 = 0$.
These equations match Option 3 and Option 4, respectively.
The final answer is $\boxed{\text{3,4}}$.
Correct Answer: 3,4