Double summation: inner index = function of outer index

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
2 replies · 2K views
hitanshu_sachania
Messages
1
Reaction score
0
DoubleSum.png


Here N, a, and b are integer constants. M is also an integer but changes for every value of x, which makes the index of the second summation dependent on the first. The problem is the relationship M(x) is analytically difficult to define. Is there a way to solve/simplify this expression?
 
Mathematics news on Phys.org
Reeii Education said:
There must be a relation between y and x according to[ which as the value of x varies, y will vary, so would M(x).
No, the only "relation" between y and x is the stated one- that y goes from 1 to M(x). For example,
$\sum_{x= 1}^3\sum_{y= 1}^{x+ 1} F(x, y)$ where "M(x)" is "x+ 1".

For x= 1 y goes from 1 to 2- the inner sum is F(1, 1)+ F(1, 2).
For x= 2 y goes from 1 to 3- the inner sum is F(2, 1)+ F(2, 2)+ F(2, 3).
For x= 3 y goes from 1 to 4- the inner sum is F(3, 1)+ F(3, 2)+ F(3, 3)+ F(3, 4).
$\sum_{x= 1}^3\sum_{y= 1}^{x+ 1} F(x, y)$= F(1, 1)+ F(1, 2)+ F(2, 1)+ F(2, 2)+ F(2, 3)+ F(3, 1)+ F(3, 2)+ F(3, 3)+ F(3, 4).
 
Last edited by a moderator: