Let P be the image of the point Q(7,-2,5) in the line L: fracx-12=fracy+13=fracz4 and R(5,p,q) be a point on L. Then the square of the area of triangle PQR is \_\_\_\_. [cite: 3405, 3406]

Numerical Answer Type:
Enter a numerical value Answer: 957 +4 marks

Solution & Explanation

### Related Formula 1. Area of a \triangle with perpendicular height h and base b: textArea = frac12 times b times h 2. Since P is the reflection image of Q across line L, the line acts as a perpendicular bisector. For any point R lying on the line, the height from R to the line is RT, and the base QP = 2QT. ### Core Logic Determine parameters for point R lying directly on line L [cite: 3405, 4071]: frac5-12 = fracp+13 = fracq4 Rightarrow 2 = fracp+13 = fracq4 p+1 = 6 Rightarrow p = 5, quad q = 8 Rightarrow R = (5, 5, 8) [cite: 4071, 4073]
3D line reflection \triangle diagram for Q72 - JEE Main 2025 Evening
3D line reflection \triangle diagram for Q72 - JEE Main 2025 Evening
### Step 1: Locate Foot of Perpendicular (T) Let the foot of the perpendicular from Q(7, -2, 5) on line L be T(2lambda+1, 3lambda-1, 4lambda) . The directional direction of L is vecb = 2hati + 3hatj + 4hatk . Vector overrightarrowQT = (2lambda - 6)hati + (3lambda + 1)hatj + (4lambda - 5)hatk . Apply orthogonality condition overrightarrowQT cdot vecb = 0 : 2(2lambda - 6) + 3(3lambda + 1) + 4(4lambda - 5) = 0 4lambda - 12 + 9lambda + 3 + 16lambda - 20 = 0 Rightarrow 29lambda - 29 = 0 Rightarrow lambda = 1 [cite: 4077, 4078] Thus, T = (3, 2, 4). ### Step 2: Measure Geometric Distances Compute length QT using distance metrics : QT = sqrt(3-7)^2 + (2 - (-2))^2 + (4-5)^2 = sqrt16 + 16 + 1 = sqrt33 Since P is the symmetrical image, base QP = 2QT = 2sqrt33. Compute length RT representing height from vertex R(5, 5, 8) to base line at T(3, 2, 4) : RT = sqrt(5-3)^2 + (5-2)^2 + (8-4)^2 = sqrt4 + 9 + 16 = sqrt29 ### Step 3: Calculate Squared Area Compute the \triangle area squared value [cite: 3406, 4081]: textArea = frac12 times QP times RT = frac12 times left(2sqrt33right) times sqrt29 = sqrt957 left(textArearight)^2 = 957 [cite: 4081, 4083] ### Pattern Recognition Because the image geometry creates an isosceles pairing from any point on the mirror line to the object and image point, the area reduces beautifully to 2 times textArea(triangle QTR) = QT times RT. ### 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

Q28 jee_main_2024_31_jan_evening Distance of a point on a line
A line passes through A(4, -6, -2) and B(16, -2, 4). The point P(a, b, c) where a, b, c are non-negative integers, on the line AB lies at a distance of 21 units, from the point A. The distance between the points P(a, b, c) and Q(4, -12, 3) is equal to
Numerical Answer. Answer: 22 to 22

Solution

### Related Formula textDistance of point P text on line from A(x_1,y_1,z_1): P = (x_1 pm rd_x, y_1 pm rd_y, z_1 pm rd_z) textwhere (d_x,d_y,d_z) text are direction cosines and r text is distance. ### Core Logic Direction ratios of AB = (16-4, -2 - (-6), 4 - (-2)) = (12, 4, 6). Magnitude of this vector = sqrt144 + 16 + 36 = sqrt196 = 14. Direction cosines are left(frac1214, frac414, frac614right) = left(frac67, frac27, frac37right). Point P is at a distance of 21 units from A(4, -6, -2): P = left(4 pm 21left(frac67right), -6 pm 21left(frac27right), -2 pm 21left(frac37right)right) P = (4 pm 18, -6 pm 6, -2 pm 9) Since coordinates a,b,c of P are non-negative integers, we take the '+' sign: P = (4+18, -6+6, -2+9) = (22, 0, 7) Calculate distance from Q(4, -12, 3): PQ = sqrt(22 - 4)^2 + (0 - (-12))^2 + (7 - 3)^2 PQ = sqrt18^2 + 12^2 + 4^2 = sqrt324 + 144 + 16 = sqrt484 = 22 ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 12 Maths: Three Dimensional Geometry
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_2025_24_jan_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%)