Math Methods for Polymer Physics Lecture 1: Series Representations of Functions

Size: px
Start display at page:

Download "Math Methods for Polymer Physics Lecture 1: Series Representations of Functions"

Transcription

1 Math Methods for Polymer Physics ecture 1: Series Representations of Functions Series analysis is an essential tool in polymer physics and physical sciences, in general. Though other broadly speaking, a series expansion allows one to analyze an arbitrarily complicated function into the sum of a simpler set of functions. Though other series expansions exist, two are especially useful: the Taylor series and Fourier series. In a crude way, we may think of both series as 2 different ways of approximating, or fitting, a given function to a simpler form. For further reading on Taylor series and Fourier series see chapters 5 and 14, respectively, of Arken and Weber s text, Mathematical Methods for Physicists. 1 Taylor Series et s start with Taylor series expansions. The Taylor expansion is a representation of a function, say f(x), as an infinite power series in the polynomials, (x x ) n, where x is some reference point for the independent variable, x. Why are Taylor series useful? Well, let s say you have a complicated function: f(x) = ln ( cos x ) ( x ) 3 +. (1) 3 This function is plotted in Fig. 1. Often it s sufficient and useful to have a simpler description of the function in the neighborhood of some point, say x = x. For many functions, you may replace f(x) with a power series expansion in polynomials of x = x x distance from the reference point. f(x) = a n ( x) n n= = a + a 1 x + a 2 ( x) 2 + a 3 ( x) (2) What are these coefficients a n? The first one can be deduced from x = x and x =, so that f(x ) = a + a 1 x + a 2 ( x) 2 + a 3 ( x) = a }{{} (3) 1

2 Figure 1: Plot of f(x) in eq. (1), dark solid line. For many applications, it is often necessary to know behavior of the functionf(x) near some point, say x = 2. The Taylor series expansions for f(x) around x = x including 1, 2, 3, and 4 terms only are shown as labelled. To find the higher-order (larger n) coefficients, take derivatives of both sides. Note that after this operation the right side is still a Taylor series. In general, we may show f (x ) = a 1 + 2a 2 x + 3a 3 ( x) = a }{{} 1 (4) a n = 1 d n f n! dx n. (5) x=x In order to find the Taylor series expansion we need only to take derivatives of f(x) evaluated only at the point of reference, x = x. Eqs. (2) and (5) define the Taylor series expansion of a functions of a single variable. Functions which can be represented by a Taylor series are known as analytic functions. Notice from eq. (2) that as x x and x the higher order (large n) terms in the power series expansion go to zero very quickly. Hence, if one is interested in f(x) sufficiently close to x, a Taylor series expansion truncated to include only a few leading terms may often be sufficient to approximate the function. Geometrically, we can think of this in terms of a local description of a function near x = x. f(x) = f(x ) + xf (x }{{} ) + ( x)2 f (x }{{} ) + ( x)3 f (x ) +... (6) } 2! {{}} 3! {{} constant linear parabolic cubic 2

3 This shows that sufficiently close a point of interest that analytic functions are well approximated by constant plus a sloped, linear correction plus a parabolic correction plus.... Further away from a given reference point at x = x, the less and less a function looks like a straight line. In order to get a better a approximation, you need functions with more wiggles (e.g. higher order polynomials). et s try some examples. Example 1: Expand ln(x) in a Taylor series around x = 1. a = ln 1 = a 1 = d dx ln(x) = 1 = 1 x x=1 x=1 a 2 = d2 dx 2 ln(x) = d 1 = 1 dx x x 2 = 1 x=1 x=1 x=1 a 3 = d3 dx 3 ln(x) = 2 x 3 = 2 x=1 x=1 In general, a n = ( 1) n (n 1)! for n > 1. (x 1)2 ln(x) = (x 1) 2 ( 1) n (x 1) n = n n=1 + (x 1)3 3 (x 1) (7) Example 2: Expand 1 1 x in a Taylor around x =. a = a 1 = d 1 1 = dx 1 x (1 x) 2 = 1! x= x= a 2 = d2 1 2 dx 2 = 1 x (1 x) 3 = 2! x= x= a 3 = d3 1 dx 3 = x (1 x) 4 = 3! x= x= In general, a n = n!. So 1 1 x = x n (8) n= 3

4 which is the well-known geometric series. These particular series, eqs. (7) and (8), do not converge for all values of x. When the series does not converge, for some large enough x, the successive terms terms a n ( x) n become larger than that the sum of the previous terms, meaning that adding more terms in the series expansion does not provide a better approximation, and the Taylor series fails to represent the function. For ln(x) around x = 1 and 1 1 x around x =, these only converge for x < 1. In general we may define R c as the radius of convergence of the Taylor series of f(x) around x = x. If x < R c, then n= a n( x) n = f(x). Otherwise series does not provide a good approximation of f(x) (adding more terms makes things worse). There are some functions for which R c and the Taylor series always converges. Important examples include e x, sin x, cos x. These functions arise in many contexts, so it is useful to commit these series to memory. Example 3: Expand e x around x =. Well, first notice d n dx n ex = e x = 1 x= x= From eq. (5) this gives right away the Taylor series coefficient of e x e x = 1 + x + x2 2! + x3 3! + x4 4! +... = n= x n n!. (9) The Taylor series representation of e x is a particularly useful way to see that d dx (ex ) = e x. Indeed, it is reasonable to view n= xn n! as the definition of e x. You should also commit expressions of sin x and cos x to memory. These converge for all x: sin x = x x3 3! + x5 5! x7 7! +... (1) cos x = 1 x2 2! + x4 4! x6 6! +... (11) Notice that these expansions allow you to derive the following important identity, e ix = cos x + i sin x, (12) which is used heavily in Fourier analysis. It is reasonably straightforward to generalize the Taylor series expansion for a function of a single variable to a mutli-variable function, say f(x, y), 4

5 expanded around the point x = x and y = y : f(x, y) = f(x, y ) + x f f + y x y + 1 [ ( x) 2 2 f 2! x x y 2 f x y + ( y)2 2 f ] y [ ( x) 3 3 f 3! x 3 + 3( x)2 y 3 f x 2 y +3 x( y) 2 3 f x y 2 + ( y)3 3 f ] y (13) where x = x x, y = y y and all partial derivatives are evaluated at (x, y ). This expansion can be confirmed by taking first, second, third (etc.) derivatives of both sides of the equation above. Why is the Taylor expansion a useful description? In many physical systems, the full expression for a function may be impossible to write down (i.e. PE of strongly interacting mixtures of charged particles). But often, equilibrium and dynamic behavior depends only on local properties of function. By local, we mean, sufficiently close to some set of values for the independent variable. As a concrete example, consider a colloidal bead in a laser trap (Fig. 2), an experimental tool which has been exploited to measure the forces generated by single macromolecules. If the bead has a polarizability, α, then when it is subject to an electric field, E, it obtains a dipole moment, p = αe. The potential energy of a polarized object in an electric field is simply, U = 1 2p E, while the energy required to polarize the bead is U polarization = p 2 /(2α). Therefore, if the polarizable bead is subject to an electric field E(x) that varies in space (as near the focal point of a laser beam, the net electrostatic interaction between the bead and the field is described by the potential energy, U(x) = α 2 E(x) 2. (14) Hence, the potential energy is lowest in regions where the electric-field intensity, E(x) 2, is highest. This explains why a small polarizable object, like colloidal beads, are drawn into the focal point of a high-intensity laser (shown schematically in Fig. 2). In general, the pattern of electric field intensity, E(x) 2, may be rather complicated. But, if we are interested only in the behavior very close to the center of the trap, the behavior always has the same simple form, U( x) = U }{{} constant + U 1 x + U 2 }{{} 2 ( x) (15) = }{{} quadratic 5

6 Figure 2: Top: a schematic depiction of a polarizable bead near to the highintensity focal point of a laser beam. Bottom: A sketch of U, the potential energy of a optically-trapped colloidal particle in terms of x, the deviation from the center of the trap. By definition, is minimum at x =, so we know du = U 1 =. This dx x= means that the force on the bead at the center of the trap is zero, because the electric field intensity is maximal. ocal equilibrium (mechanical, dynamic, etc.) always looks like this: constant + quadratic (first non-trivial term in expression about equilibrium). What is force if bead is displaced? F x = du dx = U 2 x = k x (16) The linear force response is identical to a Hooke s aw elastic spring, and k is spring constant. For all interest and purpose (near equilibrium or steady state), we are often interested in expression up to harmonic order. Therefore, if one calibrates the strength of optical trapping (the value of k) and carefully measure x, you can measure magnitude of external forces that pull a bead from the center of the trap, generated, say, by a strand of DNA chemically tethered to the bead. 2 Fourier Series The second important series representation of functions is the Fourier series. A simple way to describe this series is to contrast it with the Taylor series 6

7 described in the previous section: Taylor Series - decompose f(x) into infinite series of polynomials ( x) n Fourier Series - decompose f(x) into infinite series of sines and cosines Why are Fourier series (and transforms) useful? 1. Fourier analysis is necessary to understand interaction between matter and radiation/waves (i.e. scattering) and spectral analysis 2. Sines and cosines are harmonic functions, which means they form a complete basis of solutions to certain PDE s common to the study of physical systems Indeed, properties 1 and 2 are intimately related as the wave equation is harmonic, and therefore, radiation (light, x-rays, etc.) is sinusoidal in nature. In addition, you ll likely see how property 2 can be used to solve problems in continuum elasticity and polymer dynamics. For example, in the study of polymer dynamics, we come across equations like, d 2 R(n) + kr(n) =, (17) dn2 where k > describes a relaxation rate chain motion, and R(n) ( specifies d kn ) the position of the bead n along a polymer chain. Since, 2 sin = dn ( kn ) 2 k sin, sines and cosines form a natural set of solutions to this equation. For the purposes of this review, a Fourier series is the unique decomposition of an arbitrary function (in some domain) into an infinite series of sines and cosines. et s say we are interested in a function f(x) in the domain x [, ] (see Fig. 3). In this domain we can write Fourier series as: f(x) = a 2 + a n cos x + n=1 n=1 b n sin x (18) a n and b n are coefficients. Just as the coefficients of the Taylor series are related uniquely to the given function, a n and b n are uniquely determined by properties of f(x) on this domain. How are a n and b n related to f(x)? This relationship derives ( from ) an important properties of sines and cosines. In particular, sin 2πn x and ( ) cos 2πn x are orthogonal functions on this domain. This means that if a 7

8 Figure 3: Plot of f(x), in the range of [, ]. multiply any two of these elementary functions and integrate over the domain x [, ], the resulting integral is zero unless these functions are identically. Consider two produce of two sine functions sin ( 2πn x) sin ( 2πm x) : = 1 2 ( 2πn dx sin dx ) ( ) 2πm x sin x [ ( ) 2πx cos (n m) ( )] 2πx cos (n + m). (19) This integral is only non-zero if n = m for which the first term in the integrand becomes cos ( 2πx (n m)) = 1. From this we can show the following for the orthogonality between sines, ( ) ( ) { 2πn 2πm 2 dx sin x sin x if n = m = (2) if n m Similarly, for the cosines, ( ) ( ) 2πn 2πm dx cos x cos x = { 2 if n = m if n m (21) Sines and cosines are always orthogonal, ( ) ( ) 2πn 2πm dx sin x cos x = for all m, n. (22) The orthogonality relations, eqs. (2) - (22), are important because they allow one to invert the Fourier series, to determine the unique set of 8

9 coefficients, a n and b n, the correspond to the function f(x). Operationally, the coefficients of the Fourier series are( determined ) by projecting out the term in series proportional to, say, sin 2πn x, by multiplying both sides ( ) of eq. (18) by sin 2πn x and integrating the product over the domain x [, ]: ( ) 2πm dx f(x) sin x ( ) [ 2πm = dx sin x a 2 + ( ) ] 2πn a n cos x + b n sin x n=1 Carrying out the integration, a and all cosine terms in sum will be zero due to orthogonality conditions, eqs. (21) and (22). ikewise, all sine terms in sum except n = m term are zero too. Thus, the only term from the right-hand side of eq. (18) that survives this projection operation is from n = m: ( ) 2πm dx f(x) sin x = 2 b m and, b n = 2 n=1 dx sin x f(x) (23) By performing the same operation with the cosine functions we can also derive, a n = 2 dx cos x f(x) (24) Example 4 Consider a function f(x) = A+Bx (see Fig.??). Compute coefficients a n and b n for a Fourier series in the domain x [, ]: From eq. (24) we( compute ) the coefficients to the cosine terms by multiplying f(x) by cos 2πn x and integrating over the domain. For m =, this is easy, a = 2 dx (A + Bx) = 2 ] [A + B2 = 2A + B (25) 2 Now consider b n, b n = 2 = 2B How do you do this integral? integrals. ( 2πm dx sin ( 2πm dx x sin ) x (A + Bx) ) x (26) et s review a useful trick for evaluating 9

10 Figure 4: Plot of f(x), in the domain of [, ]. Aside: Integrations by parts et s say you want to compute dx u(x)v (x), and you don t know the anti-derivative of v (x). The chain rule of differentiation gives you, d dx (u(x)v(x)) = u (x)v(x) + u(x)v (x) (27) or u(x)v (x) = d dx (u(x)v(x)) u (x)v(x). Substituting this expression for the integrand, [ ] d dx u(x)v (x) = dx dx (u(x)v(x)) u (x)v(x) = u(x)v(x) dx u (x)v(x). (28) Colloquially, we say that this operation flips the derivative from v(x) to u(x). (Hopefully, the remaining integrand is known!) Applying integration by parts to our case in eq. (26): ( ) 2πm u = x v = sin x u = 1 v = ( ) 2πm 2πn cos x 1

11 and, thus dx x sin x = x ( ) 2πn 2πn cos x = 2 2πn + 2πn dx cos x b n = πn. (29) Applying integration by parts, we can also show a n = for a. All together, we have ( f(x) = A + B ) ( ) B 2πn 2 πn sin x. (3) This result is plotted in Fig. 5, where the series has been truncated after including a finite number of terms. It is quite clear, that additional terms improve the quality of the Fourier expansion, and the series will ultimately converge to f(x). It is common to refer to the individual terms contributing to the Fourier sum as Fourier modes. From the result b n = πn and from Fig. 5, it is clear that the contribution, or amplitude, of the higher-order modes decreases as the mode-number n increases, explaining why this sum converges to a reasonable approximation to the function f(x) after a finite number of terms. Three final notes on Fourier series. First, domain of Fourier series can be chosen arbitrarily. It is commonly convenient to shift domain to be symmetric about x = : x 2 n=1 [ ] 2, 2 In this case, form of Fourier series looks the same. Only formula for coefficients changes. a n = 2 ( ) 2 2πn dx cos x f(x), (31) and similarly for the b n. Second, notice that all terms in Fourier series are periodic under x x + n (shift by length of domain). For this reason Fourier series especially useful as a general representation of any periodic function. For example, one may calculate the Fourier coefficients for a given function based on the projection operation within a single domain, say from x to x = in Fig. 6. In crystalline materials, for example, the electron density is a periodic function that is naturally described in as a Fourier spectrum, and the modes of non-zero amplitude represent regions of strong-scattering by diffraction. 11

12 Figure 5: Plot of f(x), in the domain of [, ], with the Fourier series expansion truncated after including a different number of terms. Clearly, the inclusion of higher order terms improves the overall approximation. Figure 6: Plot of an infinitely periodic function. The Fourier series for a single domain describes an infinite array of periodic copies of the same function, translated by one domain length,. 12

13 Finally, recall that for a discontinuous (non-analytic) function, the Taylor series near to the point of discontinuity does not converge, providing a poor fit to a discontinuous function. However, the convergence of the Fourier serious does not require a function to be analytic. Any function, even discontinuous functions, can be decomposed into a Fourier series that converges as the number of terms included in the series goes to. 13

Differential Equations

Differential Equations Electricity and Magnetism I (P331) M. R. Shepherd October 14, 2008 Differential Equations The purpose of this note is to provide some supplementary background on differential equations. The problems discussed

More information

Lecture 1 Notes: 06 / 27. The first part of this class will primarily cover oscillating systems (harmonic oscillators and waves).

Lecture 1 Notes: 06 / 27. The first part of this class will primarily cover oscillating systems (harmonic oscillators and waves). Lecture 1 Notes: 06 / 27 The first part of this class will primarily cover oscillating systems (harmonic oscillators and waves). These systems are very common in nature - a system displaced from equilibrium

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

Math 112 Rahman. Week Taylor Series Suppose the function f has the following power series:

Math 112 Rahman. Week Taylor Series Suppose the function f has the following power series: Math Rahman Week 0.8-0.0 Taylor Series Suppose the function f has the following power series: fx) c 0 + c x a) + c x a) + c 3 x a) 3 + c n x a) n. ) Can we figure out what the coefficients are? Yes, yes

More information

1 Separation of Variables

1 Separation of Variables Jim ambers ENERGY 281 Spring Quarter 27-8 ecture 2 Notes 1 Separation of Variables In the previous lecture, we learned how to derive a PDE that describes fluid flow. Now, we will learn a number of analytical

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

Examples of the Fourier Theorem (Sect. 10.3). The Fourier Theorem: Continuous case.

Examples of the Fourier Theorem (Sect. 10.3). The Fourier Theorem: Continuous case. s of the Fourier Theorem (Sect. 1.3. The Fourier Theorem: Continuous case. : Using the Fourier Theorem. The Fourier Theorem: Piecewise continuous case. : Using the Fourier Theorem. The Fourier Theorem:

More information

MATH 241 Practice Second Midterm Exam - Fall 2012

MATH 241 Practice Second Midterm Exam - Fall 2012 MATH 41 Practice Second Midterm Exam - Fall 1 1. Let f(x = { 1 x for x 1 for 1 x (a Compute the Fourier sine series of f(x. The Fourier sine series is b n sin where b n = f(x sin dx = 1 = (1 x cos = 4

More information

OR MSc Maths Revision Course

OR MSc Maths Revision Course OR MSc Maths Revision Course Tom Byrne School of Mathematics University of Edinburgh t.m.byrne@sms.ed.ac.uk 15 September 2017 General Information Today JCMB Lecture Theatre A, 09:30-12:30 Mathematics revision

More information

ENGI 9420 Lecture Notes 8 - PDEs Page 8.01

ENGI 9420 Lecture Notes 8 - PDEs Page 8.01 ENGI 940 ecture Notes 8 - PDEs Page 8.0 8. Partial Differential Equations Partial differential equations (PDEs) are equations involving functions of more than one variable and their partial derivatives

More information

1.4 Techniques of Integration

1.4 Techniques of Integration .4 Techniques of Integration Recall the following strategy for evaluating definite integrals, which arose from the Fundamental Theorem of Calculus (see Section.3). To calculate b a f(x) dx. Find a function

More information

8.7 MacLaurin Polynomials

8.7 MacLaurin Polynomials 8.7 maclaurin polynomials 67 8.7 MacLaurin Polynomials In this chapter you have learned to find antiderivatives of a wide variety of elementary functions, but many more such functions fail to have an antiderivative

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

AP Calculus Chapter 9: Infinite Series

AP Calculus Chapter 9: Infinite Series AP Calculus Chapter 9: Infinite Series 9. Sequences a, a 2, a 3, a 4, a 5,... Sequence: A function whose domain is the set of positive integers n = 2 3 4 a n = a a 2 a 3 a 4 terms of the sequence Begin

More information

Fourier and Partial Differential Equations

Fourier and Partial Differential Equations Chapter 5 Fourier and Partial Differential Equations 5.1 Fourier MATH 294 SPRING 1982 FINAL # 5 5.1.1 Consider the function 2x, 0 x 1. a) Sketch the odd extension of this function on 1 x 1. b) Expand the

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

Final Exam Solution Dynamics :45 12:15. Problem 1 Bateau

Final Exam Solution Dynamics :45 12:15. Problem 1 Bateau Final Exam Solution Dynamics 2 191157140 31-01-2013 8:45 12:15 Problem 1 Bateau Bateau is a trapeze act by Cirque du Soleil in which artists perform aerial maneuvers on a boat shaped structure. The boat

More information

FOURIER ANALYSIS. (a) Fourier Series

FOURIER ANALYSIS. (a) Fourier Series (a) Fourier Series FOURIER ANAYSIS (b) Fourier Transforms Useful books: 1. Advanced Mathematics for Engineers and Scientists, Schaum s Outline Series, M. R. Spiegel - The course text. We follow their notation

More information

2 = = 0 Thus, the number which is largest in magnitude is equal to the number which is smallest in magnitude.

2 = = 0 Thus, the number which is largest in magnitude is equal to the number which is smallest in magnitude. Limits at Infinity Two additional topics of interest with its are its as x ± and its where f(x) ±. Before we can properly discuss the notion of infinite its, we will need to begin with a discussion on

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

7.5 Partial Fractions and Integration

7.5 Partial Fractions and Integration 650 CHPTER 7. DVNCED INTEGRTION TECHNIQUES 7.5 Partial Fractions and Integration In this section we are interested in techniques for computing integrals of the form P(x) dx, (7.49) Q(x) where P(x) and

More information

Announcements. Topics: Homework:

Announcements. Topics: Homework: Announcements Topics: - sections 7.3 (the definite integral +area), 7.4 (FTC), 7.5 (additional techniques of integration) * Read these sections and study solved examples in your textbook! Homework: - review

More information

ENGI 9420 Lecture Notes 8 - PDEs Page 8.01

ENGI 9420 Lecture Notes 8 - PDEs Page 8.01 ENGI 940 Lecture Notes 8 - PDEs Page 8.01 8. Partial Differential Equations Partial differential equations (PDEs) are equations involving functions of more than one variable and their partial derivatives

More information

5. LIGHT MICROSCOPY Abbe s theory of imaging

5. LIGHT MICROSCOPY Abbe s theory of imaging 5. LIGHT MICROSCOPY. We use Fourier optics to describe coherent image formation, imaging obtained by illuminating the specimen with spatially coherent light. We define resolution, contrast, and phase-sensitive

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

Notes on Fourier Series and Integrals Fourier Series

Notes on Fourier Series and Integrals Fourier Series Notes on Fourier Series and Integrals Fourier Series et f(x) be a piecewise linear function on [, ] (This means that f(x) may possess a finite number of finite discontinuities on the interval). Then f(x)

More information

t 2 + 2t dt = (t + 1) dt + 1 = arctan t x + 6 x(x 3)(x + 2) = A x +

t 2 + 2t dt = (t + 1) dt + 1 = arctan t x + 6 x(x 3)(x + 2) = A x + MATH 06 0 Practice Exam #. (0 points) Evaluate the following integrals: (a) (0 points). t +t+7 This is an irreducible quadratic; its denominator can thus be rephrased via completion of the square as a

More information

Lecture 10. (2) Functions of two variables. Partial derivatives. Dan Nichols February 27, 2018

Lecture 10. (2) Functions of two variables. Partial derivatives. Dan Nichols February 27, 2018 Lecture 10 Partial derivatives Dan Nichols nichols@math.umass.edu MATH 233, Spring 2018 University of Massachusetts February 27, 2018 Last time: functions of two variables f(x, y) x and y are the independent

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

Polynomial Solutions of the Laguerre Equation and Other Differential Equations Near a Singular

Polynomial Solutions of the Laguerre Equation and Other Differential Equations Near a Singular Polynomial Solutions of the Laguerre Equation and Other Differential Equations Near a Singular Point Abstract Lawrence E. Levine Ray Maleh Department of Mathematical Sciences Stevens Institute of Technology

More information

Chapter 6. Techniques of Integration. 6.1 Differential notation

Chapter 6. Techniques of Integration. 6.1 Differential notation Chapter 6 Techniques of Integration In this chapter, we expand our repertoire for antiderivatives beyond the elementary functions discussed so far. A review of the table of elementary antiderivatives (found

More information

General elastic beam with an elastic foundation

General elastic beam with an elastic foundation General elastic beam with an elastic foundation Figure 1 shows a beam-column on an elastic foundation. The beam is connected to a continuous series of foundation springs. The other end of the foundation

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

Chapter 6. Techniques of Integration. 6.1 Differential notation

Chapter 6. Techniques of Integration. 6.1 Differential notation Chapter 6 Techniques of Integration In this chapter, we expand our repertoire for antiderivatives beyond the elementary functions discussed so far. A review of the table of elementary antiderivatives (found

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

Announcements. Topics: Homework:

Announcements. Topics: Homework: Announcements Topics: - sections 7.4 (FTC), 7.5 (additional techniques of integration), 7.6 (applications of integration) * Read these sections and study solved examples in your textbook! Homework: - review

More information

6x 2 8x + 5 ) = 12x 8

6x 2 8x + 5 ) = 12x 8 Example. If f(x) = x 3 4x + 5x + 1, then f (x) = 6x 8x + 5 Observation: f (x) is also a differentiable function... d dx ( f (x) ) = d dx ( 6x 8x + 5 ) = 1x 8 The derivative of f (x) is called the second

More information

Exam Question 10: Differential Equations. June 19, Applied Mathematics: Lecture 6. Brendan Williamson. Introduction.

Exam Question 10: Differential Equations. June 19, Applied Mathematics: Lecture 6. Brendan Williamson. Introduction. Exam Question 10: June 19, 2016 In this lecture we will study differential equations, which pertains to Q. 10 of the Higher Level paper. It s arguably more theoretical than other topics on the syllabus,

More information

2.2 The derivative as a Function

2.2 The derivative as a Function 2.2 The derivative as a Function Recall: The derivative of a function f at a fixed number a: f a f a+h f(a) = lim h 0 h Definition (Derivative of f) For any number x, the derivative of f is f x f x+h f(x)

More information

Slide 1. Slide 2. Slide 3 Remark is a new function derived from called derivative. 2.2 The derivative as a Function

Slide 1. Slide 2. Slide 3 Remark is a new function derived from called derivative. 2.2 The derivative as a Function Slide 1 2.2 The derivative as a Function Slide 2 Recall: The derivative of a function number : at a fixed Definition (Derivative of ) For any number, the derivative of is Slide 3 Remark is a new function

More information

In this chapter we study elliptical PDEs. That is, PDEs of the form. 2 u = lots,

In this chapter we study elliptical PDEs. That is, PDEs of the form. 2 u = lots, Chapter 8 Elliptic PDEs In this chapter we study elliptical PDEs. That is, PDEs of the form 2 u = lots, where lots means lower-order terms (u x, u y,..., u, f). Here are some ways to think about the physical

More information

Separation of Variables in Linear PDE: One-Dimensional Problems

Separation of Variables in Linear PDE: One-Dimensional Problems Separation of Variables in Linear PDE: One-Dimensional Problems Now we apply the theory of Hilbert spaces to linear differential equations with partial derivatives (PDE). We start with a particular example,

More information

Constructing Taylor Series

Constructing Taylor Series Constructing Taylor Series 8-8-200 The Taylor series for fx at x = c is fc + f cx c + f c 2! x c 2 + f c x c 3 + = 3! f n c x c n. By convention, f 0 = f. When c = 0, the series is called a Maclaurin series.

More information

Quintic beam closed form matrices (revised 2/21, 2/23/12) General elastic beam with an elastic foundation

Quintic beam closed form matrices (revised 2/21, 2/23/12) General elastic beam with an elastic foundation General elastic beam with an elastic foundation Figure 1 shows a beam-column on an elastic foundation. The beam is connected to a continuous series of foundation springs. The other end of the foundation

More information

Partial Fractions. June 27, In this section, we will learn to integrate another class of functions: the rational functions.

Partial Fractions. June 27, In this section, we will learn to integrate another class of functions: the rational functions. Partial Fractions June 7, 04 In this section, we will learn to integrate another class of functions: the rational functions. Definition. A rational function is a fraction of two polynomials. For example,

More information

Partial Differential Equations

Partial Differential Equations Partial Differential Equations Partial differential equations (PDEs) are equations involving functions of more than one variable and their partial derivatives with respect to those variables. Most (but

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

Strauss PDEs 2e: Section Exercise 4 Page 1 of 6

Strauss PDEs 2e: Section Exercise 4 Page 1 of 6 Strauss PDEs 2e: Section 5.3 - Exercise 4 Page of 6 Exercise 4 Consider the problem u t = ku xx for < x < l, with the boundary conditions u(, t) = U, u x (l, t) =, and the initial condition u(x, ) =, where

More information

Physics 250 Green s functions for ordinary differential equations

Physics 250 Green s functions for ordinary differential equations Physics 25 Green s functions for ordinary differential equations Peter Young November 25, 27 Homogeneous Equations We have already discussed second order linear homogeneous differential equations, which

More information

Mathematics 136 Calculus 2 Everything You Need Or Want To Know About Partial Fractions (and maybe more!) October 19 and 21, 2016

Mathematics 136 Calculus 2 Everything You Need Or Want To Know About Partial Fractions (and maybe more!) October 19 and 21, 2016 Mathematics 36 Calculus 2 Everything You Need Or Want To Know About Partial Fractions (and maybe more!) October 9 and 2, 206 Every rational function (quotient of polynomials) can be written as a polynomial

More information

Math Numerical Analysis

Math Numerical Analysis Math 541 - Numerical Analysis Joseph M. Mahaffy, jmahaffy@mail.sdsu.edu Department of Mathematics and Statistics Dynamical Systems Group Computational Sciences Research Center San Diego State University

More information

1 Lesson 13: Methods of Integration

1 Lesson 13: Methods of Integration Lesson 3: Methods of Integration Chapter 6 Material: pages 273-294 in the textbook: Lesson 3 reviews integration by parts and presents integration via partial fraction decomposition as the third of the

More information

MATH 3B (Butler) Practice for Final (I, Solutions)

MATH 3B (Butler) Practice for Final (I, Solutions) MATH 3B (Butler) Practice for Final (I, Solutions). Gabriel s horn is a mathematical object taken by rotating the curve y = x around the x-axis for x

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 31B, Spring 2017 This exam has 8 questions, for a total of 80 points. Please print your working and answers neatly. Write your solutions in

More information

MA 114 Worksheet # 1: Improper Integrals

MA 114 Worksheet # 1: Improper Integrals MA 4 Worksheet # : Improper Integrals. For each of the following, determine if the integral is proper or improper. If it is improper, explain why. Do not evaluate any of the integrals. (c) 2 0 2 2 x x

More information

MATH 308 COURSE SUMMARY

MATH 308 COURSE SUMMARY MATH 308 COURSE SUMMARY Approximately a third of the exam cover the material from the first two midterms, that is, chapter 6 and the first six sections of chapter 7. The rest of the exam will cover the

More information

How might we evaluate this? Suppose that, by some good luck, we knew that. x 2 5. x 2 dx 5

How might we evaluate this? Suppose that, by some good luck, we knew that. x 2 5. x 2 dx 5 8.4 1 8.4 Partial Fractions Consider the following integral. 13 2x (1) x 2 x 2 dx How might we evaluate this? Suppose that, by some good luck, we knew that 13 2x (2) x 2 x 2 = 3 x 2 5 x + 1 We could then

More information

Infinite series, improper integrals, and Taylor series

Infinite series, improper integrals, and Taylor series Chapter Infinite series, improper integrals, and Taylor series. Determine which of the following sequences converge or diverge (a) {e n } (b) {2 n } (c) {ne 2n } (d) { 2 n } (e) {n } (f) {ln(n)} 2.2 Which

More information

Chapter 4 Sequences and Series

Chapter 4 Sequences and Series Chapter 4 Sequences and Series 4.1 Sequence Review Sequence: a set of elements (numbers or letters or a combination of both). The elements of the set all follow the same rule (logical progression). The

More information

Higher-order ordinary differential equations

Higher-order ordinary differential equations Higher-order ordinary differential equations 1 A linear ODE of general order n has the form a n (x) dn y dx n +a n 1(x) dn 1 y dx n 1 + +a 1(x) dy dx +a 0(x)y = f(x). If f(x) = 0 then the equation is called

More information

The above statement is the false product rule! The correct product rule gives g (x) = 3x 4 cos x+ 12x 3 sin x. for all angles θ.

The above statement is the false product rule! The correct product rule gives g (x) = 3x 4 cos x+ 12x 3 sin x. for all angles θ. Math 7A Practice Midterm III Solutions Ch. 6-8 (Ebersole,.7-.4 (Stewart DISCLAIMER. This collection of practice problems is not guaranteed to be identical, in length or content, to the actual exam. You

More information

FOURIER SERIES. Chapter Introduction

FOURIER SERIES. Chapter Introduction Chapter 1 FOURIER SERIES 1.1 Introduction Fourier series introduced by a French physicist Joseph Fourier (1768-1830), is a mathematical tool that converts some specific periodic signals into everlasting

More information

Math 260: Solving the heat equation

Math 260: Solving the heat equation Math 260: Solving the heat equation D. DeTurck University of Pennsylvania April 25, 2013 D. DeTurck Math 260 001 2013A: Solving the heat equation 1 / 1 1D heat equation with Dirichlet boundary conditions

More information

Problem Set Number 01, MIT (Winter-Spring 2018)

Problem Set Number 01, MIT (Winter-Spring 2018) Problem Set Number 01, 18.377 MIT (Winter-Spring 2018) Rodolfo R. Rosales (MIT, Math. Dept., room 2-337, Cambridge, MA 02139) February 28, 2018 Due Thursday, March 8, 2018. Turn it in (by 3PM) at the Math.

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

8.5 Taylor Polynomials and Taylor Series

8.5 Taylor Polynomials and Taylor Series 8.5. TAYLOR POLYNOMIALS AND TAYLOR SERIES 50 8.5 Taylor Polynomials and Taylor Series Motivating Questions In this section, we strive to understand the ideas generated by the following important questions:

More information

Physics 486 Discussion 5 Piecewise Potentials

Physics 486 Discussion 5 Piecewise Potentials Physics 486 Discussion 5 Piecewise Potentials Problem 1 : Infinite Potential Well Checkpoints 1 Consider the infinite well potential V(x) = 0 for 0 < x < 1 elsewhere. (a) First, think classically. Potential

More information

01 Harmonic Oscillations

01 Harmonic Oscillations Utah State University DigitalCommons@USU Foundations of Wave Phenomena Library Digital Monographs 8-2014 01 Harmonic Oscillations Charles G. Torre Department of Physics, Utah State University, Charles.Torre@usu.edu

More information

ENGI 4430 PDEs - d Alembert Solutions Page 11.01

ENGI 4430 PDEs - d Alembert Solutions Page 11.01 ENGI 4430 PDEs - d Alembert Solutions Page 11.01 11. Partial Differential Equations Partial differential equations (PDEs) are equations involving functions of more than one variable and their partial derivatives

More information

Appendix C: Recapitulation of Numerical schemes

Appendix C: Recapitulation of Numerical schemes Appendix C: Recapitulation of Numerical schemes August 31, 2009) SUMMARY: Certain numerical schemes of general use are regrouped here in order to facilitate implementations of simple models C1 The tridiagonal

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

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

Learning Objectives for Math 166

Learning Objectives for Math 166 Learning Objectives for Math 166 Chapter 6 Applications of Definite Integrals Section 6.1: Volumes Using Cross-Sections Draw and label both 2-dimensional perspectives and 3-dimensional sketches of the

More information

Math 5a Reading Assignments for Sections

Math 5a Reading Assignments for Sections Math 5a Reading Assignments for Sections 4.1 4.5 Due Dates for Reading Assignments Note: There will be a very short online reading quiz (WebWork) on each reading assignment due one hour before class on

More information

Calculus II Lecture Notes

Calculus II Lecture Notes Calculus II Lecture Notes David M. McClendon Department of Mathematics Ferris State University 206 edition Contents Contents 2 Review of Calculus I 5. Limits..................................... 7.2 Derivatives...................................3

More information

19. TAYLOR SERIES AND TECHNIQUES

19. TAYLOR SERIES AND TECHNIQUES 19. TAYLOR SERIES AND TECHNIQUES Taylor polynomials can be generated for a given function through a certain linear combination of its derivatives. The idea is that we can approximate a function by a polynomial,

More information

2. FUNCTIONS AND ALGEBRA

2. FUNCTIONS AND ALGEBRA 2. FUNCTIONS AND ALGEBRA You might think of this chapter as an icebreaker. Functions are the primary participants in the game of calculus, so before we play the game we ought to get to know a few functions.

More information

Mathematics for Chemists 2 Lecture 14: Fourier analysis. Fourier series, Fourier transform, DFT/FFT

Mathematics for Chemists 2 Lecture 14: Fourier analysis. Fourier series, Fourier transform, DFT/FFT Mathematics for Chemists 2 Lecture 14: Fourier analysis Fourier series, Fourier transform, DFT/FFT Johannes Kepler University Summer semester 2012 Lecturer: David Sevilla Fourier analysis 1/25 Remembering

More information

(L, t) = 0, t > 0. (iii)

(L, t) = 0, t > 0. (iii) . Sturm Liouville Boundary Value Problems 69 where E is Young s modulus and ρ is the mass per unit volume. If the end x = isfixed, then the boundary condition there is u(, t) =, t >. (ii) Suppose that

More information

CHAPTER 3 POTENTIALS 10/13/2016. Outlines. 1. Laplace s equation. 2. The Method of Images. 3. Separation of Variables. 4. Multipole Expansion

CHAPTER 3 POTENTIALS 10/13/2016. Outlines. 1. Laplace s equation. 2. The Method of Images. 3. Separation of Variables. 4. Multipole Expansion CHAPTER 3 POTENTIALS Lee Chow Department of Physics University of Central Florida Orlando, FL 32816 Outlines 1. Laplace s equation 2. The Method of Images 3. Separation of Variables 4. Multipole Expansion

More information

MITOCW 6. Standing Waves Part I

MITOCW 6. Standing Waves Part I MITOCW 6. Standing Waves Part I The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high quality educational resources for free.

More information

3. On the grid below, sketch and label graphs of the following functions: y = sin x, y = cos x, and y = sin(x π/2). π/2 π 3π/2 2π 5π/2

3. On the grid below, sketch and label graphs of the following functions: y = sin x, y = cos x, and y = sin(x π/2). π/2 π 3π/2 2π 5π/2 AP Physics C Calculus C.1 Name Trigonometric Functions 1. Consider the right triangle to the right. In terms of a, b, and c, write the expressions for the following: c a sin θ = cos θ = tan θ =. Using

More information

Continuum Limit and Fourier Series

Continuum Limit and Fourier Series Chapter 6 Continuum Limit and Fourier Series Continuous is in the eye of the beholder Most systems that we think of as continuous are actually made up of discrete pieces In this chapter, we show that a

More information

Announcements. Topics: Homework:

Announcements. Topics: Homework: Announcements Topics: - sections 7.5 (additional techniques of integration), 7.6 (applications of integration), * Read these sections and study solved examples in your textbook! Homework: - review lecture

More information

3.4 Introduction to power series

3.4 Introduction to power series 3.4 Introduction to power series Definition 3.4.. A polynomial in the variable x is an expression of the form n a i x i = a 0 + a x + a 2 x 2 + + a n x n + a n x n i=0 or a n x n + a n x n + + a 2 x 2

More information

1. Taylor Polynomials of Degree 1: Linear Approximation. Reread Example 1.

1. Taylor Polynomials of Degree 1: Linear Approximation. Reread Example 1. Math 114, Taylor Polynomials (Section 10.1) Name: Section: Read Section 10.1, focusing on pages 58-59. Take notes in your notebook, making sure to include words and phrases in italics and formulas in blue

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

7x 5 x 2 x + 2. = 7x 5. (x + 1)(x 2). 4 x

7x 5 x 2 x + 2. = 7x 5. (x + 1)(x 2). 4 x Advanced Integration Techniques: Partial Fractions The method of partial fractions can occasionally make it possible to find the integral of a quotient of rational functions. Partial fractions gives us

More information

MTH Linear Algebra. Study Guide. Dr. Tony Yee Department of Mathematics and Information Technology The Hong Kong Institute of Education

MTH Linear Algebra. Study Guide. Dr. Tony Yee Department of Mathematics and Information Technology The Hong Kong Institute of Education MTH 3 Linear Algebra Study Guide Dr. Tony Yee Department of Mathematics and Information Technology The Hong Kong Institute of Education June 3, ii Contents Table of Contents iii Matrix Algebra. Real Life

More information

Second-Order Linear ODEs

Second-Order Linear ODEs Chap. 2 Second-Order Linear ODEs Sec. 2.1 Homogeneous Linear ODEs of Second Order On pp. 45-46 we extend concepts defined in Chap. 1, notably solution and homogeneous and nonhomogeneous, to second-order

More information

MATH 250 TOPIC 13 INTEGRATION. 13B. Constant, Sum, and Difference Rules

MATH 250 TOPIC 13 INTEGRATION. 13B. Constant, Sum, and Difference Rules Math 5 Integration Topic 3 Page MATH 5 TOPIC 3 INTEGRATION 3A. Integration of Common Functions Practice Problems 3B. Constant, Sum, and Difference Rules Practice Problems 3C. Substitution Practice Problems

More information

Normal modes. where. and. On the other hand, all such systems, if started in just the right way, will move in a simple way.

Normal modes. where. and. On the other hand, all such systems, if started in just the right way, will move in a simple way. Chapter 9. Dynamics in 1D 9.4. Coupled motions in 1D 491 only the forces from the outside; the interaction forces cancel because they come in equal and opposite (action and reaction) pairs. So we get:

More information

Table of Contents. Module 1

Table of Contents. Module 1 Table of Contents Module Order of operations 6 Signed Numbers Factorization of Integers 7 Further Signed Numbers 3 Fractions 8 Power Laws 4 Fractions and Decimals 9 Introduction to Algebra 5 Percentages

More information

Taylor series. Chapter Introduction From geometric series to Taylor polynomials

Taylor series. Chapter Introduction From geometric series to Taylor polynomials Chapter 2 Taylor series 2. Introduction The topic of this chapter is find approximations of functions in terms of power series, also called Taylor series. Such series can be described informally as infinite

More information

February 13, Option 9 Overview. Mind Map

February 13, Option 9 Overview. Mind Map Option 9 Overview Mind Map Return tests - will discuss Wed..1.1 J.1: #1def,2,3,6,7 (Sequences) 1. Develop and understand basic ideas about sequences. J.2: #1,3,4,6 (Monotonic convergence) A quick review:

More information

Completion Date: Monday February 11, 2008

Completion Date: Monday February 11, 2008 MATH 4 (R) Winter 8 Intermediate Calculus I Solutions to Problem Set #4 Completion Date: Monday February, 8 Department of Mathematical and Statistical Sciences University of Alberta Question. [Sec..9,

More information

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

Introduction Derivation General formula Example 1 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/ 19 Adrian Jannetta Background In this presentation you will be introduced to the concept of a power

More information

Essential Mathematics 2 Introduction to the calculus

Essential Mathematics 2 Introduction to the calculus Essential Mathematics Introduction to the calculus As you will alrea know, the calculus may be broadly separated into two major parts. The first part the Differential Calculus is concerned with finding

More information

TAYLOR SERIES [SST 8.8]

TAYLOR SERIES [SST 8.8] TAYLOR SERIES [SST 8.8] TAYLOR SERIES: Every function f C (c R, c + R) has a unique Taylor series about x = c of the form: f (k) (c) f(x) = (x c) k = f(c) + f (c) (x c) + f (c) (x c) 2 + f (c) (x c) 3

More information

swapneel/207

swapneel/207 Partial differential equations Swapneel Mahajan www.math.iitb.ac.in/ swapneel/207 1 1 Power series For a real number x 0 and a sequence (a n ) of real numbers, consider the expression a n (x x 0 ) n =

More information