SOLUTION: how can i find the maximum partial sum of a decreasing arithmetic sequence?
Algebra
->
Sequences-and-series
-> SOLUTION: how can i find the maximum partial sum of a decreasing arithmetic sequence?
Log On
Algebra: Sequences of numbers, series and how to sum them
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Sequences-and-series
Question 1000972
:
how can i find the maximum partial sum of a decreasing arithmetic sequence?
Answer by
ikleyn(52788)
(
Show Source
):
You can
put this solution on YOUR website!
.
- Write the formula for the sum of an arithmetic progression;
- substitute numerical values of
and
, the common difference;
- replace n, the number of the terms, by x;
- you will get the quadratic parabola function of x;
- find x0 where the maximum of this quadratic function is achieved (x-coordinate of the vertex);
- take n closest to x0.