Infinite Series. 1 Introduction. 2 General discussion on convergence

Size: px
Start display at page:

Download "Infinite Series. 1 Introduction. 2 General discussion on convergence"

Transcription

1 Infinite Series 1 Introduction I will only cover a few topics in this lecture, choosing to discuss those which I have used over the years. The text covers substantially more material and is available for reference if you need this information later in your professional practice of physics. Become familiar with what is included in Chapter 5, however I expect you to know in detail only that information covered in this written lecture and presented in class. A useful way of representing a function is by an infinite series, particularly when a numerical value of the function is required. We have previously seen that a series a function can be obtained using the Laurant expansion about a non-singular point. Thus; f(z) = a n = 1 2π i a n (z z ) n dz f(z) (z z ) n In the case that f(z) is analytic, the evaluation of the integral results in a Taylor expansion of the function, f(z), about the point, z. In the lecture, we mostly, but not exclusively, use real values of z. Therefore, within the radius of convergence (distance from z to the first singular point) the series converges. In subsequent sections, we look at tests to determine convergence. Remember as stressed previously, the function may exist whether on not the series representation converges. 2 General discussion on convergence Suppose a function is represented by a series; f(x) = a n x n The values of the expansion coefficients can be obtained by integration about a point x. This yields the terms; f(x) = f(x ) + (x x ) f (x + (x x ) 2 2! R n represents the n th term. R n = x a x a f (n) (x) d n x f (x ) + + (x x ) n 1 (n 1)! + R n + 1

2 Using the mean value theorem; R n = (x x ) n n! f (n) (η) a η x When lim n R n = then the Taylor series results. f(x) = (x x ) n n! f (n) (x ) 3 Example We represent the function f(x) = (1 + x) m by series. Insert in the Taylor expansion in the last section with expansion about x =. m(m 1) f(x) = 1 + mx + + 2! ( ) f(x) = m! n!(m n)! xn = M m x n n n ( ) m In the above is the binomial coefficient. We note that this series converges for all x, n as indeed it should since it is everywhere analytic. Of course the series terminates after m terms. In general a series does not terminate and converges only up to, but not including, the radius of convergence. As another example we find the series representation of ln(1 + x) expanded about x =. The radius of convergence is x < 1. f(x) = ln(1) + (x 1) dx d (x 1)2 ln(1 + x) + 2! f(x) = x x 2 /2 + x 3 /3 x 4 /4 d 2 dx 2 ln(1 + x) + 4 Types of series Unless the series is absolutely convergent (to be defined below), it must be handled carefully to determine if it converges, and is therefore a valid representation of a function. Consider the alternating series; S = ( 1) n =

3 The result of the sum is 1 or depending on how the series is summed. To explore this further, expand the function f(x) = x about x =. This is; f(x) = 1 x + x = ( x) n Now the series does not converge if x = 1 as there is a singularity at x = 1, however the value of the function is 1/2. Another example is the geometric series; S N = N = 1 + r + r r n This series can be evaluated as follows; rs N = N S N = 1 rn+1 1 r In the limit as N if r < 1; S = 1 1 r r n+1 = r + r 2 + r r N+1 The singular point at r = 1 is obvious. A power series should be evaluated to determine its convergence. The series above is convergent inside the unit circle in the complex plane. However, we know that we can use a Laurant expansion, say about the point x = 3, to obtain a series representation for x > 1. f(x) = 1 1 (z 3) = (1/2) + (Z 3)/4 (Z 3)2 /8 + (z 3)n The general term is a n = 2 n+1 and this can be shown to converge by the ratio test described in a next section. The radius of convergence for this expansion is a circle of radius 2 about the point z = 3 5 Tests for convergence A description of natural phenomenon must remain finite. However, the mathematical representation of models can diverge indicating that these models, or their representations, are not correct, at least within certain parameter spaces. Thus for series representations we need tests to determine if the series, S = a n, leads to finite results. A series converges if; 3

4 S N a n < ǫ In the above, ǫ is any small number and we find an N such that the sum over N terms approaches the value of the function, S. However, this definition is not useful for testing series convergence. 5.1 Comparison test If term by term a series is less than those of a series known to converge, then the series converges. However, if term by term a series is larger than any series which converges, then the series does not converge. 5.2 Ratio Test If a term of the series, a n, is the n th element of a sum, then; lim n a < 1 Convergent n+1 a n = > 1 Divergent = 1 Indeterminant Consider the harmonic series, 1/n. R = n n + 1 The ratio has the value of 1 as limn. Thus the test fails. In this case the series is not convergent. 5.3 Integral test Suppose f(x) is a continuously decreasing function. We replace f(n) = a n. Then; Thus; S N = N 1 n=1 f(n) = N 1 a n n=1 dxf(x) < a n < 1 dxf(x) + a 1 This is shown in Figure 1 where the area of the 2 histograms bounds the area under the function. 4

5 f(x) f( 1 ) f( 2) f( 3 ) f( 4 ) f( 5 ) f( 6 ) x Figure 1: A geometric figure illustrating the intergral trest for convergence of a series As an example, consider the Riemann Zeta function. This series is defined by; ζ(p) = n p n=1 Define f(x) = x p 1 dxx p = ( x p+1 p + 1 p 1 ln(x) p = 1 ) This series converges for p < 1, diverges logarithmically if p = 1 and diverges if p > Raabe s test a n If a n > and the ratio R = n[ a 1] for all n > N then a n converges if R > 1 and n+1 diverges if R < Gauss test If a n > for all n and; a n a n+1 = 1 + h/n + B(n)/n 2 5

6 where B(n) is bounded for n. Then a n converges if h > 1 and diverges for h 1. As an example, in Legendre s equation the recursion relation is; r = a 2n+2 a 2n = 2n(2n + 1) l(l + 1) (2n + 1)(2n + 2) Then for x = 1 the ratio of the terms in the series as n and n l is; (2n + 1)(2n + 2) 2n(2n + 1) = 2n + 1 2n = 1 + 1/n Using Gauss test, the series does not converge. 5.6 Cauchy test Determine if the the radius of convergence is R = lim n a n a n+1 A finite radius of convergence occurs if R is finite. In this case let x = zr f(z) = b n z n b n = a n R n Whether the series converges or diverges at z = e iφ the character of the function (singular or analytic) is undetermined. For example; z = ( z) n converges for z < 1, and diverges for Z = 1 but z hand; is analytic at z = 1. On the other z dw ln(1 w) = 1 + (1 z)[ln(1 z) 1] This is singular at z = 1 but the integral of the series z n+1 n(n + 1) The derivative z n /n does not converge at z = 1. converges for z = Absolute convergence A series, a n, is absolutely convergent if we can replace a n by a n and the series converges. The order of the terms in the sum does not matter for an absolutely convergent series. 6

7 5.8 Conditional convergence If the series a n converges but a n diverges, the series is conditionally convergent. As an example, the series; ( 1) n 1 n 1 = 1 1/2 + 1/3 1/4 converges by the Leibnitz criterion. This criterion is applied to a series; ( 1) n+1 a n a n > n=1 Let a n be monotonicaly decreasing for sufficiently large n and lim n a n =. Then the series converges. As an example, ( 1) n 1 1/n = 1 1/2 + 1/3 1/4 n=1 The above is convergent but the series is not absolutely convergent. Note that the ratio test yields a n+1 a = n n n Uniform convergence Given the series S = a n, consider the partial sum S N = N a n. If the series, S is convergent and S n goes uniformly to its limit, the the series is uniformly convergent. If each term in the series is analytic. If the series converges uniformly then the sum is analytic. 5.1 Alternating series The series considered in the last subsection is an alternating series. If an alternating series converges absolutely it has absolute convergence. If the series converges but is not absolutely convergent, it is conditionally convergent. A conditionally convergent series can be made convergent to any desired value or it can be divergent. Rearranging terms in the previous example; 1 1/2 + 1/3 1/4 = 1 (1/2 1/3) (1/4 1/5) The result is obviously < 1. But also upon re-arrangement; 7

8 (1 + 1/3 + 1/5) 1/2 + (1/7 + 1/9 + 1/11 + 1/13 + 1/15) 1/4 = 3/2 6 Example Consider the hypergeometric series; F(α, β, γ; x) = 1 + αβ 1! γ x+ α(α + 1)β(β + 1) 2! γ(γ + 1) x 2 + Look at the ratio R of terms. The general term has the form; a n = R = (α + n 1)! (β + n 1)! (γ 1)! n! (γ = n 1)! (α 1)! (β 1)! n(γ + n) x (α + n)(β + n) = (1/x) (n γ + n 2 (αβ + n(α + β) + n 2 For n R (1/x) which converges if x < 1. For x = 1 use the Gauss test so that convergence occurs if γ > (α + β) x n 7 Series of functions We can define the convergence of a series of functions in order to represent another function in a similar way to a power series. S(x) = U n = lim n S n (x) This converges uniformly if; S(x) S n (x) < ǫ For all n N Note several items. 1. If the individual terms of the series are continuous, the series is continuous. 2. If the series is continuous the series may be integrated term by term. 3. If the series is continuous the derivative of the series may be taken term by term. 8

9 First develop the Taylor expansion; x a a dxf (n) (x) = f (n 1) (x) f (n 1) (a) x x [ dx] dx = f (n 2) (x) f (n 2) (a) (x a)f (n 1) (a) a Then we fit any boundary condition by a series of eigenfunctions. Thus represent a function by; F(z) = a n ψ n (x) This represention is to be valid between x 1 and x 2. The function set ψ n must be complete, i.e it must cover all dimensions within the function space. Completeness is defined as; x 2 lim m x 1 [F(z) m a n ψ n (z)]r(z) dz The above represents convergence in the mean, and this type of convergence can represent discontinuous functions. As an example, consider the Fourier represention of the sawtrooth function shown in Figure 2. The series is given by; f(x) 1/2 2π/k 4π/k 6π/k 1/2 π/k 3π/k 5π/k x Figure 2: The sawtooth function (k/2π)x 1/2 f(x) = a n sin(nkx) The coefficients are obtained using the orthogonality of the harmonic functions. 2π/k dxf(x) sin(mkx) = 2π/k a n an δ mn (π/k) = a m (π/k) dx sin(nkx) sin(mkx) = Thus; 9

10 a m = 2π/k dxf(x) sin(mkx) The sawtooth function is f(x) = (k/2π)x 1/2 and is repeated every x = k/2π. The first few coefficients are then; a = a 1 = 1/π a 2 = 1/2π a 3 = 1/3π a 4 = 1/4π a n = 1/nπ The fit to the function is shown in Figure 3. Note that the function is discontinuous and the fit represents the function at these discontinuities by their mean value. This type of fit requires eigenfunctions which satisfy the boundary conditions of the geometry. For the example, here the boundary conditions were set by choosing the value of the sin function (eigenfunction) to vanish every x = 2π/k. It is useful to have eigenfunctions which are orthogonal and normalized, although this is not necessary in general. We will study eigenfunctions later. Figure 3: The fit to the sawtooth function showing the terms in the series and the convergence to the mean value at a discontiunity 1

11 8 Elliptic integrals Elliptic functions are periodic and have some similarities to harmonic functions. We introduce them here by considering the motion of a pendulum as illustrated in Figure 4. The force equation using Newton s laws, after resolving forces along, and perpendicular to, the massless string, results in the equations; θ T M Mg Figure 4: The forces describing the movement of a pendulum M[ d2 r dt 2 r ( dθ dt )2 ] = Mg cos(θ) T M[2 dr dt dθ dt + r d2 θ dt 2 ] = Mg sin(θ) Assume that r does not change so that r = L. The above equations reduce to; ML( dθ dt )2 = T Mg cos(θ) ML d2 θ dt 2 = Mg sin(θ) T = Mg cos(θ) + ML( dθ dt )2 d 2 θ dt 2 = (g/l) sin(θ) For small oscillations, sin(θ) θ and the solution is; θ = θ cos( g/l(t t )) For large amplitudes we must solve the differential equation exactly. Thus convert the differential equation in θ into; 11

12 ( dθ dt )2 = (2g/L)(cos(θ) cos(θ )) We have used the initial condition that dθ dt = when θ = θ. The above equation can be put into the form; dt = L/2g dθ cos(θ) cos(θ ). The period, P, is twice the time for the pendulum to swing from θ to +θ. P = 2 L/2g θ θ dθ cos(θ) cos(θ ) Make a change of variable sin(θ/2) = sin(θ /2) sin(ψ) to obtain the expression; P = 2 L/g π/2 π/2 A power expansion then gives; P = 2 L/g π/2 π/2 dψ 1 sin2 (θ /2) sin 2 (ψ) dψ [1 + 1/2 sin 2 (θ /2) sin 2 (ψ) + 3/8 sin 4 (θ /2) sin 4 (ψ) + ] P = P [1 + 1/4 sin 2 (θ /2) + 9/64 sin 4 (θ /2) + ] However, we can consider the solution in terms of a representation of other periodic functions. Mathematically we expect to find a form, f(z + a) = f(z) having period a. The harmonic functions have period 2π. Looking in the complex plane the exponential e z has a period along the y axis of 2π i, as well as a period along the real axis. The equation for y is d 2 y dt 2 = y ( dy dt )2 = 1 y 2 the latter equation has solution; t = y du 1 u 2 t = sin 1 (y) This solution is 1/4 of a period, so the equation is written; 1 τ = 4 du 1 u 2 12

13 This is similar to the equation for the pendulum. We ask the question if it is posssible to have a function with two periods. Obviously this cannot occur in the same direction, but in the complex plane we have 2 dimensions, so we seek a solution with different periods along the real and imaginary axes. Thus we propose a solution of the form; ( du dz )2 = (1 u 2 )(1 k 2 y 2 )) This equation is guessed by considering the zero s (poles)of the function we seek. The equation may be inverted to represent the period, P. 1 P = 4K = 4 du (1 u2 )(1 k 2 u 2 ) There is also a period along the imaginary axis. P = 2K = 2 1/k 1 du (1 u2 )(1 k 2 u 2 ) Here K is an elliptic function of the 1 st kind. Generally the complete elliptic integral of the 1 st kind is expressed as; K(m) = 1 dt 1 (1 t2 )(1 mt 2 ) m 1 The complete elliptic integral of the 2 nd kind has the form; 1 E(m) = dt 1 mt 2 1 t 2 m 1 These integrals have series expansions which are uniformly convergent. K(m) = (π/2)[1 + (2n 1)!! [ ] 2n!! 2 m n ] n=1 E(m) = (π/2)[1 (2n 1)!! [ ] 2n!! 2 2n mn 1 ] n=1 9 Asymptotic series In the last lecture we discussed asymptotic series. As a reminder, assume a function, f(z), is represented by the expansion as z ; f(z) = φ(z)[a + A 1 /z + a 2 /z 2 + ] 13

14 In the above φ(z) is a known function and the series represents f(z)/φ(z) asymptotically. This means that for a given number of terms in the series, the value approaches the true value of the function as z. For each term the error will be on the order of 1/z n+1. The series, however, diverges, so one must take only the first few terms. As an example, take the exponential integral. Ei( x) = x dt e t /t This integral is developed by a series of partial integrations. Ei( x) = e x /x[1 1/x+2!/x 2 3!/x 3 + +( 1) n n!/x n ]+( 1) n+1 n! Test for convergence of the series using the ratio test. a n+1 a n = n/x lim n = x dt e t /t n+2 Table 1: A demonstation of the asymptotic series showing convergence properties 4e 4 Ei( 4) = n Value of the n th term Sum including the n th term Upper bound to error The series diverges. Two successive terms are equal when n = x, so this is approximately the optimum value. Table 1 shows how this works out for Ei( 4). The development of an asymptotic series is most often obtained using the method of steepest descents. Some properties of asymptotic series are; 1. An asymptotic series is not unique. 2. Asymptotic series may be added or multiplied term by term by another function. 3. Asymptotic series may be integrated term by term. 14

15 4. Asymptotic series may NOT be differentiated to obtain an asymptotic series for the differential unless the differential has an asymptotic expansion. 1 Interpolation Often we have the value of a function at a number of discrete points, but there is not an analytic expression for the function. In many cases it is useful to obtain a series representation of the function, for example a power series, in order to find values of the function at any point. Obviously the series will be valid over a finite range of the function. Obtaining a value in this range is called interpolation. If the value we seek lies outside the range over which the series was fit to the function, then the extraction of the value is called extrapolation. One must be VERY careful using extrapolation. Any 2 points uniquely determines a line, and 3 points a parabola. We will wish to find the value of a function at a point P using a polynomial of order N or some other function by fitting to the known values at specific points. Most often this is done my minimizing the error defined by the closeness of the fitted point to the value of the function at that point. The general procedure, at least if the distribution of the errors is Normal, is to minimize the value of the χ 2 of the distribution. χ 2 = N n=1 [G(A m, x n ) Data n ] 2 σ 2 n In the above, N represents the number of known points, G(A m, x n ) is the value of the function to be fit to the data points having A m adjustable parameters, and σ n is the error in the data point Data n. The value of χ 2 is minimized by varying the parameters A m. This gives a set of m equations; χ 2 A m = Usually this parameter space is large and the coupled equations must be solved numerically. If the χ 2 distribution obtained is assumed to be Normal, the goodness of the representation is determined by the normalized value of χ 2. All this will be discussed next semester. Finally, a smooth function is more accurately interpolated by a high order polynomial. However, it is better to fit the function over the full range rather than fit several pieces. A discontinuous function is best fit with a low order polynomial over continuous, discrete pieces, Figure 5. A spline fit provides continuity of derivatives. It fits a polynomial to the points, so that the fitted function is cointinuous through the 2 nd derivative. Most modern fitting programs have the ability to do spline fitting. 15

16 Figure 5: Representative accuracy using different orders of polynomials for various types of functions 16

Assignment 4. u n+1 n(n + 1) i(i + 1) = n n (n + 1)(n + 2) n(n + 2) + 1 = (n + 1)(n + 2) 2 n + 1. u n (n + 1)(n + 2) n(n + 1) = n

Assignment 4. u n+1 n(n + 1) i(i + 1) = n n (n + 1)(n + 2) n(n + 2) + 1 = (n + 1)(n + 2) 2 n + 1. u n (n + 1)(n + 2) n(n + 1) = n Assignment 4 Arfken 5..2 We have the sum Note that the first 4 partial sums are n n(n + ) s 2, s 2 2 3, s 3 3 4, s 4 4 5 so we guess that s n n/(n + ). Proving this by induction, we see it is true for

More information

As f and g are differentiable functions such that. f (x) = 20e 2x, g (x) = 4e 2x + 4xe 2x,

As f and g are differentiable functions such that. f (x) = 20e 2x, g (x) = 4e 2x + 4xe 2x, srinivasan (rs7) Sample Midterm srinivasan (690) This print-out should have 0 questions. Multiple-choice questions may continue on the next column or page find all choices before answering. Determine if

More information

Math 0230 Calculus 2 Lectures

Math 0230 Calculus 2 Lectures Math 00 Calculus Lectures Chapter 8 Series Numeration of sections corresponds to the text James Stewart, Essential Calculus, Early Transcendentals, Second edition. Section 8. Sequences A sequence is a

More information

Section Taylor and Maclaurin Series

Section Taylor and Maclaurin Series Section.0 Taylor and Maclaurin Series Ruipeng Shen Feb 5 Taylor and Maclaurin Series Main Goal: How to find a power series representation for a smooth function us assume that a smooth function has a power

More information

SECTION A. f(x) = ln(x). Sketch the graph of y = f(x), indicating the coordinates of any points where the graph crosses the axes.

SECTION A. f(x) = ln(x). Sketch the graph of y = f(x), indicating the coordinates of any points where the graph crosses the axes. SECTION A 1. State the maximal domain and range of the function f(x) = ln(x). Sketch the graph of y = f(x), indicating the coordinates of any points where the graph crosses the axes. 2. By evaluating f(0),

More information

MTH4101 CALCULUS II REVISION NOTES. 1. COMPLEX NUMBERS (Thomas Appendix 7 + lecture notes) ax 2 + bx + c = 0. x = b ± b 2 4ac 2a. i = 1.

MTH4101 CALCULUS II REVISION NOTES. 1. COMPLEX NUMBERS (Thomas Appendix 7 + lecture notes) ax 2 + bx + c = 0. x = b ± b 2 4ac 2a. i = 1. MTH4101 CALCULUS II REVISION NOTES 1. COMPLEX NUMBERS (Thomas Appendix 7 + lecture notes) 1.1 Introduction Types of numbers (natural, integers, rationals, reals) The need to solve quadratic equations:

More information

10.1 Sequences. Example: A sequence is a function f(n) whose domain is a subset of the integers. Notation: *Note: n = 0 vs. n = 1.

10.1 Sequences. Example: A sequence is a function f(n) whose domain is a subset of the integers. Notation: *Note: n = 0 vs. n = 1. 10.1 Sequences Example: A sequence is a function f(n) whose domain is a subset of the integers. Notation: *Note: n = 0 vs. n = 1 Examples: EX1: Find a formula for the general term a n of the sequence,

More information

d 1 µ 2 Θ = 0. (4.1) consider first the case of m = 0 where there is no azimuthal dependence on the angle φ.

d 1 µ 2 Θ = 0. (4.1) consider first the case of m = 0 where there is no azimuthal dependence on the angle φ. 4 Legendre Functions In order to investigate the solutions of Legendre s differential equation d ( µ ) dθ ] ] + l(l + ) m dµ dµ µ Θ = 0. (4.) consider first the case of m = 0 where there is no azimuthal

More information

Introduction Derivation General formula List of series Convergence Applications Test SERIES 4 INU0114/514 (MATHS 1)

Introduction Derivation General formula List of series Convergence Applications Test SERIES 4 INU0114/514 (MATHS 1) MACLAURIN SERIES SERIES 4 INU0114/514 (MATHS 1) Dr Adrian Jannetta MIMA CMath FRAS Maclaurin Series 1/ 21 Adrian Jannetta Recap: Binomial Series Recall that some functions can be rewritten as a power series

More information

Chapter 11 - Sequences and Series

Chapter 11 - Sequences and Series Calculus and Analytic Geometry II Chapter - Sequences and Series. Sequences Definition. A sequence is a list of numbers written in a definite order, We call a n the general term of the sequence. {a, a

More information

Math 4263 Homework Set 1

Math 4263 Homework Set 1 Homework Set 1 1. Solve the following PDE/BVP 2. Solve the following PDE/BVP 2u t + 3u x = 0 u (x, 0) = sin (x) u x + e x u y = 0 u (0, y) = y 2 3. (a) Find the curves γ : t (x (t), y (t)) such that that

More information

Mathematics 324 Riemann Zeta Function August 5, 2005

Mathematics 324 Riemann Zeta Function August 5, 2005 Mathematics 324 Riemann Zeta Function August 5, 25 In this note we give an introduction to the Riemann zeta function, which connects the ideas of real analysis with the arithmetic of the integers. Define

More information

Math 162: Calculus IIA

Math 162: Calculus IIA Math 62: Calculus IIA Final Exam ANSWERS December 9, 26 Part A. (5 points) Evaluate the integral x 4 x 2 dx Substitute x 2 cos θ: x 8 cos dx θ ( 2 sin θ) dθ 4 x 2 2 sin θ 8 cos θ dθ 8 cos 2 θ cos θ dθ

More information

Math Homework 2

Math Homework 2 Math 73 Homework Due: September 8, 6 Suppose that f is holomorphic in a region Ω, ie an open connected set Prove that in any of the following cases (a) R(f) is constant; (b) I(f) is constant; (c) f is

More information

MAS153/MAS159. MAS153/MAS159 1 Turn Over SCHOOL OF MATHEMATICS AND STATISTICS hours. Mathematics (Materials) Mathematics For Chemists

MAS153/MAS159. MAS153/MAS159 1 Turn Over SCHOOL OF MATHEMATICS AND STATISTICS hours. Mathematics (Materials) Mathematics For Chemists Data provided: Formula sheet MAS53/MAS59 SCHOOL OF MATHEMATICS AND STATISTICS Mathematics (Materials Mathematics For Chemists Spring Semester 203 204 3 hours All questions are compulsory. The marks awarded

More information

Introduction and Vectors Lecture 1

Introduction and Vectors Lecture 1 1 Introduction Introduction and Vectors Lecture 1 This is a course on classical Electromagnetism. It is the foundation for more advanced courses in modern physics. All physics of the modern era, from quantum

More information

Power series solutions for 2nd order linear ODE s (not necessarily with constant coefficients) a n z n. n=0

Power series solutions for 2nd order linear ODE s (not necessarily with constant coefficients) a n z n. n=0 Lecture 22 Power series solutions for 2nd order linear ODE s (not necessarily with constant coefficients) Recall a few facts about power series: a n z n This series in z is centered at z 0. Here z can

More information

False. 1 is a number, the other expressions are invalid.

False. 1 is a number, the other expressions are invalid. Ma1023 Calculus III A Term, 2013 Pseudo-Final Exam Print Name: Pancho Bosphorus 1. Mark the following T and F for false, and if it cannot be determined from the given information. 1 = 0 0 = 1. False. 1

More information

Review Sheet on Convergence of Series MATH 141H

Review Sheet on Convergence of Series MATH 141H Review Sheet on Convergence of Series MATH 4H Jonathan Rosenberg November 27, 2006 There are many tests for convergence of series, and frequently it can been confusing. How do you tell what test to use?

More information

11.6: Ratio and Root Tests Page 1. absolutely convergent, conditionally convergent, or divergent?

11.6: Ratio and Root Tests Page 1. absolutely convergent, conditionally convergent, or divergent? .6: Ratio and Root Tests Page Questions ( 3) n n 3 ( 3) n ( ) n 5 + n ( ) n e n ( ) n+ n2 2 n Example Show that ( ) n n ln n ( n 2 ) n + 2n 2 + converges for all x. Deduce that = 0 for all x. Solutions

More information

CALCULUS JIA-MING (FRANK) LIOU

CALCULUS JIA-MING (FRANK) LIOU CALCULUS JIA-MING (FRANK) LIOU Abstract. Contents. Power Series.. Polynomials and Formal Power Series.2. Radius of Convergence 2.3. Derivative and Antiderivative of Power Series 4.4. Power Series Expansion

More information

Math221: HW# 7 solutions

Math221: HW# 7 solutions Math22: HW# 7 solutions Andy Royston November 7, 25.3.3 let x = e u. Then ln x = u, x2 = e 2u, and dx = e 2u du. Furthermore, when x =, u, and when x =, u =. Hence x 2 ln x) 3 dx = e 2u u 3 e u du) = e

More information

Final Exam Review Quesitons

Final Exam Review Quesitons Final Exam Review Quesitons. Compute the following integrals. (a) x x 4 (x ) (x + 4) dx. The appropriate partial fraction form is which simplifies to x x 4 (x ) (x + 4) = A x + B (x ) + C x + 4 + Dx x

More information

This ODE arises in many physical systems that we shall investigate. + ( + 1)u = 0. (λ + s)x λ + s + ( + 1) a λ. (s + 1)(s + 2) a 0

This ODE arises in many physical systems that we shall investigate. + ( + 1)u = 0. (λ + s)x λ + s + ( + 1) a λ. (s + 1)(s + 2) a 0 Legendre equation This ODE arises in many physical systems that we shall investigate We choose We then have Substitution gives ( x 2 ) d 2 u du 2x 2 dx dx + ( + )u u x s a λ x λ a du dx λ a λ (λ + s)x

More information

MOMENTS OF HYPERGEOMETRIC HURWITZ ZETA FUNCTIONS

MOMENTS OF HYPERGEOMETRIC HURWITZ ZETA FUNCTIONS MOMENTS OF HYPERGEOMETRIC HURWITZ ZETA FUNCTIONS ABDUL HASSEN AND HIEU D. NGUYEN Abstract. This paper investigates a generalization the classical Hurwitz zeta function. It is shown that many of the properties

More information

Boundary value problems

Boundary value problems 1 Introduction Boundary value problems Lecture 5 We have found that the electric potential is a solution of the partial differential equation; 2 V = ρ/ǫ 0 The above is Poisson s equation where ρ is the

More information

y = x 3 and y = 2x 2 x. 2x 2 x = x 3 x 3 2x 2 + x = 0 x(x 2 2x + 1) = 0 x(x 1) 2 = 0 x = 0 and x = (x 3 (2x 2 x)) dx

y = x 3 and y = 2x 2 x. 2x 2 x = x 3 x 3 2x 2 + x = 0 x(x 2 2x + 1) = 0 x(x 1) 2 = 0 x = 0 and x = (x 3 (2x 2 x)) dx Millersville University Name Answer Key Mathematics Department MATH 2, Calculus II, Final Examination May 4, 2, 8:AM-:AM Please answer the following questions. Your answers will be evaluated on their correctness,

More information

Here are brief notes about topics covered in class on complex numbers, focusing on what is not covered in the textbook.

Here are brief notes about topics covered in class on complex numbers, focusing on what is not covered in the textbook. Phys374, Spring 2008, Prof. Ted Jacobson Department of Physics, University of Maryland Complex numbers version 5/21/08 Here are brief notes about topics covered in class on complex numbers, focusing on

More information

Final exam (practice) UCLA: Math 31B, Spring 2017

Final exam (practice) UCLA: Math 31B, Spring 2017 Instructor: Noah White Date: Final exam (practice) UCLA: Math 3B, Spring 207 This exam has 8 questions, for a total of 80 points. Please print your working and answers neatly. Write your solutions in the

More information

1 + lim. n n+1. f(x) = x + 1, x 1. and we check that f is increasing, instead. Using the quotient rule, we easily find that. 1 (x + 1) 1 x (x + 1) 2 =

1 + lim. n n+1. f(x) = x + 1, x 1. and we check that f is increasing, instead. Using the quotient rule, we easily find that. 1 (x + 1) 1 x (x + 1) 2 = Chapter 5 Sequences and series 5. Sequences Definition 5. (Sequence). A sequence is a function which is defined on the set N of natural numbers. Since such a function is uniquely determined by its values

More information

Math 113 Winter 2005 Key

Math 113 Winter 2005 Key Name Student Number Section Number Instructor Math Winter 005 Key Departmental Final Exam Instructions: The time limit is hours. Problem consists of short answer questions. Problems through are multiple

More information

n=0 ( 1)n /(n + 1) converges, but not

n=0 ( 1)n /(n + 1) converges, but not Math 07H Topics for the third exam (and beyond) (Technically, everything covered on the first two exams plus...) Absolute convergence and alternating series A series a n converges absolutely if a n converges.

More information

Complex Analysis Slide 9: Power Series

Complex Analysis Slide 9: Power Series Complex Analysis Slide 9: Power Series MA201 Mathematics III Department of Mathematics IIT Guwahati August 2015 Complex Analysis Slide 9: Power Series 1 / 37 Learning Outcome of this Lecture We learn Sequence

More information

Scientific Computing

Scientific Computing 2301678 Scientific Computing Chapter 2 Interpolation and Approximation Paisan Nakmahachalasint Paisan.N@chula.ac.th Chapter 2 Interpolation and Approximation p. 1/66 Contents 1. Polynomial interpolation

More information

CHAPTER 10, INFINITE SERIES Infinite Sequence

CHAPTER 10, INFINITE SERIES Infinite Sequence CHAPTER INFINITE SERIES Definition. = f(n).. Infinite Sequence a a a 3 { } n= { } { }. () { n } { n } { 3n 7} 3 {sin nπ } {3+( )n }. () { 3 5 7 3 7 3 } (3) {3 4 5 9 6 5 3 5 } (4) Fibonacii sequemce F =F

More information

Some Fun with Divergent Series

Some Fun with Divergent Series Some Fun with Divergent Series 1. Preliminary Results We begin by examining the (divergent) infinite series S 1 = 1 + 2 + 3 + 4 + 5 + 6 + = k=1 k S 2 = 1 2 + 2 2 + 3 2 + 4 2 + 5 2 + 6 2 + = k=1 k 2 (i)

More information

3 a = 3 b c 2 = a 2 + b 2 = 2 2 = 4 c 2 = 3b 2 + b 2 = 4b 2 = 4 b 2 = 1 b = 1 a = 3b = 3. x 2 3 y2 1 = 1.

3 a = 3 b c 2 = a 2 + b 2 = 2 2 = 4 c 2 = 3b 2 + b 2 = 4b 2 = 4 b 2 = 1 b = 1 a = 3b = 3. x 2 3 y2 1 = 1. MATH 222 LEC SECOND MIDTERM EXAM THU NOV 8 PROBLEM ( 5 points ) Find the standard-form equation for the hyperbola which has its foci at F ± (±2, ) and whose asymptotes are y ± 3 x The calculations b a

More information

Absolute Convergence and the Ratio & Root Tests

Absolute Convergence and the Ratio & Root Tests Absolute Convergence and the Ratio & Root Tests Math114 Department of Mathematics, University of Kentucky February 20, 2017 Math114 Lecture 15 1/ 12 ( 1) n 1 = 1 1 + 1 1 + 1 1 + Math114 Lecture 15 2/ 12

More information

Part 3.3 Differentiation Taylor Polynomials

Part 3.3 Differentiation Taylor Polynomials Part 3.3 Differentiation 3..3.1 Taylor Polynomials Definition 3.3.1 Taylor 1715 and Maclaurin 1742) If a is a fixed number, and f is a function whose first n derivatives exist at a then the Taylor polynomial

More information

a k 0, then k + 1 = 2 lim 1 + 1

a k 0, then k + 1 = 2 lim 1 + 1 Math 7 - Midterm - Form A - Page From the desk of C. Davis Buenger. https://people.math.osu.edu/buenger.8/ Problem a) [3 pts] If lim a k = then a k converges. False: The divergence test states that if

More information

5.9 Representations of Functions as a Power Series

5.9 Representations of Functions as a Power Series 5.9 Representations of Functions as a Power Series Example 5.58. The following geometric series x n + x + x 2 + x 3 + x 4 +... will converge when < x

More information

a j x j. j=0 The number R (possibly infinite) which Theorem 1 guarantees is called the radius of convergence of the power series.

a j x j. j=0 The number R (possibly infinite) which Theorem 1 guarantees is called the radius of convergence of the power series. Lecture 6 Power series A very important class of series to study are the power series. They are interesting in part because they represent functions and in part because they encode their coefficients which

More information

n=1 ( 2 3 )n (a n ) converges by direct comparison to

n=1 ( 2 3 )n (a n ) converges by direct comparison to . (a) n = a n converges, so we know that a n =. Therefore, for n large enough we know that a n

More information

1 Review of di erential calculus

1 Review of di erential calculus Review of di erential calculus This chapter presents the main elements of di erential calculus needed in probability theory. Often, students taking a course on probability theory have problems with concepts

More information

MATH 118, LECTURES 27 & 28: TAYLOR SERIES

MATH 118, LECTURES 27 & 28: TAYLOR SERIES MATH 8, LECTURES 7 & 8: TAYLOR SERIES Taylor Series Suppose we know that the power series a n (x c) n converges on some interval c R < x < c + R to the function f(x). That is to say, we have f(x) = a 0

More information

Notes for Expansions/Series and Differential Equations

Notes for Expansions/Series and Differential Equations Notes for Expansions/Series and Differential Equations In the last discussion, we considered perturbation methods for constructing solutions/roots of algebraic equations. Three types of problems were illustrated

More information

Let s Get Series(ous)

Let s Get Series(ous) Department of Mathematics, Computer Science, and Statistics Bloomsburg University Bloomsburg, Pennsylvania 785 Let s Get Series(ous) Summary Presenting infinite series can be (used to be) a tedious and

More information

Math 142, Final Exam. 12/7/10.

Math 142, Final Exam. 12/7/10. Math 4, Final Exam. /7/0. No notes, calculator, or text. There are 00 points total. Partial credit may be given. Write your full name in the upper right corner of page. Number the pages in the upper right

More information

Two special equations: Bessel s and Legendre s equations. p Fourier-Bessel and Fourier-Legendre series. p

Two special equations: Bessel s and Legendre s equations. p Fourier-Bessel and Fourier-Legendre series. p LECTURE 1 Table of Contents Two special equations: Bessel s and Legendre s equations. p. 259-268. Fourier-Bessel and Fourier-Legendre series. p. 453-460. Boundary value problems in other coordinate system.

More information

Math 1B Final Exam, Solution. Prof. Mina Aganagic Lecture 2, Spring (6 points) Use substitution and integration by parts to find:

Math 1B Final Exam, Solution. Prof. Mina Aganagic Lecture 2, Spring (6 points) Use substitution and integration by parts to find: Math B Final Eam, Solution Prof. Mina Aganagic Lecture 2, Spring 20 The eam is closed book, apart from a sheet of notes 8. Calculators are not allowed. It is your responsibility to write your answers clearly..

More information

ASTR 320: Solutions to Problem Set 2

ASTR 320: Solutions to Problem Set 2 ASTR 320: Solutions to Problem Set 2 Problem 1: Streamlines A streamline is defined as a curve that is instantaneously tangent to the velocity vector of a flow. Streamlines show the direction a massless

More information

Mathematics for Engineers II. lectures. Power series, Fourier series

Mathematics for Engineers II. lectures. Power series, Fourier series Power series, Fourier series Power series, Taylor series It is a well-known fact, that 1 + x + x 2 + x 3 + = n=0 x n = 1 1 x if 1 < x < 1. On the left hand side of the equation there is sum containing

More information

Considering our result for the sum and product of analytic functions, this means that for (a 0, a 1,..., a N ) C N+1, the polynomial.

Considering our result for the sum and product of analytic functions, this means that for (a 0, a 1,..., a N ) C N+1, the polynomial. Lecture 3 Usual complex functions MATH-GA 245.00 Complex Variables Polynomials. Construction f : z z is analytic on all of C since its real and imaginary parts satisfy the Cauchy-Riemann relations and

More information

CS 450 Numerical Analysis. Chapter 8: Numerical Integration and Differentiation

CS 450 Numerical Analysis. Chapter 8: Numerical Integration and Differentiation Lecture slides based on the textbook Scientific Computing: An Introductory Survey by Michael T. Heath, copyright c 2018 by the Society for Industrial and Applied Mathematics. http://www.siam.org/books/cl80

More information

21 Laplace s Equation and Harmonic Functions

21 Laplace s Equation and Harmonic Functions 2 Laplace s Equation and Harmonic Functions 2. Introductory Remarks on the Laplacian operator Given a domain Ω R d, then 2 u = div(grad u) = in Ω () is Laplace s equation defined in Ω. If d = 2, in cartesian

More information

Differential Equations

Differential Equations Differential Equations Problem Sheet 1 3 rd November 2011 First-Order Ordinary Differential Equations 1. Find the general solutions of the following separable differential equations. Which equations are

More information

Math Final Exam Review

Math Final Exam Review Math - Final Exam Review. Find dx x + 6x +. Name: Solution: We complete the square to see if this function has a nice form. Note we have: x + 6x + (x + + dx x + 6x + dx (x + + Note that this looks a lot

More information

Physics 6303 Lecture 11 September 24, LAST TIME: Cylindrical coordinates, spherical coordinates, and Legendre s equation

Physics 6303 Lecture 11 September 24, LAST TIME: Cylindrical coordinates, spherical coordinates, and Legendre s equation Physics 6303 Lecture September 24, 208 LAST TIME: Cylindrical coordinates, spherical coordinates, and Legendre s equation, l l l l l l. Consider problems that are no axisymmetric; i.e., the potential depends

More information

x x2 2 + x3 3 x4 3. Use the divided-difference method to find a polynomial of least degree that fits the values shown: (b)

x x2 2 + x3 3 x4 3. Use the divided-difference method to find a polynomial of least degree that fits the values shown: (b) Numerical Methods - PROBLEMS. The Taylor series, about the origin, for log( + x) is x x2 2 + x3 3 x4 4 + Find an upper bound on the magnitude of the truncation error on the interval x.5 when log( + x)

More information

1 Exponential Functions Limit Derivative Integral... 5

1 Exponential Functions Limit Derivative Integral... 5 Contents Eponential Functions 3. Limit................................................. 3. Derivative.............................................. 4.3 Integral................................................

More information

Classnotes - MA Series and Matrices

Classnotes - MA Series and Matrices Classnotes - MA-2 Series and Matrices Department of Mathematics Indian Institute of Technology Madras This classnote is only meant for academic use. It is not to be used for commercial purposes. For suggestions

More information

Review Problems for the Final

Review Problems for the Final Review Problems for the Final Math -3 5 7 These problems are provided to help you study. The presence of a problem on this handout does not imply that there will be a similar problem on the test. And the

More information

Formulas to remember

Formulas to remember Complex numbers Let z = x + iy be a complex number The conjugate z = x iy Formulas to remember The real part Re(z) = x = z+z The imaginary part Im(z) = y = z z i The norm z = zz = x + y The reciprocal

More information

Bernoulli Polynomials

Bernoulli Polynomials Chapter 4 Bernoulli Polynomials 4. Bernoulli Numbers The generating function for the Bernoulli numbers is x e x = n= B n n! xn. (4.) That is, we are to expand the left-hand side of this equation in powers

More information

2t t dt.. So the distance is (t2 +6) 3/2

2t t dt.. So the distance is (t2 +6) 3/2 Math 8, Solutions to Review for the Final Exam Question : The distance is 5 t t + dt To work that out, integrate by parts with u t +, so that t dt du The integral is t t + dt u du u 3/ (t +) 3/ So the

More information

You can learn more about the services offered by the teaching center by visiting

You can learn more about the services offered by the teaching center by visiting MAC 232 Exam 3 Review Spring 209 This review, produced by the Broward Teaching Center, contains a collection of questions which are representative of the type you may encounter on the exam. Other resources

More information

Practice Final Exam Solutions

Practice Final Exam Solutions Important Notice: To prepare for the final exam, one should study the past exams and practice midterms (and homeworks, quizzes, and worksheets), not just this practice final. A topic not being on the practice

More information

Infinite series, improper integrals, and Taylor series

Infinite series, improper integrals, and Taylor series Chapter 2 Infinite series, improper integrals, and Taylor series 2. Introduction to series In studying calculus, we have explored a variety of functions. Among the most basic are polynomials, i.e. functions

More information

2.4 Lecture 7: Exponential and trigonometric

2.4 Lecture 7: Exponential and trigonometric 154 CHAPTER. CHAPTER II.0 1 - - 1 1 -.0 - -.0 - - - - - - - - - - 1 - - - - - -.0 - Figure.9: generalized elliptical domains; figures are shown for ǫ = 1, ǫ = 0.8, eps = 0.6, ǫ = 0.4, and ǫ = 0 the case

More information

Series Solutions of Linear ODEs

Series Solutions of Linear ODEs Chapter 2 Series Solutions of Linear ODEs This Chapter is concerned with solutions of linear Ordinary Differential Equations (ODE). We will start by reviewing some basic concepts and solution methods for

More information

(x 3)(x + 5) = (x 3)(x 1) = x + 5. sin 2 x e ax bx 1 = 1 2. lim

(x 3)(x + 5) = (x 3)(x 1) = x + 5. sin 2 x e ax bx 1 = 1 2. lim SMT Calculus Test Solutions February, x + x 5 Compute x x x + Answer: Solution: Note that x + x 5 x x + x )x + 5) = x )x ) = x + 5 x x + 5 Then x x = + 5 = Compute all real values of b such that, for fx)

More information

Power Series. Part 1. J. Gonzalez-Zugasti, University of Massachusetts - Lowell

Power Series. Part 1. J. Gonzalez-Zugasti, University of Massachusetts - Lowell Power Series Part 1 1 Power Series Suppose x is a variable and c k & a are constants. A power series about x = 0 is c k x k A power series about x = a is c k x a k a = center of the power series c k =

More information

Polynomial Approximations and Power Series

Polynomial Approximations and Power Series Polynomial Approximations and Power Series June 24, 206 Tangent Lines One of the first uses of the derivatives is the determination of the tangent as a linear approximation of a differentiable function

More information

8.1 Sequences. Example: A sequence is a function f(n) whose domain is a subset of the integers. Notation: *Note: n = 0 vs. n = 1.

8.1 Sequences. Example: A sequence is a function f(n) whose domain is a subset of the integers. Notation: *Note: n = 0 vs. n = 1. 8. Sequences Example: A sequence is a function f(n) whose domain is a subset of the integers. Notation: *Note: n = 0 vs. n = Examples: 6. Find a formula for the general term a n of the sequence, assuming

More information

Math 489AB A Very Brief Intro to Fourier Series Fall 2008

Math 489AB A Very Brief Intro to Fourier Series Fall 2008 Math 489AB A Very Brief Intro to Fourier Series Fall 8 Contents Fourier Series. The coefficients........................................ Convergence......................................... 4.3 Convergence

More information

f(f 1 (x)) = x HOMEWORK DAY 2 Due Thursday, August 23rd Online: 6.2a: 1,2,5,7,9,13,15,16,17,20, , # 8,10,12 (graph exponentials) 2.

f(f 1 (x)) = x HOMEWORK DAY 2 Due Thursday, August 23rd Online: 6.2a: 1,2,5,7,9,13,15,16,17,20, , # 8,10,12 (graph exponentials) 2. Math 63: FALL 202 HOMEWORK Below is a list of online problems (go through webassign), and a second set that you need to write up and turn in on the given due date, in class. Each day, you need to work

More information

lim = F F = F x x + F y y + F z

lim = F F = F x x + F y y + F z Physics 361 Summary of Results from Lecture Physics 361 Derivatives of Scalar and Vector Fields The gradient of a scalar field f( r) is given by g = f. coordinates f g = ê x x + ê f y y + ê f z z Expressed

More information

Brief answers to assigned even numbered problems that were not to be turned in

Brief answers to assigned even numbered problems that were not to be turned in Brief answers to assigned even numbered problems that were not to be turned in Section 2.2 2. At point (x 0, x 2 0) on the curve the slope is 2x 0. The point-slope equation of the tangent line to the curve

More information

Exercises for Part 1

Exercises for Part 1 MATH200 Complex Analysis. Exercises for Part Exercises for Part The following exercises are provided for you to revise complex numbers. Exercise. Write the following expressions in the form x + iy, x,y

More information

Mathematics 104 Fall Term 2006 Solutions to Final Exam. sin(ln t) dt = e x sin(x) dx.

Mathematics 104 Fall Term 2006 Solutions to Final Exam. sin(ln t) dt = e x sin(x) dx. Mathematics 14 Fall Term 26 Solutions to Final Exam 1. Evaluate sin(ln t) dt. Solution. We first make the substitution t = e x, for which dt = e x. This gives sin(ln t) dt = e x sin(x). To evaluate the

More information

Series. Xinyu Liu. April 26, Purdue University

Series. Xinyu Liu. April 26, Purdue University Series Xinyu Liu Purdue University April 26, 2018 Convergence of Series i=0 What is the first step to determine the convergence of a series? a n 2 of 21 Convergence of Series i=0 What is the first step

More information

MATHEMATICAL PRELIMINARIES

MATHEMATICAL PRELIMINARIES CHAPTER MATHEMATICAL PRELIMINARIES This introductory chapter surveys a number of mathematical techniques that are needed throughout the book. Some of the topics (e.g., complex variables) are treated in

More information

Math Review for Exam Answer each of the following questions as either True or False. Circle the correct answer.

Math Review for Exam Answer each of the following questions as either True or False. Circle the correct answer. Math 22 - Review for Exam 3. Answer each of the following questions as either True or False. Circle the correct answer. (a) True/False: If a n > 0 and a n 0, the series a n converges. Soln: False: Let

More information

Section 6.6 Gaussian Quadrature

Section 6.6 Gaussian Quadrature Section 6.6 Gaussian Quadrature Key Terms: Method of undetermined coefficients Nonlinear systems Gaussian quadrature Error Legendre polynomials Inner product Adapted from http://pathfinder.scar.utoronto.ca/~dyer/csca57/book_p/node44.html

More information

Series Solutions. 8.1 Taylor Polynomials

Series Solutions. 8.1 Taylor Polynomials 8 Series Solutions 8.1 Taylor Polynomials Polynomial functions, as we have seen, are well behaved. They are continuous everywhere, and have continuous derivatives of all orders everywhere. It also turns

More information

1 Math 241A-B Homework Problem List for F2015 and W2016

1 Math 241A-B Homework Problem List for F2015 and W2016 1 Math 241A-B Homework Problem List for F2015 W2016 1.1 Homework 1. Due Wednesday, October 7, 2015 Notation 1.1 Let U be any set, g be a positive function on U, Y be a normed space. For any f : U Y let

More information

MATH FINAL SOLUTION

MATH FINAL SOLUTION MATH 185-4 FINAL SOLUTION 1. (8 points) Determine whether the following statements are true of false, no justification is required. (1) (1 point) Let D be a domain and let u,v : D R be two harmonic functions,

More information

Math 143 Flash Cards. Divergence of a sequence {a n } {a n } diverges to. Sandwich Theorem for Sequences. Continuous Function Theorem for Sequences

Math 143 Flash Cards. Divergence of a sequence {a n } {a n } diverges to. Sandwich Theorem for Sequences. Continuous Function Theorem for Sequences Math Flash cards Math 143 Flash Cards Convergence of a sequence {a n } Divergence of a sequence {a n } {a n } diverges to Theorem (10.1) {a n } diverges to Sandwich Theorem for Sequences Theorem (10.1)

More information

AP Calculus Testbank (Chapter 9) (Mr. Surowski)

AP Calculus Testbank (Chapter 9) (Mr. Surowski) AP Calculus Testbank (Chapter 9) (Mr. Surowski) Part I. Multiple-Choice Questions n 1 1. The series will converge, provided that n 1+p + n + 1 (A) p > 1 (B) p > 2 (C) p >.5 (D) p 0 2. The series

More information

Conformal maps. Lent 2019 COMPLEX METHODS G. Taylor. A star means optional and not necessarily harder.

Conformal maps. Lent 2019 COMPLEX METHODS G. Taylor. A star means optional and not necessarily harder. Lent 29 COMPLEX METHODS G. Taylor A star means optional and not necessarily harder. Conformal maps. (i) Let f(z) = az + b, with ad bc. Where in C is f conformal? cz + d (ii) Let f(z) = z +. What are the

More information

Math 230 Mock Final Exam Detailed Solution

Math 230 Mock Final Exam Detailed Solution Name: Math 30 Mock Final Exam Detailed Solution Disclaimer: This mock exam is for practice purposes only. No graphing calulators TI-89 is allowed on this test. Be sure that all of your work is shown and

More information

Math 141: Lecture 19

Math 141: Lecture 19 Math 141: Lecture 19 Convergence of infinite series Bob Hough November 16, 2016 Bob Hough Math 141: Lecture 19 November 16, 2016 1 / 44 Series of positive terms Recall that, given a sequence {a n } n=1,

More information

1 Assignment 1: Nonlinear dynamics (due September

1 Assignment 1: Nonlinear dynamics (due September Assignment : Nonlinear dynamics (due September 4, 28). Consider the ordinary differential equation du/dt = cos(u). Sketch the equilibria and indicate by arrows the increase or decrease of the solutions.

More information

DIFFERENTIATION RULES

DIFFERENTIATION RULES 3 DIFFERENTIATION RULES DIFFERENTIATION RULES We have: Seen how to interpret derivatives as slopes and rates of change Seen how to estimate derivatives of functions given by tables of values Learned how

More information

Power series and Taylor series

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

More information

1 Functions of many variables.

1 Functions of many variables. MA213 Sathaye Notes on Multivariate Functions. 1 Functions of many variables. 1.1 Plotting. We consider functions like z = f(x, y). Unlike functions of one variable, the graph of such a function has to

More information

Supplementary Notes for W. Rudin: Principles of Mathematical Analysis

Supplementary Notes for W. Rudin: Principles of Mathematical Analysis Supplementary Notes for W. Rudin: Principles of Mathematical Analysis SIGURDUR HELGASON In 8.00B it is customary to cover Chapters 7 in Rudin s book. Experience shows that this requires careful planning

More information

NATIONAL BOARD FOR HIGHER MATHEMATICS. M. A. and M.Sc. Scholarship Test. September 25, Time Allowed: 150 Minutes Maximum Marks: 30

NATIONAL BOARD FOR HIGHER MATHEMATICS. M. A. and M.Sc. Scholarship Test. September 25, Time Allowed: 150 Minutes Maximum Marks: 30 NATIONAL BOARD FOR HIGHER MATHEMATICS M. A. and M.Sc. Scholarship Test September 25, 2010 Time Allowed: 150 Minutes Maximum Marks: 30 Please read, carefully, the instructions on the following page 1 INSTRUCTIONS

More information

Calculus I Sample Final exam

Calculus I Sample Final exam Calculus I Sample Final exam Solutions [] Compute the following integrals: a) b) 4 x ln x) Substituting u = ln x, 4 x ln x) = ln 4 ln u du = u ln 4 ln = ln ln 4 Taking common denominator, using properties

More information

Problem Set 1 October 30, 2017

Problem Set 1 October 30, 2017 1. e π can be calculated from e x = x n. But that s not a good approximation method. The n! reason is that π is not small compared to 1. If you want O(0.1) accuracy, then the last term you need to include

More information