All Exams Test series for 1 year @ ₹349 only
Question

Let a line passing through the point $(4, 1, 0)$ intersect the line $L_1: \frac{x-1}{2} = \frac{y-2}{3} = \frac{z-3}{4}$ at the point $A(\alpha, \beta, \gamma)$ and the line $L_2: x-6=y=-z+4$ at the point $B(a, b, c)$. Then \(\begin{bmatrix} 1 & 0 & 1 \\ \alpha & \beta & \gamma \\ a & b & c \end{bmatrix}\)   is equal to

The correct answer is

8

Finding Determinant of Line Intersection Points

This solution details the steps to calculate the value of a determinant involving the intersection points of a line with two other given lines in 3D space.

1. Define Points and Lines

  • Point P: $(4, 1, 0)$
  • Line 1 (L1): $(x-1)/2 = (y-2)/3 = (z-3)/4$
  • Line 2 (L2): $x-6 = y = -z+4$
  • Intersection of the line through P with L1 is point A$(α, β, γ)$.
  • Intersection of the line through P with L2 is point B$(a, b, c)$.
  • The determinant to evaluate is $D = det([[1, 0, 1], [α, β, γ], [a, b, c]])$.

2. Parametrize Lines and Find Coordinates of A and B

Parametric equations help find the coordinates of the intersection points.

  • For L1, let $(x-1)/2 = (y-2)/3 = (z-3)/4 = t1$. This gives the coordinates of A as: $A(α, β, γ) = (1 + 2t1, 2 + 3t1, 3 + 4t1)$.
  • For L2, let $x-6 = y = -z+4 = t2$. This gives $x = 6 + t2$, $y = t2$, $z = 4 - t2$. This gives the coordinates of B as: $B(a, b, c) = (6 + t2, t2, 4 - t2)$.

3. Use the Collinearity Condition

Since a single line passes through P(4, 1, 0) and intersects L1 at A and L2 at B, the points P, A, and B must lie on the same line (i.e., they are collinear).

This collinearity implies that the vector $PA$ is parallel to the vector $PB$.

  • Vector $PA$ = $(α-4, β-1, γ-0)$ $= (1 + 2t1 - 4, 2 + 3t1 - 1, 3 + 4t1 - 0)$ $= (2t1 - 3, 3t1 + 1, 4t1 + 3)$.
  • Vector $PB$ = $(a-4, b-1, c-0)$ $= (6 + t2 - 4, t2 - 1, 4 - t2 - 0)$ $= (t2 + 2, t2 - 1, 4 - t2)$.

For vectors $PA$ and $PB$ to be parallel, their corresponding components must be proportional:

$ \frac{2t_1 - 3}{t_2 + 2} = \frac{3t_1 + 1}{t_2 - 1} = \frac{4t_1 + 3}{4 - t_2} $

4. Solve for Parameters t1 and t2

We solve the system of equations derived from the proportionality:

  1. Equating the first two fractions: $(2t1 - 3)(t2 - 1) = (3t1 + 1)(t2 + 2)$ $2t1t2 - 2t1 - 3t2 + 3 = 3t1t2 + 6t1 + t2 + 2$ $t1t2 + 8t1 + 4t2 - 1 = 0$ (Equation 1)
  2. Equating the second and third fractions: $(3t1 + 1)(4 - t2) = (4t1 + 3)(t2 - 1)$ $12t1 - 3t1t2 + 4 - t2 = 4t1t2 - 4t1 + 3t2 - 3$ $7t1t2 - 16t1 + 4t2 - 7 = 0$ (Equation 2)

Solving these two equations simultaneously yields $t2 = -3t1$.

Substituting $t2 = -3t1$ into Equation 1 leads to the quadratic equation:

$3t12 + 4t1 + 1 = 0$

Factoring gives $(3t1 + 1)(t1 + 1) = 0$.

The possible values for $t1$ are $-1$ and $-1/3$.

Testing these values shows that $t1 = -1/3$ leads to non-parallel vectors PA and PB. Therefore, the only valid solution is $t1 = -1$.

Using $t1 = -1$, we find $t2 = -3(-1) = 3$.

5. Calculate Coordinates of A and B

Using the valid parameter values:

  • For A, with $t1 = -1$: $α = 1 + 2(-1) = -1$ $β = 2 + 3(-1) = -1$ $γ = 3 + 4(-1) = -1$ So, $A = (-1, -1, -1)$.
  • For B, with $t2 = 3$: $a = 6 + 3 = 9$ $b = 3$ $c = 4 - 3 = 1$ So, $B = (9, 3, 1)$.

6. Evaluate the Determinant

Substitute the coordinates of A and B into the determinant:

$ D = \begin{vmatrix} 1 & 0 & 1 \\ \alpha & \beta & \gamma \\ a & b & c \end{vmatrix} = \begin{vmatrix} 1 & 0 & 1 \\ -1 & -1 & -1 \\ 9 & 3 & 1 \end{vmatrix} $

Expand the determinant along the first row:

$ D = 1 \cdot \begin{vmatrix} -1 & -1 \\ 3 & 1 \end{vmatrix} - 0 \cdot \begin{vmatrix} -1 & -1 \\ 9 & 1 \end{vmatrix} + 1 \cdot \begin{vmatrix} -1 & -1 \\ 9 & 3 \end{vmatrix} $

$ D = 1 \cdot ((-1)(1) - (-1)(3)) + 1 \cdot ((-1)(3) - (-1)(9)) $

$ D = 1 \cdot (-1 + 3) + 1 \cdot (-3 + 9) $

$ D = 1 \cdot (2) + 1 \cdot (6) $

$ D = 2 + 6 = 8 $

Was this answer helpful?

Similar Questions

  1. If $y(x) = \begin{vmatrix} \sin x & \cos x & \sin x + \cos x + 1 \\ 27 & 28 & 27 \\ 1 & 1 & 1 \end{vmatrix}$, $x \in R$, then $\frac{d^2y}{dx^2} + y$ is equal to

  2. Let $f(x)= \begin{cases} (1+ax)^{1/x} & , x <0 \\ 1+b & , x = 0 \\ \frac{(x+4)^{1/2}-2}{(x+c)^{1/3}-2} & , x > 0 \end{cases}$ 

    be continuous at $x = 0$. Then $e^{abc}$ is equal to:

  3. Let $f (x) = \int x^3\sqrt{3-x^2} \, dx$. If $5f (\sqrt{2}) = -4$, then $f (1)$ is equal to

  4. Let $g$ be a differentiable function such that $\int_0^x g(t)dt=x-\int_0^x tg(t)dt$, $x\ge0$ and let $y = y(x)$ satisfy the differential equation $\frac{dy}{dx} - y\tan x = 2(x+1)\sec x g(x)$, $x\in [0,\frac{\pi}{2})$. If $y(0) = 0$, then $y(\frac{\pi}{3})$ is equal to

  5. The area of the region bounded by the curve $y = \max \{|x|, x|x-2|\}$, the x-axis and the lines $x = -2$ and $x = 4$ is equal to

  6. If the function $f(x) = 2x^3-9ax^2+12a^2x+1$, where $a > 0$, attains its local maximum and local minimum values at p and q, respectively, such that $p^2 = q$, then $f(3)$ is equal to :
  7. Let $f: R\to R$ be a twice differentiable function such that 
    $(\sin x \cos y) (f(2x+2y)-f(2x-2y)) = (\cos x \sin y) (f(2x+2y)+f(2x-2y))$, for all $x, y \in R$. 
    If $f'(0) = \frac{1}{2}$, then the value of $24 f'' (\frac{5\pi}{3})$ is:

  8. If the area of the region $\{(x, y):|4-x^2|\le y \le x^2, y\le4,x\ge0)$ is $\left(\frac{80\sqrt{2}}{\alpha}-\beta\right)$, $\alpha, \beta\in N$, then $\alpha+\beta$ is equal to _____________.

  9. Let $a > 0$. If the function $f(x) = 6x^3-45ax^2+108a^2x+1$ attains its local maximum and minimum values at the points $x_1$ and $x_2$ respectively such that $x_1x_2=54$, then $a + x_1 + x_2$ is equal to:
  10. Let $f(x) + 2f\left(\frac{1}{x}\right) = x^2 + 5$ and $2g(x) - 3g\left(\frac{1}{x}\right) = x, x > 0$. If $\alpha = \int_{1}^{2}f(x) dx$, and $\beta = \int_{1}^{2}g(x) dx$, then the value of $9\alpha + \beta$ is:

Important Questions from Calculus

  1. If $y(x) = \begin{vmatrix} \sin x & \cos x & \sin x + \cos x + 1 \\ 27 & 28 & 27 \\ 1 & 1 & 1 \end{vmatrix}$, $x \in R$, then $\frac{d^2y}{dx^2} + y$ is equal to

  2. Let $f(x)= \begin{cases} (1+ax)^{1/x} & , x <0 \\ 1+b & , x = 0 \\ \frac{(x+4)^{1/2}-2}{(x+c)^{1/3}-2} & , x > 0 \end{cases}$ 

    be continuous at $x = 0$. Then $e^{abc}$ is equal to:

  3. Let $f (x) = \int x^3\sqrt{3-x^2} \, dx$. If $5f (\sqrt{2}) = -4$, then $f (1)$ is equal to

  4. Let $g$ be a differentiable function such that $\int_0^x g(t)dt=x-\int_0^x tg(t)dt$, $x\ge0$ and let $y = y(x)$ satisfy the differential equation $\frac{dy}{dx} - y\tan x = 2(x+1)\sec x g(x)$, $x\in [0,\frac{\pi}{2})$. If $y(0) = 0$, then $y(\frac{\pi}{3})$ is equal to

  5. The area of the region bounded by the curve $y = \max \{|x|, x|x-2|\}$, the x-axis and the lines $x = -2$ and $x = 4$ is equal to

Need Expert Advice?
More Questions from JEE Main

Start Your Preparation with Prepp Mobile App

Download the app from Google Play & App Store
Download the app from Google Play & App Store
Prepp Mobile App