Let
P(n):13+23+33+......+n3=(n(n+1)2)2For n=1
LHS=13=1
RHS=(1(1+1)2)2=1
Hence LHS=RHS
∴P(n) is true for n=1
Assume that P(k) is true
13+23+33+....+k3=(k(k+1)2)2......(1)
We will prove that P(k+1) is true
13+23+33+....+k3=((k+1)(k+1+1)2)2
13+23+33+....+k3=((k+1)(k+2)2)2......(2)
We have to prove P(k+1) from P(k) i.e (2) from (1)
From (1)
13+23+33+.....+k3=(k(k+1)2)2
Adding (k+1)3 both sides,
13+23+33+.....+k3+(k+1)3=(k(k+1)2)2+(k+1)3
=k2(k+1)24+(k+1)3
=k2(k+1)2+4(k+1)34
=(k+1)2(k2+4k+4)4
=(k+1)2(k2+2k+2k+4)4
=(k+1)2(k+2)(k+2)4
=(k+1)2(k+2)24
=((k+1)(k+2)2)2
Thus, 13+23+33+....+k3=((k+1)(k+2)2)2 i.e P(k+1) is true whenever P(k) is true.
∴ By the principle of mathematical induction, P(n) is true for n, where n is a natural number.