How To Solve A Differential Equation With Power Series

Size: px
Start display at page:

Download "How To Solve A Differential Equation With Power Series"

Transcription

1 Using Series to Solve Differential Equations Many differential equations can t be solved explicitly in terms of finite combinations of simple familiar functions. This is true even for a simple-looking equation like 1 y2xy y 0 But it is important to be able to solve equations such as Equation 1 because they arise from physical problems and, in particular, in connection with the Schrödinger equation in quantum mechanics. In such a case we use the method of power series; that is, we look for a solution of the form The method is to substitute this expression into the differential equation and determine the values of the coefficients c 0, c 1, c 2,.... Before using power series to solve Equation 1, we illustrate the method on the simpler equation yy 0 in Example 1. EXAMPLE 1 Use power series to solve the equation yy 0. SOLUTION y f x We assume there is a solution of the form c n x n c 0 c 1 x c 2 x 2 c 3 x 3 2 y c 0 c 1 x c 2 x 2 c 3 x 3 c n x n We can differentiate power series term by term, so y c 1 2c 2 x 3c 3 x 2 nc n x 3 y 2c 2 2 3c 3 x n n 1 c n x In order to compare the expressions for y and y more easily, we rewrite y as follows: By writing out the first few terms of (4), you can see that it is the same as (3). To obtain (4) we replaced n by n 2 and began the summation at 0 instead of 2. 4 y n 2 n 1 c x n Substituting the expressions in Equations 2 and 4 into the differential equation, we obtain or n 2 n 1 c x n c n x n 0 5 n 2 n 1 c c n x n 0 If two power series are equal, then the corresponding coefficients must be equal. Therefore, the coefficients of x n in Equation 5 must be 0: n 2 n 1 c c n 0 1

2 2 USING SERIES TO SOLVE DIFFERENTIAL EQUATIONS 6 c n c n 1 n 2 n 0, 1, 2, 3,... Equation 6 is called a recursion relation. If c 0 and c 1 are known, this equation allows us to determine the remaining coefficients recursively by putting n 0, 1, 2, 3,... in succession. By now we see the pattern: Put n 0: c 2 c Put n 1: c 3 c Put n 2: c 4 c c c 0 4! Put n 3: c 5 c c c 1 5! Put n 4: c 6 c c 0 4! 5 6 c 0 6! Put n 5: c 7 c c 1 5! 6 7 c 1 7! Putting these values back into Equation 2, we write the solution as y c 0 c 1 x c 2 x 2 c 3 x 3 c 4 x 4 c 5 x 5 c 0 1 x 2 2! x 4 4! x 6 x 2n 6! 1 n 2n! c 1 x x 3 3! x 5 5! x 7 x 2 7! 1 n c 0 For the even coefficients, c 2n 1 n For the odd coefficients, c 2 1 n 1 n x 2n 2n! c 1 1 n Notice that there are two arbitrary constants, and c 1. NOTE 1 We recognize the series obtained in Example 1 as being the Maclaurin series for cos x and sin x. (See Equations and ) Therefore, we could write the solution as y x c 0 cos x c 1 sin x But we are not usually able to express power series solutions of differential equations in terms of known functions. c 0 x 2 c 0 2n! c 1

3 USING SERIES TO SOLVE DIFFERENTIAL EQUATIONS 3 EXAMPLE 2 Solve y2xyy 0. SOLUTION We assume there is a solution of the form y c n x n Then and y nc n x y n n 1 c n x n 2 n 1 c x n as in Example 1. Substituting in the differential equation, we get n 2 n 1 c x n 2x nc n x c n x n 0 n 2 n 1 c x n 2nc n x n c n x n 0 2nc n x n 2nc n x n n 2 n 1 c 2n 1 c n x n 0 This equation is true if the coefficient of is 0: x n n 2 n 1 c 2n 1 c n 0 7 c 2n 1 n 1 n 2 c n n 0, 1, 2, 3,... We solve this recursion relation by putting n 0, 1, 2, 3,... successively in Equation 7: Put n 0: c c 0 Put n 1: c c 1 Put n 2: c c c 0 3 4! c 0 Put n 3: c c c c 1 5! Put n 4: c c ! 5 6 c c 0 6! Put n 5: c c ! 6 7 c c 1 7! Put n 6: c c c 0 8! Put n 7: c c c 1 9!

4 4 USING SERIES TO SOLVE DIFFERENTIAL EQUATIONS In general, the even coefficients are given by and the odd coefficients are given by n 5 c 2n c 0 2n! c n 3 c 1 The solution is y c 0 c 1 x c 2 x 2 c 3 x 3 c 4 x 4 c ! x 2 3 4! x ! c 1 x 1 3! x ! x ! x ! x 8 x ! x 9 or 8 y c ! x 2 c 1 x 3 7 4n 5 2n! n 3 x 2n x 2 NOTE 2 In Example 2 we had to assume that the differential equation had a series solution. But now we could verify directly that the function given by Equation 8 is indeed a solution. NOTE 3 Unlike the situation of Example 1, the power series that arise in the solution of Example 2 do not define elementary functions. The functions y 1 x 1 1 2! x n 5 2n! x 2n 2 T and y 2 x x n 3 x 2 _2 2 T _8 FIGURE 1 15 fi _ are perfectly good functions but they can t be expressed in terms of familiar functions. We can use these power series expressions for y 1 and y 2 to compute approximate values of the functions and even to graph them. Figure 1 shows the first few partial sums T 0, T 2, T 4,... (Taylor polynomials) for y 1 x, and we see how they converge to y 1. In this way we can graph both y 1 and in Figure 2. y 2 NOTE 4 If we were asked to solve the initial-value problem we would observe that y2xy y 0 c 0 y 0 0 y 0 0 c 1 y 0 1 y 0 1 This would simplify the calculations in Example 2, since all of the even coefficients would be 0. The solution to the initial-value problem is FIGURE 2 _15 y x x n 3 x 2

5 USING SERIES TO SOLVE DIFFERENTIAL EQUATIONS 5 Exercises A Click here for answers Use power series to solve the differential equation. 1. yy 0 2. y xy 3. y x 2 y 4. x 3 y2y 0 5. yxy y 0 6. y y x 2 1 yxy y 0 y xy 9. yxy y 0, y 0 1, y 0 0 S Click here for solutions. 10. yx 2 y 0, y 0 1, y yx 2 y xy 0, y 0 0, y The solution of the initial-value problem x 2 y xy x 2 y 0 y 0 1 y 0 0 is called a Bessel function of order 0. (a) Solve the initial-value problem to find a power series expansion for the Bessel function. ; (b) Graph several Taylor polynomials until you reach one that looks like a good approximation to the Bessel function on the interval 5, 5.

6 6 USING SERIES TO SOLVE DIFFERENTIAL EQUATIONS Answers S Click here for solutions. 1. c 0 3. n! c0e x x n c 0 x 3n 3 n n! c0e x c 0 1 n 2 n n! x 2n c 1 2 n n! x 2 7. c 0 c 1x c x c x x 2n 2 n n! e x n n 1 2 3n 1! 1 2n 3! 2 2 n! n 2! x 3 x 2n

7 USING SERIES TO SOLVE DIFFERENTIAL EQUATIONS 7 Solutions: Using Series to Solve Differential Equations P 1. Let y(x) = c nx n.theny 0 P (x) = nc nx n 1 and the given equation, y 0 y =0, becomes n=1 P nc nx n 1 P c nx n P =0.Replacingn by n +1in the first sum gives (n +1)c n+1x n P c nx, n=1 P so [(n +1)c n+1 c n]x. Equating coefficients gives (n +1)c n+1 c, so the recursion relation is c n+1 = cn n +1,, 1, 2,...Thenc1 = c0, c2 = 1 2 c1 = c0 2, c3 = 1 3 c2 = c0 c0 = 2 3!, c4 = 1 c0 c3 = 4 4!,and in general, c n = c0. Thus, the solution is n! y(x) = c nx n = 3. Assuming y(x) = x 2 y = c n x n,wehavey 0 (x) = c n x n+2 = n =2 n =2 c 0 n! xn = c 0 nc n x n 1 = x n n! = c0ex (n +1)c n+1 x n and c n 2 x n. Hence, the equation y 0 = x 2 y becomes P (n +1)c n+1x n P c n 2x n P =0or c 1 +2c 2x + [(n +1)c n+1 c n 2] x. Equating coefficients gives c 1 = c 2 =0and c n+1 = cn 2 n +1 for n =2, 3,...Butc 1 =0,soc 4 =0and c 7 =0and in general n =2 c 3n+1 =0. Similarly c 2 =0so c 3n+2 =0. Finally c 3 = c0 3, c6 = c3 6 = c 9 = c 6 9 = c = c !,...,andc3n = c 0. Thus, the solution is 3 n n! y (x) = c nx n = c 3nx 3n = c 0 3 n n! x3n = c 0 c0 6 3 = c !, x 3n 3 n n! = c0 x 3 /3 n = c 0e x3 /3 n! 5. Let y (x) = P cnxn y 0 (x) = P n=1 ncnxn 1 and y 00 (x) = P (n +2)(n +1)cn+2xn.The differential equation becomes P (n +2)(n +1)cn+2xn + x P n=1 ncnxn 1 + P cnxor P [(n +2)(n +1)c n+2 + nc n + c n ]x n since P n=1 nc nx n = P nc nx n. Equating coefficients gives (n +2)(n +1)c n+2 +(n +1)c, thus the recursion relation is c n+2 =, 1, 2,... Then the even coefficients are given by c 2 = c0 2, c4 = c2 4 = (n +1)cn (n +2)(n +1) = cn n +2, c0 2 4, c6 = c4 6 = c , and in general, c 2n =( 1) n c n = ( 1)n c 0. The odd coefficients are c 2 n 3 = c1 n! 3, c 5 = c3 5 = c1 3 5, c1 c 7 = c5 7 = 3 5 7, and in general, c 2n+1 =( 1) n c (2n +1) = ( 2)n n! c 1. The solution is (2n +1)! X ( 1) n ( 2) n n! y (x) =c 0 2 n n! x2n + c 1 (2n +1)! x2n+1.

8 8 USING SERIES TO SOLVE DIFFERENTIAL EQUATIONS 7. Let y (x) = P cnxn.theny 00 = P n (n 1) cnxn 2, xy 0 = P ncnxn and x 2 +1 y 00 = P n (n 1) c nx n + P (n +2)(n +1)c n+2x n. The differential equation becomes P [(n +2)(n +1)cn+2 +[n (n 1) + n 1] cn] (n 1) xn cn =0. The recursion relation is c n+2 =, n +2, 1, 2,...Givenc 0 and c 1, c 2 = c0 2, c 4 = c2 4 = c !, c 6 = 3c4 3c 0 6 =( 1) !,..., c 2n =( 1) n (2n 3) c 0 2 n n! =( 1) n 1 (2n 3)! c 0 2 n 2 n 2 n!(n 2)! =( 1)n 1 (2n 3)! c 0 2 2n 2 n!(n 2)! for n =2, 3,... c 3 = 0 c1 =0 c 2n+1 =0for, 2,... Thus the solution is 3 x 2 y (x) =c 0 + c 1 x + c c ( 1) n 1 (2n 3)! 0 x 2n. 2 2n 2 n!(n 2)! n=2 9. Let y(x) = y 00 (x) = P c n+2 = P c n x n.then xy 0 (x) = x nc n x n 1 = nc n x n = (n +2)(n +1)c n+2 x n, and the equation y 00 xy 0 y =0becomes [(n +2)(n +1)c n+2 nc n c n ]x. Thus, the recursion relation is nc n x n, nc n + c n cn(n +1) = (n +2)(n +1) (n +2)(n +1) = cn for, 1, 2,... One of the given conditions is n +2 y(0) = 1. Buty(0) = c 6 = c4 6 = y 0 (0) = n=1 c n(0) n = c = c 0,soc 0 =1. Hence, c 2 = c 0 2 = 1 2, c4 = c 2 4 = 1 2 4,,..., c2n = 1 2 n n!. The other given condition is y0 (0) = 0. But nc n(0) n 1 = c = c 1,soc 1 =0. By the recursion relation, c 3 = c 1 3 c 2n+1 =0for, 1, 2,... Thus, the solution to the initial-value problem is =0, c5 =0,..., y(x) = c nx n = c 2nx 2n = x 2n 2 n n! = X x 2 /2 n n! = e x2 /2 P 11. Assuming that y(x) = c n x n P,wehavexy = x c n x n = x 2 y 0 = x 2 nc nx n 1 = nc nx n+1, y 00 P (x)= n(n 1)c nx n 2 = n =2 n= 1 P =2c 2 + (n +3)(n +2)c n+3x n+1, c n x n+1, (n +3)(n +2)c n+3x n+1 [replace n with n +3]

9 USING SERIES TO SOLVE DIFFERENTIAL EQUATIONS 9 and the equation y 00 + x 2 y 0 P + xy =0becomes 2c 2 + [(n +3)(n +2)c n+3 + nc n + c n] x n+1 =0. So c 2 =0and the recursion relation is c n+3 = ncn cn (n +1)cn =,, 1, 2,... (n +3)(n +2) (n +3)(n +2) But c 0 = y(0) = 0 = c 2 and by the recursion relation, c 3n = c 3n+2 =0for, 1, 2,.... Also, c 1 = y 0 (0) = 1,so c 4 = 2c1 4 3 = 2 5c , c7 = =( 1) =( 1)2,..., 7! c 3n+1 =( 1) n (3n 1) 2. Thus, the solution is (3n +1)! y(x) = c n x n = x + ( 1) n (3n 1) 2 x 3n+1 (3n +1)!

Representation of functions as power series

Representation of functions as power series Representation of functions as power series Dr. Philippe B. Laval Kennesaw State University November 9, 008 Abstract This document is a summary of the theory and techniques used to represent functions

More information

Taylor and Maclaurin Series

Taylor and Maclaurin Series Taylor and Maclaurin Series In the preceding section we were able to find power series representations for a certain restricted class of functions. Here we investigate more general problems: Which functions

More information

November 16, 2015. Interpolation, Extrapolation & Polynomial Approximation

November 16, 2015. Interpolation, Extrapolation & Polynomial Approximation Interpolation, Extrapolation & Polynomial Approximation November 16, 2015 Introduction In many cases we know the values of a function f (x) at a set of points x 1, x 2,..., x N, but we don t have the analytic

More information

Partial Fractions. p(x) q(x)

Partial Fractions. p(x) q(x) Partial Fractions Introduction to Partial Fractions Given a rational function of the form p(x) q(x) where the degree of p(x) is less than the degree of q(x), the method of partial fractions seeks to break

More information

SECOND-ORDER LINEAR DIFFERENTIAL EQUATIONS

SECOND-ORDER LINEAR DIFFERENTIAL EQUATIONS SECOND-ORDER LINEAR DIFFERENTIAL EQUATIONS A second-order linear differential equation has the form 1 Px d y dx dy Qx dx Rxy Gx where P, Q, R, and G are continuous functions. Equations of this type arise

More information

Nonhomogeneous Linear Equations

Nonhomogeneous Linear Equations Nonhomogeneous Linear Equations In this section we learn how to solve second-order nonhomogeneous linear differential equations with constant coefficients, that is, equations of the form ay by cy G x where

More information

5 Numerical Differentiation

5 Numerical Differentiation D. Levy 5 Numerical Differentiation 5. Basic Concepts This chapter deals with numerical approximations of derivatives. The first questions that comes up to mind is: why do we need to approximate derivatives

More information

Second Order Linear Nonhomogeneous Differential Equations; Method of Undetermined Coefficients. y + p(t) y + q(t) y = g(t), g(t) 0.

Second Order Linear Nonhomogeneous Differential Equations; Method of Undetermined Coefficients. y + p(t) y + q(t) y = g(t), g(t) 0. Second Order Linear Nonhomogeneous Differential Equations; Method of Undetermined Coefficients We will now turn our attention to nonhomogeneous second order linear equations, equations with the standard

More information

Second-Order Linear Differential Equations

Second-Order Linear Differential Equations Second-Order Linear Differential Equations A second-order linear differential equation has the form 1 Px d 2 y dx 2 dy Qx dx Rxy Gx where P, Q, R, and G are continuous functions. We saw in Section 7.1

More information

Sample Induction Proofs

Sample Induction Proofs Math 3 Worksheet: Induction Proofs III, Sample Proofs A.J. Hildebrand Sample Induction Proofs Below are model solutions to some of the practice problems on the induction worksheets. The solutions given

More information

Separable First Order Differential Equations

Separable First Order Differential Equations Separable First Order Differential Equations Form of Separable Equations which take the form = gx hy or These are differential equations = gxĥy, where gx is a continuous function of x and hy is a continuously

More information

1.4. Arithmetic of Algebraic Fractions. Introduction. Prerequisites. Learning Outcomes

1.4. Arithmetic of Algebraic Fractions. Introduction. Prerequisites. Learning Outcomes Arithmetic of Algebraic Fractions 1.4 Introduction Just as one whole number divided by another is called a numerical fraction, so one algebraic expression divided by another is known as an algebraic fraction.

More information

19.6. Finding a Particular Integral. Introduction. Prerequisites. Learning Outcomes. Learning Style

19.6. Finding a Particular Integral. Introduction. Prerequisites. Learning Outcomes. Learning Style Finding a Particular Integral 19.6 Introduction We stated in Block 19.5 that the general solution of an inhomogeneous equation is the sum of the complementary function and a particular integral. We have

More information

Lectures 5-6: Taylor Series

Lectures 5-6: Taylor Series Math 1d Instructor: Padraic Bartlett Lectures 5-: Taylor Series Weeks 5- Caltech 213 1 Taylor Polynomials and Series As we saw in week 4, power series are remarkably nice objects to work with. In particular,

More information

Partial Fractions. Combining fractions over a common denominator is a familiar operation from algebra:

Partial Fractions. Combining fractions over a common denominator is a familiar operation from algebra: Partial Fractions Combining fractions over a common denominator is a familiar operation from algebra: From the standpoint of integration, the left side of Equation 1 would be much easier to work with than

More information

Jacobi s four squares identity Martin Klazar

Jacobi s four squares identity Martin Klazar Jacobi s four squares identity Martin Klazar (lecture on the 7-th PhD conference) Ostrava, September 10, 013 C. Jacobi [] in 189 proved that for any integer n 1, r (n) = #{(x 1, x, x 3, x ) Z ( i=1 x i

More information

4.3 Lagrange Approximation

4.3 Lagrange Approximation 206 CHAP. 4 INTERPOLATION AND POLYNOMIAL APPROXIMATION Lagrange Polynomial Approximation 4.3 Lagrange Approximation Interpolation means to estimate a missing function value by taking a weighted average

More information

Discrete Mathematics: Homework 7 solution. Due: 2011.6.03

Discrete Mathematics: Homework 7 solution. Due: 2011.6.03 EE 2060 Discrete Mathematics spring 2011 Discrete Mathematics: Homework 7 solution Due: 2011.6.03 1. Let a n = 2 n + 5 3 n for n = 0, 1, 2,... (a) (2%) Find a 0, a 1, a 2, a 3 and a 4. (b) (2%) Show that

More information

1.3 Polynomials and Factoring

1.3 Polynomials and Factoring 1.3 Polynomials and Factoring Polynomials Constant: a number, such as 5 or 27 Variable: a letter or symbol that represents a value. Term: a constant, variable, or the product or a constant and variable.

More information

Algebraic expressions are a combination of numbers and variables. Here are examples of some basic algebraic expressions.

Algebraic expressions are a combination of numbers and variables. Here are examples of some basic algebraic expressions. Page 1 of 13 Review of Linear Expressions and Equations Skills involving linear equations can be divided into the following groups: Simplifying algebraic expressions. Linear expressions. Solving linear

More information

Math 432 HW 2.5 Solutions

Math 432 HW 2.5 Solutions Math 432 HW 2.5 Solutions Assigned: 1-10, 12, 13, and 14. Selected for Grading: 1 (for five points), 6 (also for five), 9, 12 Solutions: 1. (2y 3 + 2y 2 ) dx + (3y 2 x + 2xy) dy = 0. M/ y = 6y 2 + 4y N/

More information

SOLUTIONS. f x = 6x 2 6xy 24x, f y = 3x 2 6y. To find the critical points, we solve

SOLUTIONS. f x = 6x 2 6xy 24x, f y = 3x 2 6y. To find the critical points, we solve SOLUTIONS Problem. Find the critical points of the function f(x, y = 2x 3 3x 2 y 2x 2 3y 2 and determine their type i.e. local min/local max/saddle point. Are there any global min/max? Partial derivatives

More information

LS.6 Solution Matrices

LS.6 Solution Matrices LS.6 Solution Matrices In the literature, solutions to linear systems often are expressed using square matrices rather than vectors. You need to get used to the terminology. As before, we state the definitions

More information

Chapter 7 - Roots, Radicals, and Complex Numbers

Chapter 7 - Roots, Radicals, and Complex Numbers Math 233 - Spring 2009 Chapter 7 - Roots, Radicals, and Complex Numbers 7.1 Roots and Radicals 7.1.1 Notation and Terminology In the expression x the is called the radical sign. The expression under the

More information

Linear and quadratic Taylor polynomials for functions of several variables.

Linear and quadratic Taylor polynomials for functions of several variables. ams/econ 11b supplementary notes ucsc Linear quadratic Taylor polynomials for functions of several variables. c 010, Yonatan Katznelson Finding the extreme (minimum or maximum) values of a function, is

More information

A Brief Review of Elementary Ordinary Differential Equations

A Brief Review of Elementary Ordinary Differential Equations 1 A Brief Review of Elementary Ordinary Differential Equations At various points in the material we will be covering, we will need to recall and use material normally covered in an elementary course on

More information

x 2 + y 2 = 1 y 1 = x 2 + 2x y = x 2 + 2x + 1

x 2 + y 2 = 1 y 1 = x 2 + 2x y = x 2 + 2x + 1 Implicit Functions Defining Implicit Functions Up until now in this course, we have only talked about functions, which assign to every real number x in their domain exactly one real number f(x). The graphs

More information

Click on the links below to jump directly to the relevant section

Click on the links below to jump directly to the relevant section Click on the links below to jump directly to the relevant section What is algebra? Operations with algebraic terms Mathematical properties of real numbers Order of operations What is Algebra? Algebra is

More information

Homework 2 Solutions

Homework 2 Solutions Homework Solutions Igor Yanovsky Math 5B TA Section 5.3, Problem b: Use Taylor s method of order two to approximate the solution for the following initial-value problem: y = + t y, t 3, y =, with h = 0.5.

More information

Section 4.4. Using the Fundamental Theorem. Difference Equations to Differential Equations

Section 4.4. Using the Fundamental Theorem. Difference Equations to Differential Equations Difference Equations to Differential Equations Section 4.4 Using the Fundamental Theorem As we saw in Section 4.3, using the Fundamental Theorem of Integral Calculus reduces the problem of evaluating a

More information

Course Notes for Math 162: Mathematical Statistics Approximation Methods in Statistics

Course Notes for Math 162: Mathematical Statistics Approximation Methods in Statistics Course Notes for Math 16: Mathematical Statistics Approximation Methods in Statistics Adam Merberg and Steven J. Miller August 18, 6 Abstract We introduce some of the approximation methods commonly used

More information

MATH PROBLEMS, WITH SOLUTIONS

MATH PROBLEMS, WITH SOLUTIONS MATH PROBLEMS, WITH SOLUTIONS OVIDIU MUNTEANU These are free online notes that I wrote to assist students that wish to test their math skills with some problems that go beyond the usual curriculum. These

More information

Second Order Linear Partial Differential Equations. Part I

Second Order Linear Partial Differential Equations. Part I Second Order Linear Partial Differential Equations Part I Second linear partial differential equations; Separation of Variables; - point boundary value problems; Eigenvalues and Eigenfunctions Introduction

More information

Limits and Continuity

Limits and Continuity Math 20C Multivariable Calculus Lecture Limits and Continuity Slide Review of Limit. Side limits and squeeze theorem. Continuous functions of 2,3 variables. Review: Limits Slide 2 Definition Given a function

More information

1. First-order Ordinary Differential Equations

1. First-order Ordinary Differential Equations Advanced Engineering Mathematics 1. First-order ODEs 1 1. First-order Ordinary Differential Equations 1.1 Basic concept and ideas 1.2 Geometrical meaning of direction fields 1.3 Separable differential

More information

Review Solutions MAT V1102. 1. (a) If u = 4 x, then du = dx. Hence, substitution implies 1. dx = du = 2 u + C = 2 4 x + C.

Review Solutions MAT V1102. 1. (a) If u = 4 x, then du = dx. Hence, substitution implies 1. dx = du = 2 u + C = 2 4 x + C. Review Solutions MAT V. (a) If u 4 x, then du dx. Hence, substitution implies dx du u + C 4 x + C. 4 x u (b) If u e t + e t, then du (e t e t )dt. Thus, by substitution, we have e t e t dt e t + e t u

More information

CHAPTER 2. Eigenvalue Problems (EVP s) for ODE s

CHAPTER 2. Eigenvalue Problems (EVP s) for ODE s A SERIES OF CLASS NOTES FOR 005-006 TO INTRODUCE LINEAR AND NONLINEAR PROBLEMS TO ENGINEERS, SCIENTISTS, AND APPLIED MATHEMATICIANS DE CLASS NOTES 4 A COLLECTION OF HANDOUTS ON PARTIAL DIFFERENTIAL EQUATIONS

More information

Introduction to Partial Differential Equations. John Douglas Moore

Introduction to Partial Differential Equations. John Douglas Moore Introduction to Partial Differential Equations John Douglas Moore May 2, 2003 Preface Partial differential equations are often used to construct models of the most basic theories underlying physics and

More information

Partial Fractions: Undetermined Coefficients

Partial Fractions: Undetermined Coefficients 1. Introduction Partial Fractions: Undetermined Coefficients Not every F(s) we encounter is in the Laplace table. Partial fractions is a method for re-writing F(s) in a form suitable for the use of the

More information

y cos 3 x dx y cos 2 x cos x dx y 1 sin 2 x cos x dx

y cos 3 x dx y cos 2 x cos x dx y 1 sin 2 x cos x dx Trigonometric Integrals In this section we use trigonometric identities to integrate certain combinations of trigonometric functions. We start with powers of sine and cosine. EXAMPLE Evaluate cos 3 x dx.

More information

Inner Product Spaces

Inner Product Spaces Math 571 Inner Product Spaces 1. Preliminaries An inner product space is a vector space V along with a function, called an inner product which associates each pair of vectors u, v with a scalar u, v, and

More information

Sequences and Series

Sequences and Series Sequences and Series Consider the following sum: 2 + 4 + 8 + 6 + + 2 i + The dots at the end indicate that the sum goes on forever. Does this make sense? Can we assign a numerical value to an infinite

More information

The Method of Partial Fractions Math 121 Calculus II Spring 2015

The Method of Partial Fractions Math 121 Calculus II Spring 2015 Rational functions. as The Method of Partial Fractions Math 11 Calculus II Spring 015 Recall that a rational function is a quotient of two polynomials such f(x) g(x) = 3x5 + x 3 + 16x x 60. The method

More information

Introduction. Appendix D Mathematical Induction D1

Introduction. Appendix D Mathematical Induction D1 Appendix D Mathematical Induction D D Mathematical Induction Use mathematical induction to prove a formula. Find a sum of powers of integers. Find a formula for a finite sum. Use finite differences to

More information

The Quantum Harmonic Oscillator Stephen Webb

The Quantum Harmonic Oscillator Stephen Webb The Quantum Harmonic Oscillator Stephen Webb The Importance of the Harmonic Oscillator The quantum harmonic oscillator holds a unique importance in quantum mechanics, as it is both one of the few problems

More information

Implicit Differentiation

Implicit Differentiation Implicit Differentiation Sometimes functions are given not in the form y = f(x) but in a more complicated form in which it is difficult or impossible to express y explicitly in terms of x. Such functions

More information

Solving Systems of Linear Equations Using Matrices

Solving Systems of Linear Equations Using Matrices Solving Systems of Linear Equations Using Matrices What is a Matrix? A matrix is a compact grid or array of numbers. It can be created from a system of equations and used to solve the system of equations.

More information

Equations, Inequalities & Partial Fractions

Equations, Inequalities & Partial Fractions Contents Equations, Inequalities & Partial Fractions.1 Solving Linear Equations 2.2 Solving Quadratic Equations 1. Solving Polynomial Equations 1.4 Solving Simultaneous Linear Equations 42.5 Solving Inequalities

More information

Integration ALGEBRAIC FRACTIONS. Graham S McDonald and Silvia C Dalla

Integration ALGEBRAIC FRACTIONS. Graham S McDonald and Silvia C Dalla Integration ALGEBRAIC FRACTIONS Graham S McDonald and Silvia C Dalla A self-contained Tutorial Module for practising the integration of algebraic fractions Table of contents Begin Tutorial c 2004 g.s.mcdonald@salford.ac.uk

More information

2.2 Separable Equations

2.2 Separable Equations 2.2 Separable Equations 73 2.2 Separable Equations An equation y = f(x, y) is called separable provided algebraic operations, usually multiplication, division and factorization, allow it to be written

More information

3.6. Partial Fractions. Introduction. Prerequisites. Learning Outcomes

3.6. Partial Fractions. Introduction. Prerequisites. Learning Outcomes Partial Fractions 3.6 Introduction It is often helpful to break down a complicated algebraic fraction into a sum of simpler fractions. For 4x + 7 example it can be shown that x 2 + 3x + 2 has the same

More information

HOMEWORK 5 SOLUTIONS. n!f n (1) lim. ln x n! + xn x. 1 = G n 1 (x). (2) k + 1 n. (n 1)!

HOMEWORK 5 SOLUTIONS. n!f n (1) lim. ln x n! + xn x. 1 = G n 1 (x). (2) k + 1 n. (n 1)! Math 7 Fall 205 HOMEWORK 5 SOLUTIONS Problem. 2008 B2 Let F 0 x = ln x. For n 0 and x > 0, let F n+ x = 0 F ntdt. Evaluate n!f n lim n ln n. By directly computing F n x for small n s, we obtain the following

More information

is identically equal to x 2 +3x +2

is identically equal to x 2 +3x +2 Partial fractions 3.6 Introduction It is often helpful to break down a complicated algebraic fraction into a sum of simpler fractions. 4x+7 For example it can be shown that has the same value as 1 + 3

More information

Student Outcomes. Lesson Notes. Classwork. Discussion (10 minutes)

Student Outcomes. Lesson Notes. Classwork. Discussion (10 minutes) NYS COMMON CORE MATHEMATICS CURRICULUM Lesson 5 8 Student Outcomes Students know the definition of a number raised to a negative exponent. Students simplify and write equivalent expressions that contain

More information

Chapter 9. Systems of Linear Equations

Chapter 9. Systems of Linear Equations Chapter 9. Systems of Linear Equations 9.1. Solve Systems of Linear Equations by Graphing KYOTE Standards: CR 21; CA 13 In this section we discuss how to solve systems of two linear equations in two variables

More information

4.5 Chebyshev Polynomials

4.5 Chebyshev Polynomials 230 CHAP. 4 INTERPOLATION AND POLYNOMIAL APPROXIMATION 4.5 Chebyshev Polynomials We now turn our attention to polynomial interpolation for f (x) over [ 1, 1] based on the nodes 1 x 0 < x 1 < < x N 1. Both

More information

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS Systems of Equations and Matrices Representation of a linear system The general system of m equations in n unknowns can be written a x + a 2 x 2 + + a n x n b a

More information

Reducibility of Second Order Differential Operators with Rational Coefficients

Reducibility of Second Order Differential Operators with Rational Coefficients Reducibility of Second Order Differential Operators with Rational Coefficients Joseph Geisbauer University of Arkansas-Fort Smith Advisor: Dr. Jill Guerra May 10, 2007 1. INTRODUCTION In this paper we

More information

Math 2443, Section 16.3

Math 2443, Section 16.3 Math 44, Section 6. Review These notes will supplement not replace) the lectures based on Section 6. Section 6. i) ouble integrals over general regions: We defined double integrals over rectangles in the

More information

I. Pointwise convergence

I. Pointwise convergence MATH 40 - NOTES Sequences of functions Pointwise and Uniform Convergence Fall 2005 Previously, we have studied sequences of real numbers. Now we discuss the topic of sequences of real valued functions.

More information

Math 265 (Butler) Practice Midterm II B (Solutions)

Math 265 (Butler) Practice Midterm II B (Solutions) Math 265 (Butler) Practice Midterm II B (Solutions) 1. Find (x 0, y 0 ) so that the plane tangent to the surface z f(x, y) x 2 + 3xy y 2 at ( x 0, y 0, f(x 0, y 0 ) ) is parallel to the plane 16x 2y 2z

More information

5 Systems of Equations

5 Systems of Equations Systems of Equations Concepts: Solutions to Systems of Equations-Graphically and Algebraically Solving Systems - Substitution Method Solving Systems - Elimination Method Using -Dimensional Graphs to Approximate

More information

Name: ID: Discussion Section:

Name: ID: Discussion Section: Math 28 Midterm 3 Spring 2009 Name: ID: Discussion Section: This exam consists of 6 questions: 4 multiple choice questions worth 5 points each 2 hand-graded questions worth a total of 30 points. INSTRUCTIONS:

More information

This is a square root. The number under the radical is 9. (An asterisk * means multiply.)

This is a square root. The number under the radical is 9. (An asterisk * means multiply.) Page of Review of Radical Expressions and Equations Skills involving radicals can be divided into the following groups: Evaluate square roots or higher order roots. Simplify radical expressions. Rationalize

More information

The Method of Least Squares. Lectures INF2320 p. 1/80

The Method of Least Squares. Lectures INF2320 p. 1/80 The Method of Least Squares Lectures INF2320 p. 1/80 Lectures INF2320 p. 2/80 The method of least squares We study the following problem: Given n points (t i,y i ) for i = 1,...,n in the (t,y)-plane. How

More information

Integrals of Rational Functions

Integrals of Rational Functions Integrals of Rational Functions Scott R. Fulton Overview A rational function has the form where p and q are polynomials. For example, r(x) = p(x) q(x) f(x) = x2 3 x 4 + 3, g(t) = t6 + 4t 2 3, 7t 5 + 3t

More information

SECTION 10-2 Mathematical Induction

SECTION 10-2 Mathematical Induction 73 0 Sequences and Series 6. Approximate e 0. using the first five terms of the series. Compare this approximation with your calculator evaluation of e 0.. 6. Approximate e 0.5 using the first five terms

More information

Factoring Quadratic Expressions

Factoring Quadratic Expressions Factoring the trinomial ax 2 + bx + c when a = 1 A trinomial in the form x 2 + bx + c can be factored to equal (x + m)(x + n) when the product of m x n equals c and the sum of m + n equals b. (Note: the

More information

1.5. Factorisation. Introduction. Prerequisites. Learning Outcomes. Learning Style

1.5. Factorisation. Introduction. Prerequisites. Learning Outcomes. Learning Style Factorisation 1.5 Introduction In Block 4 we showed the way in which brackets were removed from algebraic expressions. Factorisation, which can be considered as the reverse of this process, is dealt with

More information

An Introduction to Partial Differential Equations in the Undergraduate Curriculum

An Introduction to Partial Differential Equations in the Undergraduate Curriculum An Introduction to Partial Differential Equations in the Undergraduate Curriculum J. Tolosa & M. Vajiac LECTURE 11 Laplace s Equation in a Disk 11.1. Outline of Lecture The Laplacian in Polar Coordinates

More information

Series FOURIER SERIES. Graham S McDonald. A self-contained Tutorial Module for learning the technique of Fourier series analysis

Series FOURIER SERIES. Graham S McDonald. A self-contained Tutorial Module for learning the technique of Fourier series analysis Series FOURIER SERIES Graham S McDonald A self-contained Tutorial Module for learning the technique of Fourier series analysis Table of contents Begin Tutorial c 004 g.s.mcdonald@salford.ac.uk 1. Theory.

More information

a 11 x 1 + a 12 x 2 + + a 1n x n = b 1 a 21 x 1 + a 22 x 2 + + a 2n x n = b 2.

a 11 x 1 + a 12 x 2 + + a 1n x n = b 1 a 21 x 1 + a 22 x 2 + + a 2n x n = b 2. Chapter 1 LINEAR EQUATIONS 1.1 Introduction to linear equations A linear equation in n unknowns x 1, x,, x n is an equation of the form a 1 x 1 + a x + + a n x n = b, where a 1, a,..., a n, b are given

More information

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS. + + x 2. x n. a 11 a 12 a 1n b 1 a 21 a 22 a 2n b 2 a 31 a 32 a 3n b 3. a m1 a m2 a mn b m

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS. + + x 2. x n. a 11 a 12 a 1n b 1 a 21 a 22 a 2n b 2 a 31 a 32 a 3n b 3. a m1 a m2 a mn b m MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS 1. SYSTEMS OF EQUATIONS AND MATRICES 1.1. Representation of a linear system. The general system of m equations in n unknowns can be written a 11 x 1 + a 12 x 2 +

More information

Math 115 Spring 2011 Written Homework 5 Solutions

Math 115 Spring 2011 Written Homework 5 Solutions . Evaluate each series. a) 4 7 0... 55 Math 5 Spring 0 Written Homework 5 Solutions Solution: We note that the associated sequence, 4, 7, 0,..., 55 appears to be an arithmetic sequence. If the sequence

More information

Notes and questions to aid A-level Mathematics revision

Notes and questions to aid A-level Mathematics revision Notes and questions to aid A-level Mathematics revision Robert Bowles University College London October 4, 5 Introduction Introduction There are some students who find the first year s study at UCL and

More information

Definitions 1. A factor of integer is an integer that will divide the given integer evenly (with no remainder).

Definitions 1. A factor of integer is an integer that will divide the given integer evenly (with no remainder). Math 50, Chapter 8 (Page 1 of 20) 8.1 Common Factors Definitions 1. A factor of integer is an integer that will divide the given integer evenly (with no remainder). Find all the factors of a. 44 b. 32

More information

Homework #2 Solutions

Homework #2 Solutions MAT Spring Problems Section.:, 8,, 4, 8 Section.5:,,, 4,, 6 Extra Problem # Homework # Solutions... Sketch likely solution curves through the given slope field for dy dx = x + y...8. Sketch likely solution

More information

MATH 132: CALCULUS II SYLLABUS

MATH 132: CALCULUS II SYLLABUS MATH 32: CALCULUS II SYLLABUS Prerequisites: Successful completion of Math 3 (or its equivalent elsewhere). Math 27 is normally not a sufficient prerequisite for Math 32. Required Text: Calculus: Early

More information

15. Symmetric polynomials

15. Symmetric polynomials 15. Symmetric polynomials 15.1 The theorem 15.2 First examples 15.3 A variant: discriminants 1. The theorem Let S n be the group of permutations of {1,, n}, also called the symmetric group on n things.

More information

Definition of derivative

Definition of derivative Definition of derivative Contents 1. Slope-The Concept 2. Slope of a curve 3. Derivative-The Concept 4. Illustration of Example 5. Definition of Derivative 6. Example 7. Extension of the idea 8. Example

More information

Sample Problems. Practice Problems

Sample Problems. Practice Problems Lecture Notes Partial Fractions page Sample Problems Compute each of the following integrals.. x dx. x + x (x + ) (x ) (x ) dx 8. x x dx... x (x + ) (x + ) dx x + x x dx x + x x + 6x x dx + x 6. 7. x (x

More information

LIES MY CALCULATOR AND COMPUTER TOLD ME

LIES MY CALCULATOR AND COMPUTER TOLD ME LIES MY CALCULATOR AND COMPUTER TOLD ME See Section Appendix.4 G for a discussion of graphing calculators and computers with graphing software. A wide variety of pocket-size calculating devices are currently

More information

Math 55: Discrete Mathematics

Math 55: Discrete Mathematics Math 55: Discrete Mathematics UC Berkeley, Spring 2012 Homework # 9, due Wednesday, April 11 8.1.5 How many ways are there to pay a bill of 17 pesos using a currency with coins of values of 1 peso, 2 pesos,

More information

4. Binomial Expansions

4. Binomial Expansions 4. Binomial Expansions 4.. Pascal's Triangle The expansion of (a + x) 2 is (a + x) 2 = a 2 + 2ax + x 2 Hence, (a + x) 3 = (a + x)(a + x) 2 = (a + x)(a 2 + 2ax + x 2 ) = a 3 + ( + 2)a 2 x + (2 + )ax 2 +

More information

INTEGRATING FACTOR METHOD

INTEGRATING FACTOR METHOD Differential Equations INTEGRATING FACTOR METHOD Graham S McDonald A Tutorial Module for learning to solve 1st order linear differential equations Table of contents Begin Tutorial c 2004 g.s.mcdonald@salford.ac.uk

More information

Calculus 1: Sample Questions, Final Exam, Solutions

Calculus 1: Sample Questions, Final Exam, Solutions Calculus : Sample Questions, Final Exam, Solutions. Short answer. Put your answer in the blank. NO PARTIAL CREDIT! (a) (b) (c) (d) (e) e 3 e Evaluate dx. Your answer should be in the x form of an integer.

More information

Vieta s Formulas and the Identity Theorem

Vieta s Formulas and the Identity Theorem Vieta s Formulas and the Identity Theorem This worksheet will work through the material from our class on 3/21/2013 with some examples that should help you with the homework The topic of our discussion

More information

2.3. Finding polynomial functions. An Introduction:

2.3. Finding polynomial functions. An Introduction: 2.3. Finding polynomial functions. An Introduction: As is usually the case when learning a new concept in mathematics, the new concept is the reverse of the previous one. Remember how you first learned

More information

Integrating algebraic fractions

Integrating algebraic fractions Integrating algebraic fractions Sometimes the integral of an algebraic fraction can be found by first epressing the algebraic fraction as the sum of its partial fractions. In this unit we will illustrate

More information

Partial Fractions Examples

Partial Fractions Examples Partial Fractions Examples Partial fractions is the name given to a technique of integration that may be used to integrate any ratio of polynomials. A ratio of polynomials is called a rational function.

More information

Trend and Seasonal Components

Trend and Seasonal Components Chapter 2 Trend and Seasonal Components If the plot of a TS reveals an increase of the seasonal and noise fluctuations with the level of the process then some transformation may be necessary before doing

More information

Recognizing Types of First Order Differential Equations E. L. Lady

Recognizing Types of First Order Differential Equations E. L. Lady Recognizing Types of First Order Differential Equations E. L. Lady Every first order differential equation to be considered here can be written can be written in the form P (x, y)+q(x, y)y =0. This means

More information

Gröbner Bases and their Applications

Gröbner Bases and their Applications Gröbner Bases and their Applications Kaitlyn Moran July 30, 2008 1 Introduction We know from the Hilbert Basis Theorem that any ideal in a polynomial ring over a field is finitely generated [3]. However,

More information

Section 9.5: Equations of Lines and Planes

Section 9.5: Equations of Lines and Planes Lines in 3D Space Section 9.5: Equations of Lines and Planes Practice HW from Stewart Textbook (not to hand in) p. 673 # 3-5 odd, 2-37 odd, 4, 47 Consider the line L through the point P = ( x, y, ) that

More information

Objectives. Materials

Objectives. Materials Activity 4 Objectives Understand what a slope field represents in terms of Create a slope field for a given differential equation Materials TI-84 Plus / TI-83 Plus Graph paper Introduction One of the ways

More information

TOPIC 4: DERIVATIVES

TOPIC 4: DERIVATIVES TOPIC 4: DERIVATIVES 1. The derivative of a function. Differentiation rules 1.1. The slope of a curve. The slope of a curve at a point P is a measure of the steepness of the curve. If Q is a point on the

More information

3.3. Solving Polynomial Equations. Introduction. Prerequisites. Learning Outcomes

3.3. Solving Polynomial Equations. Introduction. Prerequisites. Learning Outcomes Solving Polynomial Equations 3.3 Introduction Linear and quadratic equations, dealt within Sections 3.1 and 3.2, are members of a class of equations, called polynomial equations. These have the general

More information

Practice Test Answer and Alignment Document Mathematics: Algebra II Performance Based Assessment - Paper

Practice Test Answer and Alignment Document Mathematics: Algebra II Performance Based Assessment - Paper The following pages include the answer key for all machine-scored items, followed by the rubrics for the hand-scored items. - The rubrics show sample student responses. Other valid methods for solving

More information

Core Maths C1. Revision Notes

Core Maths C1. Revision Notes Core Maths C Revision Notes November 0 Core Maths C Algebra... Indices... Rules of indices... Surds... 4 Simplifying surds... 4 Rationalising the denominator... 4 Quadratic functions... 4 Completing the

More information

1 Review of Newton Polynomials

1 Review of Newton Polynomials cs: introduction to numerical analysis 0/0/0 Lecture 8: Polynomial Interpolation: Using Newton Polynomials and Error Analysis Instructor: Professor Amos Ron Scribes: Giordano Fusco, Mark Cowlishaw, Nathanael

More information