Basic Mathematical Induction w/ n In the Exponent

AI Thread Summary
The discussion focuses on using mathematical induction to prove the formula for the sum of a geometric series involving powers of 4. The user successfully verifies the base case for n=1 and establishes the inductive step for n=k. The confusion arises when manipulating the expression for n=k+1, particularly with fractions and exponential terms. After clarification, the user realizes that combining like terms correctly leads to the desired expression. The final goal is to show that the right-hand side should be expressed as 4/3(4^(k+1) - 1) for the proof to hold.
DDNow
Messages
5
Reaction score
0

Homework Statement



All I am trying to do is the basic mathematical induction routine: n=1, n=k, n=k+1 and how n=k proves n=k+1. The problem I am having is with the algebra.

4+16+64+...+4^{n}=\frac{4}{3}(4^{n}-1)

2. Homework Equations and Attempts

For n=1

4=4 That's OK

For n=k

4+16+64+...+4^{k}=\frac{4}{3}(4^{k}-1)

For n=k+1 by Substitution

4+16+64+...+4^{(k+1)}=\frac{4}{3}(4^{(k+1)})

To Prove by Adding K+1 to S_{k}

4+16+64+...+4^{k}+4^{(k+1)}=\frac{4}{3}(4^{k}-1)+4^{(k+1)}

It took me a minute to figure out how \frac{4}{3}(4^{k}-1) became \frac{4^{(k+1)}}{3}, but I got that part.

= \frac{4^{(k+1)}}{3}+4^{(k+1)}-\frac{4}{3}

This is where I am stuck. I gather that I am supposed to multiply 4^{(k+1)} by \frac{3}{3}, and then combine like terms. I am confused about this because I don't know how to multiply the term by 3 (I probably learned it, I'm just stumped).

Please help me understand what to do next. As long as I can understand how to manipulate the exponential terms with the fractions, I can complete this. Thanks for your time.
 
Physics news on Phys.org
DDNow said:
For n=k+1 by Substitution

4+16+64+...+4^{(k+1)}=\frac{4}{3}(4^{(k+1)})

Check this expression.
Once you have the correct target expression, the next part should work out.
 
ummm...when you multiply 4^{k+1} by \frac{3}{3} you just get \frac{3(4^{k+1})}{3}...and since you now have two terms with the same denominator, you can add the numerators to get: \frac{4^{(k+1)}+3(4^{(k+1)})}{3}-\frac{4}{3}

what do you get when you add one of 'something' to 3 of 'something'?
 
shramana said:
Check this expression.
Once you have the correct target expression, the next part should work out.

I'm not sure how that is incorrect.

gabbagabbahey said:
ummm...when you multiply 4^{k+1} by \frac{3}{3} you just get \frac{3(4^{k+1})}{3}...and since you now have two terms with the same denominator, you can add the numerators to get: \frac{4^{(k+1)}+3(4^{(k+1)})}{3}-\frac{4}{3}

what do you get when you add one of 'something' to 3 of 'something'?

I get it now. When I look at it like 1[4^(K+1)]+3[4^(K+1)], it makes sense. I was trying to multiply, which was wrong, and didn't let me pull out 4/3.

Thanks, everyone.
 
When you substitute n=k+1,
right hand side of the expression should be 4/3(4^{k+1} -1)
 
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