Sequences and Series of Functions

Total Page:16

File Type:pdf, Size:1020Kb

Sequences and Series of Functions Sequences and Series of Functions Li Jiayi, Joanna 14 July, 2014 1 Contents 1 Review: Sequences and Series of Real Numbers 4 1.1 Sequences . .4 1.1.1 Sequences . .4 1.1.2 Some properties of a convergent sequence . .4 1.1.3 Monotone Sequences . .5 1.1.4 Subsequences and the Bolzano-Weiertrass Theorem . .6 1.1.5 Cauchy’s Convergence Criterion . .7 1.2 Series . .7 1.2.1 Series . .7 1.2.2 Some tests for convergence . .8 1.2.3 Absolute and Conditional Convergence . .8 2 Sequences and Series of Functions 9 2.1 Pointwise convergence of sequences of functions . .9 2.2 Uniform convergence of sequences of functions . 11 2.2.1 Uniform convergence and boundedness . 13 2.2.2 Uniform convergence and continuity . 14 2.2.3 Uniform convergence and Riemann integration . 16 2.2.4 Uniform convergence and differentiation . 17 2 2.3 Uniform convergence of series of functions . 20 2.3.1 Some tests for uniform convergence of series of functions . 20 2.3.2 the Power Series . 20 3 1 Review: Sequences and Series of Real Numbers 1.1 Sequences 1.1.1 Sequences Definition 1.1. A sequence of real numbers is a real-valued function defined on the set of natural numbers, i.e. a function f : N −! R. In other words, a sequence can be written as f(1); f(2); f(3); ::: We shall denote by an such a sequence where an = f(n) 2 R: The number an is called the n-th term of the sequence. Definition 1.2. A sequence fang is said to converge to a real number L if 8 > 0; 9N 2 N such that if n > N, then jan − Lj < . n Example 1.1. Prove that the sequence converges to 1, that is, prove that n + 1 n lim = 1 x!1 n + 1 Proof. We are required to show that for any given > 0, we can find a natural number N n −1 such that if n > N, then j − 1j = j j < . n + 1 n + 1 1 1 We first note that < for any N 2 . Now that for any given , by the Archimedean n + 1 n N 1 Property, there exists N 2 such that < . It follows that if n > N, then N N 1 1 1 < < < n + 1 n N and so we are done. 1.1.2 Some properties of a convergent sequence Theorem 1.1 (Uniqueness of Limits). Let fang be a convergent sequence. Then the limit of the sequence is unique. 4 Definition 1.3. A sequence fang is bounded above if there exists M 2 R such that an < M for all n 2 N. Similarly, a sequence fang is bounded below if there exists m 2 R such that an > m for all n 2 N. A sequence fang is bounded if it is bounded above and below. Theorem 1.2 (Boundedness of Convergent Sequences). If fang is a convergent sequence, then it is bounded. Theorem 1.3 (Arithmetic Properties of Convergent Sequences)). Let fang and fbng be two sequences. Suppose lim an = A and lim bn = B for some A, B 2 . Then n!1 n!1 R (a) lim (an + bn) = lim an + lim bn = A + B n!1 n!1 n!1 (b) lim (anbn) = ( lim an)( lim bn) = AB n!1 n!1 n!1 (c) lim can = c lim an = cA for any c 2 . n!1 n!1 R an limn!1 an A (d) lim = = , provided that bn 6= 0 for all n 2 N and B 6= 0. n!1 bn limn!1 bn B Theorem 1.4 (Sandwich Theorem). Let fang; fbng and fcng be sequences. Suppose that an ≤ bn ≤ cn for all n 2 , and that lim an = lim cn = L. Then lim bn = L. N n!1 n!1 n!1 1.1.3 Monotone Sequences Definition 1.4. Let fang be a sequence. We say that fang is increasing if an ≤ an+1 for all n 2 N and is decreasing if an ≥ an+1 for all n 2 N. We say that fang is a monotone if it is either increasing or decreasing. Theorem 1.5. (a) If fang is increasing and bounded above, then fang converges. (b) If fang is decreasing and bounded below, then fang converges. 5 1.1.4 Subsequences and the Bolzano-Weiertrass Theorem Definition 1.5. Let fang be a sequence of real numbers, and let n1 < n2 < n3 < ··· be a strictly increasing sequence of natural numbers. Then the sequence an1 ; an2 ; an3 ··· is called a subsequence of fang and is denoted by fank g, where k 2 N indexes the subse- quence. Theorem 1.6. If fang is a sequence converging to L, then every subsequence fank g also converges to L. Theorem 1.7. Let fang be a sequence. The fang has a monotone subsequence. , Proof. To prove this theorem, we call the k-th term dominant if it is greater than or equal to all the following terms. In other words, the term ak is dominant if ak ≥ am for all m ≥ k: There are two cases to consider: Case 1: There are infinitely many dominant terms in the sequence fang: Then we have a infinite subsequence an1 ; an2 ; an3 ;::: Now ani is dominant for all i 2 N and ni < ni+1, so we must haveani ≥ ani+1 . Similarly, we have an1 ≥ an2 ≥ an3 ≥ · · · Hence we have a decreasing subsequence ank and we are done. Case 2: There are only finitely many dominant terms in the sequence fang: (including the case where there is no dominant term). Suppose aN is the last dominant term, and let n1 = N + 1. Now an1 is not dominant and so there must exist n2 > n1 such that an1 ≤ an2 . Continuing this way, we obtain an increasing subsequence an1 ; an2 ; an3 ; ··· as desired. Theorem 1.8 (the Bolzano-Weiertrass Theorem). Let fang be a bounded sequence. Then fang has a convergent subsequence. 6 1.1.5 Cauchy’s Convergence Criterion Definition 1.6. A sequence fang is called a Cauchy sequence if 8 > 0; 9N 2 N such that if n; m > N, then jan − amj < . Theorem 1.9. Let fang be a convergent sequence. Then fang is a Cauchy sequence. Theorem 1.10. Let fang be a Cauchy sequence. Then fang is a convergent sequence. , 1.2 Series 1.2.1 Series Definition 1.7. Let fang be a sequence of real numbers. The sequence fskg can be defined by s1 = a1 s2 = a1 + a2 s3 = a1 + a2 + a3 . k X sk = a1 + a2 + a3 + ··· + ak = an n=1 1 X is called the sequence of partial sums of the series an. n=1 The term an is called the n-th term of the series and the term sk is called the k-th partial 1 X sum of the series. The series an is said to converge to some number L if the associated n=1 sequence fskg of the partial sums converges to L. We write 1 X an = L n=1 7 and we refer to L as the sum of the series. If the sequence fskg of partial sums diverges, then 1 X we say that the series an diverges. n=1 1.2.2 Some tests for convergence 1 X Theorem 1.11 (Cauchy Convergence Criterion for Series). The series an converges if n=1 and only if for any > 0 there exists N 2 N such that if n > m > N, then jam+1 + am+2 + ··· + anj < . Theorem 1.12 (Comparison Test). Suppose that fang and fbng are sequences satisfying 0 ≤ an ≤ bn for all n 2 N. 1 1 X X (a) If bn, then anconverges n=1 n=1 1 1 X X (b) If an diverges, then bn diverges. n=1 n=1 Theorem 1.13 (Ratio Test). Let fang be a sequence with an > 0 for all n 2 N. Suppose that a lim n n!1 an+1 1 X exists and equals r. The the series an converges if r < 1 and diverges if r > 1. n=1 1.2.3 Absolute and Conditional Convergence 1 X Definition 1.8. Let fang be a sequence of real numbers. The series an is said to be n=1 1 1 X X absolutely convergent if the series janj is convergent. The series an is said to be n=1 n=1 1 X conditionally convergent if it converges but does not converge absolutely, that is, an con- n=1 1 X verges, but janj diverges. n=1 8 2 Sequences and Series of Functions We will now discuss the convergence of sequences and series of real-valued functions de- fined on a set X. In most cases, X would be a subset of R. Since we are dealing with the convergence problems of sequences and series, we will naturally be interested in knowing if the limit functions, whenever they exist, will preserve properties such as boundedness, con- tinuity, uniform continuity, differentiability and integrability. In other words, if the sequence of functions under consideration is bounded, continuous, differentiable or integrable, and if the limit function of the sequence exists, does it carry these properties? 2.1 Pointwise convergence of sequences of functions Definition 2.1. Suppose ffng, n = 1; 2; 3 ··· is a sequence of functions defined on a set E, and suppose that the sequence of numbers ffn(x)g converges for every x 2 E. We can define a function f by f(x) = lim fn(x); x 2 E: n!1 Under these circumstances, we say that ffng converges on E and that f is the limit, or the limitfunction, of ffng.
Recommended publications
  • 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]
  • 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]
  • 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]
  • The Set of Continuous Functions with Everywhere Convergent Fourier Series
    TRANSACTIONS OF THE AMERICAN MATHEMATICAL SOCIETY Volume 302, Number 1, July 1987 THE SET OF CONTINUOUS FUNCTIONS WITH EVERYWHERE CONVERGENT FOURIER SERIES M. AJTAI AND A. S. KECHRIS ABSTRACT. This paper deals with the descriptive set theoretic properties of the class EC of continuous functions with everywhere convergent Fourier se- ries. It is shown that this set is a complete coanalytic set in C(T). A natural coanalytic rank function on EC is studied that assigns to each / € EC a count- able ordinal number, which measures the "complexity" of the convergence of the Fourier series of /. It is shown that there exist functions in EC (in fact even differentiable ones) which have arbitrarily large countable rank, so that this provides a proper hierarchy on EC with uii distinct levels. Let G(T) be the Banach space of continuous 27r-periodic functions on the reals with the sup norm. We study in this paper descriptive set theoretic aspects of the subset EC of G(T) consisting of the continuous functions with everywhere convergent Fourier series. It is easy to verify that EC is a coanalytic set. We show in §3 that EC is actually a complete coanalytic set and therefore in particular is not Borel. This answers a question in [Ku] and provides another example of a coanalytic non-Borel set. We also discuss in §2 (see in addition the Appendix) the relations of this kind of result to the studies in the literature concerning the classification of the set of points of divergence of the Fourier series of a continuous function.
    [Show full text]
  • Calculus of Variations Raju K George, IIST
    Calculus of Variations Raju K George, IIST Lecture-1 In Calculus of Variations, we will study maximum and minimum of a certain class of functions. We first recall some maxima/minima results from the classical calculus. Maxima and Minima Let X and Y be two arbitrary sets and f : X Y be a well-defined function having domain → X and range Y . The function values f(x) become comparable if Y is IR or a subset of IR. Thus, optimization problem is valid for real valued functions. Let f : X IR be a real valued → function having X as its domain. Now x X is said to be maximum point for the function f if 0 ∈ f(x ) f(x) x X. The value f(x ) is called the maximum value of f. Similarly, x X is 0 ≥ ∀ ∈ 0 0 ∈ said to be a minimum point for the function f if f(x ) f(x) x X and in this case f(x ) is 0 ≤ ∀ ∈ 0 the minimum value of f. Sufficient condition for having maximum and minimum: Theorem (Weierstrass Theorem) Let S IR and f : S IR be a well defined function. Then f will have a maximum/minimum ⊆ → under the following sufficient conditions. 1. f : S IR is a continuous function. → 2. S IR is a bound and closed (compact) subset of IR. ⊂ Note that the above conditions are just sufficient conditions but not necessary. Example 1: Let f : [ 1, 1] IR defined by − → 1 x = 0 f(x)= − x x = 0 | | 6 1 −1 +1 −1 Obviously f(x) is not continuous at x = 0.
    [Show full text]
  • Taylor's Series of Sin X
    Taylor's Series of sin x In order to use Taylor's formula to find the power series expansion of sin x we have to compute the derivatives of sin(x): sin0(x) = cos(x) sin00(x) = − sin(x) sin000(x) = − cos(x) sin(4)(x) = sin(x): Since sin(4)(x) = sin(x), this pattern will repeat. Next we need to evaluate the function and its derivatives at 0: sin(0) = 0 sin0(0) = 1 sin00(0) = 0 sin000(0) = −1 sin(4)(0) = 0: Again, the pattern repeats. Taylor's formula now tells us that: −1 sin(x) = 0 + 1x + 0x 2 + x 3 + 0x4 + · · · 3! x3 x5 x7 = x − + − + · · · 3! 5! 7! Notice that the signs alternate and the denominators get very big; factorials grow very fast. The radius of convergence R is infinity; let's see why. The terms in this sum look like: x2n+1 x x x x = · · · · · : (2n + 1)! 1 2 3 (2n + 1) Suppose x is some fixed number. Then as n goes to infinity, the terms on the right in the product above will be very, very small numbers and there will be more and more of them as n increases. In other words, the terms in the series will get smaller as n gets bigger; that's an indication that x may be inside the radius of convergence. But this would be true for any fixed value of x, so the radius of convergence is infinity. Why do we care what the power series expansion of sin(x) is? If we use enough terms of the series we can get a good estimate of the value of sin(x) for any value of x.
    [Show full text]
  • Math 104 – Calculus 10.2 Infinite Series
    Math 104 – Calculus 10.2 Infinite Series Math 104 - Yu InfiniteInfinite series series •• Given a sequence we try to make sense of the infinite Given a sequence we try to make sense of the infinite sum of its terms. sum of its terms. 1 • Example: a = n 2n 1 s = a = 1 1 2 1 1 s = a + a = + =0.75 2 1 2 2 4 1 1 1 s = a + a + a = + + =0.875 3 1 2 3 2 4 8 1 1 s = a + + a = + + =0.996 8 1 ··· 8 2 ··· 256 s20 =0.99999905 Nicolas Fraiman MathMath 104 - Yu 104 InfiniteInfinite series series Math 104 - YuNicolas Fraiman Math 104 Geometric series GeometricGeometric series series • A geometric series is one in which each term is obtained • A geometric series is one in which each term is obtained from the preceding one by multiplying it by the common ratiofrom rthe. preceding one by multiplying it by the common ratio r. 1 n 1 2 3 1 arn−1 = a + ar + ar2 + ar3 + ar − = a + ar + ar + ar + ··· kX=1 ··· kX=1 2 n 1 • DoesWe have not converges for= somea + ar values+ ar of+ r + ar − n ··· 1 2 3 n rsn =n ar1 + ar + ar + + ar r =1then ar − = a + a + a + a···+ n ···!1 sn rsn = a ar −kX=1 − 1 na(11 rn) r = 1 then s ar= − =− a + a a + a a − n 1 −r − − ··· kX=1 − Nicolas Fraiman MathNicolas 104 Fraiman Math 104 - YuMath 104 GeometricGeometric series series Nicolas Fraiman Math 104 - YuMath 104 Geometric series Geometric series 1 1 1 = 4n 3 n=1 X Math 104 - Yu Nicolas Fraiman Math 104 RepeatingRepeatingRepeang decimals decimals decimals • We cancan useuse geometricgeometric series series to to convert convert repeating repeating decimals toto fractions.fractions.
    [Show full text]
  • Calculus of Variations
    Calculus of Variations The biggest step from derivatives with one variable to derivatives with many variables is from one to two. After that, going from two to three was just more algebra and more complicated pictures. Now the step will be from a finite number of variables to an infinite number. That will require a new set of tools, yet in many ways the techniques are not very different from those you know. If you've never read chapter 19 of volume II of the Feynman Lectures in Physics, now would be a good time. It's a classic introduction to the area. For a deeper look at the subject, pick up MacCluer's book referred to in the Bibliography at the beginning of this book. 16.1 Examples What line provides the shortest distance between two points? A straight line of course, no surprise there. But not so fast, with a few twists on the question the result won't be nearly as obvious. How do I measure the length of a curved (or even straight) line? Typically with a ruler. For the curved line I have to do successive approximations, breaking the curve into small pieces and adding the finite number of lengths, eventually taking a limit to express the answer as an integral. Even with a straight line I will do the same thing if my ruler isn't long enough. Put this in terms of how you do the measurement: Go to a local store and purchase a ruler. It's made out of some real material, say brass.
    [Show full text]
  • Tent Cash Flow Designs and Analysis for Gradient Cash Flow Lectures
    Page 8.1095.1 Page 8.1095.2 Page 8.1095.3 Page 8.1095.4 Page 8.1095.5 Page 8.1095.6 Page 8.1095.7 Page 8.1095.8 Page 8.1095.9 Page 8.1095.10 Page 8.1095.11 Page 8.1095.12 Page 8.1095.13 Page 8.1095.14 Page 8.1095.15.
    [Show full text]