Class 12Mathematics · Vectors & 3D GeometryFull chapter

Three-Dimensional Geometry

The whole chapter in one place — read it, then test yourself. Clear notes, formula sheet, a practice quiz, and worked NCERT solutions & PYQs.

Direction Cosines and Direction Ratios of a Line

Quick answer Every line in space has a direction that can be measured against the three coordinate axes using direction cosines, and expressed more flexibly using direction ratios.

Every line in three-dimensional space has a definite direction, and we describe this direction using two closely related ideas: direction cosines and direction ratios.

If a line makes angles α, β, γ with the positive directions of the x-axis, y-axis and z-axis respectively, then cos α, cos β, cos γ are called the direction cosines (DCs) of the line, usually written l, m, n. A line has two opposite directions, so it has two sets of direction cosines that differ only in sign. For any line, the direction cosines always satisfy the fundamental identity l2 + m2 + n2 = 1.

Numbers a, b, c that are proportional to l, m, n (that is, a = kl, b = km, c = kn for some non-zero constant k) are called the direction ratios (DRs) of the line. Unlike direction cosines, direction ratios are not unique — any non-zero multiple of a valid set of DRs is still a valid set of DRs for the same line. Given DRs a, b, c, the direction cosines are recovered by dividing each by the magnitude √(a2+b2+c2).

If a line passes through two points P(x1, y1, z1) and Q(x2, y2, z2), its direction ratios are simply x2-x1, y2-y1, z2-z1, and its direction cosines are obtained by dividing each of these by the distance PQ.

Worked Example 1. Find the direction cosines of the line joining P(1, 2, 3) and Q(4, 5, 6).

Direction ratios: (4-1, 5-2, 6-3) = (3, 3, 3). Magnitude = √(32+32+32) = √27 = 3√3. So the direction cosines are (3/3√3, 3/3√3, 3/3√3) = (1/√3, 1/√3, 1/√3). Check: (1/√3)2 + (1/√3)2 + (1/√3)2 = 1/3 + 1/3 + 1/3 = 1.

Worked Example 2. A line makes angles 90°, 135°, 45° with the x, y and z axes respectively. Find its direction cosines.

l = cos 90° = 0, m = cos 135° = -1/√2, n = cos 45° = 1/√2. Check: 02 + (-1/√2)2 + (1/√2)2 = 0 + 1/2 + 1/2 = 1.

Direction cosines relation l² + m² + n² = 1 l, m, n are cosines of the angles a line makes with the x, y, z axes
Direction cosines from direction ratios l = a/√(a²+b²+c²), m = b/√(a²+b²+c²), n = c/√(a²+b²+c²) a, b, c are any direction ratios of the line
Direction ratios of line joining two points a = x₂ - x₁, b = y₂ - y₁, c = z₂ - z₁ P(x₁,y₁,z₁) and Q(x₂,y₂,z₂) are two points on the line
Distance between two points PQ = √[(x₂-x₁)² + (y₂-y₁)² + (z₂-z₁)²] same as coordinate unit · used to convert direction ratios into direction cosines
Remember
  • Direction cosines l, m, n are the cosines of the angles a line makes with the positive x, y and z axes, and satisfy l² + m² + n² = 1.
  • Direction ratios are any numbers proportional to the direction cosines and are not unique.
  • For a line through P(x1,y1,z1) and Q(x2,y2,z2), the direction ratios are (x2-x1, y2-y1, z2-z1).
  • Dividing a set of direction ratios by their magnitude √(a²+b²+c²) gives the direction cosines.
  • Every line has two opposite sets of direction cosines, one for each of its two directions.

Equation of a Line in Space

Quick answer A line in space is fixed by a point on it together with its direction, giving vector and Cartesian forms for a line through one point or through two points.

To pin down a line completely we need a fixed point on it together with its direction. This idea leads to two standard forms for the equation of a line in space: through a given point parallel to a given vector, and through two given points.

Line through a point, parallel to a given vector. Let the line pass through the point A with position vector a, and be parallel to a vector b. Then any point R on the line has position vector r = a + λb, where λ is a real parameter (the vector equation). If A is (x1,y1,z1) and b has direction ratios a, b, c, the same line in Cartesian form is (x-x1)/a = (y-y1)/b = (z-z1)/c.

Line through two points. If the line passes through two points A and B with position vectors a and b, its direction vector is b - a, so the vector equation is r = a + λ(b - a). In Cartesian form, with A(x1,y1,z1) and B(x2,y2,z2), the equation is (x-x1)/(x2-x1) = (y-y1)/(y2-y1) = (z-z1)/(z2-z1).

Worked Example 1. Find the vector and Cartesian equations of the line through (5, 2, -4) and parallel to the vector 3i + 2j - 8k.

Vector form: r = (5i + 2j - 4k) + λ(3i + 2j - 8k). Cartesian form: (x-5)/3 = (y-2)/2 = (z+4)/-8.

Worked Example 2. Find the Cartesian equation of the line through (-2, 4, -5) and (1, 2, 3).

Direction ratios: (1-(-2), 2-4, 3-(-5)) = (3, -2, 8). Equation: (x+2)/3 = (y-4)/-2 = (z+5)/8.

Line through a point, parallel to a vector (vector form) r = a + λb a = position vector of the given point, b = direction vector, λ ∈ ℝ
Line through a point, parallel to a vector (Cartesian form) (x-x₁)/a = (y-y₁)/b = (z-z₁)/c (x₁,y₁,z₁) is the fixed point; a,b,c are direction ratios
Line through two points (vector form) r = a + λ(b - a) a, b are position vectors of the two given points
Line through two points (Cartesian form) (x-x₁)/(x₂-x₁) = (y-y₁)/(y₂-y₁) = (z-z₁)/(z₂-z₁) (x₁,y₁,z₁) and (x₂,y₂,z₂) are the two given points
Remember
  • A line in space needs a fixed point plus a direction vector (or a second point) to be uniquely determined.
  • Vector form through a point: r = a + λb.
  • Cartesian form through a point: (x-x1)/a = (y-y1)/b = (z-z1)/c.
  • Vector form through two points: r = a + λ(b-a).
  • Cartesian form through two points uses the coordinate differences as direction ratios.

Angle Between Two Lines and Shortest Distance Between Two Lines

Quick answer Two lines in space can be compared by the angle between their directions, and if they don't meet, by the shortest (perpendicular) distance separating them.

When two lines are given in space (either intersecting or skew — non-intersecting and non-parallel), two natural questions arise: what angle do they make, and if they don't meet, how far apart are they?

Angle between two lines. If two lines have direction vectors b1 and b2, the acute angle θ between them satisfies cos θ = |b1·b2| / (|b1||b2|). In terms of direction ratios (a1,b1,c1) and (a2,b2,c2), cos θ = |a1a2+b1b2+c1c2| / (√(a12+b12+c12)·√(a22+b22+c22)). Taking the absolute value ensures we always get the acute angle. The lines are perpendicular when a1a2+b1b2+c1c2=0, and parallel when a1/a2=b1/b2=c1/c2.

Worked Example 1. Find the angle between two lines whose direction ratios are (2, 2, 1) and (4, 1, 8).

cos θ = |2(4)+2(1)+1(8)| / (√(4+4+1)·√(16+1+64)) = |8+2+8| / (3·√81) = 18/(3·9) = 18/27 = 2/3. So θ = cos-1(2/3).

Shortest distance between two lines. Two lines in space that are neither parallel nor intersecting are called skew lines, and the shortest distance between them is measured along their common perpendicular. For lines r = a1+λb1 and r = a2+μb2, this shortest distance is d = |(a2-a1)·(b1×b2)| / |b1×b2|. If the lines intersect, this distance is zero. For two parallel lines r = a1+λb and r = a2+μb (same direction vector b), the distance between them is d = |b×(a2-a1)| / |b|.

Worked Example 2. Find the shortest distance between the lines r = (i+j) + λ(2i-j+k) and r = (2i+j-k) + μ(3i-5j+2k).

Here a1=(1,1,0), b1=(2,-1,1), a2=(2,1,-1), b2=(3,-5,2), so a2-a1=(1,0,-1).

b1×b2 = ((-1)(2)-(1)(-5), (1)(3)-(2)(2), (2)(-5)-(-1)(3)) = (3, -1, -7). So |b1×b2| = √(9+1+49) = √59.

(a2-a1)·(b1×b2) = (1)(3)+(0)(-1)+(-1)(-7) = 3+0+7 = 10. Hence the shortest distance d = 10/√59 units.

Angle between two lines (vector form) cosθ = |b₁·b₂| / (|b₁| |b₂|) b₁, b₂ are direction vectors of the two lines
Angle between two lines (Cartesian form) cosθ = |a₁a₂+b₁b₂+c₁c₂| / (√(a₁²+b₁²+c₁²)·√(a₂²+b₂²+c₂²)) (a₁,b₁,c₁), (a₂,b₂,c₂) are direction ratios of the two lines
Condition for perpendicular lines a₁a₂ + b₁b₂ + c₁c₂ = 0
Condition for parallel lines a₁/a₂ = b₁/b₂ = c₁/c₂
Shortest distance between skew lines d = |(a₂-a₁)·(b₁×b₂)| / |b₁×b₂| same as coordinate unit · a₁,a₂ position vectors on each line; b₁,b₂ their direction vectors
Distance between two parallel lines d = |b×(a₂-a₁)| / |b| same as coordinate unit · both lines share the same direction vector b
Remember
  • The angle between two lines uses the dot product of their direction vectors or ratios, always taken as a positive (acute) value.
  • Lines are perpendicular when a1a2+b1b2+c1c2=0 and parallel when their direction ratios are proportional.
  • Skew lines are neither parallel nor intersecting; the shortest distance between them lies along their common perpendicular.
  • Shortest distance between skew lines: d = |(a2-a1)·(b1×b2)| / |b1×b2|.
  • A shortest-distance value of zero means the lines actually intersect (or coincide).

Equation of a Plane

Quick answer A plane can be described using a point and its normal, three points on it, its axis intercepts, or as a family passing through the intersection of two other planes.

A plane is a flat two-dimensional surface extending infinitely in space, and just like a line, it can be described in several equivalent ways depending on what information is given: a point and a normal direction, three points on the plane, its intercepts on the axes, or as a combination of two other planes.

Normal form. If n̂ is the unit vector normal (perpendicular) to a plane and d is the plane's perpendicular distance from the origin, every point on the plane has position vector r satisfying r·n̂ = d. In Cartesian form, if l, m, n are the direction cosines of the normal, the equation is lx + my + nz = d.

Plane through a point, perpendicular to a given vector. If the plane passes through a point A (position vector a) and is perpendicular to a vector n, then for any point R on the plane, the vector AR is perpendicular to n, giving (r - a)·n = 0. If n has direction ratios a, b, c and A is (x1,y1,z1), the Cartesian form is a(x-x1) + b(y-y1) + c(z-z1) = 0.

Worked Example 1. Find the equation of the plane through (1, 0, -2) with normal direction ratios (1, -2, 1).

1(x-1) - 2(y-0) + 1(z+2) = 0 ⟹ x - 1 - 2y + z + 2 = 0 ⟹ x - 2y + z + 1 = 0.

Plane through three non-collinear points. If A(x1,y1,z1), B(x2,y2,z2), C(x3,y3,z3) lie on the plane, the vectors AB and AC both lie in the plane, so their cross product AB × AC gives a normal to it.

Worked Example 2. Find the equation of the plane through (1,1,0), (1,2,1), (-2,2,-1).

Take A(1,1,0). Then AB = (0,1,1) and AC = (-3,1,-1). Normal = AB × AC = (1·(-1)-1·1, 1·(-3)-0·(-1), 0·1-1·(-3)) = (-2, -3, 3). The plane through A with this normal is -2(x-1) - 3(y-1) + 3(z-0) = 0, which simplifies to 2x + 3y - 3z = 5.

Intercept form. If a plane cuts the x, y, z axes at distances a, b, c from the origin, its equation is x/a + y/b + z/c = 1.

Worked Example 3. Express 2x - 3y + 4z = 12 in intercept form.

Dividing throughout by 12: x/6 - y/4 + z/3 = 1, so the intercepts are a=6, b=-4, c=3.

Plane through the intersection of two planes. Any plane passing through the line of intersection of a1x+b1y+c1z=d1 and a2x+b2y+c2z=d2 can be written as (a1x+b1y+c1z-d1) + λ(a2x+b2y+c2z-d2) = 0, with λ fixed using an extra condition such as another point the plane must pass through.

Worked Example 4. Find the plane through the intersection of x+y+z=1 and 2x+3y+4z=5, also passing through (1,1,1).

Family: (x+y+z-1) + λ(2x+3y+4z-5) = 0. Substituting (1,1,1): (1+1+1-1) + λ(2+3+4-5) = 2 + 4λ = 0, so λ = -1/2. Multiplying by 2 and simplifying: 2(x+y+z-1) - (2x+3y+4z-5) = 0 ⟹ -y-2z+3 = 0, i.e. y + 2z = 3.

Plane in normal form (vector) r · n̂ = d n̂ = unit normal to the plane, d = perpendicular distance of the plane from the origin
Plane in normal form (Cartesian) lx + my + nz = d l, m, n are the direction cosines of the normal
Plane through a point, perpendicular to a vector (r - a)·n = 0 equivalently a(x-x₁)+b(y-y₁)+c(z-z₁)=0
Plane through three non-collinear points (determinant form) | x-x₁ y-y₁ z-z₁ ; x₂-x₁ y₂-y₁ z₂-z₁ ; x₃-x₁ y₃-y₁ z₃-z₁ | = 0 the 3×3 determinant is set equal to zero
Intercept form of a plane x/a + y/b + z/c = 1 a, b, c are the intercepts made on the x, y, z axes
Family of planes through intersection of two planes (a₁x+b₁y+c₁z-d₁) + λ(a₂x+b₂y+c₂z-d₂) = 0 λ is found from an extra condition, such as a known point on the required plane
Remember
  • A plane can be specified by a point and a normal vector, three non-collinear points, its axis intercepts, or a family through the intersection of two planes.
  • Normal form: r·n̂ = d, where d is the plane's perpendicular distance from the origin.
  • Point-normal Cartesian form: a(x-x1)+b(y-y1)+c(z-z1)=0.
  • Intercept form x/a+y/b+z/c=1 directly reads off the axis intercepts a, b, c.
  • A family of planes through the intersection of two planes is P1 + λP2 = 0, with λ fixed by an extra given condition.

Angle Between Two Planes, Angle Between a Line and a Plane, and Coplanarity of Two Lines

Quick answer Planes are compared using their normal vectors, a line and a plane are compared using the line's direction against the plane's normal, and two lines can be tested for coplanarity using a scalar triple product.

Planes can be compared with each other, and lines can be compared against planes, using the same dot-product idea used for lines: the angle between two directions is governed by the angle between their normal or direction vectors.

Angle between two planes. The angle between two planes equals the angle between their normal vectors n1 and n2: cos θ = |n1·n2| / (|n1||n2|). In terms of the Cartesian coefficients, for planes a1x+b1y+c1z=d1 and a2x+b2y+c2z=d2, cos θ = |a1a2+b1b2+c1c2| / (√(a12+b12+c12)·√(a22+b22+c22)). Two planes are perpendicular when a1a2+b1b2+c1c2=0, and parallel when their normals are proportional.

Worked Example 1. Find the angle between the planes 2x+y-2z=5 and 3x-6y-2z=7.

n1=(2,1,-2), n2=(3,-6,-2). n1·n2 = 6-6+4 = 4. |n1| = √(4+1+4) = 3. |n2| = √(9+36+4) = 7. cos θ = 4/(3·7) = 4/21, so θ = cos-1(4/21).

Angle between a line and a plane. If a line has direction vector b and a plane has normal n, the angle φ between the line and the plane (not the line and the normal) satisfies sin φ = |b·n| / (|b||n|). Sine, not cosine, appears here because φ is measured from the plane itself, which is perpendicular to n.

Worked Example 2. Find the angle between the line (x+1)/2 = y/3 = (z-3)/6 and the plane 10x+2y-11z=3.

Line direction b=(2,3,6); plane normal n=(10,2,-11). b·n = 20+6-66 = -40, so |b·n|=40. |b| = √(4+9+36)=7. |n| = √(100+4+121) = √225 = 15. sin φ = 40/(7·15) = 40/105 = 8/21. So φ = sin-1(8/21).

Coplanarity of two lines. Two lines r = a1+λb1 and r = a2+μb2 are coplanar (they either intersect or are parallel, and lie in one plane) exactly when the scalar triple product (a2-a1)·(b1×b2) = 0 — the same expression that appears in the numerator of the shortest-distance formula. If it is not zero, the lines are skew.

Worked Example 3. Show that the lines (x-5)/4 = (y-7)/4 = (z+3)/-5 and (x-8)/7 = (y-4)/1 = (z-5)/3 intersect.

Points: (5,7,-3) and (8,4,5); direction ratios: (4,4,-5) and (7,1,3). The connecting vector is (8-5, 4-7, 5-(-3)) = (3,-3,8). The coplanarity determinant is:

| 3 -3 8 |
| 4 4 -5 |
| 7 1 3 |

Expanding: 3(4·3-(-5)·1) - (-3)(4·3-(-5)·7) + 8(4·1-4·7) = 3(12+5) + 3(12+35) + 8(4-28) = 3(17) + 3(47) + 8(-24) = 51 + 141 - 192 = 0. Since the determinant is zero, the lines are coplanar — in fact they intersect (at the point (1,3,2)).

Angle between two planes (vector) cosθ = |n₁·n₂| / (|n₁| |n₂|) n₁, n₂ are normal vectors of the two planes
Angle between two planes (Cartesian) cosθ = |a₁a₂+b₁b₂+c₁c₂| / (√(a₁²+b₁²+c₁²)·√(a₂²+b₂²+c₂²))
Condition for perpendicular planes a₁a₂ + b₁b₂ + c₁c₂ = 0
Condition for parallel planes a₁/a₂ = b₁/b₂ = c₁/c₂
Angle between a line and a plane sinφ = |b·n| / (|b| |n|) b = direction vector of the line, n = normal to the plane
Coplanarity of two lines (a₂-a₁) · (b₁×b₂) = 0 equivalent to a 3×3 determinant of the joining vector and the two direction vectors being zero
Remember
  • The angle between two planes equals the angle between their normal vectors.
  • Planes are perpendicular when a1a2+b1b2+c1c2=0 and parallel when their normals are proportional.
  • The angle between a line and a plane uses the sine (not cosine) of the angle between the line's direction and the plane's normal.
  • Two lines are coplanar exactly when the scalar triple product (a2-a1)·(b1×b2) equals zero.
  • A zero coplanarity determinant does not automatically mean the lines are parallel — they may genuinely intersect at a single point.

Distance of a Point from a Plane

Quick answer The perpendicular distance from any point to a plane can be found directly from the plane's equation, and the same idea extends to the distance between two parallel planes.

Once a plane's equation is known, a very common practical question is: how far is a given point from the plane? This closes the loop on the chapter's core toolkit and also lets us compare two parallel planes.

Distance of a point from a plane. For a plane written in normal form r·n = d (n not necessarily a unit vector) and a point with position vector a, the perpendicular distance from the point to the plane is D = |a·n - d| / |n|. In Cartesian form, for the plane Ax+By+Cz+D=0 and point (x1,y1,z1), the distance is D = |Ax1+By1+Cz1+D| / √(A2+B2+C2).

Worked Example 1. Find the distance of the point (2, 5, -3) from the plane r·(6i-3j+2k) = 4.

Here a=(2,5,-3), n=(6,-3,2), d=4. a·n = 6(2) + (-3)(5) + 2(-3) = 12 - 15 - 6 = -9. So D = |-9-4| / √(36+9+4) = |-13|/√49 = 13/7 units.

Distance between two parallel planes. Since parallel planes share the same normal direction, if they are written as r·n = d1 and r·n = d2, the distance between them is D = |d1-d2| / |n|.

Worked Example 2. Find the distance between the parallel planes 2x-2y+z+3=0 and 4x-4y+2z+5=0.

Rewrite the second plane with the same normal as the first by dividing by 2: 2x-2y+z+5/2=0. Both planes now have normal (2,-2,1) with |n| = √(4+4+1)=3, and constants -3 and -5/2 in the r·n=d form. D = |(-3)-(-5/2)|/3 = |-1/2|/3 = 1/6 units.

Distance of a point from a plane (vector form) D = |a·n - d| / |n| same as coordinate unit · plane: r·n = d; point has position vector a
Distance of a point from a plane (Cartesian form) D = |Ax₁+By₁+Cz₁+D| / √(A²+B²+C²) same as coordinate unit · plane: Ax+By+Cz+D=0; point (x₁,y₁,z₁)
Distance between two parallel planes D = |d₁-d₂| / |n| same as coordinate unit · planes r·n=d₁ and r·n=d₂ share the same normal n
Remember
  • The distance of a point (x1,y1,z1) from the plane Ax+By+Cz+D=0 is |Ax1+By1+Cz1+D| / √(A²+B²+C²).
  • In vector form, distance = |a·n - d| / |n| for the plane r·n = d.
  • Parallel planes sharing normal n and constants d1, d2 are a distance |d1-d2|/|n| apart.
  • Always rewrite both planes with the same (proportional) normal vector before comparing their d-values.

The formula sheet

Every formula in this chapter, in one place — screenshot it before your exam.

l² + m² + n² = 1
Direction cosines relation
l = a/√(a²+b²+c²), m = b/√(a²+b²+c²), n = c/√(a²+b²+c²)
Direction cosines from direction ratios
a = x₂ - x₁, b = y₂ - y₁, c = z₂ - z₁
Direction ratios of line joining two points
PQ = √[(x₂-x₁)² + (y₂-y₁)² + (z₂-z₁)²]
Distance between two pointssame as coordinate unit
r = a + λb
Line through a point, parallel to a vector (vector form)
(x-x₁)/a = (y-y₁)/b = (z-z₁)/c
Line through a point, parallel to a vector (Cartesian form)
r = a + λ(b - a)
Line through two points (vector form)
(x-x₁)/(x₂-x₁) = (y-y₁)/(y₂-y₁) = (z-z₁)/(z₂-z₁)
Line through two points (Cartesian form)
cosθ = |b₁·b₂| / (|b₁| |b₂|)
Angle between two lines (vector form)
cosθ = |a₁a₂+b₁b₂+c₁c₂| / (√(a₁²+b₁²+c₁²)·√(a₂²+b₂²+c₂²))
Angle between two lines (Cartesian form)
a₁a₂ + b₁b₂ + c₁c₂ = 0
Condition for perpendicular lines
a₁/a₂ = b₁/b₂ = c₁/c₂
Condition for parallel lines
d = |(a₂-a₁)·(b₁×b₂)| / |b₁×b₂|
Shortest distance between skew linessame as coordinate unit
d = |b×(a₂-a₁)| / |b|
Distance between two parallel linessame as coordinate unit
r · n̂ = d
Plane in normal form (vector)
lx + my + nz = d
Plane in normal form (Cartesian)
(r - a)·n = 0
Plane through a point, perpendicular to a vector
| x-x₁ y-y₁ z-z₁ ; x₂-x₁ y₂-y₁ z₂-z₁ ; x₃-x₁ y₃-y₁ z₃-z₁ | = 0
Plane through three non-collinear points (determinant form)
x/a + y/b + z/c = 1
Intercept form of a plane
(a₁x+b₁y+c₁z-d₁) + λ(a₂x+b₂y+c₂z-d₂) = 0
Family of planes through intersection of two planes
cosθ = |n₁·n₂| / (|n₁| |n₂|)
Angle between two planes (vector)
cosθ = |a₁a₂+b₁b₂+c₁c₂| / (√(a₁²+b₁²+c₁²)·√(a₂²+b₂²+c₂²))
Angle between two planes (Cartesian)
a₁a₂ + b₁b₂ + c₁c₂ = 0
Condition for perpendicular planes
a₁/a₂ = b₁/b₂ = c₁/c₂
Condition for parallel planes
sinφ = |b·n| / (|b| |n|)
Angle between a line and a plane
(a₂-a₁) · (b₁×b₂) = 0
Coplanarity of two lines
D = |a·n - d| / |n|
Distance of a point from a plane (vector form)same as coordinate unit
D = |Ax₁+By₁+Cz₁+D| / √(A²+B²+C²)
Distance of a point from a plane (Cartesian form)same as coordinate unit
D = |d₁-d₂| / |n|
Distance between two parallel planessame as coordinate unit

Test yourself

Tap an answer to check it instantly — you'll see why it's right, and what to revise if it isn't.

0 correct · 0/12 answered
Q1 Direction cosines easy

Which relation must the direction cosines l, m, n of a line always satisfy?

Q2 Direction ratios easy

The direction ratios of the line joining the points (2, 3, 4) and (5, 7, 8) are:

Q3 Equation of a line easy

The Cartesian equation of the line passing through (1, 2, 3) and parallel to the vector 2i - j + 2k is:

Q4 Equation of a plane easy

The equation r·n̂ = d, where n̂ is a unit vector, represents a plane written in:

Q5 Angle between two lines medium

Two lines with direction ratios (a1,b1,c1) and (a2,b2,c2) are perpendicular to each other when:

Q6 Angle between two lines medium

The angle between two lines with direction ratios (2, 2, 1) and (4, 1, 8) is:

Q7 Distance from a plane medium

The perpendicular distance of the plane 2x - 3y + 6z = 14 from the origin is:

Q8 Distance between parallel lines medium

For two parallel lines r = a1 + λb and r = a2 + μb (same direction vector b), the distance between them is given by:

Q9 Coplanarity of two lines medium

Two lines r = a1+λb1 and r = a2+μb2 are coplanar if and only if:

Q10 Angle between two planes hard

The angle between the planes 2x + y - 2z = 5 and 3x - 6y - 2z = 7 is:

Q11 Shortest distance between skew lines hard

The shortest distance between the skew lines r=(i+j)+λ(2i-j+k) and r=(2i+j-k)+μ(3i-5j+2k) is:

Q12 Angle between a line and a plane hard

The angle between the line (x+1)/2 = y/3 = (z-3)/6 and the plane 10x + 2y - 11z = 3 is:

NCERT solutions & previous-year questions

Step-by-step model answers — tap a question to reveal the full solution.

NCERT questions 6

1 Find the direction cosines of a line whose direction ratios are -18, 12, -4.Direction cosines

Magnitude = √((-18)2 + 122 + (-4)2) = √(324+144+16) = √484 = 22.

Direction cosines = (-18/22, 12/22, -4/22) = (-9/11, 6/11, -2/11).

Check: (-9/11)2 + (6/11)2 + (-2/11)2 = (81+36+4)/121 = 121/121 = 1.

2 Find the vector and Cartesian equations of the line passing through the point (-2, 4, -5) and parallel to the line (x+3)/3 = (4-y)/5 = (z+8)/6.Equation of a line parallel to a given line

First rewrite the given line so every term has the standard (variable - constant)/DR form: (4-y)/5 = -(y-4)/5 = (y-4)/-5. So the given line is (x-(-3))/3 = (y-4)/-5 = (z-(-8))/6, whose direction ratios are (3, -5, 6).

The required line passes through (-2, 4, -5) and, being parallel to the given line, has the same direction ratios (3, -5, 6).

Vector equation: r = (-2i + 4j - 5k) + λ(3i - 5j + 6k).

Cartesian equation: (x+2)/3 = (y-4)/-5 = (z+5)/6.

3 Find the shortest distance between the lines l1: (x+1)/7 = (y+1)/-6 = (z+1)/1 and l2: (x-3)/1 = (y-5)/-2 = (z-7)/1.Shortest distance between two lines

Point on l1: a1 = (-1,-1,-1), direction b1 = (7,-6,1). Point on l2: a2 = (3,5,7), direction b2 = (1,-2,1).

a2 - a1 = (3-(-1), 5-(-1), 7-(-1)) = (4, 6, 8).

b1 × b2 = ((-6)(1)-(1)(-2), (1)(1)-(7)(1), (7)(-2)-(-6)(1)) = (-6+2, 1-7, -14+6) = (-4, -6, -8).

|b1 × b2| = √((-4)2+(-6)2+(-8)2) = √(16+36+64) = √116 = 2√29.

(a2-a1)·(b1×b2) = (4)(-4)+(6)(-6)+(8)(-8) = -16-36-64 = -116.

Shortest distance d = |-116| / (2√29) = 116/(2√29) = 58/√29 = 58√29/29 = 2√29 units.

4 Find the equation of the plane passing through the points (1, 1, 0), (1, 2, 1) and (-2, 2, -1).Equation of a plane through three points

Take A(1,1,0), B(1,2,1), C(-2,2,-1). Then AB = (1-1, 2-1, 1-0) = (0,1,1) and AC = (-2-1, 2-1, -1-0) = (-3,1,-1).

Normal n = AB × AC = (1·(-1)-1·1, 1·(-3)-0·(-1), 0·1-1·(-3)) = (-1-1, -3-0, 0+3) = (-2, -3, 3).

Equation of plane through A with this normal: -2(x-1) - 3(y-1) + 3(z-0) = 0 ⟹ -2x+2-3y+3+3z = 0 ⟹ -2x-3y+3z+5 = 0, i.e. 2x + 3y - 3z = 5.

Check with B(1,2,1): 2(1)+3(2)-3(1) = 2+6-3 = 5. Check with C(-2,2,-1): 2(-2)+3(2)-3(-1) = -4+6+3 = 5.

5 Show that the lines (x-5)/4 = (y-7)/4 = (z+3)/-5 and (x-8)/7 = (y-4)/1 = (z-5)/3 intersect each other, and find their point of intersection.Coplanarity and intersection of two lines

Coplanarity check. Points: P(5,7,-3) with direction ratios (4,4,-5); Q(8,4,5) with direction ratios (7,1,3). Connecting vector PQ = (8-5, 4-7, 5-(-3)) = (3,-3,8).

Determinant: 3(4·3-(-5)·1) - (-3)(4·3-(-5)·7) + 8(4·1-4·7) = 3(12+5) + 3(12+35) + 8(4-28) = 51 + 141 - 192 = 0. Since this is zero, the lines are coplanar.

Finding the intersection point. Parametrise: line 1 as x=5+4t, y=7+4t, z=-3-5t; line 2 as x=8+7s, y=4+s, z=5+3s.

From the x and y equations: 5+4t = 8+7s ⟹ 4t-7s=3, and 7+4t = 4+s ⟹ s = 4t+3. Substituting: 4t - 7(4t+3) = 3 ⟹ 4t-28t-21=3 ⟹ -24t=24 ⟹ t=-1, giving s = 4(-1)+3 = -1.

Check with z: line 1 gives z = -3-5(-1) = 2; line 2 gives z = 5+3(-1) = 2. Consistent.

Point of intersection: x = 5+4(-1) = 1, y = 7+4(-1) = 3, z = 2, i.e. the point (1, 3, 2).

6 Find the distance of the point (2, 5, -3) from the plane r·(6i - 3j + 2k) = 4.Distance of a point from a plane

Point's position vector a = (2,5,-3); plane normal n = (6,-3,2); d = 4.

a·n = 6(2) + (-3)(5) + 2(-3) = 12 - 15 - 6 = -9.

Distance D = |a·n - d| / |n| = |-9-4| / √(62+(-3)2+22) = |-13| / √(36+9+4) = 13/√49 = 13/7 units.

Previous-year board questions 4

Q1 Find the direction cosines of the line passing through the two points (-2, 4, -5) and (1, 2, 3). 2023 2 marks

Direction ratios = (1-(-2), 2-4, 3-(-5)) = (3, -2, 8).

Magnitude = √(32+(-2)2+82) = √(9+4+64) = √77.

Direction cosines = (3/√77, -2/√77, 8/√77).

Q2 Find the equation of the plane passing through the point (1, 1, -1) and perpendicular to the line joining the points (1, 0, 3) and (5, 2, 1). 2022 3 marks

The normal to the required plane is along the line joining (1,0,3) and (5,2,1), with direction ratios (5-1, 2-0, 1-3) = (4, 2, -2), which simplify to (2, 1, -1).

Equation of plane through (1,1,-1) with normal (2,1,-1): 2(x-1) + 1(y-1) - 1(z-(-1)) = 0 ⟹ 2x-2+y-1-z-1 = 0 ⟹ 2x + y - z = 4.

Q3 Find the shortest distance between the lines r = (3i + 5j + 7k) + λ(i - 2j + k) and r = (-i - j - k) + μ(7i - 6j + k). 2024 5 marks

a1 = (3,5,7), b1 = (1,-2,1); a2 = (-1,-1,-1), b2 = (7,-6,1). So a2-a1 = (-4,-6,-8).

b1 × b2 = ((-2)(1)-(1)(-6), (1)(7)-(1)(1), (1)(-6)-(-2)(7)) = (-2+6, 7-1, -6+14) = (4, 6, 8).

|b1×b2| = √(42+62+82) = √(16+36+64) = √116 = 2√29.

(a2-a1)·(b1×b2) = (-4)(4)+(-6)(6)+(-8)(8) = -16-36-64 = -116.

Shortest distance = |-116|/(2√29) = 58/√29 = 2√29 units.

Q4 A plane passes through the point (1, 1, 1) and is perpendicular to each of the planes 2x + y - 2z = 5 and 3x + 6y - 2z = 7. Find the equation of this plane. 2023 4 marks

Since the required plane is perpendicular to both given planes, its normal n is perpendicular to both of their normals n1 = (2,1,-2) and n2 = (3,6,-2), so n = n1 × n2.

n = ( (1)(-2)-(-2)(6), -[(2)(-2)-(-2)(3)], (2)(6)-(1)(3) ) = (-2+12, -(-4+6), 12-3) = (10, -2, 9).

Equation of plane through (1,1,1) with normal (10,-2,9): 10(x-1) - 2(y-1) + 9(z-1) = 0 ⟹ 10x-10-2y+2+9z-9 = 0 ⟹ 10x - 2y + 9z = 17.

Check: 10(1)-2(1)+9(1) = 10-2+9 = 17.

Part of Priodemy for School

Interactive Maths & Science — free with every school on Priodemy EduSuite. Explore more chapters and labs on the Priodemy for School hub.

Ask AI