Consider the lines mathrmL_1: mathrmx - 1 = mathrmy - 2 = mathrmz and mathrmL_2: mathrmx - 2 = mathrmy = mathrmz - 1. Let the feet of the perpendiculars from the point mathrmP(5,1,-3) on the lines mathrmL_1 and mathrmL_2 be mathrmQ and mathrmR respectively. If the area of the triangle PQR is mathrmA, then 4mathrmA^2 is equal to:

Solution & Explanation

### Related Formula The vector area of a triangle given two adjacent position vectors vecu and vecv is calculated as: textArea = frac12 |vecu times vecv| ### Core Logic For line L_1: fracx-11 = fracy-21 = fracz-01. Let a general point be Q(lambda+1, lambda+2, lambda). vecPQ = (lambda-4, lambda+1, lambda+3) Since vecPQ cdot vecm_1 = 0 (direction vector of L_1 is (1,1,1)): (lambda-4)(1) + (lambda+1)(1) + (lambda+3)(1) = 0 implies 3lambda = 0 implies lambda = 0 Thus, Q(1, 2, 0) and vecPQ = (-4, 1, 3).
Foot of Perpendicular and Area diagram for Q66 - JEE Main 2025 Evening
Foot of Perpendicular and Area diagram for Q66 - JEE Main 2025 Evening
### Step 1: Compute Foot R For line L_2: fracx-21 = fracy1 = fracz-11. Let a general point be R(mu+2, mu, mu+1). vecPR = (mu-3, mu-1, mu+4) Since vecPR cdot vecm_2 = 0 (direction vector of L_2 is (1,1,1)): (mu-3)(1) + (mu-1)(1) + (mu+4)(1) = 0 implies 3mu = 0 implies mu = 0 Thus, R(2, 0, 1) and vecPR = (-3, 1, 4). ### Step 2: Area Vector Calculation The area A of Delta PQR is given by: A = frac12 |vecPQ times vecPR| vecPQ times vecPR = beginvmatrix hati & hatj & hatk \\ -4 & 1 & 3 \\ -3 & 1 & 4 endvmatrix = hati(4-3) - hatj(-16+9) + hatk(-4+3) = hati + 7hatj - hatk textMagnitude squared: |vecPQ times vecPR|^2 = 1^2 + 7^2 + (-1)^2 = 1 + 49 + 1 = 51 Let's re-verify the matrix arithmetic layout: vecPQ = (-4, 1, 3), vecPR = (-3, 1, 4) = 7hati + 7hatj + 7hatk |7(hati + hatj + hatk)|^2 = 49 cdot 3 = 147 ### Step 3: Evaluate 4A^2 Since A = frac12 sqrt147: 4A^2 = 4 cdot left(frac14 cdot 147right) = 147 ### Pattern Recognition Setting up dot products systematically with general parametric forms quickly locks in spatial feet indices without complex geometric drawings. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 12 Mathematics: Three Dimensional Geometry

Reference Study Guides

More Three Dimensional Geometry Previous-Year Questions — Page 9

Q22 jee_main_2024_30_january_evening Lines in Space
Let a line passing through the point (-1, 2, 3) intersect the lines L_1: fracx - 13 = fracy - 22 = fracz + 1-2 at M(alpha, beta, gamma) and L_2: fracx + 2-3 = fracy - 2-2 = fracz - 14 at N(a, b, c). Then the value of frac(alpha + beta + gamma)^2(a + b + c)^2 equals
Numerical Answer. Answer: 196 to 196

Solution

### Related Formula textParametric form of a line: vecr = veca + lambdavecb ### Core Logic Let the given point be P(-1, 2, 3). A line passing through P intersects L_1 at M and L_2 at N. Write general coordinates for M on L_1 and N on L_2: L_1: fracx-13 = fracy-22 = fracz+1-2 = lambda Rightarrow M(3lambda + 1, 2lambda + 2, -2lambda - 1) L_2: fracx+2-3 = fracy-2-2 = fracz-14 = mu Rightarrow N(-3mu - 2, -2mu + 2, 4mu + 1) ### Step 1: Collinearity Condition Since P, M, N lie on the same straight line, the direction vectors vecPM and vecPN must be proportional. vecPM = (3lambda + 1 - (-1))hati + (2lambda + 2 - 2)hatj + (-2lambda - 1 - 3)hatk = (3lambda + 2)hati + (2lambda)hatj + (-2lambda - 4)hatk vecPN = (-3mu - 2 - (-1))hati + (-2mu + 2 - 2)hatj + (4mu + 1 - 3)hatk = (-3mu - 1)hati + (-2mu)hatj + (4mu - 2)hatk Proportionality yields: frac3lambda + 2-3mu - 1 = frac2lambda-2mu = frac-2lambda - 44mu - 2 ### Step 2: Solving for Lambda and Mu
Lines in Space diagram for Q22 - JEE Main 2024 Evening
Lines in Space diagram for Q22 - JEE Main 2024 Evening
From the first pair: frac3lambda + 2-3mu - 1 = frac-lambdamu mu(3lambda + 2) = -lambda(-3mu - 1) 3lambdamu + 2mu = 3lambdamu + lambda Rightarrow 2mu = lambda From the second pair (using 2mu = lambda): frac-lambdamu = frac-lambda - 22mu - 1 -2mu = frac-2mu - 22mu - 1 -2mu(2mu - 1) = -2mu - 2 -4mu^2 + 2mu = -2mu - 2 -4mu^2 + 4mu + 2 = 0 quad text(Wait, alternative grouping): Re-checking the second pair with 2mu = lambda: frac2lambda-2mu = frac-lambdamu frac-lambdamu = frac-2lambda - 44mu - 2 Substitute lambda = 2mu: frac-2mumu = frac-4mu - 44mu - 2 -2(4mu - 2) = -4mu - 4 -8mu + 4 = -4mu - 4 8 = 4mu Rightarrow mu = 2 Then lambda = 2(2) = 4. ### Step 3: Finalizing Target Coordinates For lambda = 4: alpha + beta + gamma = (3(4)+1) + (2(4)+2) + (-2(4)-1) = 13 + 10 - 9 = 14 For mu = 2: a + b + c = (-3(2)-2) + (-2(2)+2) + (4(2)+1) = -8 - 2 + 9 = -1 Finally, compute the target fraction: frac(alpha + beta + gamma)^2(a + b + c)^2 = frac(14)^2(-1)^2 = frac1961 = 196 ### Pattern Recognition A line crossing two given lines acts as a transversal holding 3 collinear points. Setting vecPM = k cdot vecPN rapidly locks the parametric constants lambda and mu. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 12 Maths: Three Dimensional Geometry
Q10 jee_main_2024_30_jan_morning Line in 3D
Let (alpha, beta, gamma) be the foot of perpendicular from the point (1, 2, 3) on the line fracx + 35 = fracy - 12 = fracz + 43. then 19(alpha + beta + gamma) is equal to:
  • A. 102
  • B. 101
  • C. 99
  • D. 100

Solution

### Related Formula a_1 a_2 + b_1 b_2 + c_1 c_2 = 0 quad text(Condition for perpendicular vectors) ### Core Logic
Line in 3D diagram for Q10 - JEE Main 2024 Morning
Line in 3D diagram for Q10 - JEE Main 2024 Morning
Let the given point be A(1, 2, 3). Let the foot of the perpendicular on the line be P(alpha, beta, gamma). The equation of the line is fracx + 35 = fracy - 12 = fracz + 43 = k. So, any point on the line can be written as (5k - 3, 2k + 1, 3k - 4). Let this point be P. Thus, P(alpha, beta, gamma) equiv (5k - 3, 2k + 1, 3k - 4). ### Step 1: Finding Direction Ratios Direction ratios (DR's) of the line segment AP are: ((5k - 3) - 1, (2k + 1) - 2, (3k - 4) - 3) equiv (5k - 4, 2k - 1, 3k - 7) Direction ratios of the given line are (5, 2, 3). ### Step 2: Using Perpendicularity Condition Since AP is perpendicular to the given line, the dot product of their direction ratios is zero: 5(5k - 4) + 2(2k - 1) + 3(3k - 7) = 0 (25k - 20) + (4k - 2) + (9k - 21) = 0 38k - 43 = 0 k = frac4338 ### Step 3: Calculating target expression We need to find 19(alpha + beta + gamma). alpha + beta + gamma = (5k - 3) + (2k + 1) + (3k - 4) alpha + beta + gamma = 10k - 6 Substituting k = frac4338: 19(alpha + beta + gamma) = 19 left(10left(frac4338right) - 6right) = 19 left( frac43038 - 6 right) = frac4302 - 114 = 215 - 114 = 101 ### Pattern Recognition To find coordinates of a foot of perpendicular, define a general point on the line using parameter k, create the direction vector, and dot it with the line's direction vector set to zero. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 12 Maths: Three Dimensional Geometry
Q22 jee_main_2024_30_jan_morning Line in 3D
If d_1 is the shortest distance between the lines x + 1 = 2y = -12z, x = y + 2 = 6z - 6 and d_2 is the shortest distance between the lines fracx - 12 = fracy + 8-7 = fracz - 45, fracx - 12 = fracy - 21 = fracz - 6-3, then the value of frac32sqrt3d_1d_2 is:
Numerical Answer. Answer: 16 to 16

Solution

### Related Formula textShortest distance between vecr = veca_1 + lambda vecb_1 text and vecr = veca_2 + mu vecb_2 text is d = frac|(veca_2 - veca_1) cdot (vecb_1 times vecb_2)||vecb_1 times vecb_2| ### Core Logic For d_1, rewrite L_1 and L_2 into standard form: L_1: fracx + 11 = fracy1/2 = fracz-1/12 veca_1 = (-1, 0, 0), vecb_1 = left(1, frac12, -frac112right) propto (12, 6, -1) L_2: x = y + 2 = 6(z - 1) Rightarrow fracx1 = fracy + 21 = fracz - 11/6 veca_2 = (0, -2, 1), vecb_2 = left(1, 1, frac16right) propto (6, 6, 1) ### Step 1: Computing d1 veca_2 - veca_1 = (1, -2, 1) vecb_1 times vecb_2 = beginvmatrix hati & hatj & hatk \\ 12 & 6 & -1 \\ 6 & 6 & 1 endvmatrix = hati(6 + 6) - hatj(12 + 6) + hatk(72 - 36) = 12hati - 18hatj + 36hatk propto 2hati - 3hatj + 6hatk |vecb_1 times vecb_2| = sqrt4 + 9 + 36 = sqrt49 = 7 d_1 = frac|(1, -2, 1) cdot (2, -3, 6)|7 = frac|2 + 6 + 6|7 = frac147 = 2 ### Step 2: Computing d2 L_3: fracx - 12 = fracy + 8-7 = fracz - 45 veca_3 = (1, -8, 4), vecb_3 = (2, -7, 5) L_4: fracx - 12 = fracy - 21 = fracz - 6-3 veca_4 = (1, 2, 6), vecb_4 = (2, 1, -3) veca_4 - veca_3 = (0, 10, 2) vecb_3 times vecb_4 = beginvmatrix hati & hatj & hatk \\ 2 & -7 & 5 \\ 2 & 1 & -3 endvmatrix = hati(21 - 5) - hatj(-6 - 10) + hatk(2 + 14) = 16hati + 16hatj + 16hatk propto hati + hatj + hatk |vecb_3 times vecb_4| = sqrt1 + 1 + 1 = sqrt3 d_2 = frac|(0, 10, 2) cdot (1, 1, 1)|sqrt3 = frac|0 + 10 + 2|sqrt3 = frac12sqrt3 ### Step 3: Evaluating final expression Target: frac32sqrt3d_1d_2 = frac32sqrt3 times 212 / sqrt3 = frac64sqrt3 cdot sqrt312 = frac64 times 312 = frac19212 = 16 ### Pattern Recognition Extracting direction ratios efficiently by normalizing the denominator scaling is crucial to avoid fraction arithmetic errors in cross products. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 12 Maths: Three Dimensional Geometry
Q6 jee_main_2024_31_jan_evening Mirror Image of a Point
Let (alpha, beta, gamma) be mirror image of the point (2, 3, 5) in the line fracx - 12 =fracy - 23 =fracz - 34. Then 2alpha + 3beta + 4gamma is equal to
  • A. 32
  • B. 33
  • C. 31
  • D. 34

Solution

### Related Formula textDot product constraint: vecPR cdot vecd = 0 text where vecd text is direction of the line. ### Core Logic
Mirror Image of a Point diagram for Q6 - JEE Main 2024 Evening
Mirror Image of a Point diagram for Q6 - JEE Main 2024 Evening
Let P = (2, 3, 5) and its mirror image be R(alpha, beta, gamma). The vector connecting the point and its mirror image, vecPR, is strictly perpendicular to the given line. The direction ratios of the line are vecd = (2, 3, 4). Therefore, the dot product must be zero: vecPR cdot vecd = 0 (alpha - 2, beta - 3, gamma - 5) cdot (2, 3, 4) = 0 2(alpha - 2) + 3(beta - 3) + 4(gamma - 5) = 0 2alpha - 4 + 3beta - 9 + 4gamma - 20 = 0 2alpha + 3beta + 4gamma = 33 ### Pattern Recognition When asked for a linear combination of image coordinates matching the direction ratios of the line, skip finding the exact foot of perpendicular. Just use the orthogonality condition directly. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 12 Maths: Three Dimensional Geometry
Q20 jee_main_2024_31_jan_evening Shortest Distance between two lines
The shortest distance between lines L_1 and L_2, where L_1:fracx-12=fracy+1-3=fracz+42 and L_2 is the line passing through the points A(-4,4,3), B(-1,6,3) and perpendicular to the line fracx-3-2=fracy3=fracz-11, is
  • A. frac121sqrt221
  • B. frac24sqrt117
  • C. frac141sqrt221
  • D. frac42sqrt117

Solution

### Related Formula textShortest distance = frac|(veca_2 - veca_1) cdot (vecn_1 times vecn_2)||vecn_1 times vecn_2| ### Core Logic For L_1: point a_1(1, -1, -4) and direction vecn_1 = (2, -3, 2). For L_2: passes through A(-4, 4, 3) and B(-1, 6, 3). Direction vecn_2 = vecAB = (-1 - (-4), 6 - 4, 3 - 3) = (3, 2, 0). The condition "perpendicular to..." is extra confirming information, since (3,2,0) cdot (-2,3,1) = 0. Cross product of directions: vecn_1 times vecn_2 = beginvmatrix hati & hatj & hatk \\ 2 & -3 & 2 \\ 3 & 2 & 0 endvmatrix = (-4, 6, 13) Magnitude: |vecn_1 times vecn_2| = sqrt(-4)^2 + 6^2 + 13^2 = sqrt16 + 36 + 169 = sqrt221. Vector connecting lines: veca_2 - veca_1 = (-4 - 1, 4 - (-1), 3 - (-4)) = (-5, 5, 7) Numerator of distance formula: |(veca_2 - veca_1) cdot (vecn_1 times vecn_2)| = |-5(-4) + 5(6) + 7(13)| = |20 + 30 + 91| = 141 Shortest Distance = frac141sqrt221 ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 12 Maths: Three Dimensional Geometry

More Three Dimensional Geometry Questions — jee_main_2025_07_april_evening

Practice all Three Dimensional Geometry previous-year questions →

Rankbit System
JEE Physics: Waves (+15.5%) | Electrostatics: Concentric Shells (-29.7%) | Modern Physics: Photoelectric Clones (+34.2%) | Mathematics: Definite Integrals (+18.1%) | Chemistry: Coordination Splitting (-11.4%) | JEE Physics: Waves (+15.5%) | Electrostatics: Concentric Shells (-29.7%) | Modern Physics: Photoelectric Clones (+34.2%) | Mathematics: Definite Integrals (+18.1%) | Chemistry: Coordination Splitting (-11.4%)