Series notation and commutativity

  • Thread starter Thread starter vorophobe
  • Start date Start date
  • Tags Tags
    Notation Series
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
vorophobe
Messages
2
Reaction score
0

Homework Statement


I'm trying to wrap my head around series notation, but I'm finding some of the transformations hard to grasp. For example, this one:

Homework Equations


[itex]\Sigma^{n}_{i=1} (2a_{i}-3) = 2\Sigma^{n}_{i=1}a{_i}(-3n)[/itex]

The Attempt at a Solution


In the above expression, I don't understand how you end up with -3n on the RHS. Why can't it just be left as -3?
 
Physics news on Phys.org
vorophobe said:

Homework Statement


I'm trying to wrap my head around series notation, but I'm finding some of the transformations hard to grasp. For example, this one:

Homework Equations


[itex]\Sigma^{n}_{i=1} (2a_{i}-3) = 2\Sigma^{n}_{i=1}a{_i}(-3n)[/itex]

The Attempt at a Solution


In the above expression, I don't understand how you end up with -3n on the RHS. Why can't it just be left as -3?

##\sum_{i = 1}^n (2a_i - 3) = \sum_{i = 1}^n 2a_i - \sum_{i = 1}^n 3##

The last sum is 3 + 3 + 3 + ... + 3, a sum with n terms.
 
Great replies thank you both!