Roscoe1989
- 23
- 0
1. can someone tell me what r^(n+1)*(1-r)=? I need it to solve a proof, but my math is so rusty! thanks!
2. r^(n+1)*(1-r)
2. r^(n+1)*(1-r)
Roscoe1989 said:oopps, sorry. it should be
1+r+...+r^n=1-r^(n+1) / 1-r
Roscoe1989 said:my textbook is saying 1-r^n+1
Roscoe1989 said:my textbook is saying 1-r^n+1
Roscoe1989 said:is it n can't be 0? but can be anything else?
Roscoe1989 said:n has to be greater than 0
Roscoe1989 said:then the right hand side will equal 1. right?
flyingpig said:Why?
Dick said:Why not? I would interpret 1+r+...+r^n for n=0 to be 1. (1-r^(0+1))/(1-r)=(1-r)/(1-r)=1. I'm not sure you are leading this in a helpful direction, flyingpig.
Roscoe1989 said:honestly, i don't know
Roscoe1989 said:does it mean that it's "proven"?
flyingpig said:By Induction? No
If only though, if only...
Roscoe1989 said:but what does it mean on the LHS?
Dick said:You don't really need induction for an informal proof. See my long buried comment in post 14.
Roscoe1989 said:prove by induction on n that
1+r+r^2...+r^=1-r^n+1/1-r
if r doesn't equal 1
flyingpig said:Yeah I probably wouldn't do that [induction] either. But Ros asked for
in post 3
fluidistic said:Dick and flyingpig, you are missing, I think, that roscoe1989 doesn't know what happens in the LHS when n=0.
When n=0, you don't get 1+r²+r³+...+r⁰.
1+r²+r³+...+r^n is just a notation. When n=0 you simply get r⁰ and this is worth 1. So when n=0, both the LHS and RHS is worth 1, so the equality holds, meaning that it does makes sense to consider n=0 (it's a possible/allowed value for n).
Roscoe1989 said:ok...so when the right side equals the left side... what does that mean?
flyingpig said:It's probably that I tell you what Induction is (in brief form) first.
(1) Base Case. Usually we take n = 1 or 0. We show that it (S(n)) is true first
(2) Inductive Step. Assume that (1) is true and then you will write your Inductive hypothesis and show that it is true for S(n+1).
Roscoe1989 said:ooooooh, ok