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%)

Let the line of the shortest distance between the lines L_1:vecr=(hati+2hatj+3hatk)+lambda(hati-hatj+hatk) and L_2:vecr=(4hati+5hatj+6hatk)+mu(hati+hatj-hatk) intersect L_1 and L_2 at P and Q respectively. If (\alpha, \beta, \gamma) is the midpoint of the line segment PQ, then 2(alpha+beta+gamma) is equal to

Numerical Answer Type:
Enter a numerical value Answer: 21 to 21 +4 marks

Solution & Explanation

### Related Formula The vector connecting the shortest distance points P and Q on two skew lines must be simultaneously perpendicular to the direction vectors vecb_1 and vecb_2 of both lines: vecPQ parallel (vecb_1 times vecb_2) ### Core Logic Let's define general points on both lines: - Point P on L_1: (1+lambda, \, 2-lambda, \, 3+lambda) - Point Q on L_2: (4+mu, \, 5+mu, \, 6-mu) The direction ratios of vector vecPQ are: vecPQ = (3+mu-lambda)hati + (3+mu+lambda)hatj + (3-mu-lambda)hatk ### Step 1: Compute Perpendicular Direction Vector Calculate the cross product of the directions of lines L_1 and L_2: vecb_1 times vecb_2 = beginvmatrix hati & hatj & hatk \\ 1 & -1 & 1 \\ 1 & 1 & -1 endvmatrix = 0hati + 2hatj + 2hatk Since vecPQ is parallel to (0, 2, 2), we compare the coordinate ratios: 3+mu-lambda = 0 implies lambda - mu = 3 quad implies (1) frac3+mu+lambda2 = frac3-mu-lambda2 implies 2mu + 2lambda = 0 implies lambda + mu = 0 quad implies (2)
Shortest distance foot coordinates calculation for Q29 - JEE Main 2024 01 February Morning
The graphic maps out the geometry of lines L1 and L2 intersected by their common perpendicular segment at points A and B.
### Step 2: Solve for Parameters and Midpoint Solving linear equations (1) and (2) simultaneously: lambda = frac32, quad mu = -frac32 Substitute these values back to find the specific coordinates of points P and Q: - P = left(frac52, \, frac12, \, frac92 ight) - Q = left(frac52, \, frac72, \, frac152 ight) The midpoint coordinates (alpha, beta, gamma) are: (alpha, beta, gamma) = left( frac5/2 + 5/22, \, frac1/2 + 7/22, \, frac9/2 + 15/22 right) = left(frac52, \, 2, \, 6 ight) ### Step 3: Final Computation Calculate the required terms: 2(alpha+beta+gamma) = 2left(frac52 + 2 + 6right) = 5 + 4 + 12 = 21 ### Pattern Recognition Sees: Explicit endpoints of the shortest distance line vector segment. Shortcut: Since the cross product component along hati is 0, the x-coordinates of both line points are identical, providing a massive shortcut to check algebraic equations immediately. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 12 Mathematics: Three Dimensional Geometry

Reference Study Guides

More Three Dimensional Geometry Previous-Year Questions — Page 10

Q14 jee_main_2024_31_jan_morning Distance of a Point from a Line
The distance of the point Q(0, 2, -2) form the line passing through the point P(5, -4, 3) and perpendicular to the lines vecr = (-3hati + 2hatk) + lambda(2hati + 3hatj + 5hatk), lambda in mathbbR and vecr = (hati - 2hatj + hatk) + mu(-hati + 3hatj + 2hatk), mu in mathbbR
  • A. sqrt86
  • B. sqrt20
  • C. sqrt54
  • D. sqrt74

Solution

### Core Logic A vector in the direction of the required line is perpendicular to both given lines. We obtain it via cross product of their direction vectors: vecn = beginvmatrix hati & hatj & hatk \\ 2 & 3 & 5 \\ -1 & 3 & 2 endvmatrix = -9hati - 9hatj + 9hatk Taking the direction vector as hati + hatj - hatk. ### Step 1: Required Line Equation The line passes through P(5, -4, 3) with direction hati + hatj - hatk. Equation: vecr = (5hati - 4hatj + 3hatk) + alpha(hati + hatj - hatk). ### Step 2: Projection & Distance Any point on the line is M(5+alpha, -4+alpha, 3-alpha). We need distance from Q(0, 2, -2). Vector vecQM = (5+alpha)hati + (alpha-6)hatj + (5-alpha)hatk. Since vecQM is perpendicular to the line direction (hati + hatj - hatk): (5+alpha)(1) + (alpha-6)(1) + (5-alpha)(-1) = 0 5 + alpha + alpha - 6 - 5 + alpha = 0 implies 3alpha = 6 implies alpha = 2.
Distance of a Point from a Line diagram for Q14 - JEE Main 2024 Morning
Distance of a Point from a Line diagram for Q14 - JEE Main 2024 Morning
### Step 3: Distance calculation Substitute alpha = 2 in vecQM: vecQM = 7hati - 4hatj + 3hatk. Distance |vecQM| = sqrt7^2 + (-4)^2 + 3^2 = sqrt49 + 16 + 9 = sqrt74. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 12 Maths: Three Dimensional Geometry Class 12 Maths: Vector Algebra
Q24 jee_main_2024_31_jan_morning Foot of Perpendicular and Angle
Let Q and R be the feet of perpendiculars from the point P(a, a, a) on the lines x = y, z = 1 and x = -y, z = -1 respectively. If angle QPR is a right angle, then 12a^2 is equal to
Numerical Answer. Answer: 12 to 12

Solution

### Core Logic Line 1: fracx1 = fracy1 = fracz-10 = r implies Q(r, r, 1). Line 2: fracx1 = fracy-1 = fracz+10 = k implies R(k, -k, -1). ### Step 1: Perpendicular Conditions Vector vecPQ = (r-a)hati + (r-a)hatj + (1-a)hatk. vecPQ cdot textDirection of Line 1 = 0 implies (r-a)(1) + (r-a)(1) + (1-a)(0) = 0. 2r - 2a = 0 implies r = a. Thus, vecPQ = 0hati + 0hatj + (1-a)hatk. Vector vecPR = (k-a)hati + (-k-a)hatj + (-1-a)hatk. vecPR cdot textDirection of Line 2 = 0 implies (k-a)(1) + (-k-a)(-1) + (-1-a)(0) = 0. k - a + k + a = 0 implies 2k = 0 implies k = 0. Thus, vecPR = -ahati - ahatj - (a+1)hatk. ### Step 2: Right Angle Condition Given angle QPR = 90^circ implies vecPQ cdot vecPR = 0. (0)(-a) + (0)(-a) + (1-a)(-(a+1)) = 0 -(1-a)(1+a) = 0 implies a^2 - 1 = 0 implies a^2 = 1 Therefore, 12a^2 = 12(1) = 12. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 12 Maths: Three Dimensional Geometry Class 12 Maths: Vector Algebra

More Three Dimensional Geometry Questions — jee_main_2024_01_february_morning

Practice all Three Dimensional Geometry previous-year questions →

YOUR FIRST PREP STEP STARTS HERE

We Map Every Repeating Question in Competitive Exams.

Say goodbye to generic mock test fatigue. RankBit uses smart analysis to group past exam questions into their foundational Repeating Question Types. Find chapter weightage, track repeating questions, and score higher with targeted practice.

Select Your Target Exam

Choose an exam track below to find formulas per chapter and patterns.

Syncing Exam Intelligence

Mapping formulas and patterns across all tracks…

PATH A — FULL LENGTH PRACTICE

Full Mock Test Hub

Simulate real NTA exam conditions with fully tracked mocks. Time yourself against past papers.

Under Development
PATH B — TARGETED PRACTICE

Topic-wise Practice Hub

Practice past-year questions one chapter at a time. Pick an exam → subject → chapter and get every PYQ for that topic — pulled together from all past papers — with the chapter's key formulas alongside.

Loading Questions... Browse Topics
Latest from the Blog
View all →

Loading articles...