Need help with a proof by induction, please

  • Thread starter Thread starter yelena0000
  • Start date Start date
  • Tags Tags
    Induction Proof
AI Thread Summary
To prove that (3^(2n-1)) + 1 is divisible by 4 using induction, start with the base case for n=1, where the expression equals 4, confirming divisibility. Assume the statement holds for n=k, meaning (3^(2k-1)) + 1 is divisible by 4. For n=k+1, rewrite the expression as 3^(2k+2-1) + 1, which simplifies to 3^(2k-1) * 9 + 1. The next step involves demonstrating that this new expression maintains divisibility by 4, leveraging the assumption that (3^(2k-1)) + 1 is divisible by 4. This approach effectively completes the proof by induction.
yelena0000
Messages
1
Reaction score
0
Using proof by induction, prove that (3^(2n-1))+1 is divisible by 4

so this is what i could do so far:

for n=1
3^(2*1-1)+1=4 which is divisible by 4
assume truth for n=k
(3^(2k-1))+1 is divisible by 4
and i know that next i have to prove for n=k+1 but i really have no idea what to do witht that.
please help
 
Physics news on Phys.org
yelena0000 said:
and i know that next i have to prove for n=k+1 but i really have no idea what to do with that.

If you substitute n = k + 1, you get

<br /> 3^{2(k+1) - 1} + 1 = 3^{2k-1} 3^2 + 1<br />

By assumption, 4 | 3^{2k-1} + 1 so try to re-write 3^{2k-1} 3^2 + 1 in a form that has a factor of 3^{2k-1} + 1.
 
The general term is

<br /> a_n = 3^{2n-1}+1<br />

and you've shown that $a_1$ is divisible by four, and you've assumed the same for $a_k$ for some $k \ge 1$.

Look at a_{k+1}.

<br /> 3^{2(k+1)-1} +1 = 3^{2k+2-1} + 1 = 3^{2k -1} 3^2 + 1<br />

The goal is to show that this is also divisible by four - the fact that a_k is divisible by four will play a role in this.
 
Last edited by a moderator:
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...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top