JEE Challenger
More from Three Dimensional Geometry

Reflection of a Point across a Parametric Plane

Let SS be the reflection of a point QQ with respect to the plane given by r=(t+p)i^+tj^+(1+p)k^\vec{r} = -(t + p)\hat{i} + t\hat{j} + (1 + p)\hat{k} where t,pt, p are real parameters and i^,j^,k^\hat{i}, \hat{j}, \hat{k} are the unit vectors along the three positive coordinate axes. If the position vectors of QQ and SS are 10i^+15j^+20k^10\hat{i} + 15\hat{j} + 20\hat{k} and αi^+βj^+γk^\alpha\hat{i} + \beta\hat{j} + \gamma\hat{k} respectively, then which of the following is/are TRUE ?

Options

A

3(α+β)=1013(\alpha + \beta) = -101

Correct
B

3(β+γ)=713(\beta + \gamma) = -71

Correct
C

3(γ+α)=863(\gamma + \alpha) = -86

Correct
D

3(α+β+γ)=1213(\alpha + \beta + \gamma) = -121

Step-by-Step Solution

To find the Cartesian equation of the given plane, we can rewrite the parametric equation of the plane as: r=k^+t(i^+j^)+p(i^+k^)\vec{r} = \hat{k} + t(-\hat{i} + \hat{j}) + p(-\hat{i} + \hat{k})

The plane passes through the point (0,0,1)(0, 0, 1) and is parallel to the vectors: u=i^+j^andv=i^+k^\vec{u} = -\hat{i} + \hat{j} \quad \text{and} \quad \vec{v} = -\hat{i} + \hat{k}

The normal vector n\vec{n} to the plane is given by the cross product of u\vec{u} and v\vec{v}: n=u×v=i^j^k^110101=i^(10)j^(10)+k^(0(1))=i^+j^+k^\vec{n} = \vec{u} \times \vec{v} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ -1 & 1 & 0 \\ -1 & 0 & 1 \end{vmatrix} = \hat{i}(1 - 0) - \hat{j}(-1 - 0) + \hat{k}(0 - (-1)) = \hat{i} + \hat{j} + \hat{k}

Thus, the Cartesian equation of the plane is: 1(x0)+1(y0)+1(z1)=0    x+y+z1=01(x - 0) + 1(y - 0) + 1(z - 1) = 0 \implies x + y + z - 1 = 0

The given point is Q(10,15,20)Q(10, 15, 20), and its reflection with respect to the plane is S(α,β,γ)S(\alpha, \beta, \gamma).

Using the formula for the reflection of a point (x1,y1,z1)(x_1, y_1, z_1) across a plane ax+by+cz+d=0ax + by + cz + d = 0: αx1a=βy1b=γz1c=2ax1+by1+cz1+da2+b2+c2\frac{\alpha - x_1}{a} = \frac{\beta - y_1}{b} = \frac{\gamma - z_1}{c} = -2\frac{a x_1 + b y_1 + c z_1 + d}{a^2 + b^2 + c^2}

Substituting a=1,b=1,c=1,d=1a = 1, b = 1, c = 1, d = -1 and (x1,y1,z1)=(10,15,20)(x_1, y_1, z_1) = (10, 15, 20): α101=β151=γ201=210+15+20112+12+12=2443=883\frac{\alpha - 10}{1} = \frac{\beta - 15}{1} = \frac{\gamma - 20}{1} = -2 \frac{10 + 15 + 20 - 1}{1^2 + 1^2 + 1^2} = -2 \cdot \frac{44}{3} = -\frac{88}{3}

From this, we solve for α,β,\alpha, \beta, and γ\gamma: α=10883=583\alpha = 10 - \frac{88}{3} = -\frac{58}{3} β=15883=433\beta = 15 - \frac{88}{3} = -\frac{43}{3} γ=20883=283\gamma = 20 - \frac{88}{3} = -\frac{28}{3}

Now, checking the options:

  1. Option (A): 3(α+β)=3(583433)=5843=101(TRUE)3(\alpha + \beta) = 3\left(-\frac{58}{3} - \frac{43}{3}\right) = -58 - 43 = -101 \quad \text{(TRUE)}

  2. Option (B): 3(β+γ)=3(433283)=4328=71(TRUE)3(\beta + \gamma) = 3\left(-\frac{43}{3} - \frac{28}{3}\right) = -43 - 28 = -71 \quad \text{(TRUE)}

  3. Option (C): 3(γ+α)=3(283583)=2858=86(TRUE)3(\gamma + \alpha) = 3\left(-\frac{28}{3} - \frac{58}{3}\right) = -28 - 58 = -86 \quad \text{(TRUE)}

  4. Option (D): 3(α+β+γ)=3(58+43+283)=129121(FALSE)3(\alpha + \beta + \gamma) = 3\left(-\frac{58 + 43 + 28}{3}\right) = -129 \neq -121 \quad \text{(FALSE)}

Therefore, the correct options are A, B, and C.