Sum of Cube of N Natural Numbers: Formula, Proof and Examples
Last Updated :
02 Jul, 2024
Sum of cube of n natural numbers is a mathematical pattern on which various questions were asked in competitive exam. So, the sum of cube of n natural numbers is obtained by the formula [n2(n+1)2]/4 where S is sum and n is number of natural numbers. Natural Numbers are the numbers started from 1 and it ends on infinity ∞.
We have covered the Sum of cube of n natural number formula, proof and examples below.
Sum of Cubes of n Natural Numbers
Sum of cubes of n natural numbers means adding series of the cubes of natural numbers. The natural numbers start from the 1 so the sum of cubes of first n natural numbers start from 13 + 23 +......+ n3. The sum of cubes of n natural numbers can be given by product of n square and n+1 square and divide the resultant value by 4. In other words, the sum of cubes of n natural numbers can also be calculated by squaring the sum of n natural numbers.
The formula of sum of cubes of n natural numbers is obtained by multiplying the total number of natural numbers with the total number of natural numbers + 1 and the divide the result by 2 and then, then after the square of the obtained value. The resultant value gives the sum of cubes of n natural numbers. Below is the formula for the n natural numbers.
S = [{n(n+1)}/2]2 = [n2(n+1)2]/4
Where,
- S is the sum of cubes of n natural numbers
- n is the total number of natural numbers
Sum of Cubes of n Natural Numbers Proof
Below is the proof of sum of cubes of first n natural numbers (consider S).
n4 - (n - 1)4 = n3 - 6n2 + 4n - 1
Now, put n = 1, 2, 3 .... n in the above identity
- 14 - 04 = 13 - 6 × 12 + 4 × 1 - 1
- 24 - 14 = 23 - 6 × 22 + 4 × 2 - 1
- 34 - 24 = 33 - 6 × 32 + 4×3 - 1
- .
- .
- .
- n4 - (n - 1)4 = n3 - 6n2 + 4n - 1
Adding all the above expressions we get,
n4 - 04 = 4(13 + 23 +......+ n3) - 6(12 + 22 +......+ n2) + 4(13 + 23 +......+ n3) + (1 + 1 + 1... up to n)
We know that,
Sum of first n natural numbers 1 + 2 +......+ n = [n(n+1)] / 2
Sum of squares of first n natural numbers 12 + 22 +......+ n2 = [n (n+1) (2n+1)]/6
n4 - 04 = 4(13 + 23 +......+ n3) - 6([n (n+1) (2n+1)]/6) + 4([n(n+1)] / 2) + n
As we want to calculate, 13 + 23 +......+ n3 , let's represent that as S.
n4 = 4S - 6([n (n+1) (2n+1)]/6) + 4([n(n+1)] / 2) + n
⇒ 4S = n4 + [n (n+1) (2n+1)] - [2n(n+1)] + n
⇒ 4S = n4 + [(n2 + n) (2n +1)] - 2n2 - 2n + n
⇒ 4S = n4 + 2n3 + n2+ 2n2 + n - 2n2 - 2n + n
⇒ 4S = n4 + 2n3 + n2
⇒ 4S = n2 (n2+ 2n + 1)
⇒ 4S = n2 (n + 1)2
⇒ S = [n2 (n + 1)2]/4
⇒ 13 + 23 +......+ n3 = [n2 (n + 1)2]/4 [Proved]
LHS = RHS
Alternate Method: Using Induction
To prove the formula for the sum of the cubes of the first n natural numbers, we'll use mathematical induction.
Step 1: Base Case
Let's start with the base case, n = 1.
When n = 1,
13 = 1 [Which is True.]
Step 2: Inductive Hypothesis
Assume that the formula holds for some arbitrary positive integer k, i.e.,
1^3 + 2^3 + 3^3 + \ldots + k^3 = \left(\frac{k(k+1)}{2}\right)^2
Step 3: Inductive Step
We need to prove that the formula holds for k+1, assuming it holds for k.
So, we add (k+1)3 to both sides of our assumption:
1^3 + 2^3 + 3^3 + \ldots + k^3 + (k+1)^3 = \left(\frac{k(k+1)}{2}\right)^2 + (k+1)^3
L.H.S. = \left(\frac{k(k+1)}{2}\right)^2 + (k+1)^3 = \frac{k^2(k+1)^2}{4} + (k+1)^3
⇒ L.H.S. = (k+1)^2 \left(\frac{k^2}{4} + (k+1)\right)
⇒ L.H.S. = (k+1)^2 \left(\frac{k^2 + 4k + 4}{4}\right)
⇒ L.H.S. = (k+1)^2 \left(\frac{(k+2)^2}{4}\right)
⇒ L.H.S. = \left(\frac{(k+1)(k+2)}{2}\right)^2
This matches the formula for n = k+1.
Thus, it is true for all n ≥ 1.
Read More
Sum of Cubes of n Natural Numbers Examples
Example 1. Find the sum of cubes of first 12 natural numbers.
Solution:
The sum of cubes of first n natural numbers is given by:
S = [{n(n+1)}/2]2 = [n2(n+1)2]/4
⇒ Sum of cubes of first 12 natural numbers = [122(12+1)2]/4
⇒ Sum of cubes of first 12 natural numbers = [122 × 132]/4
⇒ Sum of cubes of first 12 natural numbers = [144 × 169]/4
Thus, Sum of cubes of first 12 natural numbers = 6084
Example 2. Determine the sum of cubes of series starting from 5 and ends with 10.
Solution:
The sum of cubes of first n natural numbers is given by:
S = [{n(n+1)}/2]2 = [n2(n+1)2]/4
To find the sum of cubes of series starting from 5 and ends with 10 we first find the sum of cubes of series 1 to 10 and the subtract the sum of cubes of 1 to 4 to get the sum of given series i.e.,
Sum of cubes of series 5 to 10 i.e., 53 +.... + 103 = Sum of cubes of series 1 to 10 i.e., 13 + 23 +.... + 103 - Sum of cubes of series 1 to 4 i.e., 13 + 23 +.... + 43
⇒ Sum of cubes of series 1 to 10 i.e., 13 + 23 +.... + 103 = [102(10+1)2]/4 = 3025
⇒ Sum of cubes of series 1 to 4 i.e., 13 + 23 +.... + 43 = [42(4+1)2]/4 = 100
Thus, Sum of cubes of series 5 to 10 i.e., 53 +.... + 103 = 3025 - 100 = 2925
Practice Questions on Sum of Cube of N Natural Numbers
Q1. Find the sum of cubes of first 20 natural numbers.
Q2. Determine the sum of cubes of series starting from 3 and ends with 9.
Similar Reads
Volume of Cuboid | Formula and Examples
Volume of a cuboid is calculated using the formula V = L Ã B Ã H, where V represents the volume in cubic units, L stands for length, B for breadth, and H for height. Here, the breadth and width of a cuboid are the same things. The volume signifies the amount of space occupied by the cuboid in three
8 min read
Sum of Squares of n Natural numbers
The sum of squares of n natural numbers is calculated using the formula [n(n+1)(2n+1)] / 6, where 'n' is a natural number. It is represented as Sn, and the formula for the same is added in the image below:Sum of Squares of 'n' Natural Number FormulaExamples: n = 1, Sum = (1 x (1 + 1) x (1 x 2 + 1))/
12 min read
Cube Sum of First n Natural Numbers in JavaScript
To find the cube sum, we can iterate over each natural number from 1 to 'n'. For each number, we will cube it (multiply it by itself twice) and add the result to a running total. This means we are going to add up the cubes of each number from 1 to 'n'. There are different methods to cube the sum of
3 min read
Find the Sum of First n Natural Numbers
1. The sum of the first n natural numbers is given by (n (n + 1)) / 2The sum of the first n natural numbers can be found using the following formula:\bold{S_n = \frac{n \cdot (n + 1)}{2}}Where Snâ is the sum, and n is the number of natural numbers being summed.The formula is derived by pairing the f
3 min read
Sum of Squares of First N Natural Numbers in JavaScript
The sum of squares of the first n natural numbers is a mathematical problem of finding the sum of squares of each number up to a given positive number n. We can find the sum of squares of first n natural numbers in JavaScript using the approaches listed below.Table of Content Sum of Square of First
3 min read
Sum of First n Natural Numbers
Sum of n Natural Numbers is simply an addition of 'n' numbers of terms that are organized in a series, with the first term being 1, and n being the number of terms together with the nth term. The numbers that begin at 1 and terminate at infinity are known as natural numbers. Sum of the first n natur
6 min read
Find the sum of first 50 natural numbers
Answer: The sum of the first n natural numbers is given by the formula Sn = n(n+1)/2. Sum of first 50 natural numbers S50 = 50(51)/2 = 1275Similar Problems:Question 1: What is the difference between twenty and ten natural numbers?Solution:Lets first calculate the sum of the first of ten natural numb
2 min read
Sum of Binomial Coefficients Formula and Proof
Sum of binomial coefficients is the total of all binomial coefficients that appear in the expansion of expressions like (a+b)n for a non-negative integer n. For example, in the expansion of (x + y)3, the binomial coefficients are 1, 3, 3, and 1. When we add these coefficients together, we get the su
5 min read
What is the sum of first 30 natural numbers?
Answer: First 30 natural numbers are 1 to 30. So, The sum of 1 to 30 is 465.A progression is basically a list of terms ( usually numbers) that follow a particular logical and predictable pattern. There is a certain relation between the two terms in each type of Progression. The predictable nature of
5 min read
Cube Root of 17576: Factorization and Estimation Method
The cube root of 17,576 is 26. This is because 17,576 = 263 = 26 Ã 26 Ã 26.We can calculate this using either the factorization or estimation method. In this article, we will discuss both methods in detail.What is Cube Root?The cube root of a number is a value that, when multiplied by itself three t
4 min read