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

Question

If the four distinct points (4,6),(1,5),(0,0)(4,6),(-1,5),(0,0) and (k,3k)(k, 3 k) lie on a circle of radius rr, then 10k+r210 k+r^2 is equal to

Options

Solution

Key Concepts and Formulas

  • Equation of a Circle (General Form): x2+y2+2gx+2fy+c=0x^2 + y^2 + 2gx + 2fy + c = 0, where (g,f)(-g, -f) is the center and r=g2+f2cr = \sqrt{g^2 + f^2 - c} is the radius.
  • Equation of a Circle (Diameter Form): If (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2) are endpoints of a diameter, then (xx1)(xx2)+(yy1)(yy2)=0(x - x_1)(x - x_2) + (y - y_1)(y - y_2) = 0.
  • Slope of a Line: Given two points (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2), the slope is m=y2y1x2x1m = \frac{y_2 - y_1}{x_2 - x_1}.
  • Perpendicular Lines: Two lines with slopes m1m_1 and m2m_2 are perpendicular if m1m2=1m_1 \cdot m_2 = -1.
  • Distance Formula: The distance between two points (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2) is d=(x2x1)2+(y2y1)2d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}.

Step-by-Step Solution

Step 1: Identifying the Diameter Using Slopes

We are given four points A(4,6)A(4,6), B(1,5)B(-1,5), C(0,0)C(0,0), and D(k,3k)D(k, 3k) that lie on a circle. We want to find if any pair of points forms a diameter. If two points form a diameter, then the angle subtended by these points at any other point on the circle will be 9090^\circ. This implies that the lines connecting the third point to the endpoints of the diameter are perpendicular.

Let's examine the slopes of lines formed by connecting point BB to AA and CC:

  • Slope of line BABA: mBA=654(1)=15m_{BA} = \frac{6 - 5}{4 - (-1)} = \frac{1}{5}
  • Slope of line BCBC: mBC=5010=5m_{BC} = \frac{5 - 0}{-1 - 0} = -5

Since mBAmBC=15(5)=1m_{BA} \cdot m_{BC} = \frac{1}{5} \cdot (-5) = -1, lines BABA and BCBC are perpendicular, which means ABC=90\angle ABC = 90^\circ. Therefore, ACAC is a diameter of the circle.

Step 2: Finding the Equation of the Circle

Since A(4,6)A(4, 6) and C(0,0)C(0, 0) are the endpoints of a diameter, we can use the diameter form of the equation of a circle: (xx1)(xx2)+(yy1)(yy2)=0(x - x_1)(x - x_2) + (y - y_1)(y - y_2) = 0 Substituting the coordinates of A(4,6)A(4,6) and C(0,0)C(0,0): (x4)(x0)+(y6)(y0)=0(x - 4)(x - 0) + (y - 6)(y - 0) = 0 x(x4)+y(y6)=0x(x - 4) + y(y - 6) = 0 x24x+y26y=0x^2 - 4x + y^2 - 6y = 0 This is the equation of the circle.

Step 3: Calculating the Radius of the Circle

The center of the circle can be found by completing the square or by taking the midpoint of the diameter endpoints A(4,6)A(4,6) and C(0,0)C(0,0). The midpoint is (4+02,6+02)=(2,3)\left(\frac{4+0}{2}, \frac{6+0}{2}\right) = (2,3). Thus, the center of the circle is (2,3)(2,3).

The radius rr is the distance between the center (2,3)(2,3) and any point on the circle, such as C(0,0)C(0,0). Using the distance formula: r=(20)2+(30)2=22+32=4+9=13r = \sqrt{(2 - 0)^2 + (3 - 0)^2} = \sqrt{2^2 + 3^2} = \sqrt{4 + 9} = \sqrt{13} Therefore, r2=13r^2 = 13.

Step 4: Finding the Value of k

The point D(k,3k)D(k, 3k) also lies on the circle. Therefore, its coordinates must satisfy the equation of the circle: x24x+y26y=0x^2 - 4x + y^2 - 6y = 0 Substitute x=kx = k and y=3ky = 3k: k24k+(3k)26(3k)=0k^2 - 4k + (3k)^2 - 6(3k) = 0 k24k+9k218k=0k^2 - 4k + 9k^2 - 18k = 0 10k222k=010k^2 - 22k = 0 2k(5k11)=02k(5k - 11) = 0 This gives us two possible solutions for kk: k=0k = 0 or 5k11=0k=1155k - 11 = 0 \Rightarrow k = \frac{11}{5}. Since the problem states that the four points are distinct, kk cannot be 0 (otherwise DD would coincide with CC). Thus, k=115k = \frac{11}{5}.

Step 5: Calculating 10k + r^2

We have k=115k = \frac{11}{5} and r2=13r^2 = 13. Therefore: 10k+r2=10(115)+13=2(11)+13=22+13=3510k + r^2 = 10\left(\frac{11}{5}\right) + 13 = 2(11) + 13 = 22 + 13 = 35

Common Mistakes & Tips

  • Assuming any three points define a circle: While true, choosing the right set of three points (or identifying a diameter) simplifies the calculations significantly.
  • Forgetting the "distinct points" condition: Always check if the solution obtained satisfies all conditions given in the problem. In this case, we had to discard k=0k=0 because it made point D identical to point C.
  • Incorrectly applying the diameter form: Ensure you have correctly identified the endpoints of the diameter before plugging them into the formula.

Summary

We used the property that an angle subtended by a diameter at any point on the circle is a right angle to identify ACAC as the diameter. Then, we used the diameter form to find the equation of the circle. Knowing a point on the circle, D(k,3k)D(k, 3k), allowed us to find the value of kk, and finally, we calculated 10k+r210k + r^2.

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

Practice More Circles Questions

View All Questions