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

Question

For t(0,2π)\mathrm{t} \in(0,2 \pi), if ABC\mathrm{ABC} is an equilateral triangle with vertices A(sint,cost),B(cost,sint)\mathrm{A}(\sin t,-\cos \mathrm{t}), \mathrm{B}(\operatorname{cost}, \sin t) and C(a,b)C(a, b) such that its orthocentre lies on a circle with centre (1,13)\left(1, \frac{1}{3}\right), then (a2b2)\left(a^{2}-b^{2}\right) is equal to :

Options

Solution

Key Concepts and Formulas

  • Equilateral Triangle Properties: In an equilateral triangle, the centroid, orthocenter, circumcenter, and incenter coincide.
  • Centroid Formula: The centroid of a triangle with vertices (x1,y1)(x_1, y_1), (x2,y2)(x_2, y_2), and (x3,y3)(x_3, y_3) is given by (x1+x2+x33,y1+y2+y33)\left(\frac{x_1 + x_2 + x_3}{3}, \frac{y_1 + y_2 + y_3}{3}\right).
  • 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}.

Step-by-Step Solution

Step 1: Understand the Given Information and Calculate the Side Length

We are given an equilateral triangle ABCABC with vertices A(sint,cost)A(\sin t, -\cos t), B(cost,sint)B(\cos t, \sin t), and C(a,b)C(a, b). Since it's equilateral, all sides have equal length. We calculate the square of the length of side ABAB:

AB2=(costsint)2+(sint(cost))2AB^2 = (\cos t - \sin t)^2 + (\sin t - (-\cos t))^2 AB2=(costsint)2+(sint+cost)2AB^2 = (\cos t - \sin t)^2 + (\sin t + \cos t)^2 Expanding the terms: AB2=(cos2t2sintcost+sin2t)+(sin2t+2sintcost+cos2t)AB^2 = (\cos^2 t - 2\sin t \cos t + \sin^2 t) + (\sin^2 t + 2\sin t \cos t + \cos^2 t) Using the identity sin2t+cos2t=1\sin^2 t + \cos^2 t = 1: AB2=(12sintcost)+(1+2sintcost)AB^2 = (1 - 2\sin t \cos t) + (1 + 2\sin t \cos t) AB2=2AB^2 = 2 Thus, AB2=BC2=CA2=2AB^2 = BC^2 = CA^2 = 2.

Step 2: Express the Orthocenter Coordinates using the Centroid Formula

Let H(h,k)H(h, k) be the orthocenter of triangle ABCABC. Since ABCABC is equilateral, the orthocenter coincides with the centroid. The centroid coordinates are: h=sint+cost+a3(1)h = \frac{\sin t + \cos t + a}{3} \quad \ldots (1) k=cost+sint+b3(2)k = \frac{-\cos t + \sin t + b}{3} \quad \ldots (2)

Step 3: Derive a Relationship for aa and bb

From equations (1) and (2), we express aa and bb: From (1): 3h=sint+cost+a    a=3h(sint+cost)3h = \sin t + \cos t + a \implies a = 3h - (\sin t + \cos t) From (2): 3k=cost+sint+b    b=3k(sintcost)3k = -\cos t + \sin t + b \implies b = 3k - (\sin t - \cos t)

Rearranging these equations: 3ha=sint+cost(3)3h - a = \sin t + \cos t \quad \ldots (3) 3kb=sintcost(4)3k - b = \sin t - \cos t \quad \ldots (4)

Squaring both equations (3) and (4) and adding them: (3ha)2=(sint+cost)2=sin2t+2sintcost+cos2t=1+2sintcost(3h - a)^2 = (\sin t + \cos t)^2 = \sin^2 t + 2\sin t \cos t + \cos^2 t = 1 + 2\sin t \cos t (3kb)2=(sintcost)2=sin2t2sintcost+cos2t=12sintcost(3k - b)^2 = (\sin t - \cos t)^2 = \sin^2 t - 2\sin t \cos t + \cos^2 t = 1 - 2\sin t \cos t Adding the squared equations: (3ha)2+(3kb)2=(1+2sintcost)+(12sintcost)(3h - a)^2 + (3k - b)^2 = (1 + 2\sin t \cos t) + (1 - 2\sin t \cos t) (3ha)2+(3kb)2=2(5)(3h - a)^2 + (3k - b)^2 = 2 \quad \ldots (5) This equation describes a relationship between the orthocenter H(h,k)H(h,k) and the coordinates of vertex C(a,b)C(a,b).

Step 4: Use the Given Locus of the Orthocenter to Find aa and bb

The problem states that the orthocenter H(h,k)H(h,k) lies on a circle with center (1,13)\left(1, \frac{1}{3}\right). Thus, (h1)2+(k13)2=R2(h-1)^2 + (k-\frac{1}{3})^2 = R^2.

From equation (5): (3ha)2+(3kb)2=2(3h - a)^2 + (3k - b)^2 = 2. Rewriting this equation: 9(ha3)2+9(kb3)2=29(h - \frac{a}{3})^2 + 9(k - \frac{b}{3})^2 = 2 (ha3)2+(kb3)2=29(h - \frac{a}{3})^2 + (k - \frac{b}{3})^2 = \frac{2}{9}

The locus of the orthocenter is a circle with center (a3,b3)(\frac{a}{3}, \frac{b}{3}). We are given that the orthocenter lies on a circle with center (1,13)(1, \frac{1}{3}). For these to be the same circle, we must have: a3=1    a=3\frac{a}{3} = 1 \implies a = 3 b3=13    b=1\frac{b}{3} = \frac{1}{3} \implies b = 1

Step 5: Calculate a2b2a^2 - b^2

We have a=3a = 3 and b=1b = 1. Therefore, a2b2=3212=91=8a^2 - b^2 = 3^2 - 1^2 = 9 - 1 = 8

Common Mistakes & Tips

  • Remember that the orthocenter and centroid coincide only for equilateral triangles.
  • When eliminating trigonometric functions, squaring and adding is a useful technique.
  • Be careful with algebraic manipulations to avoid errors.

Summary

We used the properties of equilateral triangles and the given information about the orthocenter's locus to find the coordinates of vertex C(a,b)C(a, b). We equated the center of the derived locus of the orthocenter with the given center of the circle to solve for aa and bb. Finally, we calculated a2b2a^2 - b^2.

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

Practice More Circles Questions

View All Questions
For , if is an equilateral triangle with vertices and such t... | JEE Main 2024 Circles | JEE Main - Mathematicon