Skip to main content
Back to Circles
JEE Main 2019
Circles
Circle
Easy

Question

A circle passes through the points (2, 3) and (4, 5). If its centre lies on the line, y4x+3=0,y - 4x + 3 = 0, then its radius is equal to :

Options

Solution

Key Concepts and Formulas

  • Equation of a Circle: The standard equation of a circle with center (h,k)(h, k) and radius RR is given by (xh)2+(yk)2=R2(x - h)^2 + (y - k)^2 = R^2.
  • Distance Formula: The distance between two points (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2) is (x2x1)2+(y2y1)2\sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}.
  • Circle's Center Property: The center of a circle is equidistant from all points on its circumference. If a circle passes through points P1P_1 and P2P_2, and its center is CC, then CP1=CP2=RCP_1 = CP_2 = R.

Step-by-Step Solution

1. Define the Center and Use the Line Equation

Let the center of the circle be C(h,k)C(h, k). The center lies on the line y4x+3=0y - 4x + 3 = 0. Why this step? This gives us a relationship between hh and kk, which we'll use to solve for the center's coordinates.

Substituting (h,k)(h, k) into the line equation: k4h+3=0k - 4h + 3 = 0 k=4h3(Equation 1)k = 4h - 3 \quad \text{(Equation 1)}

2. Apply the Equidistance Property

The circle passes through P1(2,3)P_1(2, 3) and P2(4,5)P_2(4, 5). The distance from the center C(h,k)C(h, k) to P1P_1 equals the distance from C(h,k)C(h, k) to P2P_2. Why this step? This is a fundamental property of circles allowing us to create an equation to solve for the center.

Using the distance formula: CP1=(h2)2+(k3)2CP_1 = \sqrt{(h - 2)^2 + (k - 3)^2} CP2=(h4)2+(k5)2CP_2 = \sqrt{(h - 4)^2 + (k - 5)^2}

Equating the distances: (h2)2+(k3)2=(h4)2+(k5)2\sqrt{(h - 2)^2 + (k - 3)^2} = \sqrt{(h - 4)^2 + (k - 5)^2}

Squaring both sides to eliminate the square roots: (h2)2+(k3)2=(h4)2+(k5)2(h - 2)^2 + (k - 3)^2 = (h - 4)^2 + (k - 5)^2

3. Expand and Simplify the Equation

Expand the squared terms: (h24h+4)+(k26k+9)=(h28h+16)+(k210k+25)(h^2 - 4h + 4) + (k^2 - 6k + 9) = (h^2 - 8h + 16) + (k^2 - 10k + 25) Why this step? Expanding allows us to combine like terms and simplify the equation. The h2h^2 and k2k^2 terms will cancel out.

Combine terms: h2+k24h6k+13=h2+k28h10k+41h^2 + k^2 - 4h - 6k + 13 = h^2 + k^2 - 8h - 10k + 41

Subtract h2+k2h^2 + k^2 from both sides: 4h6k+13=8h10k+41-4h - 6k + 13 = -8h - 10k + 41

Rearrange terms: 4h+4k=284h + 4k = 28

Divide by 4: h+k=7(Equation 2)h + k = 7 \quad \text{(Equation 2)}

4. Solve the System of Equations

We have the system:

  1. k=4h3k = 4h - 3
  2. h+k=7h + k = 7

Why this step? We have two equations and two unknowns, enabling us to solve for hh and kk.

Substitute Equation 1 into Equation 2: h+(4h3)=7h + (4h - 3) = 7 5h3=75h - 3 = 7 5h=105h = 10 h=2h = 2

Substitute h=2h = 2 back into Equation 1: k=4(2)3k = 4(2) - 3 k=83k = 8 - 3 k=5k = 5

The center of the circle is C(2,5)C(2, 5).

5. Calculate the Radius

Use the distance formula between the center C(2,5)C(2, 5) and P1(2,3)P_1(2, 3): Why this step? The radius is the distance from the center to any point on the circle.

R=(22)2+(53)2R = \sqrt{(2 - 2)^2 + (5 - 3)^2} R=02+22R = \sqrt{0^2 + 2^2} R=4R = \sqrt{4} R=2R = 2

6. Verify the Radius

Check using point P2(4,5)P_2(4, 5): R=(24)2+(55)2R = \sqrt{(2 - 4)^2 + (5 - 5)^2} R=(2)2+02R = \sqrt{(-2)^2 + 0^2} R=4R = \sqrt{4} R=2R = 2

The radius of the circle is 2.

Common Mistakes & Tips

  • Algebraic Errors: Double-check expanding squared terms and combining like terms to avoid sign errors.
  • Simplification: Simplify equations whenever possible (e.g., dividing by 4 in 4h+4k=284h + 4k = 28).
  • Equation Substitution: Ensure correct substitution when solving the system of equations.

Summary

We found the equation of a circle given two points it passes through and a condition on its center. We translated the geometric conditions into algebraic equations. By using the property that the center is equidistant from points on the circumference, we set up a system of linear equations to find the coordinates of the center. Then we calculated the radius using the distance formula.

The final answer is 2. This corresponds to option (A).

The final answer is 2\boxed{2}, which corresponds to option (A).

Practice More Circles Questions

View All Questions