Let (alpha, beta, gamma) be the co-ordinates of the foot of the perpendicular drawn from the point (5, 4, 2) on the line vecr = (-hati + 3hatj + hatk) + lambda(2hati + 3hatj - hatk) . Then the length of the projection of the vector alphahati+betahatj+gammahatk on the vector 6hati+2hatj+3hatk is :

Solution & Explanation

### Related Formula textLength of projection of vecu text on vecw = frac|vecu cdot vecw||vecw| ### Core Logic Given point A(5, 4, 2) and line (L): vecr = (-hati + 3hatj + hatk) + lambda(2hati + 3hatj - hatk) Any general point P on this line has coordinates: (-1 + 2lambda, 3 + 3lambda, 1 - lambda) ### Step 1: Finding the foot of the perpendicular Vector vecAP = P - A = (-1 + 2lambda - 5)hati + (3 + 3lambda - 4)hatj + (1 - lambda - 2)hatk vecAP = (2lambda - 6)hati + (3lambda - 1)hatj + (-lambda - 1)hatk Since AP is perpendicular to line (L), the dot product of vecAP with the direction vector of the line (2hati + 3hatj - hatk) must be zero: vecAP cdot (2hati + 3hatj - hatk) = 0 2(2lambda - 6) + 3(3lambda - 1) - 1(-lambda - 1) = 0 4lambda - 12 + 9lambda - 3 + lambda + 1 = 0 14lambda - 14 = 0 Rightarrow lambda = 1
Foot of perpendicular 3D diagram for Q14 - JEE Main 2026 Morning
Foot of perpendicular 3D diagram for Q14 - JEE Main 2026 Morning
### Step 2: Coordinates of the foot Substitute lambda = 1 into general point P to get (alpha, beta, gamma): alpha = -1 + 2(1) = 1 beta = 3 + 3(1) = 6 gamma = 1 - 1 = 0 Foot of perpendicular is (1, 6, 0). ### Step 3: Calculate the projection Let vecu = alphahati + betahatj + gammahatk = hati + 6hatj + 0hatk Let vecw = 6hati + 2hatj + 3hatk textProjection = frac|vecu cdot vecw||vecw| = frac|1(6) + 6(2) + 0(3)|sqrt6^2 + 2^2 + 3^2 = frac6 + 12sqrt36 + 4 + 9 = frac18sqrt49 = frac187 ### Pattern Recognition Foot of perpendicular problems algorithm: 1) Frame general vector P(lambda). 2) Construct distance vector vecAP. 3) Dot product with direction vector vecd = 0. 4) Solve for lambda. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 12 Maths: Three Dimensional Geometry Class 12 Maths: Vector Algebra

Reference Study Guides

More Three Dimensional Geometry Previous-Year Questions — Page 7

Q20 jee_main_2024_01_february_morning Shortest Distance Between Skew Lines
If the shortest distance between the lines fracx-lambda-2=fracy-21=fracz-11 and fracx-sqrt31=fracy-1-2=fracz-21 is 1, then the sum of all possible values of lambda is:
  • A. 0
  • B. 2sqrt3
  • C. 3sqrt3
  • D. -2sqrt3

Solution

### Related Formula The shortest distance between two skew lines vecr = veca_1 + svecb_1 and vecr = veca_2 + tvecb_2 is given by: d = frac|(veca_2 - veca_1) cdot (vecb_1 times vecb_2)||vecb_1 times vecb_2| ### Core Logic Identify the vectors from the equations of the lines: - Line 1 passes through veca_1 = lambdahati + 2hatj + hatk with direction vecb_1 = -2hati + hatj + hatk. - Line 2 passes through veca_2 = sqrt3hati + hatj + 2hatk with direction vecb_2 = hati - 2hatj + hatk. Calculate the coordinate difference vector: veca_2 - veca_1 = (sqrt3 - lambda)hati - hatj + hatk ### Step 1: Compute the Cross Product of the Direction Vectors Find the cross product matrix: vecb_1 times vecb_2 = beginvmatrix hati & hatj & hatk \\ -2 & 1 & 1 \\ 1 & -2 & 1 endvmatrix vecb_1 times vecb_2 = hati(1 - (-2)) - hatj(-2 - 1) + hatk(4 - 1) = 3hati + 3hatj + 3hatk Compute its magnitude: |vecb_1 times vecb_2| = sqrt3^2 + 3^2 + 3^2 = sqrt27 = 3sqrt3
Shortest distance between skew lines vector representation for Q20 - JEE Main 2024 01 February Morning
The figure details the spatial arrangement of the two skew lines along with their common perpendicular normal vector representing the shortest path.
### Step 2: Solve the Absolute Distance Equation for lambda Substitute these values into the shortest distance formula: 1 = frac|((sqrt3 - lambda)hati - hatj + hatk) cdot (3hati + 3hatj + 3hatk)|3sqrt3 1 = frac|3(sqrt3 - lambda) - 3 + 3|3sqrt3 = frac3|sqrt3 - lambda|3sqrt3 = frac|sqrt3 - lambda|sqrt3 This gives: |sqrt3 - lambda| = sqrt3 Unfolding the absolute value gives two cases: - **Case A:** sqrt3 - lambda = sqrt3 implies lambda = 0 - **Case B:** sqrt3 - lambda = -sqrt3 implies lambda = 2sqrt3 ### Step 3: Calculate the Final Sum The sum of all possible values of lambda is: textSum = 0 + 2sqrt3 = 2sqrt3 ### Pattern Recognition Sees: Shortest distance setup between vector paths containing free variables. Shortcut: In equations like |c - lambda| = d, the sum of the roots is simply equal to 2c, because the roots are symmetrically balanced around the center point c. Thus, textSum = 2 times sqrt3 = 2sqrt3 holds instantly without calculating individual values. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 12 Mathematics: Three Dimensional Geometry Class 12 Mathematics: Vector Algebra
Q29 jee_main_2024_01_february_morning Shortest Distance Between Skew Lines
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. Answer: 21 to 21

Solution

### 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
Q3 jee_main_2024_29_january_evening Angle Between Two Lines
Let P(3,2,3), Q(4,6,2) and R(7,3,2) be the vertices of Delta PQR. Then, the angle angle QPR is
  • A. fracpi6
  • B. cos^-1left(frac718right)
  • C. cos^-1left(frac118right)
  • D. fracpi3

Solution

### Related Formula cos theta = fracveca cdot vecb|veca||vecb| ### Core Logic Let us compute the direction ratios of the vectors overrightarrowPQ and overrightarrowPR originating from vertex P: Direction ratios of overrightarrowPQ = (4 - 3, 6 - 2, 2 - 3) = (1, 4, -1) Direction ratios of overrightarrowPR = (7 - 3, 3 - 2, 2 - 3) = (4, 1, -1) ### Step 1: Evaluating the Angle Using the dot product formula for the angle theta = angle QPR: cos theta = frac1(4) + 4(1) + (-1)(-1)sqrt1^2 + 4^2 + (-1)^2 cdot sqrt4^2 + 1^2 + (-1)^2 cos theta = frac4 + 4 + 1sqrt18 cdot sqrt18 = frac918 = frac12
Angle Between Two Lines diagram for Q3 - JEE Main 2024 Evening
Angle Between Two Lines diagram for Q3 - JEE Main 2024 Evening
Since cos theta = frac12, we have: theta = fracpi3 ### Pattern Recognition When asked for an angle like angle QPR, always ensure both vectors diverge from the common vertex P (i.e., use overrightarrowPQ and overrightarrowPR) to avoid sign errors. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 12 Mathematics: Three Dimensional Geometry
Q26 jee_main_2024_29_january_evening Shortest Distance Between Two Lines
Let O be the origin, and M and N be the points on the lines fracx - 54 = fracy - 41 = fracz - 53 and fracx + 812 = fracy + 25 = fracz + 119 respectively such that MN is the shortest distance between the given lines. Then overlinemathrmOMcdot overlinemathrmON is equal to
Numerical Answer. Answer: 9 to 9

Solution

### Related Formula The line segment of shortest distance MN is perpendicular to both directing vectors vecb_1 and vecb_2. ### Core Logic Let general point coordinates be expressions of parameters lambda and mu: M = (4lambda + 5, lambda + 4, 3lambda + 5) N = (12mu - 8, 5mu - 2, 9mu - 11) Vector direction ratios of overrightarrowMN: overrightarrowMN = (4lambda - 12mu + 13, lambda - 5mu + 6, 3lambda - 9mu + 16) The cross product vector perpendicular to both lines is vecb_1 times vecb_2 = (-6, 0, 8). ### Step 1: Finding Parameters via Perpendicular Conditions Equating directional proportional factors: frac4lambda - 12mu + 13-6 = fraclambda - 5mu + 60 = frac3lambda - 9mu + 168 From the zero denominator constraint: lambda - 5mu + 6 = 0 quad dots (iii) From the first and third components: 8(4lambda - 12mu + 13) = -6(3lambda - 9mu + 16) implies 32lambda - 96mu + 104 = -18lambda + 54mu - 96 50lambda - 150mu + 200 = 0 implies lambda - 3mu + 4 = 0 quad dots (iv) Solving equations (iii) and (iv) yields lambda = -1 and mu = 1. ### Step 2: Vector Coordinate Evaluation Substituting parameter roots into point layout vectors: M = (4(-1)+5, -1+4, 3(-1)+5) = (1, 3, 2) N = (12(1)-8, 5(1)-2, 9(1)-11) = (4, 3, -2) Evaluating target scalar products: overlinemathrmOM cdot overlinemathrmON = 1(4) + 3(3) + 2(-2) = 4 + 9 - 4 = 9 ### Pattern Recognition Shortest distance points constrain line segments to align with the direct cross product vector. Setting proportional components yields quick parameters. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 12 Mathematics: Three Dimensional Geometry
Q3 jee_main_2024_27_jan_morning Distance of a Point from a Line
The distance of the point (7, -2, 11) from the line fracx-61=fracy-40=fracz-83 along the line fracx-52=fracy-1-3=fracz-56, is:
  • A. 12
  • B. 14
  • C. 18
  • D. 21

Solution

### Related Formula fracx-x_1a = fracy-y_1b = fracz-z_1c = lambda ### Core Logic Let point A = (7, -2, 11). We want the distance from A to the line L_1: fracx-61=fracy-40=fracz-83 measured *along* a line parallel to L_2: fracx-52=fracy-1-3=fracz-56. The line passing through A parallel to L_2 will have the equation: fracx-72 = fracy+2-3 = fracz-116 = lambda Any general point B on this new line can be represented as: B equiv (2lambda + 7, -3lambda - 2, 6lambda + 11) ### Step 1: Finding Intersection Point B Since B lies on the given line L_1, its coordinates must satisfy the equation of L_1: frac(2lambda + 7) - 61 = frac(-3lambda - 2) - 40 = frac(6lambda + 11) - 83 Focus on the middle term (since denominator is 0, numerator must equal 0 for intersection): -3lambda - 6 = 0 Rightarrow lambda = -2 ### Step 2: Coordinates of B and Distance Calculation Substitute lambda = -2 back into the coordinates of point B: B = (2(-2)+7, -3(-2)-2, 6(-2)+11) = (3, 4, -1) Now, calculate the distance AB using the 3D distance formula: AB = sqrt(7-3)^2 + (-2-4)^2 + (11 - (-1))^2 AB = sqrt4^2 + (-6)^2 + (12)^2 AB = sqrt16 + 36 + 144 AB = sqrt196 = 14 ### Pattern Recognition Distance of a point from a line *along* another direction means finding the intersection of the given line and a new line passing through the point parallel to the direction vector. The zero in the direction ratio is a massive shortcut—just equate the corresponding numerator to zero. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 12 Maths: Three Dimensional Geometry

More Three Dimensional Geometry Questions — jee_main_2026_21_jan_morning

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

Now Live Open
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...