Is F(n) = 3+5+7...+2n Identical to F(n) = n(n+1)?

  • Thread starter Thread starter goofyfootsp
  • Start date Start date
  • Tags Tags
    Function
AI Thread Summary
The discussion clarifies that F(n) = 3 + 5 + 7... + 2n is not identical to F(n) = n(n + 1). It highlights that the first expression sums odd numbers, while the second sums even numbers. The nth term of the sum of odd numbers is n^2, contrasting with the sum of even numbers, which is n(n + 1). The arithmetic sequence formula is used to derive these sums, emphasizing that different sequences yield different results. The conclusion reinforces the importance of recognizing the nature of the sequences involved.
goofyfootsp
Messages
12
Reaction score
0
F(n) = 2+4+6=...+2n
I know the expression that represents the given function is F(n) = n(n+1),

my question is F(n) = 3+5+7...2n the same F(n) = n(n+1)< if not can anyone expain?

Thanks
 
Mathematics news on Phys.org


F(n) = 3+5+7...2n
Please correct! You have a sequence of odd numbers, but the end term is even!
 


This was gone into from General Math: Simple Sequences. The nth term is

\sum_1^n (2j-1)=n^2. Or: 1=1, 1+3=2^2, 1+3+5 = 3^2, etc...
 
Last edited:


Why should they have the same sum when you are summing different numbers?

It is not to difficult to show that if you have any arithmetic sequence: an= a+ id, where a and d are fixed and i ranges from 1 to n, sums to n times the average of a1 and an: n*(a+ d+ (a+ nd))/2= n(a+ (d/2)(n+1)).

In the case of 2+ 4+ 6+ ...+ 2n, a= 0 and d= 2. The sum is n(0+ (2/2)(n+1)= n(n+1)
In the case of 1+ 3+ 5+ ...+ 2n+1, a= -1 and d= 2. The sum is n(-1+ (2/2)(n+1))= n2.
 


Thank you all for your help in explaining this, I appreciate it greatly.
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...
Back
Top