Solveeit Logo

Question

Question: Find the equation to the circle passing through the points (0,a), (b,h), and having its centre on x-...

Find the equation to the circle passing through the points (0,a), (b,h), and having its centre on x-axis.

Answer

x2+y2(b2+h2a2b)xa2=0x^2 + y^2 - \left(\frac{b^2 + h^2 - a^2}{b}\right) x - a^2 = 0

Explanation

Solution

Let the equation of the circle be (xhc)2+(ykc)2=r2(x-h_c)^2 + (y-k_c)^2 = r^2. Given that the center lies on the x-axis, kc=0k_c = 0. The equation becomes (xhc)2+y2=r2(x-h_c)^2 + y^2 = r^2. The circle passes through (0,a)(0,a): (0hc)2+a2=r2    hc2+a2=r2(0-h_c)^2 + a^2 = r^2 \implies h_c^2 + a^2 = r^2. (1) The circle passes through (b,h)(b,h): (bhc)2+h2=r2(b-h_c)^2 + h^2 = r^2. (2) Equating (1) and (2): hc2+a2=(bhc)2+h2h_c^2 + a^2 = (b-h_c)^2 + h^2. Solving for hch_c: hc2+a2=b22bhc+hc2+h2    a2=b22bhc+h2    2bhc=b2+h2a2    hc=b2+h2a22bh_c^2 + a^2 = b^2 - 2bh_c + h_c^2 + h^2 \implies a^2 = b^2 - 2bh_c + h^2 \implies 2bh_c = b^2 + h^2 - a^2 \implies h_c = \frac{b^2 + h^2 - a^2}{2b}. (Assuming b0b \neq 0 for a unique circle). Substitute r2r^2 from (1) and hch_c into the circle equation (xhc)2+y2=r2(x-h_c)^2 + y^2 = r^2: x22xhc+hc2+y2=hc2+a2x^2 - 2xh_c + h_c^2 + y^2 = h_c^2 + a^2 x2+y22xhc=a2x^2 + y^2 - 2xh_c = a^2. Substitute the value of hch_c: x2+y22x(b2+h2a22b)=a2x^2 + y^2 - 2x \left(\frac{b^2 + h^2 - a^2}{2b}\right) = a^2. Simplify to get the final equation: x2+y2x(b2+h2a2b)a2=0x^2 + y^2 - x \left(\frac{b^2 + h^2 - a^2}{b}\right) - a^2 = 0.