How Do You Prove P(n) Using Mathematical Induction?

  • Thread starter Thread starter ptolema
  • Start date Start date
  • Tags Tags
    Induction
ptolema
Messages
82
Reaction score
0

Homework Statement



prove that
taylorseries.jpg
using induction

hint: use induction on n, and compare derivatives

Homework Equations


P(n) says "1+x+x2/2!+...+xn/n!"
P(1)=1+x1/1!=1+x so P(1) is true

The Attempt at a Solution



induction is probably my worst type of proof, i can't wrap my head around how to do it. apparently there is some some taylor series that goes with this, but we haven't done those yet. can someone please help?
 
Physics news on Phys.org
Start from p(1) .

What is the value on left hand side?

What is the value on right hand side if you sum the first 4 terms?

After proving it is true.. assume p(n) is true such that n is an element of non-negative integers.

hence proving p(n+1) is true by the assumption that p(n) is true.

Hint: (n+1)^{k}\ge n^{k} for k:{1,2,3,4,...,n}
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top