How to do this following "Induction sum"?
n
SUM (-1/2)^j = (2^n+1 + (-1)^n)/ 3. 2^n
j=0
How do we remove the "summation" sign here? Also, how to go about proving it by using "induction"?
Thanks for you reply!
Printable View
How to do this following "Induction sum"?
n
SUM (-1/2)^j = (2^n+1 + (-1)^n)/ 3. 2^n
j=0
How do we remove the "summation" sign here? Also, how to go about proving it by using "induction"?
Thanks for you reply!
Hello
To prove this by induction, check that the equality is true for. (easy :D)
Then, assuming the equality is true for an integer,
Multiply the first fraction byand the second one by
so that they can be added.
Does it help ?
Hi, Thanks for you quick reply man!
Anyways, I didn't got how did you "expand"
n
sum (-1/2)^j into (2^n+1+(-1)^n)/3.2^n etc...
j =0
Also, how to get the symbols like you are using? Do we have to write the code for that?
Thanks
I assumed the equalitywas true for
. :D
Yes, you have to write the code for each formula. See this thread.Quote:
Also, how to get the symbols like you are using? Do we have to write the code for that?
I did this so that the two fractions share the same denominator.
As, we choose
as the common denominator. To make appear
at the denominator of the first fraction, we multiply it by
. For a similar reason, we multiply the second fraction by
.
Otherwise, one can do this as follows :