Mastering Mathematical Induction: Solving for the nth Term

AI Thread Summary
The discussion centers on finding the nth term of the series 1 - 1/2 + 1/4 - 1/8 + ... and involves the formula [(2^n - (-1)^n)] / [3(2^(n-1))]. Participants express confusion over the denominator and the alternating signs, suggesting that using (-1)^(n+1) instead of (-1)^n resolves the sign issue. Calculations for specific values of n are provided to illustrate the formula's application. The conversation also touches on the possibility of starting the sum at n=0 to simplify the expression, ultimately leading to the same result.
jackscholar
Messages
73
Reaction score
0

Homework Statement


1-1/2+1/4-1/8+...nth term= [(2^n-(-1)^n)]/3(2^(n-1))]

I just can't get the nth term. I realize that the denominator should be 2^(n-1) and that, because the sign constantly changes there needs to be something like -1^n so I came up with the equation -1^n/-2^(n-1) but this doesn't satisfy n=1. Any help is highly appreciated.
 
Physics news on Phys.org
Think about ##(-1)^{n+1}##
 
jackscholar said:

Homework Statement


1-1/2+1/4-1/8+...nth term= [(2^n-(-1)^n)]/3(2^(n-1))]

I just can't get the nth term. I realize that the denominator should be 2^(n-1) and that, because the sign constantly changes there needs to be something like -1^n so I came up with the equation -1^n/-2^(n-1) but this doesn't satisfy n=1. Any help is highly appreciated.
That "3" in the denominator puzzled me also. But look what happens for different n:
n= 1 [2^1- (-1)^1]/[(3)2^{1- 1}]= (2+1)/3= 1
n= 2 [2^2- (-1)^2]/[(3)2^{2- 1}]= (4- 1)/[(3)2]= 3/(3)2= 1/2, etc.
As micromass suggests, is (-1)^n gives the wrong sign, multiply by another -1: (-1)^(n+1)- not taking it to the n-1 power as you appear to be doing. Although, because you have n-1 in the denominator, I would be inclined to divide by 1, again, not taking it to a power, to get (-1)^(n-1)/2^(n-1)= (-1/2)^{n-1}.

Are you required to have the sum starting at n= 1 (\sum_{n=1}^\infty (-1/2)^{n-1})? I think the simplest thing to do is start with n= 0. \sum_{n=0}^\infty (-1/2)^n will give exactly the same result.
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks

Similar threads

Back
Top