Jump to content

User:Dedhert.Jr/sandbox/4

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Dedhert.Jr (talk | contribs) at 05:05, 1 November 2024 (One source is enough. Add rate of convergence.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Descriptions

Definition, common ratio, and examples

The geometric series is an infinite series derived from a special type of sequence called a geometric progression. This series has two parameters known as the initial term and common ratio . The geometric series can be described as:[1] Truncating the geometric series into several terms is called finite geometric series, that is:[2]

The common ratio is the ratio of any term with the previous term in the series, or it can be interpreted as a multiplier used to calculate each next term in the series from the previous term. That is,

When it is often called a growth rate or rate of expansion. When it is often called a decay rate or shrink rate, where the idea that it is a "rate" comes from interpreting as a sort of discrete time variable. When an application area has specialized vocabulary for specific types of growth, expansion, shrinkage, and decay, that vocabulary will also often be used to name parameters of geometric series. In economics, for instance, rates of increase and decrease of price levels are called inflation rates and deflation rates, while rates of increase in values of investments include rates of return and interest rates.[3]

Convergence of the series and its proof

The convergence of the infinite sequence of partial sums of the infinite geometric series depends on the magnitude of the common ratio alone:

  • If , the terms of the series approach zero (becoming smaller and smaller in magnitude) and the sequence of partial sums converge to a limit value of proof is provided below.[1]
  • If , the terms of the series become larger and larger in magnitude and the partial sums of the terms also get larger and larger in magnitude, so the series diverges.[1]
  • If , the terms of the series become no larger or smaller in magnitude and the sequence of partial sums of the series does not converge. When , all the terms of the series are the same and the grow to infinity. When , the terms take two values and alternately, and therefore the sequence of partial sums of the terms oscillates between the two values and 0. Consider, for example, Grandi's series: . Partial sums of the terms oscillate between 1 and 0; the sequence of partial sums does not converge. When and , the partial sums circulate periodically among the values , never converging to a limit. Generally when for any integer and with any , the partial sums of the series will circulate indefinitely with a period of , never converging to a limit.[4]

The rate of convergence shows how the sequence quickly approaches its limit. In the case of the geometric series—the relevant sequence is and its limit is —the rate and order are found via where represents the order of convergence. Using and choosing the order of convergence gives:[5]

When the series converges, the rate of convergence gets slower as approaches ; see § Rate of convergence.[6][7][8] The pattern of convergence also depends on the sign or complex argument of the common ratio. If and then terms all share the same sign and the partial sums of the terms approach their eventual limit monotonically. If and , adjacent terms in the geometric series alternate between positive and negative, and the partial sums of the terms oscillate above and below their eventual limit . For complex and the converge in a spiraling pattern.

The convergence is proved as follows. The partial sum of the first terms of a geometric series, up to and including the term, is given by the closed form where is the common ratio.[6][7] The case is just simple addition, a case of an arithmetic series. The formula for the partial sums with can be derived as follows:[6][7][9][10] As approaches 1, polynomial division or L'Hospital's rule recovers the case .[11]

Proof without words of the formula for the sum of a geometric series – if |r| < 1 and n → ∞, the r n term vanishes, leaving S = a/1 − r. This figure uses a slightly different convention for Sn than the main text, shifted by one term.

As approaches infinity, the absolute value of r must be less than one for this sequence of partial sums to converge to a limit. When it does, the series converges absolutely.[6][7] The infinite series then becomes

This convergence result is widely applied to prove the convergence of other series as well, whenever those series's terms can be bounded from above by a suitable geometric series; that proof strategy is the basis for the ratio test and root test for the convergence of infinite series.[6][7]

Connection to the power series

Like the geometric series, a power series  has one parameter for a common variable raised to successive powers, denoted  here, corresponding to the geometric series's r, but it has additional parameters  one for each term in the series, for the distinct coefficients of each , rather than just a single additional parameter  for all terms, the common coefficient of  in each term of a geometric series.

The geometric series can therefore be considered a class of power series in which the sequence of coefficients satisfies  for all  and .[6][7] This special class of power series plays an important role in mathematics, for instance for the study of ordinary generating functions in combinatorics[12] and the summation of divergent series in analysis.[13] Many other power series can be written as transformations and combinations of geometric series, making the geometric series formula a convenient tool for calculating formulas for those power series as well.[12]

As a power series, the geometric series has a radius of convergence of 1.[6][7] This could be seen as a consequence of the Cauchy–Hadamard theorem and the fact that for any or as a consequence of the ratio test for the convergence of infinite series, with implying convergence only for However, both the ratio test and the Cauchy–Hadamard theorem are proven using the geometric series formula as a logically prior result, so such reasoning would be subtly circular.[6][7]

Applications

Economics

In economics, specifically in mathematical finance, geometric series are used to represent the present values of perpetual annuities (sums of money to be paid each year indefinitely into the future). For example, suppose that a payment of $100 will be made to the owner of the perpetual annuity once per year at the end of the year. In one simple model of the present value of future money, receiving $100 a year from now is worth less than an immediate $100 if one could invest the money now at a favorable interest rate. In particular, in that case, given a positive yearly interest rate , the cost of an investment that produces $100 in the future is just today, so the present value of $100 one year in the future is today.[3] More complex models of present value might account for the relative purchasing power of money today and in the future or account for changing personal utilities for having money now and in the future. Continuing with the simple model and assuming a constant interest rate, a payment of $100 two years in the future would have a present value of (squared because two years' worth of interest is lost by not receiving the money right now). Continuing that line of reasoning, the present value of receiving $100 per year in perpetuity would be which is the infinite series: This is a geometric series with a common ratio The sum is the first term divided by (one minus the common ratio): For example, if the yearly interest rate is 10% then the entire annuity has an estimated present value of

This sort of calculation is used to compute the annual percentage rate of a loan, such as a mortgage loan. It can also be used to estimate the present value of expected stock dividends, or the terminal value of a financial asset assuming a stable growth rate. However, the assumption that interest rates are constant is generally incorrect and payments are unlikely to continue forever since the issuer of the perpetual annuity may lose its ability or end its commitment to make continued payments, so estimates like these are only heuristic guidelines for decision making rather than scientific predictions of actual current values.[3]

Computer science

Fractal geometry

Trigonometric power series

Background

2,500 years ago, Greek mathematicians believed that an infinitely long list of positive numbers must sum to infinity. Therefore, Zeno of Elea created a paradox when he demonstrated that in order to walk from one place to another, one must first walk half the distance there, and then half of the remaining distance, and half of that remaining distance, and so on, covering infinitely many intervals before arriving. In doing so, he partitioned a fixed distance into an infinitely long list of halved remaining distances, each with a length greater than zero. Zeno's paradox revealed to the Greeks that their assumption about an infinitely long list of positive numbers needing to add up to infinity was incorrect.[14]

Elements of Geometry, Book IX, Proposition 35. "If there is any multitude whatsoever of continually proportional numbers, and equal to the first is subtracted from the second and the last, then as the excess of the second to the first, so the excess of the last will be to all those before it."
Archimedes' dissection of a parabolic segment into infinitely many triangles

Euclid's Elements has the distinction of being the world's oldest continuously used mathematical textbook, and it includes a demonstration of the sum of finite geometric series in Book IX, Proposition 35, illustrated in an adjacent figure.[15]

Archimedes in his The Quadrature of the Parabola used the sum of a geometric series to compute the area enclosed by a parabola and a straight line. Archimedes' theorem states that the total area under the parabola is 4/3 of the area of the blue triangle. His method was to dissect the area into infinite triangles as shown in the adjacent figure.[16] He determined that each green triangle has 1/8 the area of the blue triangle, each yellow triangle has 1/8 the area of a green triangle, and so forth. Assuming that the blue triangle has area 1, then, the total area is the sum of the infinite series Here the first term represents the area of the blue triangle, the second term is the area of the two green triangles, the third term is the area of the four yellow triangles, and so on. Simplifying the fractions gives a geometric series with common ratio and its sum is:[16]

A two dimensional geometric series diagram Nicole Oresme used to determine that the infinite series 1/2 + 2/4 + 3/8 + 4/16 + 5/32 + 6/64 + 7/128 + ... converges to 2.

In addition to his elegantly simple proof of the divergence of the harmonic series, Nicole Oresme[17] proved that the arithmetico-geometric series known as Gabriel's Staircase,[18] In the diagram for his geometric proof, similar to the adjacent diagram, shows a two-dimensional geometric series. The first dimension is horizontal, in the bottom row, representing the geometric series with initial value and common ratio The second dimension is vertical, where the bottom row is a new initial term and each subsequent row above it shrinks according to the same common ratio , making another geometric series with sum , This approach generalizes usefully to higher dimensions, and that generalization is described below in § Connection to the power series.

Generalizations beyond real and complex values

References

  1. ^ a b c Varberg, Dale E.; Purcell, Edwin J.; Rigdon, Steven E. (2007). Calculus (9th ed.). Pearson Prentice Hall. p. 456. ISBN 978-0131469686.
  2. ^ Young, Cynthia Y. (2010). Precalculus. John Wiley & Sons. p. 966. ISBN 978-0-470-55665-8.
  3. ^ a b c Cvitanic, Jaksa; Zapatero, Fernando (2004). Introduction to the Economics and Mathematics of Financial Markets. Cambridge, Massachusetts: MIT Press. pp. 35–38. ISBN 978-0-262-03320-6.
  4. ^ Apostol, Tom M. (1967). Calculus. Vol. 1 (2nd ed.). USA: John Wiley & Sons. p. 408. ISBN 0-471-00005-1.
  5. ^ Nocedal, Jorge; Wright, Stephen J. (1999). Numerical Optimization (1st ed.). New York: Springer. pp. 28–29. ISBN 978-0-387-98793-4.
  6. ^ a b c d e f g h Cite error: The named reference :4 was invoked but never defined (see the help page).
  7. ^ a b c d e f g h Cite error: The named reference :2 was invoked but never defined (see the help page).
  8. ^ Cite error: The named reference :02 was invoked but never defined (see the help page).
  9. ^ Abramowitz & Stegun (1972, p. 10)
  10. ^ Protter & Morrey (1970, pp. 639–640)
  11. ^ Apostol, Tom M. (1967). Calculus. Vol. 1 (2nd ed.). USA: John Wiley & Sons. pp. 292–295. ISBN 0-471-00005-1.
  12. ^ a b Cite error: The named reference :3 was invoked but never defined (see the help page).
  13. ^ Cite error: The named reference :7 was invoked but never defined (see the help page).
  14. ^ Riddle, Douglas E. (1974). Calculus and Analytic Geometry (2nd ed.). Wadsworth Publishing. p. 556. ISBN 053400301-X.
  15. ^ Heiberg, J. L. (2007). Euclid's Elements of Geometry (PDF). Translated by Richard Fitzpatrick. Richard Fitzpatrick. p. 4. ISBN 978-0615179841. Archived (PDF) from the original on 2013-08-11.
  16. ^ a b Swain, Gordon; Dence, Thomas (1998). "Archimedes' Quadrature of the Parabola Revisited". Mathematics Magazine. 71 (2): 123–130. doi:10.2307/2691014. ISSN 0025-570X. JSTOR 2691014.
  17. ^ Babb, J (2003). "Mathematical Concepts and Proofs from Nicole Oresme: Using the History of Calculus to Teach Mathematics" (PDF). Winnipeg: The Seventh International History, Philosophy and Science Teaching conference. pp. 11–12, 21. Archived (PDF) from the original on 2021-05-27.
  18. ^ Swain, Stuart G. (2018). "Proof Without Words: Gabriel's Staircase". Mathematics Magazine. 67 (3): 209. doi:10.1080/0025570X.1994.11996214. ISSN 0025-570X.