Ask your own question, for FREE!
Mathematics 10 Online
OpenStudy (anonymous):

can someone help me with the attached induction question?

OpenStudy (anonymous):

OpenStudy (anonymous):

@ganeshie8 @mathmale @satellite73

OpenStudy (freckles):

So you have proved for the base case right?

OpenStudy (anonymous):

Sorry I don't know what I should prove fro the base case

OpenStudy (anonymous):

for*

OpenStudy (freckles):

prove (1+x)^n >= 1+nx for n=1 where x>=-1

OpenStudy (anonymous):

well (1 + x) ^1 = (1 + (1) x)

OpenStudy (freckles):

and that means the inequality holds since both sides are the same when n=1

OpenStudy (phi):

and that is obviously true for all x, so it's true for x>= -1

OpenStudy (freckles):

now assume for integer k you have (1+x)^k >=1+kx for x>=-1 then show from that (1+x)^(k+1) >=1+(k+1)x follows

OpenStudy (phi):

now assume the condition is true for all n >=1 to N

OpenStudy (anonymous):

so is that the inductive hypothesis?

OpenStudy (freckles):

the inductive hyp is the assumption part

OpenStudy (phi):

yes and to proceed I would write two relations (assuming the induction hypothesis) (1+x) >= 1+x (1+x)^n >= (1+nx) and multiply them

OpenStudy (freckles):

and I omitted positive when I said integer should be positive integer assume for some positive integer k*

OpenStudy (phi):

and make note that (1+x) is 0 or positive for all x>=-1 so you know the relation does not change sign

OpenStudy (anonymous):

I'm a little lost, how come you need to multiply them?

OpenStudy (freckles):

\[(1+x)^{k+1} \ge 1+(k+1)x \text{ is what we want to show} \\ (1+x)^{k+1}=(1+x)^{k}(1+x).... \text{ use the inductive hypothesis }\]

OpenStudy (anonymous):

so the (1+x)^k(1+x) simplifies to 1 + (k + 1)x?

OpenStudy (freckles):

no that doesn't simplify to that

OpenStudy (freckles):

do you remember the inductive hypothesis ?

OpenStudy (anonymous):

(1+x)^k >=1+kx for x>=-1?

OpenStudy (freckles):

\[\text{ assume for some positive integer } k \text{ we have } (1+x)^{k} \ge 1+kx \text{ for } x \ge -1\]

OpenStudy (anonymous):

so we use the inductive step? like what we know?

OpenStudy (freckles):

we want to use this hypothesis here: \[(1+x)^{k+1}=(1+x)^k (1+x) \ge ...\]

OpenStudy (anonymous):

well (1 + x)^k >= 1 + kx so do we substitute it in?

OpenStudy (freckles):

can you show me what you mean

OpenStudy (anonymous):

like (1 + x)^(k+1) = (1+ kx) (1+x)

OpenStudy (freckles):

well the symbol between those two things should be =>

OpenStudy (freckles):

\[(1+x)^{k+1}=\color{blue}{(1+x)^k} (1+x) \color{blue}{\ge (1+kx)(1+x)} \\ \text{ where we used the inductive hyp I put in blue }\]

OpenStudy (freckles):

now let's try to remember what we are trying to show we are trying to show \[(1+x)^{k+1} \ge 1+(k+1)x\]

OpenStudy (freckles):

do you have any ideas on what we can do with (1+kx)(1+x) to shoe this is greater than 1+(k+1)x

OpenStudy (freckles):

greater than/equal to*

OpenStudy (anonymous):

can we multiply (1+kx)(1+x) together?

OpenStudy (freckles):

let's try that

OpenStudy (freckles):

so what is the product of (1+kx) and (1+x)

OpenStudy (anonymous):

1+x+kx+kx^2

OpenStudy (freckles):

cool and you know x+kx can be written as (k+1)x

OpenStudy (freckles):

\[1+(k+1)x+kx^2 \]

OpenStudy (freckles):

now again we are trying to show this is greater than or equal to 1+(k+1)x

OpenStudy (freckles):

x^2 is always zero or positive and k is a positive integer kx^2 is therefore positive or zero

OpenStudy (anonymous):

so greater or equal

OpenStudy (freckles):

yes 1+(k+1)x+kx^2>= 1+(k+1)x

OpenStudy (freckles):

because of kx^2 being positive or zero

OpenStudy (anonymous):

okay is that the proof then?

OpenStudy (anonymous):

I'm not sure how we're supposed to write it all out

OpenStudy (freckles):

yep proving the base case (check) stating the inductive hypothesis (check) proving the inductive statement using the inductive hypothesis (check) put at the end something like: therefore this concludes (1+x)^n >=1+kn for all real number x>=-1 and any positive integer k

OpenStudy (anonymous):

alrighty

OpenStudy (freckles):

you have any conclusions your proof should really have 4 main parts: base case, statement of inductive hypothesis and I like to write what I want to show so you could just say inductive statement, then proof of the inductive statement, and finally the conclusion

OpenStudy (freckles):

Base case I might write: \[\text{ Base case } n=1: \\ (1+x)^1 \ge 1+1 x \\ 1+x \ge 1+x \\ 1+x=1+x \\ \text{ So the base case holds } \]

OpenStudy (anonymous):

so like write what we want and what we have?

OpenStudy (freckles):

\[\text{ Inductive statement } \\ \text{ If }\color{red}{\text{ for all real } x \ge -1 \text{ and positive integer }k \text{ we have } (1+x)^k \ge 1+kx } \\ \text{ then } \color{blue}{\text{we have } (1+x)^{k+1} \ge 1+(k+1)x }.\] The inductive hypothesis is in red. What we want to show is in blue using the the inductive hypothesis.

OpenStudy (freckles):

So you can say: \[\text{ Assume for all real } x \ge -1 \text{ and positive integer } k \text{ we have } (1+x)^{k} \ge 1+kx \\ \text{ then start your next line with } (1+x)^{k+1}.... \\ \text{ this where you are trying \to show this is bigger than} 1+(k+1)x\]

OpenStudy (freckles):

\[(1+x)^{k+1} =(1+x)^k (1+x) \ge (1+kx)(1+x) \\ =1+x+kx+kx^2=1+(k+1)x+kx^2 \ge 1+(k+1)x\]

OpenStudy (freckles):

And then finally the last line of your proof is showing your conclusion

OpenStudy (anonymous):

alright that makes sense now, thank you so much! :)

OpenStudy (freckles):

np

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!