0

Using the proposition I have checked it for a($1$) $1+x=1+x$ so a($1$) is true A($n$)=$(1+x)^n\ge 1+nx$ assuming this is right according to inductive hypothesis Considering a($n+1$) $( 1+x)^n+1\ge 1+(n+1)x$....($1$) Now $(1+x)^n+1\ge (1+nx)(x+1)$... $(1+x)^{n+1}\ge 1+x(n+1)+nx^2$....($2$) Considering the equation $1$ and $2$ $1+(n+1)x\ge 1+x(n+1)+nx^2\le (1+x)^n+1$ as $nx^2$ is a positive quantity..so the proposition is true...but is the proposition is true if we take $n<0$?

Parcly Taxel
  • 103,344

1 Answers1

1

we have to prove that $$ (1+x)^{n+1}\geq 1+(n+1)x$$ multiplying $$(1+x)^n\geq 1+nx$$ by $1+x>0$ we get $$(1+x)^{n+1}\geq (1+nx)(1+x)=1+x(n+1)+nx^2$$ and this is greater than $$1+(n+1)x$$