How do I apply the distributive law to ∑(k xi + j yi)?

  • Context: Undergrad 
  • Thread starter Thread starter dE_logics
  • Start date Start date
  • Tags Tags
    Properties Summation
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 3K views
dE_logics
Messages
742
Reaction score
0
If I have ∑(k xi + j yi)...how will I apply the distributive law on it?...I mean how do you split this notion?
 
Mathematics news on Phys.org
Hi dE_logics! :smile:

∑(k xi + j yi)

= ∑(k xi) + ∑(j yi)

= k ∑(xi) + j ∑(yi) :wink:

(if the ∑ is over infinitely many terms, you may have to be careful about convergence …

but if for example all the terms are positive, then there's no difficulty :wink:)
 
tiny-tim said:
Hi dE_logics! :smile:

∑(k xi + j yi)

= ∑(k xi) + ∑(j yi)

= k ∑(xi) + j ∑(yi) :wink:

(if the ∑ is over infinitely many terms, you may have to be careful about convergence …

but if for example all the terms are positive, then there's no difficulty :wink:)


So we won't get ∑(k xi) + ∑(j yi)...that was too a possibility.

So let's take an e.g. -

x1 = 1, x2 = 2, x3 = 7, x4 = 1
y1 - 19, y2 = 8, y3 = -10, y4 = 0
k = j= 3

∑(k xi + j yi) gives -30

k ∑(xi) + j ∑(yi) = -30

and

∑(k xi) + ∑(j yi) = -30

So both of the solutions are true...does everyone agree?...I mean -

∑(k xi) + ∑(j yi) = k ∑(xi) + j ∑(yi)
 
dE_logics said:
So we won't get ∑(k xi) + ∑(j yi)...that was too a possibility.
??Yes, we will, that was Tiny-tim's first step! But you asked about the distributive law and that hasn't been used yet, so then he factored k and j out.

So let's take an e.g. -

x1 = 1, x2 = 2, x3 = 7, x4 = 1
y1 - 19, y2 = 8, y3 = -10, y4 = 0
k = j= 3

∑(k xi + j yi) gives -30

k ∑(xi) + j ∑(yi) = -30

and

∑(k xi) + ∑(j yi) = -30

So both of the solutions are true...does everyone agree?...I mean -

∑(k xi) + ∑(j yi) = k ∑(xi) + j ∑(yi)
Yes, of course.
 
Oh...I didn't see that...thanks.