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 picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...

Similar threads

Back
Top