Mathematical Series (You Should Know)

Total Page:16

File Type:pdf, Size:1020Kb

Mathematical Series (You Should Know) Mathematical Series (You Should Know) Mathematical series representations are very useful tools for describing images or for solving/approximating the solutions to imaging problems. The may be used to “expand” a function into terms that are individual monomial expressions (i.e., “powers”) of the coordinate Geometric Series Adjacent terms in a geometric series exhibit a constant ratio, e.g., if the scale factor for adjacent terms in the series is t, the series has the form: ∞ 1+t + t2 + t3 + ···= tn n=0 If |t| < 1, this solution converges to a simple (and EASILY remembered) expression: ∞ tn 1 |t| < = − t if 1 n=0 1 This series pops up frequently in science and it is useful to remember the solution. We may “turn the problem around” by using a truncated series as an approximation for the ratio: ∞ N 1 tn ∼ tn − t = = 1 n=0 n=0 where N is some maximum power in the series Examples: 1. −1 1 1 0 1 2 3 (0.9) = = =(0.1) +(0.1) +(0.1) +(0.1) + ··· 0.9 1 − 0.1 −1 =1+0.1+0.01 + 0.001 + ···=1.11111 ···≡(0.9) This particular series converges fairly quickly and because of the small value of t =0.1;thisseriesmay be truncated after a few terms and still obtain a fairly accurate value. 2. 1 =4 0.25 1 0 1 2 3 4 5 = =(0.75) +(0.75) +(0.75) +(0.75) +(0.75) +(0.75) + ··· 1 − 0.75 =(1+0.75 + 0.5625 + 0.421875 + 0.31640635) + ··· =3.05078125 + ···< 4 Note that this series converges slowly because t =0.25 is relatively “large;” the sum of a few terms is a poor approximation to the end result. 1 Finite Geometric Series The truncated geometric series also may be rewritten into a simple expression. Consider the finite series that inclues N +1terms: N tn =1+t + t2 + t3 + ···+ tN n=0 ∞ ∞ = tn − tn n=0 n=N+1 We may write this as the difference of two infinite geometric series: N tn = 1+t + t2 + t3 + ···+ tN + tN+1 + ··· − tN+1 + tN+2 + ··· n=0 ∞ ∞ = tn − tn n=0 n=N+1 Now change the summation variable for the second infinite series from n to u ≡ n − (N +1) =⇒ n = u + N +1: ∞ ∞ ∞ ∞ tn tu+(N+1) tu · tN+1 tN+1 · tu tN+1 · 1 = = = = − t n=N+1 u=0 u=0 u=0 1 The expressions for the two series may now be combined: N ∞ ∞ tn = tn − tn n=0 n=0 n=N 1 1 = − tN+1 · 1 − t 1 − t N − tN+1 tn 1 |t| < = − t if 1 n=0 1 This is also often shown in the form where the maximum power in the series is N − 1 so that there are N terms: N−1 − tN tn 1 |t| < = − t if 1 n=0 1 Examples: 1. 4 n (0.1) =1+0.1+0.01 + 0.001 + 0.0001 = 1.1111 n=0 5 1 − tN+1 1 − (0.1) t =0.1,N =4 =⇒ = =1.1111 1 − t 1 − (0.1) 2. 3 n (0.75) =2.7344 n=0 4 1 − tN+1 1 − (0.75) = =2.7344 1 − t 1 − (0.75) 2 Binomial Expansion: n 1 n n (n − 1) n (n − 1) (n − 2) n! (1 + x) = + x + x2 + x3 + ···+ xr + ··· 0! 1! 2! 3! (n − r)!r! n (n − 1) n (n − 1) (n − 2) =1+nx + x2 + x3 + ··· 2 6 The definition of the “binomial coefficient” is often substituted to make the expression more concise: n n ≡ ! r (n − r)! · r! n n n n n n (1 + x) = + x + x2 + x3 + ···+ xn−rxr + ··· 0 1 2 3 r ∞ n x n · xn−r · xr = (1 + ) = r r=0 If n is a positive integer, the series includes n +1 terms. If n is NOT a positive integer, the series converges if |x| < 1. If n>0, the series also converges if |x| =1. n n (n − 1) 2 n (n − 1) (n − 2) 3 =⇒ (1 − x) =1+n (−x)+ (−x) + (−x) + ··· 2 6 n (n − 1) n (n − 1) (n − 2) =1− nx + x2 − x3 + ··· 2! 3! Again, the series may be truncated to approximate the result. In many areas of science, the series is often truncated after the second term, so the summation only includes the constant and the linear term (e.g., Fresnel approximation to optical diffraction) so that: n ∼ (1 ± x) = 1 ± nx if |x| 0 Examples: 1. 1 −1 (−1) (−2) (−1) (−2) (−3) =(1− x) =1− (−1) x + x2 − x3 + ··· 1 − x 2! 3! 2! − (3!) =1+x + x2 − x3 + ··· 2! 3! =1+x + x2 + x3 + ··· which demonstrates that the geometric series may be written as a binomial expansion. 2. Square root 1 1 1 1 3 1 1 − 2 − − 2 (1 + x) 2 = (1 + x)=1+ · x + 2 2 · x + 2 2 2 · x + ··· 2 2 6 1 1 1 =1+ · x − · x2 + · x3 + ··· 2 8 16 In words, this expresses the square root of 1+x as a series of the powers of x with decreasing weights. Truncation to two terms yields an approximation for the square root that is most accurate for |x| 0. 1 ∼ 1 1 2 ∼ 1 (1 + x) 2 = 1+ · x − · x = 1+ · x 2 8 2 3 17 1 =1.0625 = 1 + 16 16 17 =1.030776406 ··· 16 1 ∼ 1 1 33 first-order approximation: 1+ = 1+ · = =1.03125 16 2 16 32 2 1 ∼ 1 1 1 1 2111 second-order approximation: 1+ = 1+ · − = =1.030761719 ··· 16 2 16 8 16 2048 3. Cube root 1 2 1 2 5 1 1 − 2 − − 3 (1 − x) 3 = 3 (1 − x)=1+ · (−x)+ 3 3 · (−x) + 3 3 3 · (−x) + ··· 3 2 6 1 1 5 =1− · x − · x2 + · x3 + ··· 3 9 81 ∼ 1 1 2 ∼ 1 = 1+ · x − · x = 1+ · x 3 9 3 15 1 =1− 16 16 1 15 3 =0.97871691 ··· 16 1 1 3 ∼ 1 1 47 1 − = 1+ · − = =0.979166666 ··· 16 3 16 48 1 2 1 3 ∼ 1 1 1 1 2257 1 − = 1+ · − + · = =0.979600694 ··· 16 3 16 9 16 2304 1 2 3 1 3 ∼ 1 1 1 1 5 1 325 003 1 − = 1+ · − + · − + · − = =0.979585624 ··· 16 3 16 9 16 81 16 331 776 4 Exponential Series Without proof, we state that we write e raised to a numerical power u as a series in the powers of u: ∞ un u eu exp [ ]= = n n=0 ! 1 u u2 u3 = + + + + ··· 0! 1! 2! 3! 1 1 =1+u + u2 + u3 + ··· 2 6 which may be easily generalized to any base: ∞ u · a n au u · a [ log [ ]] =exp[ log [ ]] = n n=0 ! Forexample,wecanwriteanypowerof10inthisform: ∞ n u [u · log [10]] 10 = n n=0 ! ∞ n ∼ (log [10]) · un = n n=0 ! ∼ where log [10] = 2.302585 Complex Exponential Series The generalization of the exponential series for complex-valued powers: ∞ ±iθ n ±iθ ±iθ ( ) exp [ ]=exp[ ]= n n=0 ! 2 3 4 1 (iθ) (iθ) (iθ) (iθ) = ± + ∓ + ±··· 0! 1! 2! 3! 4! 1 2 1 3 1 4 1 5 =1± iθ + i2θ ∓ i3θ + i4θ ± i5θ + ··· 2 6 24 120 θ2 θ4 θ3 θ5 = 1 − + −··· ± i · θ − + −··· 2 24 6 120 From Euler relation: exp [+iθ]=cos[θ]+i sin [θ] Equate real and imaginary parts: 2 4 2 4 1 θ θ θ θ cos [θ]= − + −···=1− + −··· 0! 2! 4! 2 24 lim cos [θ]=1 θ→0 θ3 θ5 θ3 θ5 sin [θ]=θ − + −···= θ − + −··· 3! 5! 6 120 lim sin [θ]=θ θ→0 The linear approximation of the complex exponential is often used in diffraction theory: ∼ exp [+iθ] = 1+i · θ 5 Maclaurin Series: “Predict” the value of the function f [x] based on its value and its derivatives evaluated at the origin of coordinates (x =0): 0 1 2 2 3 3 x x df x d f x d f f [x]= · f [0] + · + · + · + ··· 0! 1! dx 2! dx2 3! dx2 x=0 x=0 x=0 ∞ xn dnf · = n dxn n=0 ! x=0 x2 x3 ∞ xn f x · f · f · f ··· · f (n) = [0] + [0] + [0] + [0] + = n [0] 2 6 n=0 ! where the “exponential” notation for differentiation has been used: dn {f x } ≡ f (n) n [ ] [0] dx x=0 Taylor Series: Generalization of the Maclaurin series to “predict” value of f [x + x0] based on the value of the function and its derivatives evaluated at x0: 0 1 2 2 3 3 x0 x0 df x0 d f x0 d f f [x + x0]= · f [x]|x=x + · + · + · + ··· 0! 0 1! dx 2! dx2 3! dx2 x=x0 x=x0 x=x0 x0 x df x2 d2f x3 d3f 0 · f x 0 · 0 · 0 · ··· = [ 0]+ + 2 + 2 + 0! 1! dx x=x 2! dx x=x 3! dx x=x 0 0 0 ∞ xn dnf 0 · = n dxn n=0 ! x=x0 x2 x3 ∞ xn f x x · f x 0 · f x 0 · f x ··· 0 · f (n) x = [ 0]+ 0 [ 0]+ [ 0]+ [ 0]+ = n [ 0] 2 6 n=0 ! [Arfken, §1, Schey, Feynman V1 §2] Could also think of it as evaluating the value of f [x] based on the function and its derivatives evaluated at x − x0 x0 x1 df x2 d2f x3 d3f f x 0 · f x 0 · 0 · 0 · ··· [ ]= [ 0]+ + 2 + 2 + 0! 1! dx x=x−x 2! dx x=x−x 3! dx x=x−x 0 0 0 ∞ xn dnf 0 · = n dxn n=0 ! x=x−x0 2 3 x0 x0 = f [x − x0]+x0 · f [x − x0]+ · f [x − x0]+ · f [x − x0]+··· 2 6 ∞ xn 0 · f (n) x − x = n [ 0] n=0 ! Again, it often is useful to truncate the Taylor series to approximate the value of the function.
Recommended publications
  • Topic 7 Notes 7 Taylor and Laurent Series
    Topic 7 Notes Jeremy Orloff 7 Taylor and Laurent series 7.1 Introduction We originally defined an analytic function as one where the derivative, defined as a limit of ratios, existed. We went on to prove Cauchy's theorem and Cauchy's integral formula. These revealed some deep properties of analytic functions, e.g. the existence of derivatives of all orders. Our goal in this topic is to express analytic functions as infinite power series. This will lead us to Taylor series. When a complex function has an isolated singularity at a point we will replace Taylor series by Laurent series. Not surprisingly we will derive these series from Cauchy's integral formula. Although we come to power series representations after exploring other properties of analytic functions, they will be one of our main tools in understanding and computing with analytic functions. 7.2 Geometric series Having a detailed understanding of geometric series will enable us to use Cauchy's integral formula to understand power series representations of analytic functions. We start with the definition: Definition. A finite geometric series has one of the following (all equivalent) forms. 2 3 n Sn = a(1 + r + r + r + ::: + r ) = a + ar + ar2 + ar3 + ::: + arn n X = arj j=0 n X = a rj j=0 The number r is called the ratio of the geometric series because it is the ratio of consecutive terms of the series. Theorem. The sum of a finite geometric series is given by a(1 − rn+1) S = a(1 + r + r2 + r3 + ::: + rn) = : (1) n 1 − r Proof.
    [Show full text]
  • Writing Mathematical Expressions in Plain Text – Examples and Cautions Copyright © 2009 Sally J
    Writing Mathematical Expressions in Plain Text – Examples and Cautions Copyright © 2009 Sally J. Keely. All Rights Reserved. Mathematical expressions can be typed online in a number of ways including plain text, ASCII codes, HTML tags, or using an equation editor (see Writing Mathematical Notation Online for overview). If the application in which you are working does not have an equation editor built in, then a common option is to write expressions horizontally in plain text. In doing so you have to format the expressions very carefully using appropriately placed parentheses and accurate notation. This document provides examples and important cautions for writing mathematical expressions in plain text. Section 1. How to Write Exponents Just as on a graphing calculator, when writing in plain text the caret key ^ (above the 6 on a qwerty keyboard) means that an exponent follows. For example x2 would be written as x^2. Example 1a. 4xy23 would be written as 4 x^2 y^3 or with the multiplication mark as 4*x^2*y^3. Example 1b. With more than one item in the exponent you must enclose the entire exponent in parentheses to indicate exactly what is in the power. x2n must be written as x^(2n) and NOT as x^2n. Writing x^2n means xn2 . Example 1c. When using the quotient rule of exponents you often have to perform subtraction within an exponent. In such cases you must enclose the entire exponent in parentheses to indicate exactly what is in the power. x5 The middle step of ==xx52− 3 must be written as x^(5-2) and NOT as x^5-2 which means x5 − 2 .
    [Show full text]
  • 1 Approximating Integrals Using Taylor Polynomials 1 1.1 Definitions
    Seunghee Ye Ma 8: Week 7 Nov 10 Week 7 Summary This week, we will learn how we can approximate integrals using Taylor series and numerical methods. Topics Page 1 Approximating Integrals using Taylor Polynomials 1 1.1 Definitions . .1 1.2 Examples . .2 1.3 Approximating Integrals . .3 2 Numerical Integration 5 1 Approximating Integrals using Taylor Polynomials 1.1 Definitions When we first defined the derivative, recall that it was supposed to be the \instantaneous rate of change" of a function f(x) at a given point c. In other words, f 0 gives us a linear approximation of f(x) near c: for small values of " 2 R, we have f(c + ") ≈ f(c) + "f 0(c) But if f(x) has higher order derivatives, why stop with a linear approximation? Taylor series take this idea of linear approximation and extends it to higher order derivatives, giving us a better approximation of f(x) near c. Definition (Taylor Polynomial and Taylor Series) Let f(x) be a Cn function i.e. f is n-times continuously differentiable. Then, the n-th order Taylor polynomial of f(x) about c is: n X f (k)(c) T (f)(x) = (x − c)k n k! k=0 The n-th order remainder of f(x) is: Rn(f)(x) = f(x) − Tn(f)(x) If f(x) is C1, then the Taylor series of f(x) about c is: 1 X f (k)(c) T (f)(x) = (x − c)k 1 k! k=0 Note that the first order Taylor polynomial of f(x) is precisely the linear approximation we wrote down in the beginning.
    [Show full text]
  • A Quotient Rule Integration by Parts Formula Jennifer Switkes ([email protected]), California State Polytechnic Univer- Sity, Pomona, CA 91768
    A Quotient Rule Integration by Parts Formula Jennifer Switkes ([email protected]), California State Polytechnic Univer- sity, Pomona, CA 91768 In a recent calculus course, I introduced the technique of Integration by Parts as an integration rule corresponding to the Product Rule for differentiation. I showed my students the standard derivation of the Integration by Parts formula as presented in [1]: By the Product Rule, if f (x) and g(x) are differentiable functions, then d f (x)g(x) = f (x)g(x) + g(x) f (x). dx Integrating on both sides of this equation, f (x)g(x) + g(x) f (x) dx = f (x)g(x), which may be rearranged to obtain f (x)g(x) dx = f (x)g(x) − g(x) f (x) dx. Letting U = f (x) and V = g(x) and observing that dU = f (x) dx and dV = g(x) dx, we obtain the familiar Integration by Parts formula UdV= UV − VdU. (1) My student Victor asked if we could do a similar thing with the Quotient Rule. While the other students thought this was a crazy idea, I was intrigued. Below, I derive a Quotient Rule Integration by Parts formula, apply the resulting integration formula to an example, and discuss reasons why this formula does not appear in calculus texts. By the Quotient Rule, if f (x) and g(x) are differentiable functions, then ( ) ( ) ( ) − ( ) ( ) d f x = g x f x f x g x . dx g(x) [g(x)]2 Integrating both sides of this equation, we get f (x) g(x) f (x) − f (x)g(x) = dx.
    [Show full text]
  • Appendix a Short Course in Taylor Series
    Appendix A Short Course in Taylor Series The Taylor series is mainly used for approximating functions when one can identify a small parameter. Expansion techniques are useful for many applications in physics, sometimes in unexpected ways. A.1 Taylor Series Expansions and Approximations In mathematics, the Taylor series is a representation of a function as an infinite sum of terms calculated from the values of its derivatives at a single point. It is named after the English mathematician Brook Taylor. If the series is centered at zero, the series is also called a Maclaurin series, named after the Scottish mathematician Colin Maclaurin. It is common practice to use a finite number of terms of the series to approximate a function. The Taylor series may be regarded as the limit of the Taylor polynomials. A.2 Definition A Taylor series is a series expansion of a function about a point. A one-dimensional Taylor series is an expansion of a real function f(x) about a point x ¼ a is given by; f 00ðÞa f 3ðÞa fxðÞ¼faðÞþf 0ðÞa ðÞþx À a ðÞx À a 2 þ ðÞx À a 3 þÁÁÁ 2! 3! f ðÞn ðÞa þ ðÞx À a n þÁÁÁ ðA:1Þ n! © Springer International Publishing Switzerland 2016 415 B. Zohuri, Directed Energy Weapons, DOI 10.1007/978-3-319-31289-7 416 Appendix A: Short Course in Taylor Series If a ¼ 0, the expansion is known as a Maclaurin Series. Equation A.1 can be written in the more compact sigma notation as follows: X1 f ðÞn ðÞa ðÞx À a n ðA:2Þ n! n¼0 where n ! is mathematical notation for factorial n and f(n)(a) denotes the n th derivation of function f evaluated at the point a.
    [Show full text]
  • Operations on Power Series Related to Taylor Series
    Operations on Power Series Related to Taylor Series In this problem, we perform elementary operations on Taylor series – term by term differen­ tiation and integration – to obtain new examples of power series for which we know their sum. Suppose that a function f has a power series representation of the form: 1 2 X n f(x) = a0 + a1(x − c) + a2(x − c) + · · · = an(x − c) n=0 convergent on the interval (c − R; c + R) for some R. The results we use in this example are: • (Differentiation) Given f as above, f 0(x) has a power series expansion obtained by by differ­ entiating each term in the expansion of f(x): 1 0 X n−1 f (x) = a1 + a2(x − c) + 2a3(x − c) + · · · = nan(x − c) n=1 • (Integration) Given f as above, R f(x) dx has a power series expansion obtained by by inte­ grating each term in the expansion of f(x): 1 Z a1 a2 X an f(x) dx = C + a (x − c) + (x − c)2 + (x − c)3 + · · · = C + (x − c)n+1 0 2 3 n + 1 n=0 for some constant C depending on the choice of antiderivative of f. Questions: 1. Find a power series representation for the function f(x) = arctan(5x): (Note: arctan x is the inverse function to tan x.) 2. Use power series to approximate Z 1 2 sin(x ) dx 0 (Note: sin(x2) is a function whose antiderivative is not an elementary function.) Solution: 1 For question (1), we know that arctan x has a simple derivative: , which then has a power 1 + x2 1 2 series representation similar to that of , where we subsitute −x for x.
    [Show full text]
  • Derivative of Power Series and Complex Exponential
    LECTURE 4: DERIVATIVE OF POWER SERIES AND COMPLEX EXPONENTIAL The reason of dealing with power series is that they provide examples of analytic functions. P1 n Theorem 1. If n=0 anz has radius of convergence R > 0; then the function P1 n F (z) = n=0 anz is di®erentiable on S = fz 2 C : jzj < Rg; and the derivative is P1 n¡1 f(z) = n=0 nanz : Proof. (¤) We will show that j F (z+h)¡F (z) ¡ f(z)j ! 0 as h ! 0 (in C), whenever h ¡ ¢ n Pn n k n¡k jzj < R: Using the binomial theorem (z + h) = k=0 k h z we get F (z + h) ¡ F (z) X1 (z + h)n ¡ zn ¡ hnzn¡1 ¡ f(z) = a h n h n=0 µ ¶ X1 a Xn n = n ( hkzn¡k) h k n=0 k=2 µ ¶ X1 Xn n = a h( hk¡2zn¡k) n k n=0 k=2 µ ¶ X1 Xn¡2 n = a h( hjzn¡2¡j) (by putting j = k ¡ 2): n j + 2 n=0 j=0 ¡ n ¢ ¡n¡2¢ By using the easily veri¯able fact that j+2 · n(n ¡ 1) j ; we obtain µ ¶ F (z + h) ¡ F (z) X1 Xn¡2 n ¡ 2 j ¡ f(z)j · jhj n(n ¡ 1)ja j( jhjjjzjn¡2¡j) h n j n=0 j=0 X1 n¡2 = jhj n(n ¡ 1)janj(jzj + jhj) : n=0 P1 n¡2 We already know that the series n=0 n(n ¡ 1)janjjzj converges for jzj < R: Now, for jzj < R and h ! 0 we have jzj + jhj < R eventually.
    [Show full text]
  • How to Write Mathematical Papers
    HOW TO WRITE MATHEMATICAL PAPERS BRUCE C. BERNDT 1. THE TITLE The title of your paper should be informative. A title such as “On a conjecture of Daisy Dud” conveys no information, unless the reader knows Daisy Dud and she has made only one conjecture in her lifetime. Generally, titles should have no more than ten words, although, admittedly, I have not followed this advice on several occasions. 2. THE INTRODUCTION The Introduction is the most important part of your paper. Although some mathematicians advise that the Introduction be written last, I advocate that the Introduction be written first. I find that writing the Introduction first helps me to organize my thoughts. However, I return to the Introduction many times while writing the paper, and after I finish the paper, I will read and revise the Introduction several times. Get to the purpose of your paper as soon as possible. Don’t begin with a pile of notation. Even at the risk of being less technical, inform readers of the purpose of your paper as soon as you can. Readers want to know as soon as possible if they are interested in reading your paper or not. If you don’t immediately bring readers to the objective of your paper, you will lose readers who might be interested in your work but, being pressed for time, will move on to other papers or matters because they do not want to read further in your paper. To state your main results precisely, considerable notation and terminology may need to be introduced.
    [Show full text]
  • Calculus Terminology
    AP Calculus BC Calculus Terminology Absolute Convergence Asymptote Continued Sum Absolute Maximum Average Rate of Change Continuous Function Absolute Minimum Average Value of a Function Continuously Differentiable Function Absolutely Convergent Axis of Rotation Converge Acceleration Boundary Value Problem Converge Absolutely Alternating Series Bounded Function Converge Conditionally Alternating Series Remainder Bounded Sequence Convergence Tests Alternating Series Test Bounds of Integration Convergent Sequence Analytic Methods Calculus Convergent Series Annulus Cartesian Form Critical Number Antiderivative of a Function Cavalieri’s Principle Critical Point Approximation by Differentials Center of Mass Formula Critical Value Arc Length of a Curve Centroid Curly d Area below a Curve Chain Rule Curve Area between Curves Comparison Test Curve Sketching Area of an Ellipse Concave Cusp Area of a Parabolic Segment Concave Down Cylindrical Shell Method Area under a Curve Concave Up Decreasing Function Area Using Parametric Equations Conditional Convergence Definite Integral Area Using Polar Coordinates Constant Term Definite Integral Rules Degenerate Divergent Series Function Operations Del Operator e Fundamental Theorem of Calculus Deleted Neighborhood Ellipsoid GLB Derivative End Behavior Global Maximum Derivative of a Power Series Essential Discontinuity Global Minimum Derivative Rules Explicit Differentiation Golden Spiral Difference Quotient Explicit Function Graphic Methods Differentiable Exponential Decay Greatest Lower Bound Differential
    [Show full text]
  • 20-Finding Taylor Coefficients
    Taylor Coefficients Learning goal: Let’s generalize the process of finding the coefficients of a Taylor polynomial. Let’s find a general formula for the coefficients of a Taylor polynomial. (Students complete worksheet series03 (Taylor coefficients).) 2 What we have discovered is that if we have a polynomial C0 + C1x + C2x + ! that we are trying to match values and derivatives to a function, then when we differentiate it a bunch of times, we 0 get Cnn!x + Cn+1(n+1)!x + !. Plugging in x = 0 and everything except Cnn! goes away. So to (n) match the nth derivative, we must have Cn = f (0)/n!. If we want to match the values and derivatives at some point other than zero, we will use the 2 polynomial C0 + C1(x – a) + C2(x – a) + !. Then when we differentiate, we get Cnn! + Cn+1(n+1)!(x – a) + !. Now, plugging in x = a makes everything go away, and we get (n) Cn = f (a)/n!. So we can generate a polynomial of any degree (well, as long as the function has enough derivatives!) that will match the function and its derivatives to that degree at a particular point a. We can also extend to create a power series called the Taylor series (or Maclaurin series if a is specifically 0). We have natural questions: • For what x does the series converge? • What does the series converge to? Is it, hopefully, f(x)? • If the series converges to the function, we can use parts of the series—Taylor polynomials—to approximate the function, at least nearby a.
    [Show full text]
  • 9.4 Arithmetic Series Notes
    9.4 Arithmetic Series Notes Pre­AP Algebra 2 9.4 Arithmetic Series *Objective: Define arithmetic series and find their sums When you know two terms and the number of terms in a finite arithmetic sequence, you can find the sum of the terms. A series is the indicated sum of the terms of a sequence. A finite series has a first terms and a last term. An infinite series continues without end. Finite Sequence Finite Series 6, 9, 12, 15, 18 6 + 9 + 12 + 15 + 18 = 60 Infinite Sequence Infinite Series 3, 7, 11, 15, ... 3 + 7 + 11 + 15 + ... An arithmetic series is a series whose terms form an arithmetic sequence. When a series has a finite number of terms, you can use a formula involving the first and last term to evaluate the sum. The sum Sn of a finite arithmetic series a1 + a2 + a3 + ... + an is n Sn = /2 (a1 + an) a1 : is the first term an : is the last term (nth term) n : is the number of terms in the series Finding the Sum of a finite arithmetic series Ex1) a. What is the sum of the even integers from 2 to 100 b. what is the sum of the finite arithmetic series: 4 + 9 + 14 + 19 + 24 + ... + 99 c. What is the sum of the finite arithmetic series: 14 + 17 + 20 + 23 + ... + 116? Using the sum of a finite arithmetic series Ex2) A company pays $10,000 bonus to salespeople at the end of their first 50 weeks if they make 10 sales in their first week, and then improve their sales numbers by two each week thereafter.
    [Show full text]
  • Summation and Table of Finite Sums
    SUMMATION A!D TABLE OF FI1ITE SUMS by ROBERT DELMER STALLE! A THESIS subnitted to OREGON STATE COLlEGE in partial fulfillment of the requirementh for the degree of MASTER OF ARTS June l94 APPROVED: Professor of Mathematics In Charge of Major Head of Deparent of Mathematics Chairman of School Graduate Committee Dean of the Graduate School ACKOEDGE!'T The writer dshes to eicpreßs his thanks to Dr. W. E. Mime, Head of the Department of Mathenatics, who has been a constant guide and inspiration in the writing of this thesis. TABLE OF CONTENTS I. i Finite calculus analogous to infinitesimal calculus. .. .. a .. .. e s 2 Suniming as the inverse of perfornungA............ 2 Theconstantofsuirrnation......................... 3 31nite calculus as a brancn of niathematics........ 4 Application of finite 5lflITh1tiOfl................... 5 II. LVELOPMENT OF SULTION FORiRLAS.................... 6 ttethods...........................a..........,.... 6 Three genera]. sum formulas........................ 6 III S1ThATION FORMULAS DERIVED B TIlE INVERSION OF A Z FELkTION....,..................,........... 7 s urnmation by parts..................15...... 7 Ratlona]. functions................................ Gamma and related functions........,........... 9 Ecponential and logarithrnic functions...... ... Thigonoretric arÎ hyperbolic functons..........,. J-3 Combinations of elementary functions......,..... 14 IV. SUMUATION BY IfTHODS OF APPDXIMATION..............,. 15 . a a Tewton s formula a a a S a C . a e a a s e a a a a . a a 15 Extensionofpartialsunmation................a... 15 Formulas relating a sum to an ifltegral..a.aaaaaaa. 16 Sumfromeverym'thterm........aa..a..aaa........ 17 V. TABLE OFST.Thß,..,,..,,...,.,,.....,....,,,........... 18 VI. SLThMTION OF A SPECIAL TYPE OF POER SERIES.......... 26 VI BIBLIOGRAPHY. a a a a a a a a a a . a . a a a I a s .
    [Show full text]