Module 1 · NDA Mathematics (Paper 1)

Vectors & Statistics

Vector algebra, 3D geometry, probability, mean, median, mode, variance, correlation.
Vectors · 3D Geometry · Statistics · Probability
🎯 Take Mock Test

Welcome to the NDA Mathematics (Paper 1) lesson on Vectors & Statistics. This comprehensive guide covers the entire syllabus for vectors, 3D geometry, statistics, and probability as prescribed by the UPSC NDA examination. The content is structured to progress from fundamental concepts to advanced applications, with each topic illustrated through fully solved examples that mirror the NDA exam pattern. NDA-specific shortcut techniques (labelled as NDA Shortcuts) are provided throughout to help you solve problems faster and with greater accuracy. By the end of this lesson, you will have a thorough command of all four chapters and the confidence to tackle any question that appears in the examination.

This lesson is part of the Module 1 curriculum for NDA Mathematics (Paper 1). It follows the Coordinate Geometry lesson and precedes the final course revision. Each section includes theory, formula tables, worked examples, shortcut tips, and practice questions with detailed solutions. The estimated study time for this lesson is 4–6 hours, including practice question attempts. We recommend studying the sections in order (Vectors → 3D Geometry → Statistics → Probability) as concepts build progressively.

1. Vectors

Vector algebra is a fundamental chapter in the NDA Mathematics (Paper 1) syllabus, typically contributing 3–4 questions per examination. A vector is a mathematical quantity that possesses both magnitude and direction, distinguished from scalars which have only magnitude. Vectors are represented geometrically as directed line segments, with the length representing magnitude and the arrow indicating direction. In the NDA exam, vectors are applied across problems in mechanics, geometry, and physics-based scenarios, making this chapter essential for both Paper 1 and Paper 2.

The study of vectors is introduced through the concept of a free vector (no fixed point of application) and a localised vector (fixed at a specific point). The NDA syllabus focuses primarily on free vectors in three-dimensional space using the Cartesian coordinate system. A vector in 3D is expressed as \vec{a}=a_1\hat{i}+a_2\hat{j}+a_3\hat{k}, where \hat{i},\hat{j},\hat{k} are unit vectors along the X, Y, Z axes respectively, and a_1,a_2,a_3 are the scalar components.

Throughout this section, we will explore the classification, operations, and applications of vectors, with special emphasis on problem-solving techniques that yield maximum marks in the NDA objective format. Each concept is accompanied by at least one fully solved example mirroring the NDA question style.

Representation of Vectors

Vectors can be represented in three equivalent forms that appear in NDA questions. The geometric representation uses a directed line segment with an arrowhead. The algebraic representation uses components: \vec{a}=x\hat{i}+y\hat{j}+z\hat{k}. The column-vector representation writes the components in a column: \vec{a}=\begin{pmatrix}x\\y\\z\end{pmatrix}. The NDA exam uses the algebraic representation most frequently, especially in vector algebra problems involving dot products, cross products, and scalar triple products.

The magnitude (or modulus) of a vector \vec{a}=a_1\hat{i}+a_2\hat{j}+a_3\hat{k} is given by |\vec{a}|=\sqrt{a_1^2+a_2^2+a_3^2}. This is the length of the vector and is always non-negative. The magnitude is zero only for the zero vector. NDA questions often require computing magnitudes of vectors and their combinations (sum, difference, cross product) as intermediate steps.

Types of Vectors

Vectors are classified into several categories based on their magnitude, direction, and positional relationships. Recognising the type of vector involved in a problem is often the first step toward selecting the correct formula or property. The table below summarises every vector type you must know for the NDA examination.

Vector TypeDefinitionMathematical RepresentationKey Property
Zero Vector (Null Vector)Vector with zero magnitude\vec{0}=0\hat{i}+0\hat{j}+0\hat{k}Arbitrary direction; identity for addition
Unit VectorVector with magnitude exactly 1\hat{a}=\vec{a}/|\vec{a}|Used to indicate direction only
Equal VectorsSame magnitude and direction\vec{a}=\vec{b} \iff |\vec{a}|=|\vec{b}|,\; \text{same direction}Corresponding components are equal
Negative VectorSame magnitude, opposite direction-\vec{a}\vec{a}+(-\vec{a})=\vec{0}
Collinear VectorsVectors lying on same or parallel lines\vec{a}=\lambda\vec{b} for some scalar \lambdaCross product is zero
Coplanar VectorsVectors lying in the same plane[\vec{a}\,\vec{b}\,\vec{c}]=0Scalar triple product equals zero
Position VectorVector from origin O to point P\vec{OP}=x\hat{i}+y\hat{j}+z\hat{k}Coordinates (x,y,z) directly give the vector
Free VectorCan be translated without changing meaningStandard representationDirection and magnitude invariant under translation

The unit vector is particularly important in NDA questions. To obtain it, divide the vector by its own magnitude: \hat{a}=\vec{a}/|\vec{a}|. Every vector can be expressed as the product of its magnitude and its unit vector: \vec{a}=|\vec{a}|\,\hat{a}. This decomposition is frequently used in problems involving force vectors, velocity vectors, and displacements in the NDA exam.

Collinearity is another frequently tested concept. Two vectors \vec{a} and \vec{b} are collinear if one is a scalar multiple of the other. In the NDA exam, questions on collinearity often ask you to find an unknown component such that two vectors become parallel. The condition a_1/b_1 = a_2/b_2 = a_3/b_3 is the standard approach.

Example 1: Finding a Unit Vector
If \vec{a}=2\hat{i}+3\hat{j}-6\hat{k}, find the unit vector in the direction of \vec{a}.
Solution: |\vec{a}|=\sqrt{2^2+3^2+(-6)^2}=\sqrt{4+9+36}=\sqrt{49}=7. Hence \hat{a}=(2\hat{i}+3\hat{j}-6\hat{k})/7.
Example 2: Collinearity of Vectors
Find the value of \lambda for which the vectors \vec{a}=2\hat{i}+3\hat{j}+4\hat{k} and \vec{b}=4\hat{i}+6\hat{j}+\lambda\hat{k} are collinear.
Solution: For collinearity, \vec{b}=k\vec{a} for some scalar k. Comparing \hat{i} and \hat{j} components: 4=2k \Rightarrow k=2 and 6=3k \Rightarrow k=2. Then \lambda = 4k = 4\times2 = 8.
NDA Shortcut #1: Unit Vector Verification
Always verify that the magnitude of a unit vector equals exactly 1. In NDA objective questions, any option whose magnitude does not equal 1 can be eliminated instantly. Compute \sqrt{l^2+m^2+n^2} in under 5 seconds using mental arithmetic on the component squares.

Vector Addition & Scalar Multiplication

Vector addition follows two geometric laws: the triangle law and the parallelogram law. According to the triangle law, if two vectors are represented as two sides of a triangle taken in order, the third side (in reverse order) represents their resultant. The parallelogram law states that if two vectors are represented as adjacent sides of a parallelogram, the diagonal through the common point gives the resultant vector.

In Cartesian component form, vector addition is performed component-wise. If \vec{a}=a_1\hat{i}+a_2\hat{j}+a_3\hat{k} and \vec{b}=b_1\hat{i}+b_2\hat{j}+b_3\hat{k}, then:

\vec{a}+\vec{b}=(a_1+b_1)\hat{i}+(a_2+b_2)\hat{j}+(a_3+b_3)\hat{k}

Similarly, scalar multiplication scales each component: \lambda\vec{a}=(\lambda a_1)\hat{i}+(\lambda a_2)\hat{j}+(\lambda a_3)\hat{k}.

PropertyStatementFormula
CommutativityOrder of addition does not matter\vec{a}+\vec{b}=\vec{b}+\vec{a}
AssociativityGrouping does not affect sum(\vec{a}+\vec{b})+\vec{c}=\vec{a}+(\vec{b}+\vec{c})
Distributive (scalar over addition)Scalar multiplies each vector\lambda(\vec{a}+\vec{b})=\lambda\vec{a}+\lambda\vec{b}
Distributive (scalar sum)Sum of scalars times a vector(\lambda+\mu)\vec{a}=\lambda\vec{a}+\mu\vec{a}
Zero vector identityAdding zero does nothing\vec{a}+\vec{0}=\vec{a}
Additive inverseNegative cancels the vector\vec{a}+(-\vec{a})=\vec{0}
Example 3: Vector Addition and Scalar Multiplication
If \vec{a}=3\hat{i}+4\hat{j}-2\hat{k} and \vec{b}=\hat{i}-3\hat{j}+5\hat{k}, find \vec{a}+\vec{b} and 2\vec{a}-3\vec{b}.
Solution: \vec{a}+\vec{b}=(3+1)\hat{i}+(4-3)\hat{j}+(-2+5)\hat{k}=4\hat{i}+\hat{j}+3\hat{k}. For 2\vec{a}-3\vec{b} we compute: 2\vec{a}=6\hat{i}+8\hat{j}-4\hat{k}, 3\vec{b}=3\hat{i}-9\hat{j}+15\hat{k}. Then 2\vec{a}-3\vec{b}=(6-3)\hat{i}+(8+9)\hat{j}+(-4-15)\hat{k}=3\hat{i}+17\hat{j}-19\hat{k}.

Dot Product & Cross Product

Dot Product (Scalar Product)

The dot product of two vectors yields a scalar quantity. It is defined geometrically as \vec{a}\cdot\vec{b}=|\vec{a}||\vec{b}|\cos\theta, where \theta is the angle between the vectors. In component form, \vec{a}\cdot\vec{b}=a_1b_1+a_2b_2+a_3b_3. The dot product is commutative: \vec{a}\cdot\vec{b}=\vec{b}\cdot\vec{a}.

Key applications tested in NDA: (i) Finding the angle between two vectors using \cos\theta=(\vec{a}\cdot\vec{b})/(|\vec{a}||\vec{b}|). (ii) Checking perpendicularity: if \vec{a}\cdot\vec{b}=0, vectors are orthogonal. (iii) Finding the projection of one vector onto another: \text{proj}_{\vec{b}}\vec{a}=(\vec{a}\cdot\vec{b})/|\vec{b}|.

Example 4: Dot Product & Angle Between Vectors
Find the angle between \vec{a}=2\hat{i}+2\hat{j}-\hat{k} and \vec{b}=6\hat{i}-3\hat{j}+2\hat{k}. Also find the projection of \vec{a} on \vec{b}.
Solution: \vec{a}\cdot\vec{b}=12-6-2=4. |\vec{a}|=\sqrt{4+4+1}=3, |\vec{b}|=\sqrt{36+9+4}=7. \cos\theta=4/(3\cdot7)=4/21, so \theta=\cos^{-1}(4/21). Projection of \vec{a} on \vec{b}=(\vec{a}\cdot\vec{b})/|\vec{b}|=4/7.

Cross Product (Vector Product)

The cross product of two vectors produces a third vector perpendicular to both original vectors. Its magnitude is |\vec{a}\times\vec{b}|=|\vec{a}||\vec{b}|\sin\theta, which geometrically represents the area of the parallelogram formed by the two vectors. The direction is given by the right-hand thumb rule and is expressed via the unit normal \hat{n}.

In determinant form: \vec{a}\times\vec{b}=\begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ a_1 & a_2 & a_3 \\ b_1 & b_2 & b_3 \end{vmatrix}. The cross product is anti-commutative: \vec{a}\times\vec{b}=-(\vec{b}\times\vec{a}).

Important NDA applications: (i) Finding a vector perpendicular to two given vectors. (ii) Computing area of triangle formed by three points: area =\frac{1}{2}|\vec{AB}\times\vec{AC}|. (iii) Checking collinearity: if \vec{a}\times\vec{b}=\vec{0}, vectors are parallel or collinear.

Example 5: Cross Product & Area of Triangle
If \vec{a}=\hat{i}+\hat{j}+\hat{k} and \vec{b}=\hat{i}-\hat{j}, find \vec{a}\times\vec{b}. Also find a unit vector perpendicular to both \vec{a} and \vec{b}.
Solution: \vec{a}\times\vec{b}= \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 1 & 1 & 1 \\ 1 & -1 & 0 \end{vmatrix} = \hat{i}(0+1) - \hat{j}(0-1) + \hat{k}(-1-1) = \hat{i}+\hat{j}-2\hat{k}. The unit vector perpendicular to both is \hat{n}=(\vec{a}\times\vec{b})/|\vec{a}\times\vec{b}|=(\hat{i}+\hat{j}-2\hat{k})/\sqrt{6}.
NDA Shortcut #2: Cross Product Determinant
When expanding the 3\times3 determinant for cross product, follow the pattern: \hat{i}(a_2b_3-a_3b_2) - \hat{j}(a_1b_3-a_3b_1) + \hat{k}(a_1b_2-a_2b_1). Notice the minus sign on the \hat{j} term — this is the most common source of errors in NDA exams. Practise with at least 10 determinants before the exam to build speed.

Scalar Triple Product

The scalar triple product of three vectors \vec{a},\vec{b},\vec{c} is defined as [\vec{a}\,\vec{b}\,\vec{c}]=\vec{a}\cdot(\vec{b}\times\vec{c}). It represents the volume of the parallelepiped formed by the three vectors as adjacent edges. In determinant form:

[\vec{a}\,\vec{b}\,\vec{c}] = \begin{vmatrix} a_1 & a_2 & a_3 \\ b_1 & b_2 & b_3 \\ c_1 & c_2 & c_3 \end{vmatrix}.

Critical NDA properties: (i) Cyclic permutation does not change the value: [\vec{a}\,\vec{b}\,\vec{c}]=[\vec{b}\,\vec{c}\,\vec{a}]=[\vec{c}\,\vec{a}\,\vec{b}]. (ii) Swapping any two vectors changes the sign. (iii) The triple product is zero if and only if the three vectors are coplanar — this is the most common NDA question type involving scalar triple products.

Example 6: Scalar Triple Product & Coplanarity
Check whether \vec{a}=2\hat{i}+3\hat{j}-\hat{k}, \vec{b}=\hat{i}+2\hat{j}+3\hat{k}, and \vec{c}=-\hat{i}+\hat{j}+\hat{k} are coplanar.
Solution: [\vec{a}\,\vec{b}\,\vec{c}] = \begin{vmatrix} 2 & 3 & -1 \\ 1 & 2 & 3 \\ -1 & 1 & 1 \end{vmatrix} = 2(2-3)-3(1+3)-1(1+2) = -2-12-3 = -17 \neq 0. Since the scalar triple product is non-zero, the three vectors are not coplanar. They form a parallelepiped of volume 17 cubic units.
NDA Shortcut #3: Coplanarity in Seconds
If the three vectors exhibit linear dependence (e.g., \vec{c}=\vec{a}+\vec{b} or \vec{c}=2\vec{a}-\vec{b}), the scalar triple product is automatically zero and the vectors are coplanar. In such NDA questions, you can answer without performing any determinant calculation. Simply check if one vector can be expressed as a linear combination of the other two.

Section Formula & Position Vectors

The section formula for vectors is an extension of the coordinate geometry section formula and is frequently tested in NDA. If a point P divides the line segment AB (with position vectors \vec{a} and \vec{b}) in the ratio m:n:

Internally: \vec{p} = \frac{m\vec{b}+n\vec{a}}{m+n}

Externally: \vec{p} = \frac{m\vec{b}-n\vec{a}}{m-n}

The midpoint is a special case of internal division with m=n=1: \vec{p}=(\vec{a}+\vec{b})/2. The centroid of a triangle with vertices \vec{a},\vec{b},\vec{c} is \vec{g}=(\vec{a}+\vec{b}+\vec{c})/3.

Example 7: Section Formula for Vectors
Find the position vector of the point P that divides the segment AB in the ratio 2:3 internally, where \vec{a}=3\hat{i}-\hat{j}+2\hat{k} and \vec{b}=\hat{i}+4\hat{j}+3\hat{k}.
Solution: Using internal division formula: \vec{p} = (2\vec{b}+3\vec{a})/(2+3) = (2(\hat{i}+4\hat{j}+3\hat{k}) + 3(3\hat{i}-\hat{j}+2\hat{k}))/5 = ((2+9)\hat{i}+(8-3)\hat{j}+(6+6)\hat{k})/5 = (11\hat{i}+5\hat{j}+12\hat{k})/5.

Applications of Vectors in Geometry

Vectors provide elegant solutions to many geometric problems in the NDA syllabus. The key applications include:

Area of a triangle: If A,B,C are three points, area = \frac{1}{2}|\vec{AB}\times\vec{AC}|. This is derived from the fact that the magnitude of the cross product equals the area of the parallelogram formed by two vectors.

Area of a parallelogram: With adjacent sides \vec{a} and \vec{b}, area = |\vec{a}\times\vec{b}|.

Volume of a parallelepiped: With adjacent edges \vec{a},\vec{b},\vec{c}, volume = |[\vec{a}\,\vec{b}\,\vec{c}]| (absolute value of scalar triple product).

Volume of a tetrahedron: V = \frac{1}{6}|[\vec{a}\,\vec{b}\,\vec{c}]|, where \vec{a},\vec{b},\vec{c} are three edges meeting at a vertex.

Example 8: Area of Triangle using Vectors
Find the area of the triangle with vertices A(1,1,1), B(2,3,4), and C(3,4,5).
Solution: \vec{AB}=\hat{i}+2\hat{j}+3\hat{k}, \vec{AC}=2\hat{i}+3\hat{j}+4\hat{k}. \vec{AB}\times\vec{AC}= \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 1 & 2 & 3 \\ 2 & 3 & 4 \end{vmatrix} = \hat{i}(8-9)-\hat{j}(4-6)+\hat{k}(3-4) = -\hat{i}+2\hat{j}-\hat{k}. Area = \frac12|\vec{AB}\times\vec{AC}| = \frac12\sqrt{1+4+1} = \frac{\sqrt{6}}{2} sq units.
Geometric QuantityVector FormulaNDA Application
Area of Triangle\frac12|\vec{AB}\times\vec{AC}|Find area from coordinates of 3 vertices
Area of Parallelogram|\vec{a}\times\vec{b}|Adjacent sides given as vectors
Volume of Parallelepiped|[\vec{a}\,\vec{b}\,\vec{c}]|3 edges meeting at a vertex
Volume of Tetrahedron\frac16|[\vec{a}\,\vec{b}\,\vec{c}]|3 edges from one vertex
Unit Vector along \vec{a}\hat{a}=\vec{a}/|\vec{a}|Used for direction
Vector Perpendicular to \vec{a},\vec{b}\vec{a}\times\vec{b}Finding normal to a plane
NDA Shortcut #4: Area & Volume Ratios
In NDA questions involving tetrahedra, remember that the volume of a tetrahedron is exactly one-sixth of the parallelepiped volume formed by the same three vectors. This factor of 1/6 is a common trap — students often forget to divide by 6. Also note that the area of a triangle is half the area of the corresponding parallelogram.

2. 3D Geometry

Three-dimensional geometry extends the concepts of coordinate geometry into space. In the NDA syllabus, this chapter covers direction cosines, direction ratios, equations of lines, and angles between lines. Vector methods provide an elegant and efficient approach to solving 3D problems, and most NDA questions in this section are designed to be solved using vector algebra.

The transition from 2D to 3D involves the introduction of a third coordinate axis (Z-axis) perpendicular to both X and Y axes. Any point in space is represented as (x,y,z), and the position vector of a point P is \vec{OP}=x\hat{i}+y\hat{j}+z\hat{k}. The distance between two points A(x_1,y_1,z_1) and B(x_2,y_2,z_2) is given by AB=\sqrt{(x_2-x_1)^2+(y_2-y_1)^2+(z_2-z_1)^2}.

Direction Cosines & Ratios

If a line makes angles \alpha,\beta,\gamma with the positive X, Y, Z axes respectively, then the numbers l=\cos\alpha,\;m=\cos\beta,\;n=\cos\gamma are called the direction cosines (d.c.) of the line. The fundamental relation is l^2+m^2+n^2=\cos^2\alpha+\cos^2\beta+\cos^2\gamma=1.

Direction ratios (d.r.) are any three numbers (a,b,c) proportional to the direction cosines: l/a=m/b=n/c. Given direction ratios, the direction cosines can be recovered using l=a/\sqrt{a^2+b^2+c^2}, and similarly for m and n.

ConceptFormula / Description
D.C. of line joining A(x_1,y_1,z_1) to B(x_2,y_2,z_2)l=(x_2-x_1)/AB,\; m=(y_2-y_1)/AB,\; n=(z_2-z_1)/AB
D.C. from direction ratios (a,b,c)l=a/\sqrt{a^2+b^2+c^2},\; m=b/\sqrt{a^2+b^2+c^2},\; n=c/\sqrt{a^2+b^2+c^2}
Perpendicular lines conditionl_1l_2+m_1m_2+n_1n_2=0 or a_1a_2+b_1b_2+c_1c_2=0
Parallel lines conditionl_1/l_2=m_1/m_2=n_1/n_2 or a_1/a_2=b_1/b_2=c_1/c_2
Example 9: Finding Direction Cosines
Find the direction cosines of the line joining the points A(1,2,3) and B(3,2,1).
Solution: Direction ratios = (3-1,2-2,1-3)=(2,0,-2). AB=\sqrt{2^2+0^2+(-2)^2}=\sqrt{8}=2\sqrt{2}. Therefore d.c. = (\frac{2}{2\sqrt{2}},\frac{0}{2\sqrt{2}},\frac{-2}{2\sqrt{2}})=(\frac{1}{\sqrt{2}},0,-\frac{1}{\sqrt{2}}). Verification: (\frac{1}{\sqrt{2}})^2+0^2+(-\frac{1}{\sqrt{2}})^2=\frac12+0+\frac12=1.

Equation of Lines

A straight line in 3D space can be expressed in two equivalent forms:

Vector form: \vec{r}=\vec{a}+\lambda\vec{b}, where \vec{a} is the position vector of a fixed point on the line, and \vec{b} is the direction vector (parallel to the line).

Cartesian (symmetric) form: \frac{x-x_1}{a}=\frac{y-y_1}{b}=\frac{z-z_1}{c}, where (x_1,y_1,z_1) is a fixed point and (a,b,c) are direction ratios.

The conversion between the two forms is straightforward: the components of \vec{b} become (a,b,c), and the coordinates of the fixed point give (x_1,y_1,z_1). NDA questions frequently ask you to convert from one form to another or to identify the direction vector from the equation.

NDA Shortcut #5: Line from Two Points
Given two points A(x_1,y_1,z_1) and B(x_2,y_2,z_2), the line equation in symmetric form is simply \frac{x-x_1}{x_2-x_1}=\frac{y-y_1}{y_2-y_1}=\frac{z-z_1}{z_2-z_1}. No need to compute the direction vector separately. In NDA MCQs, scan the denominators of the given options — they should match the differences between the two point coordinates.

Angle Between Lines

If two lines have direction cosines (l_1,m_1,n_1) and (l_2,m_2,n_2), the acute angle \theta between them satisfies:

\cos\theta = |l_1l_2+m_1m_2+n_1n_2|.

Using direction ratios (a_1,b_1,c_1) and (a_2,b_2,c_2):

\cos\theta = \frac{|a_1a_2+b_1b_2+c_1c_2|}{\sqrt{a_1^2+b_1^2+c_1^2}\,\sqrt{a_2^2+b_2^2+c_2^2}}.

The absolute value ensures the acute angle is returned. For the obtuse angle, simply subtract from 180°.

Example 10: Angle Between Two Lines
Find the angle between the lines whose direction ratios are proportional to (1,1,1) and (1,-1,0).
Solution: \cos\theta = |1\cdot1+1\cdot(-1)+1\cdot0|/(\sqrt{3}\cdot\sqrt{2}) = |1-1+0|/\sqrt{6} = 0. Hence \theta=90°, and the two lines are perpendicular to each other.
NDA Shortcut #6: Perpendicular & Parallel in 3D
Two checks solve 80% of angle-based NDA MCQs: (i) if a_1a_2+b_1b_2+c_1c_2=0, lines are perpendicular; (ii) if a_1/a_2=b_1/b_2=c_1/c_2, lines are parallel. If neither holds, compute \cos\theta directly. Memorise this decision tree for instant recall in the exam hall.

Distance from a Point to a Line

The perpendicular distance from a point P(x_1,y_1,z_1) to a line with direction ratios (a,b,c) passing through A(x_0,y_0,z_0) is given by:

d = \frac{|\vec{AP}\times\vec{b}|}{|\vec{b}|}, where \vec{b}=a\hat{i}+b\hat{j}+c\hat{k} is the direction vector of the line.

This formula uses the cross product to find the area of the parallelogram formed by \vec{AP} and \vec{b}, then divides by the base length |\vec{b}| to obtain the perpendicular height (distance).

Example 11: Distance from Point to Line
Find the distance from point P(2,1,3) to the line passing through A(1,0,1) with direction ratios (1,2,2).
Solution: \vec{AP}=(2-1)\hat{i}+(1-0)\hat{j}+(3-1)\hat{k}=\hat{i}+\hat{j}+2\hat{k}. \vec{b}=\hat{i}+2\hat{j}+2\hat{k}. \vec{AP}\times\vec{b}= \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 1 & 1 & 2 \\ 1 & 2 & 2 \end{vmatrix} = \hat{i}(2-4)-\hat{j}(2-2)+\hat{k}(2-1) = -2\hat{i}+0\hat{j}+\hat{k}. |\vec{AP}\times\vec{b}|=\sqrt{4+0+1}=\sqrt{5}, |\vec{b}|=\sqrt{1+4+4}=3. Distance = \sqrt{5}/3 units.

Equation of a Plane

While the NDA syllabus primarily focuses on lines, a basic understanding of planes is helpful for solving comprehensive problems. A plane is defined by a point A(x_1,y_1,z_1) lying on it and a normal vector \vec{n}=a\hat{i}+b\hat{j}+c\hat{k} perpendicular to it. The cartesian equation is a(x-x_1)+b(y-y_1)+c(z-z_1)=0 or simply ax+by+cz+d=0.

Angle between a line and a plane: If \theta is the angle between the line (direction vector \vec{b}) and the plane (normal vector \vec{n}), then \sin\theta = |\vec{b}\cdot\vec{n}|/(|\vec{b}||\vec{n}|). Note that we use \sin\theta (not \cos\theta) because the angle with the plane is complementary to the angle with the normal.

Distance from a Point to a Plane

The perpendicular distance from point P(x_1,y_1,z_1) to the plane ax+by+cz+d=0 is:

d = \frac{|ax_1+by_1+cz_1+d|}{\sqrt{a^2+b^2+c^2}}.

This is one of the most commonly tested formulas in the NDA 3D geometry section. The absolute value ensures a positive distance, and the denominator normalises the plane coefficients.

Example 12: Distance from a Point to a Plane
Find the distance from the point P(1,2,3) to the plane 2x-3y+6z+14=0.
Solution: Distance = |2(1)-3(2)+6(3)+14|/\sqrt{4+9+36} = |2-6+18+14|/7 = 28/7 = 4 units.
ConceptFormulaNotes
Line (vector form)\vec{r}=\vec{a}+\lambda\vec{b}\vec{a} = point, \vec{b} = direction
Line (cartesian form)(x-x_1)/a=(y-y_1)/b=(z-z_1)/c(a,b,c) = direction ratios
Plane (vector form)(\vec{r}-\vec{a})\cdot\vec{n}=0\vec{n} = normal vector
Plane (cartesian form)ax+by+cz+d=0(a,b,c) = normal ratios
Angle between two lines\cos\theta=(a_1a_2+b_1b_2+c_1c_2)/(\sqrt{}...)Use absolute value
Angle between line and plane\sin\theta=(\vec{b}\cdot\vec{n})/(|\vec{b}||\vec{n}|)Sine, not cosine
Distance: point to planed=|ax_1+by_1+cz_1+d|/\sqrt{a^2+b^2+c^2}Denominator = magnitude of normal
Distance: point to lined=|\vec{AP}\times\vec{b}|/|\vec{b}|A = point on line
NDA Shortcut #7: 3D Formula Sheet Strategy
The single most effective preparation for NDA 3D geometry is memorising the distance formulas. Point-to-plane and point-to-line distance questions appear in nearly every NDA exam. The point-to-plane formula |ax_1+by_1+cz_1+d|/\sqrt{a^2+b^2+c^2} is the most frequently tested — practise it until you can compute it in under 30 seconds.
Find the distance from the point P(1,2,3) to the plane 2x-3y+6z+14=0.
Solution: Distance = |ax_1+by_1+cz_1+d|/\sqrt{a^2+b^2+c^2} = |2(1)-3(2)+6(3)+14|/\sqrt{4+9+36} = |2-6+18+14|/7 = 28/7 = 4 units.

3. Statistics

Statistics is a high-scoring and relatively straightforward chapter in the NDA Mathematics syllabus, contributing 3–5 questions per exam. The focus is on descriptive statistics: measures of central tendency, measures of dispersion, and frequency distributions. Unlike calculus or trigonometry, statistics problems are formula-driven and require careful arithmetic rather than abstract reasoning. With consistent practice, full marks can be achieved in this section.

The NDA exam typically includes questions that test both conceptual understanding (e.g., effect of changing scale on variance) and computational ability (e.g., calculating mean or standard deviation from a frequency table). Understanding when to apply each formula is as important as knowing the formula itself.

Measures of Central Tendency

Central tendency refers to the value around which a data set clusters. The three principal measures are the mean, median, and mode. Each has strengths and weaknesses, and the NDA exam expects you to know which measure is appropriate for a given type of data distribution.

MeasureUngrouped DataGrouped Data (Discrete)Grouped Data (Continuous)
Mean (\bar{x})\bar{x}=(\sum_{i=1}^n x_i)/n\bar{x}=(\sum f_ix_i)/(\sum f_i)\bar{x}=(\sum f_ix_i)/(\sum f_i), where x_i = class mark
MedianMiddle value after sorting; n odd: (n+1)/2th; n even: avg of n/2th and (n/2+1)thCumulative frequency method: find cf just ≥ n/2L + h\cdot\frac{n/2 - cf}{f}
ModeMost frequent observationValue with highest frequencyL + h\cdot\frac{f_1-f_0}{2f_1-f_0-f_2}

Mean, Median, Mode

The arithmetic mean is the most widely used measure but is sensitive to outliers. The median is robust to extreme values and is preferred for skewed distributions. The mode identifies the most common value and is useful for categorical or discrete data.

Empirical relationship: For a moderately skewed (unimodal) distribution, the following approximation holds: \text{Mode} \approx 3\,\text{Median} - 2\,\text{Mean}. This relation is directly tested in NDA exams — given any two of the three measures, you can estimate the third.

Example 13: Mean & Median Computation
The test scores of 5 students are 8, 12, 15, 20, and 25. Find the mean and median. Also estimate the mode using the empirical relation.
Solution: Mean = (8+12+15+20+25)/5 = 80/5 = 16. Sorted data: 8, 12, 15, 20, 25. Since n=5 (odd), median = (5+1)/2=3rd value = 15. Estimated mode = 3(15)-2(16) = 45-32 = 13.

Weighted Mean & Combined Mean

If two groups have means \bar{x}_1 and \bar{x}_2 with sizes n_1 and n_2, the combined mean is: \bar{x} = (n_1\bar{x}_1 + n_2\bar{x}_2)/(n_1+n_2). This formula is frequently tested in NDA exam questions where data sets are merged or split.

Example 14: Combined Mean
The mean marks of 20 boys in a class is 75 and that of 15 girls is 80. Find the combined mean of the class.
Solution: Combined mean = (20\times75 + 15\times80)/(20+15) = (1500+1200)/35 = 2700/35 \approx 77.14.

Measures of Dispersion

While central tendency describes the centre of data, dispersion measures how spread out the data is. For the NDA exam, the key dispersion measures are range, variance, and standard deviation. The standard deviation is simply the square root of the variance and shares the same unit as the data, making it the preferred measure for interpretation.

Range, Variance, Standard Deviation

Range = Maximum value − Minimum value. It is the simplest measure but highly sensitive to outliers.

Variance (\sigma^2) for ungrouped data: \sigma^2 = \frac{1}{n}\sum_{i=1}^n (x_i-\bar{x})^2.

Shortcut (computational) formula: \sigma^2 = \frac{1}{n}\sum x_i^2 - \bar{x}^2. This form avoids computing deviations individually and is faster in NDA objective calculations.

Standard Deviation (\sigma) = \sqrt{\sigma^2}.

For grouped data: \sigma^2 = \frac{1}{N}\sum f_i(x_i-\bar{x})^2 = \frac{1}{N}\sum f_ix_i^2 - \bar{x}^2, where N=\sum f_i.

MeasureFormulaProperties
RangeMax − MinUnit dependent; affected by outliers
Variance (\sigma^2)\frac{1}{n}\sum(x_i-\bar{x})^2 or \frac{1}{n}\sum x_i^2 - \bar{x}^2Always ≥ 0; unchanged by adding constant; multiplied by k^2 if each value is multiplied by k
Standard Deviation (\sigma)\sqrt{\sigma^2}Same unit as data; most common measure in NDA
Coefficient of Variation (CV)(\sigma/\bar{x})\times100\%Relative measure; used to compare variability across different data sets
Example 15: Variance & Standard Deviation
Find the variance and standard deviation of the data set: 2, 4, 6, 8, 10.
Solution: Mean =6. \sum x_i^2 = 4+16+36+64+100 = 220. Variance = 220/5 - 6^2 = 44 - 36 = 8. Standard deviation = \sqrt{8} = 2\sqrt{2} \approx 2.828.
NDA Shortcut #8: Effect of Scale Change on Variance
This is one of the most commonly tested concepts in NDA statistics. If each observation is increased by a constant k, variance and standard deviation remain unchanged. If each observation is multiplied by a constant k, the new variance = k^2 \times (original variance) and new SD = |k| \times (original SD). For example, adding 5 to each number does not change the spread, but multiplying each by 3 multiplies the variance by 9. This property alone can solve 2–3 NDA MCQs instantly without recalculation.

Frequency Distribution

A frequency distribution organises raw data into classes or categories with associated frequencies. The NDA exam covers both discrete and continuous frequency distributions. Key concepts include:

  • Class limits: The lower and upper boundaries defining a class interval (e.g., 10–20).
  • Class boundaries: True limits that eliminate gaps between classes (e.g., 9.5–20.5 for the class 10–20).
  • Class mark (midpoint): (L+U)/2, used as x_i in the mean formula for grouped data.
  • Class width: Difference between successive lower limits or between class boundaries.
  • Cumulative frequency: Running total of frequencies, used to locate the median class in continuous distributions.

The histogram (bar graph with no gaps) and frequency polygon (line graph connecting midpoints) are graphical representations of frequency distributions. NDA questions may ask you to identify the correct shape of a distribution (symmetric, positively skewed, negatively skewed) based on the relative positions of mean, median, and mode.

Quartiles & Interquartile Range

Quartiles divide the data into four equal parts. Q_1 (lower quartile) is the 25th percentile, Q_2 is the median (50th percentile), and Q_3 (upper quartile) is the 75th percentile. The interquartile range (IQR) = Q_3 - Q_1 measures the spread of the middle 50% of the data and is robust to outliers. The formula for Q_1 and Q_3 in continuous grouped data follows the same structure as the median but uses n/4 and 3n/4 respectively.

Skewness & Symmetry of Distributions

Skewness describes the asymmetry of a frequency distribution. The NDA exam tests the relationship between mean, median, and mode to determine the shape:

  • Symmetric distribution: Mean = Median = Mode. The frequency curve is bell-shaped and balanced.
  • Positively skewed (right-skewed): Mean > Median > Mode. The tail extends to the right. Examples include income distributions and test scores with a few very high values.
  • Negatively skewed (left-skewed): Mean < Median < Mode. The tail extends to the left. Examples include age at retirement and difficulty-level test scores.

In a positively skewed distribution, the mean is pulled toward the tail and is greater than the median. In a negatively skewed distribution, the mean is less than the median. The empirical relation \text{Mode}=3\text{Median}-2\text{Mean} holds approximately for moderately skewed distributions and is directly tested in NDA MCQs.

Correlation (Conceptual Overview)

Correlation measures the strength and direction of the linear relationship between two variables X and Y. The Pearson correlation coefficient r ranges from −1 to +1:

r = \frac{n\sum XY - (\sum X)(\sum Y)}{\sqrt{[n\sum X^2-(\sum X)^2][n\sum Y^2-(\sum Y)^2]}}.

A value of r=+1 indicates perfect positive correlation, r=-1 indicates perfect negative correlation, and r=0 indicates no linear correlation. NDA questions on correlation typically involve interpreting the value of r or computing it from summary data.

Type of DistributionMean vs Median vs ModeShapeNDA Example
SymmetricMean = Median = ModeBell-shaped curveStandard normal distribution
Positively SkewedMean > Median > ModeTail on the rightDistribution of wealth
Negatively SkewedMean < Median < ModeTail on the leftAge at retirement

4. Probability

Probability is one of the highest-weightage chapters in NDA Paper 1, with 5–6 questions appearing consistently. The chapter progresses from basic classical definitions to advanced theorems such as Bayes' theorem. Understanding the logical structure of probability — sample spaces, events, and conditional relationships — is critical for solving both simple and complex problems.

NDA probability questions are known for their variety: some test direct formula application, while others require multi-step reasoning involving combinations, conditional probabilities, or Bayes' theorem. A systematic approach—identifying the sample space, defining events, and applying the appropriate theorem—ensures accuracy.

Basic Concepts

A random experiment is an action with multiple well-defined possible outcomes. The sample space (S) is the set of all possible outcomes. An event (E) is any subset of the sample space. The classical definition of probability for equally likely outcomes is:

P(E) = n(E)/n(S).

Probability satisfies three axioms: (i) 0 \le P(E) \le 1 for every event E; (ii) P(S)=1; (iii) for mutually exclusive events A and B, P(A\cup B)=P(A)+P(B).

TermDefinitionMathematical Expression
Mutually Exclusive EventsEvents that cannot occur simultaneouslyP(A\cap B)=0
Exhaustive EventsUnion of events covers the entire sample spaceA\cup B=S
Independent EventsOccurrence of one does not affect the otherP(A\cap B)=P(A)P(B)
Complementary EventEvent that does not occurP(\bar{A})=1-P(A)
Addition Theorem (Two Events)Probability of at least one eventP(A\cup B)=P(A)+P(B)-P(A\cap B)
Addition Theorem (Three Events)Inclusion–exclusion principleP(A\cup B\cup C)=P(A)+P(B)+P(C)-P(A\cap B)-P(B\cap C)-P(C\cap A)+P(A\cap B\cap C)
Example 16: Basic Probability & Addition Theorem
A bag contains 3 red and 5 green balls. Two balls are drawn without replacement. Find the probability that either both are red or both are green.
Solution: P(\text{both red}) = (3/8)\times(2/7) = 6/56. P(\text{both green}) = (5/8)\times(4/7) = 20/56. Since mutually exclusive, P = 6/56+20/56 = 26/56 = 13/28 \approx 0.464.

Conditional Probability

Conditional probability answers the question: given that event B has occurred, what is the probability that event A also occurs? The formula is:

P(A|B) = P(A\cap B)/P(B), provided P(B) > 0.

For independent events, knowledge of B does not affect A, so P(A|B)=P(A) and P(B|A)=P(B).

Multiplication theorem: P(A\cap B) = P(A)P(B|A) = P(B)P(A|B). This generalises to three events: P(A\cap B\cap C) = P(A)P(B|A)P(C|A\cap B).

Example 17: Conditional Probability
Given P(A)=0.5, P(B)=0.4, and P(A\cap B)=0.2. Find P(A|B) and P(B|A). Are A and B independent?
Solution: P(A|B)=0.2/0.4=0.5. P(B|A)=0.2/0.5=0.4. Since P(A|B)=P(A) and P(B|A)=P(B), events A and B are independent. Alternatively, P(A\cap B)=0.2=0.5\times0.4=P(A)P(B), confirming independence.

Total Probability Theorem

Let E_1,E_2,\dots,E_n be a partition of the sample space S (mutually exclusive and exhaustive). Then for any event A:

P(A) = \sum_{i=1}^n P(E_i)P(A|E_i).

This theorem is the foundation for Bayes' theorem and is used whenever the probability of an event depends on which of several mutually exclusive scenarios occurs.

Bayes' Theorem

Bayes' theorem reverses the conditional probability: given that event A has occurred, what is the probability that it was caused by a particular event E_i?

P(E_i|A) = \frac{P(E_i)P(A|E_i)}{\sum_{j=1}^n P(E_j)P(A|E_j)}.

This theorem is particularly important in NDA for problems involving medical testing, quality control, and source identification. The numerator is the contribution of the i-th event to the total probability of A; the denominator is P(A) from the theorem of total probability.

Example 18: Bayes' Theorem
In a population, 5% have a certain disease. A diagnostic test detects the disease with 90% accuracy (true positive rate) and has a 10% false positive rate. If a randomly selected person tests positive, what is the probability they actually have the disease?
Solution: Let D = having the disease, T = testing positive. P(D)=0.05, P(T|D)=0.9, P(T|\bar{D})=0.1. By total probability: P(T)=P(D)P(T|D)+P(\bar{D})P(T|\bar{D}) = 0.05\times0.9 + 0.95\times0.1 = 0.045+0.095 = 0.14. By Bayes' theorem: P(D|T)=P(D)P(T|D)/P(T)=0.045/0.14 \approx 0.321. So there is approximately a 32% chance the positive result is correct. This counter-intuitive result (low positive predictive value) is a classic NDA question model.
NDA Shortcut #9: Bayes' Denominator First
In NDA Bayes' theorem questions, always compute the denominator P(A)=\sum P(E_j)P(A|E_j) first. This is the total probability of the observed event, and the answer is simply the numerator P(E_i)P(A|E_i) divided by this denominator. Many NDA options include the numerator and denominator values separately, so identifying P(A) first can help you eliminate wrong choices immediately.

Probability Distributions for NDA

Binomial Distribution

A random variable X follows a binomial distribution with parameters n (number of trials) and p (probability of success in each trial) if:

P(X=r) = {}^{n}C_{r}\,p^{r}q^{n-r}, where q=1-p.

The mean of the binomial distribution is np, and the variance is npq. NDA questions may ask you to compute binomial probabilities or to identify the mean and variance from given parameters.

Example 19: Binomial Probability
A fair coin is tossed 5 times. Find the probability of getting exactly 3 heads.
Solution: Here n=5, p=1/2, q=1/2. P(X=3) = {}^{5}C_{3}(1/2)^3(1/2)^2 = 10\times(1/32) = 10/32 = 5/16.
NDA Shortcut #10: Binomial Sum Formula
For binomial problems asking "at least one", use the complement: P(X\ge1)=1-P(X=0)=1-q^n. This is faster than summing multiple terms. Similarly, for "at most one", compute P(X=0)+P(X=1)=q^n+npq^{n-1}. These shortcuts save 30–45 seconds per NDA question.

Random Variables & Expectation

A random variable is a function that assigns a numerical value to each outcome of a random experiment. Random variables are classified as discrete (taking countable values like 0,1,2,...) or continuous (taking any value in an interval). The NDA syllabus focuses on discrete random variables and their probability distributions.

The probability mass function (PMF) of a discrete random variable X assigns a probability to each possible value x_i. The PMF satisfies: (i) 0 \le p_i \le 1 for all i, and (ii) \sum_i p_i = 1. The cumulative distribution function (CDF) gives P(X \le x) and is obtained by summing probabilities up to x.

The expected value (also called the mean) of a discrete random variable is the probability-weighted average of its possible values. The variance measures the spread of the distribution around the mean. These two quantities completely characterise the central tendency and dispersion of a probability distribution, analogous to the mean and variance of a frequency distribution in statistics.

Random variables can be discrete (countable values, e.g., number of heads in 5 tosses) or continuous (uncountable values, e.g., height, weight). For the NDA syllabus, the focus is on discrete random variables.

The probability distribution of a discrete random variable X lists each possible value x_i along with its probability p_i=P(X=x_i), such that \sum p_i=1.

Expected value (mean) of X: E(X)=\sum x_i p_i.

Variance of X: Var(X)=E(X^2)-[E(X)]^2, where E(X^2)=\sum x_i^2 p_i.

Example 20: Expected Value
A random variable X has the distribution: P(X=1)=0.2, P(X=2)=0.3, P(X=3)=0.5. Find E(X) and Var(X).
Solution: E(X)=1(0.2)+2(0.3)+3(0.5)=0.2+0.6+1.5=2.3. E(X^2)=1(0.2)+4(0.3)+9(0.5)=0.2+1.2+4.5=5.9. Var(X)=5.9-(2.3)^2=5.9-5.29=0.61.

Probability: Key Formulas Summary Table

ConceptFormulaWhen to Use
Classical ProbabilityP(E)=n(E)/n(S)Equally likely outcomes
Addition TheoremP(A\cup B)=P(A)+P(B)-P(A\cap B)Finding at least one of two events
Conditional ProbabilityP(A|B)=P(A\cap B)/P(B)Probability given partial information
Multiplication TheoremP(A\cap B)=P(A)P(B|A)Probability of joint occurrence
Total ProbabilityP(A)=\sum P(E_i)P(A|E_i)Partition of sample space
Bayes' TheoremP(E_i|A)=P(E_i)P(A|E_i)/P(A)Reverse conditional probability
Binomial ProbabilityP(X=r)={}^{n}C_{r}p^{r}q^{n-r}Fixed number of independent trials
Expected ValueE(X)=\sum x_i p_iMean of a probability distribution
NDA Shortcut #11: Addition Theorem for Three Events
For three events, the addition theorem is: P(A\cup B\cup C)=P(A)+P(B)+P(C)-P(A\cap B)-P(B\cap C)-P(C\cap A)+P(A\cap B\cap C). The signs alternate: + for single events, − for pairwise intersections, + for triple intersection. This pattern continues for any number of events and is a common NDA question type.
Exam Strategy for NDA Mathematics Paper 1
Time Management: Allocate approximately 1.5–2 minutes per question from this chapter. For vector cross products and Bayes' theorem problems, solve systematically without jumping steps. For statistics, always use the shortcut variance formula to minimise arithmetic errors. Practise at least 30–40 mixed questions from previous NDA papers (2018–2025) before the exam. Maintain a formula sheet with all key equations for quick revision in the final week.

Key Takeaways & Revision Checklist

Before moving on to practice questions, ensure you have mastered the following concepts. Use this checklist to track your preparation for the NDA exam:

  • Vectors: Types of vectors, addition and scalar multiplication, dot product (angle, projection), cross product (area, perpendicular vector), scalar triple product (volume, coplanarity), section formula, application to triangle area and tetrahedron volume.
  • 3D Geometry: Direction cosines and their relation, direction ratios, conversion between d.c. and d.r., equation of a line (vector and cartesian), angle between two lines, distance from point to line, equation of a plane, distance from point to plane, angle between line and plane.
  • Statistics: Mean (ungrouped, grouped, combined, weighted), median, mode, empirical relation, range, variance (formula and shortcut), standard deviation, effect of scale change on variance, frequency distribution concepts, quartiles and IQR, skewness types, correlation coefficient.
  • Probability: Classical definition, mutually exclusive and independent events, addition theorem (2 and 3 events), conditional probability, multiplication theorem, total probability theorem, Bayes' theorem, binomial distribution, expected value and variance of discrete random variables.
ChapterWeightage in NDADifficultyRecommended Practice
Vectors3–4 questionsMedium20+ problems on dot/cross product
3D Geometry2–3 questionsMedium15+ problems on lines and planes
Statistics3–5 questionsEasy–Medium25+ problems on mean/variance/SD
Probability5–6 questionsMedium–Hard30+ problems including Bayes' and binomial
Final NDA Exam Tip
Revision Plan: In the last 30 days before the NDA exam, revise this chapter as follows: Days 1–5: Vectors (all types, dot, cross, triple product). Days 6–8: 3D Geometry (lines, planes, distances). Days 9–12: Statistics (mean, variance, skewness). Days 13–16: Probability (Bayes', binomial, expectation). Days 17–30: Mixed practice with previous year papers. Focus on accuracy first, speed second. A score of 80%+ in this chapter is achievable with systematic preparation.

Practice Questions

← Coordinate Geometry ← Course Home