Prove (2n+1)+(2n+3)+ +(4n-1)=3n^2

  • Thread starter Jef123
  • Start date
In summary, the given equation can be proven using the technique of expressing the left hand side as a formal series and then rearranging and factoring to get the desired equation on the right hand side. This method may be more appropriate than using induction in this case.
  • #1
Jef123
29
0
1. Prove (2n+1)+(2n+3)+(2n+5)...+(4n-1)=3n2



3. First, (2(1)+1) = 3(1)2

Now for the inductive step, (2(n+1)+1)+(2(n+1)+3)+...+(4n-1)+(4n+1)+(4n+3) = 3n2+4n+1+4n+3

(2n+3)+(2n+5)+...(4n-1)+(4n+1)+(4n+3) = 3n2+8n+4

This is where I am stuck because I know I need to show that the RHS = 3(n+1)2. I figured that I if I subtract (2n-1) on the RHS I will get the answer, but I'm not sure if that would be a mere coincidence and if I am suppose to do that, I do not understand why that step should be made.
 
Physics news on Phys.org
  • #2
I wouldn't use induction for this. Assume n>=1, now count the terms and treat the 2n's and the odd numbers separately.
 
  • Like
Likes 1 person
  • #3
No, subtracting the 2(n+1) from the series for 3n² does not get you the series for 3(n+1)² because these series are not infinite. Think about it, how could I subtract something from 3n² and get a larger number?

Instead, try noting that a number is added to every term for 3(n+1)².
 
Last edited:
  • Like
Likes 1 person
  • #4
I thought I might have been able to subtract (2n+1) because when adding the n+1 to the LHS. Doesn't it "shift" the lower and upper limits? Because now the series starts with 2n+3 and not 2n+1 and ends with 4n+3 and not 4n-1. Or is it still suppose to start with 2n+1?
 
  • #5
Are you allowed to use the expression for the sum of an arithmetic series? If so, just apply it directly.
 
  • Like
Likes 1 person
  • #6
verty said:
I wouldn't use induction for this. Assume n>=1, now count the terms and treat the 2n's and the odd numbers separately.

George Jones said:
Are you allowed to use the expression for the sum of an arithmetic series? If so, just apply it directly.

Given that this is a somewhat odd place to use induction, I suspect that the assignment is to nonetheless use induction.


Jef123 said:
I figured that I if I subtract (2n-1) on the RHS I will get the answer, but I'm not sure if that would be a mere coincidence and if I am suppose to do that, I do not understand why that step should be made.
As noted, this approach will not work.

Denote the left hand side as Sn. Without using the right hand side (yet), what's the relationship between Sn+1 and Sn? You should get Sn+1 = Sn + other stuff. Yes, the first term now starts with 2n+3 rather than 2n+1, so you can look at -(2n+1) as one term in that "other stuff".

Once you get this relationship resolved, you can use induction step and substitute Sn=3n2 in this expression.
 
  • #7
Jef123 said:
1. Prove (2n+1)+(2n+3)+(2n+5)...+(4n-1)=3n2
3. First, (2(1)+1) = 3(1)2

Now for the inductive step

To keep things straight, you are given
(2n+1)+(2n+3)+(2n+5)...+(4n-1)=3n2

And you want to prove:
(2n+3)+(2n+5)+...(4n-1)+(4n+1)+(4n+3) = 3n2+8n+4

[Edit - added] Don't you want 3(n+1)2 on the right. I didn't notice that at first.
[Edit again] I see DH noticed that about the same time. Nevertheless, the below suggestion applies.

Notice on the left sides, the second sum is missing the first term and has two terms added at the end compared to the first sum. So try building the second equation from the given first equation by subtracting that 2n+1 from both sides of the first equation and adding those two terms on the end to both sides. See what comes out on the right side.
 
Last edited:
  • Like
Likes 1 person
  • #8
Jef123 said:
(2n+3)+(2n+5)+...(4n-1)+(4n+1)+(4n+3) = 3n2+8n+4
The left hand side is not 3(n+1)2. Try doing that again.
 
  • Like
Likes 1 person
  • #9
Okay so... (2n+1)+(2n+3)+(2n+5)+...+(4n-1)+(4n+1)+(4n+3)-(2n+1) = 3n2+(4n+1)+(4n+3)-(2n+1)

Then the RHS would = 3n2+6n+3 = 3(n+1)2 as desired.

I think I may get it now. So correct me if I am wrong, but because Sn+1 "loses" 2n+1 at the beginning of the series (on the LHS), then I must subtract it from the end of the series on the LHS. But on the RHS 2n+1 is still part of 3n2 so, although I added (4n+1) and (4n+3), that formula still has an additional (2n+1) that should not be there.

sorry if that wasn't explained well, I am still new to this analysis textbook and am not very comfortable with it yet. And as D H mentioned that this is an odd place to use induction, just out of curiosity, what method would be more appropriate to prove this question or these types of questions?
 
  • #10
Please quote the message to which you are responding. I don't know if you are responding to D H or me.

Jef123 said:
Okay so... (2n+1)+(2n+3)+(2n+5)+...+(4n-1)+(4n+1)+(4n+3)-(2n+1) = 3n2+(4n+1)+(4n+3)-(2n+1)

Then the RHS would = 3n2+6n+3 = 3(n+1)2 as desired.

I think I may get it now. So correct me if I am wrong, but because Sn+1 "loses" 2n+1 at the beginning of the series (on the LHS), then I must subtract it from the end of the series on the LHS. But on the RHS 2n+1 is still part of 3n2 so, although I added (4n+1) and (4n+3), that formula still has an additional (2n+1) that should not be there. (Nevermind, I see it is subtracted at the end).

I wouldn't state it that way. All you are trying to do is derive the second (to prove) equation from the first (given). You do whatever steps are necessary to do that. And is that red term supposed to be there? (Nevermind, I see it is subtracted at the other end).
 
  • #11
Jef123 said:
sorry if that wasn't explained well, I am still new to this analysis textbook and am not very comfortable with it yet. And as D H mentioned that this is an odd place to use induction, just out of curiosity, what method would be more appropriate to prove this question or these types of questions?
I'd do what George said. First express your left hand side as a formal series:
[tex](2n+1)+(2n+3)+\cdots+(4n-1) = \sum_{k=1}^n 2n-1+2k[/tex]
This is a finite series. We can rearrange terms, split the series into a sum of series, factor out common terms, etc. Aside, but note well: You can't necessarily do these things with an infinite series.
[tex]\sum_{k=1}^n 2n-1+2k
= \sum_{k=1}^n (2n-1) + \sum_{k=1}^n 2k
= (2n-1)\sum_{k=1}^n 1 + 2\sum_{k=1}^n k[/tex]
There are some things you should just know off the top of your head, and these two sums (##\sum_{k=1}^n 1## and ##\sum_{k=1}^n k##) are in that camp because they come up all the time. Or you can look them up, or derive them. What you'll remember/find/derive is that ##\sum_{k=1}^n 1 = n## and ##\sum_{k=1}^n k = \frac{n^2+n}2##. Plugging those into the above yields
[tex]\sum_{k=1}^n 2n-1+2k = (2n-1)n+2\frac{n^2+n} 2 = 3n^2[/tex]
 

Related to Prove (2n+1)+(2n+3)+ +(4n-1)=3n^2

What is the equation that needs to be proven?

The equation to be proven is (2n+1)+(2n+3)+…+(4n-1)=3n^2

What is the value of n in this equation?

The value of n can be any real number.

What are the steps to prove this equation?

The steps to prove this equation are:
1. Start with the left side of the equation and use the distributive property to simplify the expression.
2. Group the terms by their coefficients.
3. Use the formula for the sum of an arithmetic sequence to simplify the expression.
4. Simplify the right side of the equation using the power rule.
5. Set the two sides of the equation equal to each other and solve for n.
6. Plug in the value of n to both sides of the equation to confirm that they are equal.

What is the significance of proving this equation?

Proving this equation shows the relationship between the sum of an arithmetic sequence and the square of n. It also demonstrates the use of the distributive property and the formula for the sum of an arithmetic sequence.

Can this equation be proven using any value of n?

Yes, this equation can be proven using any real number for n. However, it may be more challenging to prove for certain values of n.

Similar threads

Back
Top