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

Question

Let P(a1,b1)P\left(a_1, b_1\right) and Q(a2,b2)Q\left(a_2, b_2\right) be two distinct points on a circle with center C(2,3)C(\sqrt{2}, \sqrt{3}). Let O\mathrm{O} be the origin and OC\mathrm{OC} be perpendicular to both CP\mathrm{CP} and CQ\mathrm{CQ}. If the area of the triangle OCP\mathrm{OCP} is 352\frac{\sqrt{35}}{2}, then a12+a22+b12+b22a_1^2+a_2^2+b_1^2+b_2^2 is equal to :

Answer: 2

Solution

Key Concepts and Formulas

  • Distance Formula: The distance between 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}. The distance from the origin (0,0)(0,0) to (x,y)(x,y) is x2+y2\sqrt{x^2 + y^2}.
  • Area of a Triangle: Area = 12×base×height\frac{1}{2} \times \text{base} \times \text{height}.
  • Pythagorean Theorem: In a right-angled triangle, a2+b2=c2a^2 + b^2 = c^2, where cc is the hypotenuse.

Step-by-Step Solution

Step 1: Understand the Geometric Setup and deduce collinearity

  • We are given points O(0,0)O(0,0), C(2,3)C(\sqrt{2}, \sqrt{3}), and a circle centered at CC. P(a1,b1)P(a_1, b_1) and Q(a2,b2)Q(a_2, b_2) are distinct points on the circle such that OCCPOC \perp CP and OCCQOC \perp CQ.
  • Since OCOC is perpendicular to both CPCP and CQCQ at point CC, CPCP and CQCQ must lie on the same line. Since PP and QQ are distinct points on the circle, PP, CC, and QQ are collinear and form a diameter of the circle. This means OCP=OCQ=90\angle OCP = \angle OCQ = 90^\circ.
  • Why: Recognizing that PP, CC, and QQ are collinear greatly simplifies the problem and allows us to apply the Pythagorean theorem effectively.

Step 2: Calculate the length of OC

  • We use the distance formula to find the distance between O(0,0)O(0,0) and C(2,3)C(\sqrt{2}, \sqrt{3}).
  • OC=(20)2+(30)2=2+3=5OC = \sqrt{(\sqrt{2} - 0)^2 + (\sqrt{3} - 0)^2} = \sqrt{2 + 3} = \sqrt{5}
  • Why: Knowing OCOC is essential because it's a side in the right triangles OCP\triangle OCP and OCQ\triangle OCQ, which are involved in the area calculation and Pythagorean theorem.

Step 3: Determine the radius of the circle (CP = CQ)

  • Let rr be the radius of the circle. Thus, CP=CQ=rCP = CQ = r.
  • The area of OCP\triangle OCP is given as 352\frac{\sqrt{35}}{2}. Since OCP=90\angle OCP = 90^\circ, the area can be expressed as 12×OC×CP\frac{1}{2} \times OC \times CP.
  • 12×OC×CP=352\frac{1}{2} \times OC \times CP = \frac{\sqrt{35}}{2}
  • Substituting OC=5OC = \sqrt{5} and CP=rCP = r: 12×5×r=352\frac{1}{2} \times \sqrt{5} \times r = \frac{\sqrt{35}}{2}
  • Solving for rr: r=355=355=7r = \frac{\sqrt{35}}{\sqrt{5}} = \sqrt{\frac{35}{5}} = \sqrt{7}
  • Therefore, the radius of the circle is r=7r = \sqrt{7}.
  • Why: Finding the radius allows us to find the lengths of CPCP and CQCQ, which are crucial for applying the Pythagorean theorem.

Step 4: Calculate OP² and OQ²

  • Since OCP\triangle OCP is a right triangle with OCP=90\angle OCP = 90^\circ, we can use the Pythagorean theorem to find OP2OP^2: OP2=OC2+CP2OP^2 = OC^2 + CP^2
  • Substituting OC=5OC = \sqrt{5} and CP=7CP = \sqrt{7}: OP2=(5)2+(7)2=5+7=12OP^2 = (\sqrt{5})^2 + (\sqrt{7})^2 = 5 + 7 = 12
  • Similarly, since OCQ\triangle OCQ is a right triangle with OCQ=90\angle OCQ = 90^\circ: OQ2=OC2+CQ2OQ^2 = OC^2 + CQ^2
  • Substituting OC=5OC = \sqrt{5} and CQ=7CQ = \sqrt{7}: OQ2=(5)2+(7)2=5+7=12OQ^2 = (\sqrt{5})^2 + (\sqrt{7})^2 = 5 + 7 = 12
  • Why: We calculate OP2OP^2 and OQ2OQ^2 because OP2=a12+b12OP^2 = a_1^2 + b_1^2 and OQ2=a22+b22OQ^2 = a_2^2 + b_2^2, which directly relate to the expression we need to evaluate.

Step 5: Calculate a₁² + a₂² + b₁² + b₂²

  • We need to find the value of a12+a22+b12+b22a_1^2 + a_2^2 + b_1^2 + b_2^2.
  • Since P(a1,b1)P(a_1, b_1), we have OP2=a12+b12OP^2 = a_1^2 + b_1^2.
  • Since Q(a2,b2)Q(a_2, b_2), we have OQ2=a22+b22OQ^2 = a_2^2 + b_2^2.
  • Therefore, a12+a22+b12+b22=OP2+OQ2=12+12=24a_1^2 + a_2^2 + b_1^2 + b_2^2 = OP^2 + OQ^2 = 12 + 12 = 24.
  • This means that a12+a22+b12+b22=24a_1^2 + a_2^2 + b_1^2 + b_2^2 = 24
  • Why: This step combines the previously calculated values to arrive at the final answer.

Common Mistakes & Tips

  • Assuming P, C, and Q are not collinear: The perpendicularity condition OCCPOC \perp CP and OCCQOC \perp CQ is crucial. Failing to recognize its implications makes the problem significantly harder.
  • Incorrectly applying the distance formula: Double-check the coordinates when calculating distances.
  • Misunderstanding the area of a triangle formula: Remember to use the correct base and height when calculating the area of a triangle.

Summary

By recognizing that OCOC is perpendicular to both CPCP and CQCQ, we deduced that P,C,P, C, and QQ are collinear. Then, using the distance formula, area of triangle formula, and the Pythagorean theorem, we found OCOC, CPCP, OP2OP^2, and OQ2OQ^2. Finally, we calculated a12+a22+b12+b22=OP2+OQ2a_1^2 + a_2^2 + b_1^2 + b_2^2 = OP^2 + OQ^2 to get the final answer of 24.

Final Answer

The final answer is \boxed{24}.

Practice More Circles Questions

View All Questions