Solveeit Logo

Question

Question: Find the equation to the circle which:...

Find the equation to the circle which:

A

(i) touches the axis of x and passes through the two points (1, -2) and (3, -4).

B

4i) touches the axis of y at origin, and passes through the point (b, c).

Answer

The equation of the circle is bx2+by2(b2+c2)x=0bx^2 + by^2 - (b^2 + c^2)x = 0.

Explanation

Solution

A circle touching the y-axis at the origin has its center on the x-axis at (h,0)(h,0) and radius h|h|. Its equation is (xh)2+y2=h2(x-h)^2 + y^2 = h^2, which simplifies to x2+y22hx=0x^2 + y^2 - 2hx = 0. The condition that the circle passes through point (b,c)(b, c) implies b2+c22hb=0b^2 + c^2 - 2hb = 0. If b0b \neq 0, we solve for hh as h=b2+c22bh = \frac{b^2 + c^2}{2b} and substitute it back into the circle's equation to obtain the final result. If b=0b=0, then cc must be 00, and the point is the origin, leading to a family of circles. The unique equation is derived assuming b0b \neq 0.