Question
Mathematics Question on Continuity and differentiability
Using mathematical induction prove that dxd(xn)=nxn-1 for all positive integers n
Answer
To prove:P(n):dxd(xn)=nxn-1 for all positive integers n
For n=1
P(1)=dxd(x)=1=1.x1-1
∴P(n) is true for n=1
Let P(k) be true for some positive integer k.
That is,P(k):dxd(xk)=kxk-1
It has to be proved that P(k+1) is also true.
Consider dxd(xk+1)=dxd(x.xk)
=xk.dxd(x)+x.dxd(xk)
=xk.1+x.k.xk-1
=xk+kxk
=(k+1).xk
=(k+1).x(k+1)-1
Thus, P(k+1) is true whenever P(k) is true.
Therefore, by the principle of mathematical induction, the statement P(n) is true for every positive integer n.
Hence, it proved.