S n = r = 1 ∑ n [ ( r − 1 0 ) ( r − 2 0 ) ]
Given the above function of S n , what does the summation below equal to?
r = 1 ∑ 5 0 ∣ ∣ ( r − 1 0 ) ( r − 2 0 ) ∣ ∣
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
"A n = S n only for S n > 0." No. A n is the sum of terms that are each required to be positive. S_n is the sum of terms that may be positive or negative. Your assertion moves the absolute value from a termwise function to a function applied only after the summation.
I was going to select that until I misclicked :(.
The difference between S 5 0 and the sought for S U M is only that the terms from r = 1 1 to r = 1 1 flip from negative to posive. We call the (positive) sum of those 9 terms X . We then have:
S U M = S 5 0 + 2 X
We notice that X is also the difference between S 1 0 and S 2 0 :
S 2 0 = S 1 0 − X
Substituting X , we get
S U M = S 5 0 − 2 S 2 0 + 2 S 1 0
Notice that
(
r
−
1
0
)
(
r
−
2
0
)
is non-negative except for r in the range from 11 to 19.
Expanding on Hasan's notation, let's let
∑
r
=
m
n
∣
(
r
−
1
0
)
(
r
−
2
0
)
∣
=
A
m
,
n
, with
A
n
=
A
1
,
n
.
Then
S
1
0
=
A
1
0
, since the first ten terms of the summation are positive. The next ten terms are non-positive, thus.
S
n
=
A
1
0
−
A
1
1
,
n
, for
1
1
≤
n
≤
2
0
.
Finally, as the terms for
n
>
2
0
are all positive,
S
n
=
A
1
0
−
A
1
1
,
2
0
+
A
2
1
,
n
for
n
>
2
0
.
The question asks for the value of A 5 0 in terms of S 5 0 , S 2 and S 1 0 .
Notice that
A
2
0
=
S
2
0
+
2
∗
A
1
1
,
2
0
and, indeed,
A
k
=
S
k
+
2
∗
A
1
1
,
2
0
for
k
>
2
0
.
Also, observe that
S
1
0
−
S
2
0
=
A
1
1
,
2
0
.
Substitute for
A
1
1
,
2
0
in the equation above to get the result
A
5
0
=
S
5
0
+
2
∗
(
S
1
0
−
S
2
0
)
=
S
5
0
+
2
∗
S
1
0
−
2
∗
S
2
0
There is a really simple solution to this.
Arithmetic sum formula.
S n = 2 n ( a 1 + a n )
Since the equation is ( r − 1 0 ) ( r − 2 0 ) , this means a 1 0 and a 2 0 must be 0 .
Therefore
S 1 0 = S 2 0 = 2 n a 1
You could solve the for S 5 0 and S 2 0 but that would be unnecessary.
Just pick the result that add and subtracts the same number and your golden. The one that cancels S 2 0 and S 1 0
Problem Loading...
Note Loading...
Set Loading...
( r − 1 0 ) ( r − 2 0 ) < 0 only for r ∈ ] 1 0 , 2 0 [ .
Let ∑ r = 1 n ∣ ( r − 1 0 ) ( r − 2 0 ) ∣ = A n .
We have: A 5 0 = A 1 0 + A 2 0 − A 1 0 + A 5 0 − A 2 0
A n = S n only for S n > 0 , and A n = − S n only for S n < 0 i.e. for r ∈ ] 1 0 , 2 0 [
Hence, A 1 0 = S 1 0
[ A 2 0 − A 1 0 ] = − [ S 2 0 − S 1 0 ]
[ A 5 0 − A 2 0 ] = [ S 5 0 − S 2 0 ]
So, A 5 0 = A 1 0 + A 2 0 − A 1 0 + A 5 0 − A 2 0
< = > A 5 0 = S 1 0 − S 2 0 + S 1 0 + S 5 0 − S 2 0
Therefore, A 5 0 = 2 S 1 0 + S 5 0 − 2 S 2 0