JEE Challenger
More from Matrices

Circle Intersection Points with Coordinate Axes from Matrix Eigenvalues

Let A=[127428387]A = \begin{bmatrix} 1 & 2 & 7 \\ 4 & -2 & 8 \\ 3 & 8 & -7 \end{bmatrix} and det(AαI)=0\det(A - \alpha I) = 0, where α\alpha is a real number. If the largest possible value of α\alpha is pp, then the circle (xp)2+(y2p)2=320(x - p)^2 + (y - 2p)^2 = 320, intersects the co-ordinate axes at

Options

A

1 point

B

2 points

C

3 points

Correct
D

4 points

Topics & Concepts

Step-by-Step Solution

To find the largest possible value of α\alpha, we first solve the characteristic equation det(AαI)=0\det(A - \alpha I) = 0 for the matrix: A=[127428387]A = \begin{bmatrix} 1 & 2 & 7 \\ 4 & -2 & 8 \\ 3 & 8 & -7 \end{bmatrix}

The determinant is given by: det(AαI)=1α2742α8387α=0\det(A - \alpha I) = \begin{vmatrix} 1 - \alpha & 2 & 7 \\ 4 & -2 - \alpha & 8 \\ 3 & 8 & -7 - \alpha \end{vmatrix} = 0

Expanding the determinant along the first row: (1α)[(2α)(7α)64]2[4(7α)24]+7[323(2α)]=0(1 - \alpha)[(-2 - \alpha)(-7 - \alpha) - 64] - 2[4(-7 - \alpha) - 24] + 7[32 - 3(-2 - \alpha)] = 0 (1α)(α2+9α50)2(4α52)+7(3α+38)=0(1 - \alpha)(\alpha^2 + 9\alpha - 50) - 2(-4\alpha - 52) + 7(3\alpha + 38) = 0 α38α2+88α+320=0-\alpha^3 - 8\alpha^2 + 88\alpha + 320 = 0 α3+8α288α320=0\alpha^3 + 8\alpha^2 - 88\alpha - 320 = 0

To find the roots, we test α=8\alpha = 8: 83+8(82)88(8)320=512+512704320=08^3 + 8(8^2) - 88(8) - 320 = 512 + 512 - 704 - 320 = 0

Factorizing the cubic equation by dividing by (α8)(\alpha - 8): (α8)(α2+16α+40)=0(\alpha - 8)(\alpha^2 + 16\alpha + 40) = 0

The roots of α2+16α+40=0\alpha^2 + 16\alpha + 40 = 0 are given by the quadratic formula: α=16±2561602=8±26\alpha = \frac{-16 \pm \sqrt{256 - 160}}{2} = -8 \pm 2\sqrt{6}

Thus, the real roots are α=8\alpha = 8, 8+26-8 + 2\sqrt{6}, and 826-8 - 2\sqrt{6}.

The largest possible value of α\alpha is p=8p = 8.

Now, substituting p=8p = 8 into the equation of the circle: (x8)2+(y16)2=320(x - 8)^2 + (y - 16)^2 = 320

To find the intersection points with the coordinate axes:

  1. Intersection with the x-axis (y=0y = 0): (x8)2+(016)2=320(x - 8)^2 + (0 - 16)^2 = 320 (x8)2+256=320(x - 8)^2 + 256 = 320 (x8)2=64    x8=±8(x - 8)^2 = 64 \implies x - 8 = \pm 8 x=0orx=16x = 0 \quad \text{or} \quad x = 16 The points of intersection on the x-axis are (0,0)(0, 0) and (16,0)(16, 0).

  2. Intersection with the y-axis (x=0x = 0): (08)2+(y16)2=320(0 - 8)^2 + (y - 16)^2 = 320 64+(y16)2=32064 + (y - 16)^2 = 320 (y16)2=256    y16=±16(y - 16)^2 = 256 \implies y - 16 = \pm 16 y=0ory=32y = 0 \quad \text{or} \quad y = 32 The points of intersection on the y-axis are (0,0)(0, 0) and (0,32)(0, 32).

Combining the unique intersection points, we have:

  1. (0,0)(0,0) (the origin)
  2. (16,0)(16, 0)
  3. (0,32)(0, 32)

Therefore, the circle intersects the coordinate axes at 3 points.

Correct Option: C

Circle Intersection Points with Coordinate Axes from Matrix Eigenvalues | Mathematics PYQ Solution - JEE Challenger