Power Series and Taylor Series

Total Page:16

File Type:pdf, Size:1020Kb

Power Series and Taylor Series Power series and Taylor series D. DeTurck University of Pennsylvania March 29, 2018 D. DeTurck Math 104 002 2018A: Series 1 / 42 Series First . a review of what we have done so far: 1 We examined series of constants and learned that we can say everything there is to say about geometric and telescoping series. 2 We developed tests for convergence of series of constants. 3 We considered power series, derived formulas and other tricks for finding them, and know them for a few functions. D. DeTurck Math 104 002 2018A: Series 2 / 42 1. Geometric and telescoping series The geometric series is 1 X a a r n = a + ar + ar 2 + ar 3 + ··· = n 1 − r n=0 provided jrj < 1 (when jrj ≥ 1 the series diverges). We often use partial fractions to detect telescoping series, for which we can calculate explicitly the partial sums Sn. D. DeTurck Math 104 002 2018A: Series 3 / 42 2. Tests for convergence of series of constants 1 Fundamental divergence test (nth term must go to zero for convergence to be possible) 2 Integral test 3 Comparison and limit comparison tests 4 Ratio test 5 Root test 6 Alternating series test D. DeTurck Math 104 002 2018A: Series 4 / 42 3. Power series f (n)(0) f (x) = a + a x + a x2 + a x3 + ··· where a = 0 1 2 3 n n! or 1 X f (n)(0) f (x) = xn n! n=0 1 and we know the series for ex , sin x and . 1 − x D. DeTurck Math 104 002 2018A: Series 5 / 42 Convergence of power series Before we get too excited about finding series, let's make sure that, at the very least, the series converge. Later, we'll deal with the question of whether they converge to the function we expect. But for now, we'll assume that if they converge, they converge to the function they \came from". (Strictly speaking, this is not always true | but it is true for a large class of functions, which includes nearly all the ones encountered in basic science and mathematics. This fact was not fully appreciated until the early part of the twentieth century.) Fortunately, most of the question of whether power series converge is answered fairly directly by the ratio test. D. DeTurck Math 104 002 2018A: Series 6 / 42 Ratio test review 1 X Recall that for a series of constants bn, we have that the series n=0 converges (absolutely) if bn+1 lim n!1 bn is less than one, diverges if the limit is greater than one, and the test is indeterminate if the limit equals one. To use the ratio test on power series, just leave the x there and calculate the limit for each value of x. This will give an inequality that x must satisfy in order for the series to converge. D. DeTurck Math 104 002 2018A: Series 7 / 42 For the exponential function The power series for ex is 1 x2 x3 x4 X xn ex = 1 + x + + + + ··· = 2! 3! 4! n! n=0 Therefore n+1 bn+1 x n! jxj lim = lim n = lim = 0: n!1 bn n!1 (n + 1)! x n!1 n + 1 No matter what x is, the limit is 0, which is less than 1. So the series for the exponential function converges for all values of x. Your turn! For which values of x does the series for f (x) = sin x converge? D. DeTurck Math 104 002 2018A: Series 8 / 42 A more interesting example: 1 X xn For the series f (x) = , This time the ratio test gives n n=1 n+1 x n n lim = lim jxj = jxj: n!1 n + 1 xn n!1 n + 1 So the series converges if jxj < 1 and diverges if jxj > 1 (reminiscent of the geometric series). It remains to check the endpoints x = 1 and x = −1 1 X 1 For x = 1 the series is , the (divergent) harmonic series. n n=1 1 X (−1)n For x = −1 the series is , the alternating harmonic n n=1 series, which we know to be (conditionally) convergent. 1 X xn So converges if −1 ≤ x < 1 and diverges otherwise. n n=1 D. DeTurck Math 104 002 2018A: Series 9 / 42 OK, your turn. 1 X (2x)n For which values of x does the series converge? n2 n=1 1 1 A. −1 < x < 1 B. −2 < x < 2 C. − ≤ x < 2 2 1 1 D. −2 ≤ x ≤ 2 E. − ≤ x ≤ 2 2 1 X For which values of x does the series nxn converge? n=1 A. −1 < x < 1 B. −1 ≤ x < 1 C. −1 < x ≤ 1 D. −1 ≤ x ≤ 1 E. 0 ≤ x < 1 D. DeTurck Math 104 002 2018A: Series 10 / 42 From these examples. it should be apparent that power series converge for values of x in an interval that is centered at zero, i.e., an interval of the form [−a; a], (−a; a], [−a; a) or (−a; a) (where a might be either zero or infinity). The interval is called the interval of convergence and the number a is called the radius of convergence. D. DeTurck Math 104 002 2018A: Series 11 / 42 Let's go back to finding series for functions There are two ways: The standard way: f (n)(0) Use the formula a = to find the coefficients. We've found n n! series for ex and sin x this way: 1 x2 x3 x4 X xn ex = 1 + x + + + + ··· = 2! 3! 4! n! n=0 and 1 x3 x5 x7 X (−1)nx2n+1 sin x = x − + − + ··· = 3! 5! 7! (2n + 1)! n=0 We could calculate other series this way (and sometimes we do have to resort to this), but the other way is more fun: D. DeTurck Math 104 002 2018A: Series 12 / 42 The other way Magic tricks: Start from known series and use algebraic and/or analytic manipulation to get others: Substitute x2 for x everywhere in the series for ex to get: 2 2 2 3 2 4 2 [x ] [x ] [x ] ex = 1 + [x2] + + + + ··· 2! 3! 4! x4 x6 x8 = 1 + x2 + + + + ··· 2! 3! 4! 1 X x2n = n! n=0 D. DeTurck Math 104 002 2018A: Series 13 / 42 Another example Take the derivative of the series for sin x to get: d d x3 x5 x7 cos x = sin x = x − + − + ··· dx dx 3! 5! 7! 3x2 5x4 7x6 = 1 − + − + ··· 3! 5! 7! x2 x4 x6 = 1 − + − + ··· 2! 4! 6! 1 X (−1)nx2n = (2n)! n=0 D. DeTurck Math 104 002 2018A: Series 14 / 42 Yet another example Integrate both sides of the geometric series from 0 to x to get: x 1 x dt = (1 + t + t2 + t3 + ··· ) dt ˆ0 1 − t ˆ0 x2 x3 x4 − ln(1 − x) = x + + + + ··· 2 3 4 Negate both sides and replace x by −x everywhere to get: 1 x2 x3 x4 X (−1)n+1xn ln(1 + x) = x − + − + ··· = 2 3 4 n n=1 Put x = 1 to learn that the fourth series from before sums to ln 2. D. DeTurck Math 104 002 2018A: Series 15 / 42 Start from the geometric series again: and substitute −x2 for x everywhere it appears to get: 1 2n 1 X (−1)n = 1 − x2 + x4 − x6 + x8 − x10 + ··· = 1 + x2 x n=0 Now integrate both sides from 0 to x to get: 1 x3 x5 x7 x9 x11 X (−1)nx2n+1 arctan x = x − + − + − + ··· = : 3 5 7 9 11 2n + 1 n=0 Put x = 1 to show that the first series from before sums to π=4. 1 X 1 π2 We still have the challenge of showing that = . n2 6 n=1 D. DeTurck Math 104 002 2018A: Series 16 / 42 Applications of series I: Limits at x = 0. sin x We know for other reasons that lim = 1. x!0 x But we could prove this using series: 1 1 sin x 1 X (−1)nx2n+1 X (−1)nx2n lim = lim = lim x!0 x x!0 x (2n + 1)! x!0 (2n + 1)! n=0 n=0 x2 x4 x6 = lim 1 − + − + ··· = 1 + 0 + 0 + ··· = 1 x!0 3! 5! 7! You can do this for complicated limits at 0 | substitute the series for the functions and do algebra. x − sin x Calculate the limit: lim x!0 1 − e−x3 1 1 A. 0 B. C. 1 D. E. does not exist 6 12 D. DeTurck Math 104 002 2018A: Series 17 / 42 Applications of series II: Approximate evaluation of integrals Many integrals that cannot be evaluated in closed form (i.e., for which no elementary anti-derivative exists) can be approximated using series (and we can even estimate how far off the approximations are). 1 2 Calculate e−x dx to the nearest 0.001. ˆ0 We begin by substituting −x2 for x in the known series for ex , and then integrating it. This will give us a numerical series that converges to the answer: 1 1 4 6 2 x x 1 1 1 e−x dx = 1−x2+ − +··· dx = 1− + − +··· ˆ0 ˆ0 2! 3! 3 5 · 2! 7 · 3! D. DeTurck Math 104 002 2018A: Series 18 / 42 Error estimates So far we have 1 2 1 1 1 e−x dx = 1 − + − + ··· ˆ0 3 5 · 2! 7 · 3! The series on the right is alternating, so if we want the error to be 1 less than 0:001 = 1000 , we need to take all the terms before the first one that is less than that.
Recommended publications
  • Abel's Identity, 131 Abel's Test, 131–132 Abel's Theorem, 463–464 Absolute Convergence, 113–114 Implication of Condi
    INDEX Abel’s identity, 131 Bolzano-Weierstrass theorem, 66–68 Abel’s test, 131–132 for sequences, 99–100 Abel’s theorem, 463–464 boundary points, 50–52 absolute convergence, 113–114 bounded functions, 142 implication of conditional bounded sets, 42–43 convergence, 114 absolute value, 7 Cantor function, 229–230 reverse triangle inequality, 9 Cantor set, 80–81, 133–134, 383 triangle inequality, 9 Casorati-Weierstrass theorem, 498–499 algebraic properties of Rk, 11–13 Cauchy completeness, 106–107 algebraic properties of continuity, 184 Cauchy condensation test, 117–119 algebraic properties of limits, 91–92 Cauchy integral theorem algebraic properties of series, 110–111 triangle lemma, see triangle lemma algebraic properties of the derivative, Cauchy principal value, 365–366 244 Cauchy sequences, 104–105 alternating series, 115 convergence of, 105–106 alternating series test, 115–116 Cauchy’s inequalities, 437 analytic functions, 481–482 Cauchy’s integral formula, 428–433 complex analytic functions, 483 converse of, 436–437 counterexamples, 482–483 extension to higher derivatives, 437 identity principle, 486 for simple closed contours, 432–433 zeros of, see zeros of complex analytic on circles, 429–430 functions on open connected sets, 430–432 antiderivatives, 361 on star-shaped sets, 429 for f :[a, b] Rp, 370 → Cauchy’s integral theorem, 420–422 of complex functions, 408 consequence, see deformation of on star-shaped sets, 411–413 contours path-independence, 408–409, 415 Cauchy-Riemann equations Archimedean property, 5–6 motivation, 297–300
    [Show full text]
  • The Unilateral Z–Transform and Generating Functions
    The Unilateral z{Transform and Generating Functions Recall from \Discrete{Time Linear, Time Invariant Systems and z-Transforms" that the behaviour of a discrete{time LTI system is determined by its impulse response function h[n] and that the z{transform of h[n] is 1 k H(z) = z− h[k] k=X −∞ If the LTI system is causal, then h[n] = 0 for all n < 0 and 1 k H(z) = z− h[k] Xk=0 Definition 1 (Unilateral z{Transform) The unilateral z{transform of the discrete{time signal x[n] (whether or not x[n] = 0 for negative n's) is defined to be 1 n (z) = z− x[n] X nX=0 When there is any danger of confusing the regular z{transform with the unilateral z{transform, 1 n X(z) = z− x[n] nX= 1 − is called the bilateral z{transform. Example 2 The signal x[n] = anu[n] is zero for all n < 0. So the unilateral z{transform of x[n] is the same as the ordinary z{transform. So, as we saw in Example 7 of \Discrete{Time Linear, Time Invariant Systems and z-Transforms", 1 n n 1 (z) = X(z) = z− a = 1 X 1 z− a nX=0 − 1 provided that z− a < 1, or equivalently z > a . Since the unilateral z{transform of any x[n] is always j j j j j j equal to the bilateral z{transform of the right{sided signal x[n]u[n], the region of convergence of a unilateral z{transform is always the exterior of a circle.
    [Show full text]
  • Sequences and Series Pg. 1
    Sequences and Series Exercise Find the first four terms of the sequence 3 1, 1, 2, 3, . [Answer: 2, 5, 8, 11] Example Let be the sequence defined by 2, 1, and 21 13 2 for 0,1,2,, find and . Solution: (k = 0) 21 13 2 2 2 3 (k = 1) 32 24 2 6 2 8 ⁄ Exercise Without using a calculator, find the first 4 terms of the recursively defined sequence • 5, 2 3 [Answer: 5, 7, 11, 19] • 4, 1 [Answer: 4, , , ] • 2, 3, [Answer: 2, 3, 5, 8] Example Evaluate ∑ 0.5 and round your answer to 5 decimal places. ! Solution: ∑ 0.5 ! 0.5 0.5 0.5 ! ! ! 0.5 0.5 ! ! 0.5 0.5 0.5 0.5 0.5 0.5 0.041666 0.003125 0.000186 0.000009 . Exercise Find and evaluate each of the following sums • ∑ [Answer: 225] • ∑ 1 5 [Answer: 521] pg. 1 Sequences and Series Arithmetic Sequences an = an‐1 + d, also an = a1 + (n – 1)d n S = ()a +a n 2 1 n Exercise • For the arithmetic sequence 4, 7, 10, 13, (a) find the 2011th term; [Answer: 6,034] (b) which term is 295? [Answer: 98th term] (c) find the sum of the first 750 terms. [Answer: 845,625] rd th • The 3 term of an arithmetic sequence is 8 and the 16 term is 47. Find and d and construct the sequence. [Answer: 2,3;the sequence is 2,5,8,11,] • Find the sum of the first 800 natural numbers. [Answer: 320,400] • Find the sum ∑ 4 5.
    [Show full text]
  • Calculus and Differential Equations II
    Calculus and Differential Equations II MATH 250 B Sequences and series Sequences and series Calculus and Differential Equations II Sequences A sequence is an infinite list of numbers, s1; s2;:::; sn;::: , indexed by integers. 1n Example 1: Find the first five terms of s = (−1)n , n 3 n ≥ 1. Example 2: Find a formula for sn, n ≥ 1, given that its first five terms are 0; 2; 6; 14; 30. Some sequences are defined recursively. For instance, sn = 2 sn−1 + 3, n > 1, with s1 = 1. If lim sn = L, where L is a number, we say that the sequence n!1 (sn) converges to L. If such a limit does not exist or if L = ±∞, one says that the sequence diverges. Sequences and series Calculus and Differential Equations II Sequences (continued) 2n Example 3: Does the sequence converge? 5n 1 Yes 2 No n 5 Example 4: Does the sequence + converge? 2 n 1 Yes 2 No sin(2n) Example 5: Does the sequence converge? n Remarks: 1 A convergent sequence is bounded, i.e. one can find two numbers M and N such that M < sn < N, for all n's. 2 If a sequence is bounded and monotone, then it converges. Sequences and series Calculus and Differential Equations II Series A series is a pair of sequences, (Sn) and (un) such that n X Sn = uk : k=1 A geometric series is of the form 2 3 n−1 k−1 Sn = a + ax + ax + ax + ··· + ax ; uk = ax 1 − xn One can show that if x 6= 1, S = a .
    [Show full text]
  • Ordinary Generating Functions
    CHAPTER 10 Ordinary Generating Functions Introduction We’ll begin this chapter by introducing the notion of ordinary generating functions and discussing the basic techniques for manipulating them. These techniques are merely restatements and simple applications of things you learned in algebra and calculus. You must master these basic ideas before reading further. In Section 2, we apply generating functions to the solution of simple recursions. This requires no new concepts, but provides practice manipulating generating functions. In Section 3, we return to the manipulation of generating functions, introducing slightly more advanced methods than those in Section 1. If you found the material in Section 1 easy, you can skim Sections 2 and 3. If you had some difficulty with Section 1, those sections will give you additional practice developing your ability to manipulate generating functions. Section 4 is the heart of this chapter. In it we study the Rules of Sum and Product for ordinary generating functions. Suppose that we are given a combinatorial description of the construction of some structures we wish to count. These two rules often allow us to write down an equation for the generating function directly from this combinatorial description. Without such tools, we may get bogged down in lengthy algebraic manipulations. 10.1 What are Generating Functions? In this section, we introduce the idea of ordinary generating functions and look at some ways to manipulate them. This material is essential for understanding later material on generating functions. Be sure to work the exercises in this section before reading later sections! Definition 10.1 Ordinary generating function (OGF) Suppose we are given a sequence a0,a1,..
    [Show full text]
  • 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]
  • An Appreciation of Euler's Formula
    Rose-Hulman Undergraduate Mathematics Journal Volume 18 Issue 1 Article 17 An Appreciation of Euler's Formula Caleb Larson North Dakota State University Follow this and additional works at: https://scholar.rose-hulman.edu/rhumj Recommended Citation Larson, Caleb (2017) "An Appreciation of Euler's Formula," Rose-Hulman Undergraduate Mathematics Journal: Vol. 18 : Iss. 1 , Article 17. Available at: https://scholar.rose-hulman.edu/rhumj/vol18/iss1/17 Rose- Hulman Undergraduate Mathematics Journal an appreciation of euler's formula Caleb Larson a Volume 18, No. 1, Spring 2017 Sponsored by Rose-Hulman Institute of Technology Department of Mathematics Terre Haute, IN 47803 [email protected] a scholar.rose-hulman.edu/rhumj North Dakota State University Rose-Hulman Undergraduate Mathematics Journal Volume 18, No. 1, Spring 2017 an appreciation of euler's formula Caleb Larson Abstract. For many mathematicians, a certain characteristic about an area of mathematics will lure him/her to study that area further. That characteristic might be an interesting conclusion, an intricate implication, or an appreciation of the impact that the area has upon mathematics. The particular area that we will be exploring is Euler's Formula, eix = cos x + i sin x, and as a result, Euler's Identity, eiπ + 1 = 0. Throughout this paper, we will develop an appreciation for Euler's Formula as it combines the seemingly unrelated exponential functions, imaginary numbers, and trigonometric functions into a single formula. To appreciate and further understand Euler's Formula, we will give attention to the individual aspects of the formula, and develop the necessary tools to prove it.
    [Show full text]
  • Newton and Leibniz: the Development of Calculus Isaac Newton (1642-1727)
    Newton and Leibniz: The development of calculus Isaac Newton (1642-1727) Isaac Newton was born on Christmas day in 1642, the same year that Galileo died. This coincidence seemed to be symbolic and in many ways, Newton developed both mathematics and physics from where Galileo had left off. A few months before his birth, his father died and his mother had remarried and Isaac was raised by his grandmother. His uncle recognized Newton’s mathematical abilities and suggested he enroll in Trinity College in Cambridge. Newton at Trinity College At Trinity, Newton keenly studied Euclid, Descartes, Kepler, Galileo, Viete and Wallis. He wrote later to Robert Hooke, “If I have seen farther, it is because I have stood on the shoulders of giants.” Shortly after he received his Bachelor’s degree in 1665, Cambridge University was closed due to the bubonic plague and so he went to his grandmother’s house where he dived deep into his mathematics and physics without interruption. During this time, he made four major discoveries: (a) the binomial theorem; (b) calculus ; (c) the law of universal gravitation and (d) the nature of light. The binomial theorem, as we discussed, was of course known to the Chinese, the Indians, and was re-discovered by Blaise Pascal. But Newton’s innovation is to discuss it for fractional powers. The binomial theorem Newton’s notation in many places is a bit clumsy and he would write his version of the binomial theorem as: In modern notation, the left hand side is (P+PQ)m/n and the first term on the right hand side is Pm/n and the other terms are: The binomial theorem as a Taylor series What we see here is the Taylor series expansion of the function (1+Q)m/n.
    [Show full text]
  • 11.3-11.4 Integral and Comparison Tests
    11.3-11.4 Integral and Comparison Tests The Integral Test: Suppose a function f(x) is continuous, positive, and decreasing on [1; 1). Let an 1 P R 1 be defined by an = f(n). Then, the series an and the improper integral 1 f(x) dx either BOTH n=1 CONVERGE OR BOTH DIVERGE. Notes: • For the integral test, when we say that f must be decreasing, it is actually enough that f is EVENTUALLY ALWAYS DECREASING. In other words, as long as f is always decreasing after a certain point, the \decreasing" requirement is satisfied. • If the improper integral converges to a value A, this does NOT mean the sum of the series is A. Why? The integral of a function will give us all the area under a continuous curve, while the series is a sum of distinct, separate terms. • The index and interval do not always need to start with 1. Examples: Determine whether the following series converge or diverge. 1 n2 • X n2 + 9 n=1 1 2 • X n2 + 9 n=3 1 1 n • X n2 + 1 n=1 1 ln n • X n n=2 Z 1 1 p-series: We saw in Section 8.9 that the integral p dx converges if p > 1 and diverges if p ≤ 1. So, by 1 x 1 1 the Integral Test, the p-series X converges if p > 1 and diverges if p ≤ 1. np n=1 Notes: 1 1 • When p = 1, the series X is called the harmonic series. n n=1 • Any constant multiple of a convergent p-series is also convergent.
    [Show full text]
  • Formal Power Series - Wikipedia, the Free Encyclopedia
    Formal power series - Wikipedia, the free encyclopedia http://en.wikipedia.org/wiki/Formal_power_series Formal power series From Wikipedia, the free encyclopedia In mathematics, formal power series are a generalization of polynomials as formal objects, where the number of terms is allowed to be infinite; this implies giving up the possibility to substitute arbitrary values for indeterminates. This perspective contrasts with that of power series, whose variables designate numerical values, and which series therefore only have a definite value if convergence can be established. Formal power series are often used merely to represent the whole collection of their coefficients. In combinatorics, they provide representations of numerical sequences and of multisets, and for instance allow giving concise expressions for recursively defined sequences regardless of whether the recursion can be explicitly solved; this is known as the method of generating functions. Contents 1 Introduction 2 The ring of formal power series 2.1 Definition of the formal power series ring 2.1.1 Ring structure 2.1.2 Topological structure 2.1.3 Alternative topologies 2.2 Universal property 3 Operations on formal power series 3.1 Multiplying series 3.2 Power series raised to powers 3.3 Inverting series 3.4 Dividing series 3.5 Extracting coefficients 3.6 Composition of series 3.6.1 Example 3.7 Composition inverse 3.8 Formal differentiation of series 4 Properties 4.1 Algebraic properties of the formal power series ring 4.2 Topological properties of the formal power series
    [Show full text]
  • 3.3 Convergence Tests for Infinite Series
    3.3 Convergence Tests for Infinite Series 3.3.1 The integral test We may plot the sequence an in the Cartesian plane, with independent variable n and dependent variable a: n X The sum an can then be represented geometrically as the area of a collection of rectangles with n=1 height an and width 1. This geometric viewpoint suggests that we compare this sum to an integral. If an can be represented as a continuous function of n, for real numbers n, not just integers, and if the m X sequence an is decreasing, then an looks a bit like area under the curve a = a(n). n=1 In particular, m m+2 X Z m+1 X an > an dn > an n=1 n=1 n=2 For example, let us examine the first 10 terms of the harmonic series 10 X 1 1 1 1 1 1 1 1 1 1 = 1 + + + + + + + + + : n 2 3 4 5 6 7 8 9 10 1 1 1 If we draw the curve y = x (or a = n ) we see that 10 11 10 X 1 Z 11 dx X 1 X 1 1 > > = − 1 + : n x n n 11 1 1 2 1 (See Figure 1, copied from Wikipedia) Z 11 dx Now = ln(11) − ln(1) = ln(11) so 1 x 10 X 1 1 1 1 1 1 1 1 1 1 = 1 + + + + + + + + + > ln(11) n 2 3 4 5 6 7 8 9 10 1 and 1 1 1 1 1 1 1 1 1 1 1 + + + + + + + + + < ln(11) + (1 − ): 2 3 4 5 6 7 8 9 10 11 Z dx So we may bound our series, above and below, with some version of the integral : x If we allow the sum to turn into an infinite series, we turn the integral into an improper integral.
    [Show full text]
  • Mathematics (MATH)
    Course Descriptions MATH 1080 QL MATH 1210 QL Mathematics (MATH) Precalculus Calculus I 5 5 MATH 100R * Prerequisite(s): Within the past two years, * Prerequisite(s): One of the following within Math Leap one of the following: MAT 1000 or MAT 1010 the past two years: (MATH 1050 or MATH 1 with a grade of B or better or an appropriate 1055) and MATH 1060, each with a grade of Is part of UVU’s math placement process; for math placement score. C or higher; OR MATH 1080 with a grade of C students who desire to review math topics Is an accelerated version of MATH 1050 or higher; OR appropriate placement by math in order to improve placement level before and MATH 1060. Includes functions and placement test. beginning a math course. Addresses unique their graphs including polynomial, rational, Covers limits, continuity, differentiation, strengths and weaknesses of students, by exponential, logarithmic, trigonometric, and applications of differentiation, integration, providing group problem solving activities along inverse trigonometric functions. Covers and applications of integration, including with an individual assessment and study inequalities, systems of linear and derivatives and integrals of polynomial plan for mastering target material. Requires nonlinear equations, matrices, determinants, functions, rational functions, exponential mandatory class attendance and a minimum arithmetic and geometric sequences, the functions, logarithmic functions, trigonometric number of hours per week logged into a Binomial Theorem, the unit circle, right functions, inverse trigonometric functions, and preparation module, with progress monitored triangle trigonometry, trigonometric equations, hyperbolic functions. Is a prerequisite for by a mentor. May be repeated for a maximum trigonometric identities, the Law of Sines, the calculus-based sciences.
    [Show full text]