MHB Prove: Positive Integer n Sum Equation

Click For Summary
The discussion focuses on proving the equation for the sum of a series of positive integers: 1 + 5 + 9 + 13 + ... + (4n - 3) = n/2(4n - 2) using mathematical induction. The base case for n=1 is verified successfully, showing that the equation holds true. The induction hypothesis is established, and the next step involves demonstrating that if the equation holds for n, it also holds for n+1. The participants successfully derive the expression for n+1, confirming the induction step. The proof is completed, establishing the validity of the equation for all positive integers n.
markosheehan
Messages
133
Reaction score
0
prove by induction for all positive integers n: 1+5+9+13+...+(4n-3)= n/2(4n-2)
i tried this by trying to prove n/2(4n-2)+ (4(k+1)-3) = k+1/2(4(k+1)-2) but it did not work out for me.
 
Mathematics news on Phys.org
Okay, so our induction hypothesis $P_n$ is:

$$\sum_{k=1}^{n}(4k-3)=\frac{n}{2}(4n-2)=n(2n-1)$$

First we should verify that the base case $P_1$ is true:

$$\sum_{k=1}^{1}(4n-3)=(1)(2(1)-1)$$

$$4(1)-3=2-1$$

$$1=1\quad\checkmark$$

Okay, the base case is true. So, for our induction step, let's write:

$$\sum_{k=1}^{n}(4k-3)+4(n+1)-3=n(2n-1)+4(n+1)-3$$

Incorporating the added term into the sum on the left, we have:

$$\sum_{k=1}^{n+1}(4k-3)=n(2n-1)+4(n+1)-3$$

So, what we need to do is demonstrate:

$$n(2n-1)+4(n+1)-3=(n+1)(2(n+1)-1)$$

Can you proceed?
 
thanks
 
$$n(2n-1)+4(n+1)-3=2n^2+3n+1=(2n+1)(n+1)=(n+1)(2(n+1)-1)$$

Thus, we may state:

$$\sum_{k=1}^{n+1}(4k-3)=(n+1)(2(n+1)-1)$$

This is $P_{n+1}$, which we have derived from $P_n$, thereby completing the proof by induction. :D
 
Thread 'erroneously  finding discrepancy in transpose rule'
Obviously, there is something elementary I am missing here. To form the transpose of a matrix, one exchanges rows and columns, so the transpose of a scalar, considered as (or isomorphic to) a one-entry matrix, should stay the same, including if the scalar is a complex number. On the other hand, in the isomorphism between the complex plane and the real plane, a complex number a+bi corresponds to a matrix in the real plane; taking the transpose we get which then corresponds to a-bi...

Similar threads

Replies
10
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 3 ·
Replies
3
Views
583
Replies
2
Views
2K
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 16 ·
Replies
16
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
Replies
15
Views
3K