English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Please note that I need a formula to calculate the summation to nth term (Sn)

x*(y) + 2x*(y^2) + 3x*(y^3) ....... nx*(y^n)

2006-10-19 20:42:09 · 7 answers · asked by Anonymous in Science & Mathematics Mathematics

7 answers

I did one similar to this for someone yesterday!

x is a common factor, so you just need to sum
y + 2y^2 + 3y^3 + ... + ny^n, and multiply the result by x.

Note that
y + y^2 + y^3 + ... + y^n
= y(y^n - 1)/(y - 1) [geometric series with a = y, r = y]

Differentiate both sides with respect to y, using the quotient formula of course for the right hand side:

1 + 2y + 3y^2 + ... + ny^(n-1)
=[((n+1)y^n - 1)(y - 1) - (y^(n+1) - y)]/(y - 1)^2

The numerator of the right hand side reduces to
ny^(n+1) - (n+1)y^n + 1 I think.

Now multiply both sides by xy and get

xy + 2xy^2 + 3xy^3 + nxy^n
= xy(ny^(n+1) - (n+1)y^n + 1)/(y - 1)^2

2006-10-19 20:56:03 · answer #1 · answered by Hy 7 · 0 0

Let A = xy + 2xy^2 + 3xy^3 + ... + nxy^n
Take out the factor xy to give:
A = xy[1 + 2y + 3y^2 + ... + ny^(n-1)]

Now let B = 1 + 2y + 3y^2 + ... + ny^(n-1), so that A = xyB.
Multiply through by y to give:
By = y + 2y^2 + 3y^3 + ... + ny^n
Now subtract B from By to give:
By - B = -1 - y - y^2 - y^3 - ... - y^(n-1) + ny^n
or, B(y-1) = ny^n - [1 + y + y^2 + y^3 + ... + y^(n-1)]

Now let C = 1 + y + y^2 + y^3 + ... + y^(n-1)
Multiply through by y to give:
Cy = y + y^2 + y^3 + y^4 + ... + y^n
Now subtract C from Cy to give:
Cy - C = -1 + y^n
or, C = (y^n-1) / (y-1)

Substituting back into the previous paragraph gives:
B(y-1) = ny^n - (y^n-1) / (y-1)
Therefore, B = [ny^(n+1) - (n+1)y^n + 1] / (y-1)^2

But A = xyB.

Therefore, A = xy[ny^(n+1) - (n+1)y^n + 1] / (y-1)^2
This is the formula for the summation of n terms.

2006-10-19 23:28:36 · answer #2 · answered by falzoon 7 · 0 0

Wow are you severe its completely any opposite direction round n i breastfed until eventually my son replaced into 4 months because of his worsening reflux and that i dont criticize no man or woman for formula feeding or breastfeeding, i advise i dont even imagine about it it doesn't flow my recommendations. also if a baby has reflux the purpose for particular formula is that its thickened, so why in the international might want to you advise blending with breastmilk if ok at the same time as all it is doing is watering it down, and making the formula a lot less valuable it needs toe the precise thickness of the formula to do what its meant for. to help with spitting up n choking. however in case you would possibly want to blend i advise what like an oz. cuz any extra can make the formula no longer as thick. So heavily get a clue an end starting off a rant!

2016-12-05 00:53:45 · answer #3 · answered by Anonymous · 0 0

Let
s = xy + 2xy² + 3xy³ + ... + nxyⁿ

Factor out x, then divide both sides by x
s/x = y + 2y² + 3y³ + ... + nyⁿ

Now,
sy/x = y² + 2y³ + ... + ny^(n + 1)

We subtract
s/x - sy/x = y + y² + y³ + ... + yⁿ - ny^(n + 1)

On the left side we factor out s/x
s/x (1 - y) = y + y² + y³ + ... + yⁿ - ny^(n + 1)

Since y + y² + y³ + ... + yⁿ is a geometric progression of ratio y, then the sum is
s/x (1 - y) = (y)(yⁿ - 1)/(y - 1) - ny^(n + 1)

We factor out y from the right side
s/x (1 - y) = y[(yⁿ - 1)/(y - 1) - nyⁿ]

We multiply x/(1 - y) to both sides and get the lowest term on the right side
s = xy[(yⁿ - 1 - ny^(n + 1) + nyⁿ]/(1 - y)

Some more simplification
s = xy[(n + 1)yⁿ - ny^(n + 1) - 1]/(1 - y)

Multiply -1/-1 to the right side
s = xy[ny^(n + 1) - (n + 1)yⁿ + 1]/(y - 1)

Therefore, that is the sum!
^_^
^_^

2006-10-19 23:55:32 · answer #4 · answered by kevin! 5 · 0 0

Consider,
1+y+y^2+...+y^n = ( y^(n+1) - 1 )/ (y-1)
Differentiating both sides with respect to y we get,
1+2*y+...+n*y^(n-1)
= (((n+1)(y^n)(y-1) - y^(n+1)+1))/(y-1)^2
= (( (n+1)y^(n+1) - (n+1)y^n - y^(n+1) +1)/(y-1)^2
= ( ny^(n+1) - (n+1)y^n +1)/ (y-1)^2

Now multiplying both sides with x*y we get,
x*y + 2x*(y^2) +...+nx*(y^n)
= x*y*(ny^(n+1) - (n+1)y^n +1)/(y-1)^2

And so we get the answer for the given series!

2006-10-20 02:40:15 · answer #5 · answered by anjali 2 · 0 0

First factor out x
To treat : B= y + 2y^2 + 3y^3 ...+ny^n
Factor out y
B= y* (1 + 2y + 3y^2 + +ny^(n-1))= y*C
Observe that C is the derivative of
y + y^2 + y^n whose sum is
y* (y^n -1)/(y-1)
You have to find the primitive of this....

I suppose you are now able to continue...

2006-10-19 21:04:15 · answer #6 · answered by motola m 2 · 0 0

Following the lead of those who answered previously:
xy(d{y + y^2 + y^3 + ... + y^n
= y(y^n - 1)/(y - 1) = (y^(n+1) - y)/(y-1)}/dy =
xy(1+2y+3y^2+4y^3 ...+ny^(n-1)) =
xy[((y-1)((n+1)y^n-1)-(yy^n-y))/(y-1)^2] =
xy[((y-1)(ny^n+y^n-1)-yy^n+y)/(y-1)^2] =
S(x,y) = xy[((y^n)(n(y - 1) - 1) + 1)/(y - 1)^2], y ≠ 1
S(x,1) = xn(n+1)/2

2006-10-20 10:03:50 · answer #7 · answered by Helmut 7 · 0 0

fedest.com, questions and answers