NCERT Books

Standard Deviation Formula: Complete Guide with Solved Examples 2025

The Standard Deviation Formula measures how spread out data values are from their mean, expressed as \ ( \sigma = \sqrt{\frac{\sum (x_i – \bar{x})^2}{N}} \) for a population. It is a core concept in NCERT Class 11 Mathematics (Chapter 15: Statistics) and appears regularly in CBSE board exams, JEE Main, and even NEET biology data-interpretation questions. This article covers every form of the standard deviation formula, a complete statistics formula sheet, three progressive solved examples, CBSE exam tips for 2025-26, common mistakes, and JEE/NEET applications.

Standard Deviation Formula — Formula Chart for CBSE & JEE/NEET
Standard Deviation Formula Complete Formula Reference | ncertbooks.net

Key Standard Deviation Formulas at a Glance

Quick reference for the most important standard deviation expressions.

Essential Formulas:
  • Population SD: \( \sigma = \sqrt{\dfrac{\sum_{i=1}^{N}(x_i – \bar{x})^2}{N}} \)
  • Sample SD: \( s = \sqrt{\dfrac{\sum_{i=1}^{n}(x_i – \bar{x})^2}{n-1}} \)
  • Shortcut (direct) method: \( \sigma = \sqrt{\dfrac{\sum x_i^2}{N} – \bar{x}^2} \)
  • For frequency distribution: \( \sigma = \sqrt{\dfrac{\sum f_i(x_i – \bar{x})^2}{\sum f_i}} \)
  • Coefficient of Variation: \( CV = \dfrac{\sigma}{\bar{x}} \times 100\% \)
  • Variance: \( \sigma^2 = \dfrac{\sum (x_i – \bar{x})^2}{N} \)
  • Step-deviation method: \( \sigma = h \cdot \sqrt{\dfrac{\sum f_i u_i^2}{\sum f_i} – \left(\dfrac{\sum f_i u_i}{\sum f_i}\right)^2} \)

What is the Standard Deviation Formula?

The Standard Deviation Formula is a statistical tool that quantifies the amount of variation or dispersion in a set of data values. A low standard deviation means data points are clustered closely around the mean. A high standard deviation means data points are spread widely.

In NCERT Class 11 Mathematics, Chapter 15 (Statistics), standard deviation is introduced as the most reliable measure of dispersion. It improves upon the mean deviation by squaring the deviations, which removes negative signs and penalises larger deviations more heavily.

The symbol for population standard deviation is \( \sigma \) (sigma), while sample standard deviation uses \( s \). Variance, denoted \( \sigma^2 \), is simply the square of the standard deviation. Together, these measures help students analyse real-world data — from exam scores to stock prices — with mathematical precision. Understanding the Standard Deviation Formula is essential for scoring well in CBSE Statistics and for data-interpretation problems in JEE Main and NEET.

Standard Deviation Formula — Expression and Variables

1. Population Standard Deviation

\[ \sigma = \sqrt{\frac{\sum_{i=1}^{N}(x_i – \bar{x})^2}{N}} \]

2. Sample Standard Deviation

\[ s = \sqrt{\frac{\sum_{i=1}^{n}(x_i – \bar{x})^2}{n – 1}} \]

3. Shortcut / Direct Method

\[ \sigma = \sqrt{\frac{\sum x_i^2}{N} – \left(\frac{\sum x_i}{N}\right)^2} \]

4. Frequency Distribution Formula

\[ \sigma = \sqrt{\frac{\sum f_i (x_i – \bar{x})^2}{\sum f_i}} \]

SymbolQuantitySI Unit / Note
\( \sigma \)Population standard deviationSame unit as data
\( s \)Sample standard deviationSame unit as data
\( x_i \)Each individual data valueSame unit as data
\( \bar{x} \)Arithmetic mean of the dataSame unit as data
\( N \)Total number of data points (population)Dimensionless
\( n \)Number of data points in sampleDimensionless
\( f_i \)Frequency of the \( i \)-th classDimensionless
\( \sigma^2 \)VarianceSquare of data unit
\( h \)Class width (step-deviation method)Same unit as data
\( u_i \)Step deviation: \( u_i = (x_i – A)/h \)Dimensionless

Derivation of the Population Standard Deviation Formula

The derivation begins with the concept of variance. First, calculate the mean: \( \bar{x} = \dfrac{\sum x_i}{N} \). Next, find each deviation from the mean: \( (x_i – \bar{x}) \). Square every deviation to eliminate negatives: \( (x_i – \bar{x})^2 \). Sum all squared deviations and divide by \( N \) to get the variance: \( \sigma^2 = \dfrac{\sum (x_i – \bar{x})^2}{N} \). Finally, take the positive square root to return to the original unit of measurement. This gives the Standard Deviation Formula: \( \sigma = \sqrt{\sigma^2} \). The shortcut formula is derived by expanding the squared term and simplifying, yielding \( \sigma = \sqrt{\dfrac{\sum x_i^2}{N} – \bar{x}^2} \), which reduces computation significantly.

Complete Statistics Formula Sheet

Formula NameExpressionVariablesSI UnitsNCERT Chapter
Arithmetic Mean \( \bar{x} = \dfrac{\sum x_i}{N} \) \( x_i \) = data values, \( N \) = count Same as data Class 11, Ch 15
Population Variance \( \sigma^2 = \dfrac{\sum (x_i – \bar{x})^2}{N} \) \( x_i \) = data, \( \bar{x} \) = mean, \( N \) = count Square of data unit Class 11, Ch 15
Population Standard Deviation \( \sigma = \sqrt{\dfrac{\sum (x_i – \bar{x})^2}{N}} \) \( x_i \) = data, \( \bar{x} \) = mean, \( N \) = count Same as data Class 11, Ch 15
Sample Standard Deviation \( s = \sqrt{\dfrac{\sum (x_i – \bar{x})^2}{n-1}} \) \( n \) = sample size Same as data Class 11, Ch 15
Shortcut SD Formula \( \sigma = \sqrt{\dfrac{\sum x_i^2}{N} – \bar{x}^2} \) \( x_i \) = data, \( \bar{x} \) = mean Same as data Class 11, Ch 15
SD for Frequency Distribution \( \sigma = \sqrt{\dfrac{\sum f_i(x_i-\bar{x})^2}{\sum f_i}} \) \( f_i \) = frequency, \( x_i \) = mid-value Same as data Class 11, Ch 15
Step-Deviation Method SD \( \sigma = h\sqrt{\dfrac{\sum f_i u_i^2}{\sum f_i} – \left(\dfrac{\sum f_i u_i}{\sum f_i}\right)^2} \) \( h \) = class width, \( u_i = (x_i-A)/h \) Same as data Class 11, Ch 15
Coefficient of Variation \( CV = \dfrac{\sigma}{\bar{x}} \times 100\% \) \( \sigma \) = SD, \( \bar{x} \) = mean Percentage (%) Class 11, Ch 15
Mean Deviation about Mean \( MD = \dfrac{\sum |x_i – \bar{x}|}{N} \) \( x_i \) = data, \( \bar{x} \) = mean Same as data Class 11, Ch 15
Range \( R = x_{\max} – x_{\min} \) Max and min data values Same as data Class 11, Ch 15

Standard Deviation Formula — Solved Examples

Example 1 (Class 9-10 Level): SD of a Small Data Set

Problem: Find the standard deviation of the data set: 4, 8, 6, 5, 3, 2, 8, 9, 2, 5.

Given: Data values: 4, 8, 6, 5, 3, 2, 8, 9, 2, 5. Total number of values \( N = 10 \).

Step 1: Calculate the mean.
\( \bar{x} = \dfrac{4+8+6+5+3+2+8+9+2+5}{10} = \dfrac{52}{10} = 5.2 \)

Step 2: Find each deviation \( (x_i – \bar{x}) \) and square it.

\( x_i \)\( x_i – \bar{x} \)\( (x_i – \bar{x})^2 \)
4-1.21.44
82.87.84
60.80.64
5-0.20.04
3-2.24.84
2-3.210.24
82.87.84
93.814.44
2-3.210.24
5-0.20.04

Step 3: Sum the squared deviations.
\( \sum (x_i – \bar{x})^2 = 1.44 + 7.84 + 0.64 + 0.04 + 4.84 + 10.24 + 7.84 + 14.44 + 10.24 + 0.04 = 57.6 \)

Step 4: Apply the Standard Deviation Formula.
\( \sigma = \sqrt{\dfrac{57.6}{10}} = \sqrt{5.76} = 2.4 \)

Answer

Standard Deviation \( \sigma = 2.4 \)

Example 2 (Class 11-12 Level): SD Using Frequency Distribution

Problem: The marks scored by 50 students in a test are given in the frequency table below. Find the standard deviation.

Marks (\( x_i \))Frequency (\( f_i \))
105
208
3015
4012
5010

Given: \( \sum f_i = 50 \)

Step 1: Calculate the mean.
\( \bar{x} = \dfrac{\sum f_i x_i}{\sum f_i} = \dfrac{(5)(10)+(8)(20)+(15)(30)+(12)(40)+(10)(50)}{50} \)
\( = \dfrac{50+160+450+480+500}{50} = \dfrac{1640}{50} = 32.8 \)

Step 2: Compute \( f_i(x_i – \bar{x})^2 \) for each class.

\( x_i \)\( f_i \)\( x_i – \bar{x} \)\( (x_i-\bar{x})^2 \)\( f_i(x_i-\bar{x})^2 \)
105-22.8519.842599.2
208-12.8163.841310.72
3015-2.87.84117.6
40127.251.84622.08
501017.2295.842958.4

Step 3: Sum the last column.
\( \sum f_i(x_i – \bar{x})^2 = 2599.2 + 1310.72 + 117.6 + 622.08 + 2958.4 = 7608 \)

Step 4: Apply the frequency distribution formula.
\( \sigma = \sqrt{\dfrac{7608}{50}} = \sqrt{152.16} \approx 12.34 \)

Answer

Standard Deviation \( \sigma \approx 12.34 \) marks

Example 3 (JEE/NEET Level): Coefficient of Variation and Comparison

Problem: Two batsmen A and B scored runs in 6 innings as follows. Determine which batsman is more consistent using the Coefficient of Variation.

Batsman A: 25, 85, 40, 80, 120, 10

Batsman B: 55, 70, 53, 58, 60, 64

Given: \( N = 6 \) for both batsmen.

Step 1: For Batsman A

\( \bar{x}_A = \dfrac{25+85+40+80+120+10}{6} = \dfrac{360}{6} = 60 \)

Deviations: -35, 25, -20, 20, 60, -50

Squared deviations: 1225, 625, 400, 400, 3600, 2500

\( \sum(x_i – \bar{x})^2 = 8750 \)

\( \sigma_A = \sqrt{\dfrac{8750}{6}} = \sqrt{1458.33} \approx 38.19 \)

\( CV_A = \dfrac{38.19}{60} \times 100 \approx 63.65\% \)

Step 2: For Batsman B

\( \bar{x}_B = \dfrac{55+70+53+58+60+64}{6} = \dfrac{360}{6} = 60 \)

Deviations: -5, 10, -7, -2, 0, 4

Squared deviations: 25, 100, 49, 4, 0, 16

\( \sum(x_i – \bar{x})^2 = 194 \)

\( \sigma_B = \sqrt{\dfrac{194}{6}} = \sqrt{32.33} \approx 5.69 \)

\( CV_B = \dfrac{5.69}{60} \times 100 \approx 9.48\% \)

Step 3: Compare. Both batsmen have the same mean (60 runs). However, \( CV_B = 9.48\% \ll CV_A = 63.65\% \). A lower CV indicates greater consistency.

Answer

Batsman B is significantly more consistent than Batsman A, because Batsman B has a much lower Coefficient of Variation (9.48% vs 63.65%).

CBSE Exam Tips 2025-26

CBSE Board Exam Tips for Standard Deviation (2025-26)
  • Memorise all four forms: We recommend learning the population, sample, shortcut, and frequency distribution versions separately. CBSE 2025-26 papers often test the frequency distribution form in 4-mark questions.
  • Use the shortcut formula for large data: When data values are large, the shortcut formula \( \sigma = \sqrt{\dfrac{\sum x_i^2}{N} – \bar{x}^2} \) saves significant time. Always verify your mean first.
  • Show every step: CBSE awards step marks. Write the formula, substitute values, and simplify in clearly numbered steps. Never skip the variance step.
  • Coefficient of Variation questions: CBSE Class 11 frequently asks comparison problems. Our experts suggest practising at least 5 CV comparison problems before the exam.
  • Check units: Standard deviation always has the same unit as the original data. Variance has squared units. Mentioning units in your answer earns full marks.
  • Step-deviation method for grouped data: For continuous frequency distributions, the step-deviation method is the fastest approach. Choose the assumed mean \( A \) as the middle class mark to minimise calculation errors.

Common Mistakes to Avoid

  • Forgetting to square root the variance: Many students calculate variance correctly but forget to take the square root. Variance is \( \sigma^2 \); standard deviation is \( \sigma \). Always complete the final step.
  • Using \( n \) instead of \( n-1 \) for sample data: When the problem says “sample,” use Bessel’s correction (divide by \( n-1 \)). Dividing by \( n \) gives a biased estimate for samples. CBSE Class 11 generally uses population SD, but JEE problems may specify sample SD.
  • Incorrect mean calculation: A wrong mean cascades into every subsequent step. Double-check \( \bar{x} \) before proceeding. This is the single most common source of error in board exams.
  • Confusing mean deviation with standard deviation: Mean deviation uses absolute values \( |x_i – \bar{x}| \). Standard deviation squares the deviations. They are different measures and yield different numerical results.
  • Ignoring the class mid-point for grouped data: In a frequency distribution, \( x_i \) must be the class mid-point, not the class boundary. Using the upper or lower boundary is a common error that changes the answer entirely.

JEE/NEET Application of Standard Deviation Formula

In our experience, JEE aspirants encounter the Standard Deviation Formula in at least one question per JEE Main session, typically in the “Statistics” chapter of Class 11 Mathematics. NEET aspirants encounter it in biology data-interpretation and experimental design questions.

JEE Main Application Patterns

  • Pattern 1 — Change in SD when data is transformed: JEE frequently asks: “If each observation is multiplied by a constant \( k \), what happens to the standard deviation?” The answer is that SD also gets multiplied by \( |k| \). Adding a constant to every value does NOT change the SD. This property is tested almost every year.
  • Pattern 2 — Variance of combined data: JEE Advanced problems combine two data sets and ask for the combined variance. The formula involves both the individual variances and the difference between individual means and the combined mean. Practising NCERT miscellaneous examples thoroughly prepares you for this type.
  • Pattern 3 — Coefficient of Variation for comparison: JEE Main often presents two data sets with the same mean but different SDs, or the same SD but different means, and asks which is more variable. Always compute CV and compare. A lower CV means less variability and greater consistency.

NEET Application Patterns

NEET Biology and Biotechnology sections include experimental data analysis. Understanding standard deviation helps interpret error bars in graphs and evaluate experimental reliability. A small SD in a biology experiment indicates reproducibility — a key concept in research methodology questions in NEET 2025-26.

Our experts suggest solving all NCERT Class 11 Chapter 15 examples and exercises. Then practise 10-15 previous year JEE Main Statistics questions. This builds the speed and accuracy needed for competitive exams.

FAQs on Standard Deviation Formula

The Standard Deviation Formula is \( \sigma = \sqrt{\dfrac{\sum (x_i – \bar{x})^2}{N}} \) for a population. It measures how much individual data values deviate from the mean. A small standard deviation means values are tightly clustered around the mean. A large standard deviation means values are widely spread. It is covered in NCERT Class 11 Mathematics, Chapter 15 (Statistics).

To calculate standard deviation: (1) Find the arithmetic mean \( \bar{x} \). (2) Subtract the mean from each data value to get deviations. (3) Square each deviation. (4) Find the average of the squared deviations — this is the variance \( \sigma^2 \). (5) Take the positive square root of the variance. The result is the standard deviation \( \sigma \).

Standard deviation has the same unit as the original data. If data is in centimetres, the standard deviation is in centimetres. If data is in marks (dimensionless), the standard deviation is also dimensionless. Variance, on the other hand, has squared units (e.g., cm²). The Coefficient of Variation is expressed as a percentage and is dimensionless.

The Standard Deviation Formula is important for JEE Main because Statistics questions appear in nearly every paper. JEE tests properties of SD under data transformation, combined variance, and Coefficient of Variation comparisons. For NEET, it aids in interpreting experimental data and error analysis in biology practicals. Mastering this formula can secure easy marks in both exams.

Population standard deviation uses \( N \) (total population size) in the denominator: \( \sigma = \sqrt{\sum(x_i-\bar{x})^2 / N} \). Sample standard deviation uses \( n-1 \) (Bessel’s correction) to give an unbiased estimate: \( s = \sqrt{\sum(x_i-\bar{x})^2 / (n-1)} \). CBSE Class 11 primarily uses population SD. JEE problems may specify which version to use, so always read the question carefully.

Strengthen your Mathematics preparation with these related resources on ncertbooks.net. Study the Vertex Formula to master quadratic functions alongside statistics. Review the complete Algebra Formulas hub for a structured overview of all Class 11-12 algebraic identities. You can also explore the Sine Rule Formula to build your trigonometry foundation. For the official NCERT syllabus reference, visit the NCERT official website.