Courses
Courses for Kids
Free study material
Offline Centres
More
Store Icon
Store

Sum of Odd Numbers Complete Guide with Formula and Proof

Reviewed by:
ffImage
hightlight icon
highlight icon
highlight icon
share icon
copy icon

Sum of Odd Numbers Formula Proof Pattern and Solved Examples

The concept of Sum of Odd Numbers is a cornerstone in mathematics, essential for solving number series questions and many real-life calculation scenarios. You’ll often meet questions about the sum of first n odd natural numbers in exams, making it important to understand the formula, tricks, and usage across subjects.


What Is Sum of Odd Numbers?

The Sum of Odd Numbers refers to the total when you add up a series of odd numbers (like 1, 3, 5, 7, etc.) up to a certain point. In Maths, this appears often when working with sequences, mental arithmetic, and pattern spotting in arithmetic progression, number patterns, and perfect squares.


Key Formula for Sum of Odd Numbers

Here’s the standard formula: \( \text{Sum of first n odd numbers} = n^2 \ )


Cross-Disciplinary Usage

Sum of odd numbers is not only useful in Maths but is also a key tool in Physics (for sequence motion problems), Computer Science (for loop-based sums in code), and logical reasoning exams. If you’re preparing for tests like JEE, NEET, or school Olympiads, you’ll see questions involving the sum of odd numbers or recognizing patterns in sequences.


Step-by-Step Illustration

  1. Write the series: 1 + 3 + 5 + 7 + 9 (adding first 5 odd numbers)
    Add them step by step: 1 + 3 = 4, 4 + 5 = 9, 9 + 7 = 16, 16 + 9 = 25.
  2. Count the number of terms: n = 5
    Use the formula: n^2 = 5^2 = 25
  3. Conclusion:
    The sum of the first 5 odd numbers is 25, matching the formula.

Speed Trick or Vedic Shortcut

One quick shortcut with the Sum of Odd Numbers is this rule: the sum of the first n odd numbers is always n squared (n²). This means if you know how many odd terms you are adding, just square that number for the answer!


Example Trick: What’s the sum of the first 20 odd numbers?

  1. Count of terms: n = 20
  2. Shortcut formula: n² = 20² = 400
  3. Answer: 400

This saves lots of time in MCQs or during quick mental maths rounds. Vedantu’s classes show you more shortcuts for maths series and patterns!


Try These Yourself

  • List the first seven odd numbers and use the formula to find their sum.
  • Is the sum of odd numbers from 1 to 101 a perfect square?
  • Which is greater: sum of first 8 odd numbers or sum of first 8 even numbers?
  • Write a code to calculate the sum of first 15 odd numbers.

Frequent Errors and Misunderstandings

  • Using the formula for sum of odd numbers when the series does not start from 1.
  • Not counting the terms correctly before squaring n.
  • Confusing odd number sequence sum with even number sum formulas.

Relation to Other Concepts

The sum of odd numbers is tightly linked to the arithmetic progression formula and the concept of square numbers. Mastering this formula will help you solve complex series, spot patterns, and work quickly through sequence-based exam questions. It also builds the foundation for understanding sum of even numbers and mixed arithmetic progressions.


Classroom Tip

A great way to remember the sum of odd numbers formula is to connect it visually—make square arrays using dots for each odd number added. For example, add dots in rows: 1, 3, 5, and see them form a perfect square. Vedantu teachers use this activity to make patterns clear and memorable in class!


We explored Sum of Odd Numbers—from definition, key formula, example trick, common mistakes, and how it connects to other key maths ideas. Keep practicing with Vedantu and check out related topics like Sum of Even Numbers, Arithmetic Progression, and Squares and Cubes to deepen your problem-solving skills!


Related Topics:

FAQs on Sum of Odd Numbers Complete Guide with Formula and Proof

1. What is the formula for the sum of odd numbers?

The formula for the sum of the first n odd numbers is .

  • The first odd numbers are 1, 3, 5, 7, 9, …
  • If you add the first n odd numbers, the result is always a perfect square.
  • Example: 1 + 3 + 5 + 7 = 16 =
This formula is widely used in algebra and number patterns.

2. How do you find the sum of the first n odd numbers?

To find the sum of the first n odd numbers, use the formula .

  • Step 1: Count how many odd numbers (n).
  • Step 2: Square the number n.
  • Example: Sum of first 6 odd numbers = 6² = 36.
This works because the sum of consecutive odd integers forms perfect squares.

3. Why is the sum of the first n odd numbers equal to n²?

The sum of the first n odd numbers equals because each new odd number builds the next perfect square.

  • 1 = 1²
  • 1 + 3 = 4 = 2²
  • 1 + 3 + 5 = 9 = 3²
This pattern continues, showing a clear relationship between odd numbers and square numbers.

4. What is the sum of the first 10 odd numbers?

The sum of the first 10 odd numbers is 100.

  • Use the formula: n²
  • Here, n = 10
  • So, 10² = 100
This confirms that adding the first 10 odd integers results in a perfect square.

5. How do you find the sum of odd numbers between two numbers?

To find the sum of odd numbers between two numbers, list the odd integers and add them or use the arithmetic series formula.

  • Step 1: Identify the first and last odd numbers in the range.
  • Step 2: Count how many odd numbers there are.
  • Step 3: Use Sum = n/2 × (first + last).
Example: Between 1 and 9 → 1, 3, 5, 7, 9 → Sum = 25.

6. What is the general formula for the sum of the first n odd natural numbers?

The general formula for the sum of the first n odd natural numbers is .

  • The nth odd number is 2n − 1.
  • The sum of 1 + 3 + 5 + … + (2n − 1) equals n².
This formula is important in sequences and series in mathematics.

7. Is the sum of odd numbers always odd or even?

The sum of the first n odd numbers is even when n is even and odd when n is odd.

  • Since the sum equals n²:
  • If n is even, n² is even.
  • If n is odd, n² is odd.
Example: 3² = 9 (odd), 4² = 16 (even).

8. What is an example of finding the sum of odd numbers?

An example of finding the sum of odd numbers is adding the first 5 odd integers to get 25.

  • Odd numbers: 1, 3, 5, 7, 9
  • Add them: 1 + 3 + 5 + 7 + 9 = 25
  • Using formula: 5² = 25
This confirms the sum of the first 5 odd numbers equals a perfect square.

9. What is the difference between the sum of odd numbers and even numbers?

The sum of the first n odd numbers is , while the sum of the first n even numbers is n(n + 1).

  • Odd numbers: 1 + 3 + 5 + … = n²
  • Even numbers: 2 + 4 + 6 + … = n(n + 1)
Example for n = 3: Odd sum = 9, Even sum = 12.

10. What are some common mistakes when finding the sum of odd numbers?

A common mistake when finding the sum of odd numbers is confusing the number of terms with the largest odd number.

  • Mistake 1: Using the last odd number instead of counting total terms (n).
  • Mistake 2: Forgetting the formula is , not (2n − 1)².
  • Mistake 3: Including even numbers by accident.
Always count how many odd terms are being added before applying the formula.