Solving Second Order Linear ODEs. Table of contents

Size: px
Start display at page:

Download "Solving Second Order Linear ODEs. Table of contents"

Transcription

1 Solving Second Order Linear ODEs Table of contents Solving Second Order Linear ODEs Introduction: A few facts Linear, constant-coefficient, homogeneous: exp is all we need Side: Exploring linearity r 1 r real r 1 = r real r 1, r complex Side: Checking linear independence, the Wronskian More examples Linear, homogeneous, constant coefficient equations of higher order Nonhomogeneous equations how to find the particular solution The method of undetermined coefficients Side: Making sense of this mess Variation of parameters Variable-coefficient equations Introduction: A few facts. We make a few things clear in this short introduction. 1. We will discuss linear equations only, as nonlinear equations of order two and higher are too hard. 1. Contrary to first order equations, there is no clever transformation that leads to direct integration. For example, there is no way to transform the equation into the directly integrable form through introducing new unknown Y and new variable X. y 3 y 4 y = f(x) (3) Y =F(X) (4) 3. Linear homogeneous equations with constant coefficients are easy. Such equations of order are very very easy. Such equations of order higher than are reasonably easy. In one word, easy. 4. Linear nonhomogeneous equations with constant coefficients are conceptually still easy, but the calculation becomes complicated. 5. Linear equations with variable coefficients are hard. We will discuss them in the Series method section. 6. In theory, there is not much difference between nd order and higher order equations. We will start from nd order constant coefficient equations.. Linear, constant-coefficient, homogeneous: exp is all we need. That is, general solution to where a, b, c are constants. a y + b y +cy = 0 (5) 1. A special class of nd order equation y = f(y, y ) those that x does not appear explicitly can be transformed to 1st order by setting v = y. Then we have dy dx = v; dv = f(y, v) (1) dx which leads to dy dv = v f(y, v). ()

2 - Side: Exploring linearity. The key property that enables us to solve a linear homogeneous equation is the following. Proposition 1. If y 1, y, any constants c 1,, c k., y k solves a linear homogeneous equation, so does c 1 y 1 + c y + + c k y k for Thus there is possibility of representing a large amount (actually infinitely many as can be easily seen) of solutions by only a few. Now we ask 1. Is it possible to represent all solution by the linear combinations of finitely many?. If yes, how many is needed? The answers are: 1. Yes;. Same as the order of the equation. Therefore, to find the general solution for a (x) y + a 1 (x) y +a 0 (x) y =0 (6) we only need to find two solutions y 1, y, and then the general solution is Or in the general case we only need to find n solutions y 1, However, there is a catch. c 1 y 1 + c y. (7) a n (x) y (n) + + a 0 (x) y = 0 (8), y n and then write The n solutions must be linearly independent., y k are said to be linearly depen- Definition. (Linear dependence/independence) k functions y 1, dent if there are constants c 1,, c k such that Otherwise it is said to be linearly independent. c 1 y c n y n. (9) c 1 y 1 (x) + + c k y k (x)=0. (10) Checking linear independence is in general no easy task. But our case is special: y 1,, y k are not just arbitrary functions, they are solutions to linear ODEs. As a consequence, there is a neat way of checking linear dependence/independence through some magical quantity called the Wronskian. We will discuss the Wronskian in a few days. - Now back to solving a y + b y + c y = 0 (11) where a, b, c are constants. Recall that all we need to do is to find two solutions that are linearly independent. Note that it doesn t matter how we obtain them. It turns out we will obtain the two solutions through considering solutions of the special form y = e rx for some constant r. Substituting this into the equation leads to e rt[ ar + b r +c ] = 0. (1) Therefore, y = e rt solves the equation if and only if a r + br + c =0, or r is either r 1 = b + b 4ac, or r = b b 4 a c. (13) a a

3 Recall from the theory of quadratic equations that there are three cases: Both r 1, r real and r 1 r ; r 1 = r real; r 1, r complex. We discuss them one by one..1. r 1 r real. This is the easiest case. We have two solutions e r1t and e rt. If they are linearly independent, then all solutions to can be written as a y + b y + c y = 0 (14) y = c 1 e r1t + c e rt (15) and the equation is solved. But are they linearly independent? Yes they are. We can either use the to-be-introduced Wronskian or prove directly. Example 3. Solve Solution. Substituting y = e rx into the equation, we reach As a consequence, the general solution is given by y + 5 y + 6 y =0. (1) r + 5r + 6=0 r 1 = 3, r =. () y = c 1 e 3t +c e t. (3).. r 1 = r real. In this case e r1t = e rt, that is we can only find one solution of the form e rt. We need another solution which is linearly independent. It turns out that this other solution can be taken to be t e rt. 3 4 It is easy to show that e rt and t e rt are linearly independent. Thus when r 1 = r = r real, the general solution to is given by a y + b y + c y = 0 (4) y = c 1 e rt +c t e rt. (5) Example 4. Solve Solution. Substituting y = e rx we easily see that. Assume that there are constants C 1, C such that Differentiating with respect to t, we have In other words, the constants C 1, C solve the system y + 8 y + 16 y = 0. (6) r + 8r + 16=0 r 1 = r = 4. (7) 0 = C 1 e r1t + C e rt. (16) 0=C 1 r 1 e r1t + C r e rt. (17) e r1t x+e rt y = 0 (18) r 1 e r1t x + r e rt y = 0. (19) Solving this system shows that the only solutions are x = y = 0. Therefore C 1 = C = 0. We have shown that If C 1, C are such that 0=C 1 e r1t + C e rt, then C 1 = C = 0. (0) This is exactly the linearly independence of e r1t and e rt. 3. Note that t e rt = ( r e rt ). This is not a coincidence! Hint: In the case of r 1 r, e r1t, e rt are solutions, so is er 1 t e r t. r1 r 4. Another way is to use reduction of order. That is we look for the nd solution of the form u(t) e rt. Then the equation for u will be just first order and can be easily solved, yielding u(t) = a t+b.

4 Thus the general solution is given by y = c 1 e 4t +c t e 4t. (8).3. r 1, r complex. As r 1 = b+ b 4ac, r = b b 4ac a a with a, b, c real, the only possibility for r 1, r to be complex is that (9) r 1 = α + iβ, r = α iβ (30) where α = b, β = 4 a c b are both real. a a In this case, what we have are two linearly independent complex solutions e (α+iβ)t, e (α iβ)t. (31) The task now is the produce two linearly independent real solutions out of them. The idea is the use the properties of complex exponentials together with Euler s formula: to obtain e iθ = cos θ + i sin θ (3) e (α+iβ)t = e αt cos β t + ie αt sin β t, e (α iβ)t = e αt cos β t ie αt sin β t. (33) Recall that due to the linearity of the equation, if y 1, y are solutions, so is c 1 y 1 + c y for any constants c 1, c. Inspecting the formulas for e (α±iβ)t we easily figure out that and e αt cos β t = 1 e(α+iβ)t + 1 e(α iβ)t (34) e αt sin β t = 1 e(α+iβ)t 1 e(α iβ)t (35) are also solutions. Now we show that they are linearly independent. Assume that C 1, C are constants such that This gives C 1 + C C 1 e αt cos β t + C e αt sin β t = 0. (36) e (α+iβ)t + C 1 C As e (α±iβ)t are linearly independent, necessarily C 1 + C from which C 1 = C =0 immediately follows. Example 5. Solve = C 1 C Solution. Substituting y = e rt into the equation, we reach Thus we obtain two complex solutions From this we obtain two real solutions e (α iβ)t = 0. (37) = 0 (38) y +9 y = 0. (39) r + 9=0 r 1 =3i, r = 3i. (40) e 3it = cos 3t+isin 3t and e 3it = cos 3 t i sin 3t. (41) cos 3 t, sin3 t. (4)

5 The general solution is then given by y = c 1 cos 3t+c sin 3 t. (43) - Side: Checking linear independence, the Wronskian. Given two solutions y 1, y, we can compute their Wronskian, defined as the determinant: ( ) y1 y W(y 1, y ) 6 det. (44) y 1 y Then y 1, y are linearly dependent over an interval I if and only if W(y 1, y ) 0 over I. 5 When y 1, y solves a nd order linear homogeneous ODE y + p(t) y + q(t) y = 0, (45) we have furthermore Abel s Theorem (assuming p(t) is continuous over the interval I under consideration): [ ] t W(y 1, y )(t)=w(y 1, y )(t 0 ) exp p(s) ds (46) t 0 which enables us to find out the value of the Wronskian at any point without actually solving the equation. Furthermore, Abel s Theorem implies Either W(y 1, y ) 0 for all x I, or W(y 1, y ) 0 for any x I. Finally, the above remains true for higher order equations, where we define the Wronskian as y 1 y n y 1 y n W(y 1,, y n ) 6 det where n is the order of the equation. y 1 (n 1) y n (n 1) -.4. More examples. We first recall the procedure of solving linear nd order constant-coefficient equations: 1. Write down and solve the auxiliary equation Or equivalently, substitute y = e rt into the equation.. Three cases. a. r 1 r, both real. General solution is given by b. r 1 = r real. General solution is given by (47) a y + by + c y =0. (48) a r +br + c =0 r 1, r. (49) y = c 1 e r1t +c e rt. (50) y = c 1 e r1t +c t e r1t. (51) 5. This is not true if y 1, y are not solutions to the same linear ODE. That is, if y 1, y are just two functions, W(y 1, y ) 0y 1, y linearly dependent!

6 c. r 1, r complex. In this case r 1 = α + i β, r = α iβ and the general solution is given by Now we look at more examples. y = c 1 e αt cos β t + c e αt sin β t. (5) Example 6. Solve Solution. Try y = e rt. We have r r 11 = 0 r 1 = As a consequence, the general solution is given by y y 11 y =0. (53) y = c 1 e = , r = (54) t + c e t. (55) Example 7. Solve y + y 8 y = 0; y(0)=3, y (0) = 1 (56) Solution. First we find the general solution. Substituting y =e rt leads to r +r 8 =0 r 1 = 4, r =. (57) So the general solution is given by y(t)=c 1 e 4t + c e t. (58) To determine the constants we use the initial values: 3 = y(0)=c 1 + c ; 1 = y (0)= 4c 1 + c. (59) Solving this linear system (with c 1, c as unknowns) gives c 1 =3, c =0. (60) So finally the solution to the initial value problem is given by y(t) =3e 4t. (61) Example 8. Solve 4 w + 0w + 5w = 0. (6) Solution. Substituting w = e rt leads to 4 r + 0r + 5=0 r 1 =r = 5. (63) Thus the two linearly independent solutions are A a consequence, the general solution is e 5 t and t e 5 t. (64) w(t)=c 1 e 5 t + c t e 5 t. (65) Example 9. Solve y + y + y =0; y(0) =1, y (0)= 3. (66) Solution. First we find the general solution. Substituting y =e rt leads to r +r + 1=0 r 1 = r = 1. (67)

7 Thus the general solution is given by y(t) =c 1 e t + c t e t. (68) Using the initial values: 1 = y(0) =c 1 ; 3 = y (0)= c 1 + c. (69) This gives c 1 = 1, c =. (70) Therefore the solution to the initial value problem is given by y(t) =1e t te t. (71) Example 10. Solve Solution. Substititing y = e rt leads to y + y + 5 y =0. (7) r +r +5=0 r 1 = 1+i, r = 1 i. (73) The two linearly independent complex solutions are then given by e ( 1+i)t = e t [cos t+isin t], e ( 1 i)t =e t [cost isin t]. (74) From this we can obtain the real solutions: e t cos t, e t sin t. (75) Finally the general solution is given by y(t)=c 1 e t cos t +c e t sin t. (76) Example 11. Solve y + y + y = 0; y(0)=, y (0)=1. (77) Solution. First we find the general solution. Substituting y =e rt gives The complex solutions are then which yield the real solutions So the general solution is given by Now we use the initial values: Solving this we obtain r + r + =0 r 1 = 1 +i, r = 1 i. (78) The solution to the initial value problem is then given by e ( 1+i)t, e ( 1 i)t (79) e t cos t, e t sin t. (80) y(t)=c 1 e t cos t +c e t sin t. (81) = y(0)=c 1, 1= y (0) = c 1 + c. (8) c 1 =, c =3. (83) y(t) =e t cos t +3e t sin t. (84).5. Linear, homogeneous, constant coefficient equations of higher order. The above theory and method naturally extends to linear homogeneous equations of higher orders: a n y (n) + +a 1 y +a 0 y = 0 (85)

8 + = We have If y 1,, y n are solutions that are linearly independent 6, then the general solution is given by To find y 1,, y n, we try y = e rt to reach Then if r 1, y = c 1 y c n y n. (86) a n r n + + a 1 r +a 0 =0 r = r 1,, r n (87), r n are all different and real, are the n solutions we want. e r1t,, e rnt (88) If some r i s coincide, or some are complex, we use similar tricks. If r is a root of multiplicity m, then we put e rt, t e rt,, t m 1 e rt (89) in our list of linearly independent solutions. If α ± i β are complex roots, then we put into our list of linearly independent solutions. 7 e αt cos β t, e αt sin β t (90) There is a new situation here: What if some r i s are both multiple roots and complex? The trick is still the same. For example, suppose α + i β is a double root (note that α i β must also be a double root). Then the four solutions corresponding to α ± i β are: This is a result of being solutions. Example 1. Solve Solution. Substituting y = e rt gives e αt cosβ t, e αt sin β t, t e αt cos β t, t e αt sin β t. (91) e (α±iβ)t, t e (α±iβ)t (9) y + y 6 y +4 y =0. (93) r 3 + r 6r + 4=0. (94) Inspection suggests r = 1 is a solution. Thus r 3 + r 6 r + 4 = (r 1) [ ]. Assuming to be a r + b r + c and then solving a, b, c, we obtain r 3 + r 6r +4=(r 1) [ r + r 4 ] ( ( ))( =(r 1) r r ( )) 1 5. (95) Thus we have three different roots: r 1 =1, r = 1+ 5, r3 = 1 5. (96) The general solution is then given by Example 13. Solve y(t)=c 1 e t + c e Solution. Substituting z = e rt leads to 6. Meaning: If constants C 1,, C n makes C 1 y 1 + ( ) ( ) 1+ 5 t 1 5 t + c3 e. (97) z + z 4z 8z = 0. (98) r 3 +r 4r 8=0. (99) C n y n = 0, then C 1 = C = C n = It can be shown that if α+ i β is a root, so is α i β. That is, complex roots have to appear in conjugate pairs (otherwise we are in trouble!).

9 Inspecting for a while we realize that Thus the roots are and the general solution is given by r 3 + r 4r 8=(r + ) [ r 4 ] =(r + ) (r ). (100) r 1 = r =, r 3 = (101) z(t)=c 1 e t +c t e t + c 3 e t. (10) 3. Nonhomogeneous equations how to find the particular solution. Having understood linear nd order constant-coefficient homogeneous equations, we turn to equations with nonzero right hand side: a y +by + c y = f(t). (103) Now the crucial observation is the following. Let y p be a solution to this equation. Then for any other solution ỹ, y 6 ỹ y p solves a y + by + c y = 0. (104) In other words, once we find one solution to the nonhomogeneous equation (this solution will be called particular solution ), what remains is just solving the homogeneous equation. More specifically, if y p (t) is a particular solution, y 1, y are two linearly independent solutions to the homogeneous equation, then the general solution for the nonhomogeneous equation is given by y = c 1 y 1 + c y + y p (105) As we have already know how to solve the homogeneous equation, the question is How to find the particular solution y p? It turns out that finding this one solution is quite difficult. There is a general method called variation of parameters. However the calculation involved may get a bit messy in practice in particular, it involves integration of possibly complicated functions. On the other hand, for several class of special f(t) s, one can take short-cuts by cleverly guess the form of the solution. In the following we will first discuss these special cases, and then turn to the general method The method of undetermined coefficients. The basic idea is as follows. Since functions like e at, {sin β t, cos β t}, {t n } are closed under differentiation, when such functions appear on the right hand side, we guess that there are solutions of similar form. Example 14. Find a particular solution of z +z =9e t. (106) Solution. We guess a solution of the form z = Ae t. Substituting into the equation we have It is clear that taking A =9/5 leads to a particular solution Example 15. Find a particular solution of z +z =8Ae t + Ae t = 9Ae t. (107) z(t)=e t. (108) x + x =3t. (109) Solution. As (t n ) = n t n 1, we would like to guess that there is a particular solution of the form A t n. Substituting into the left hand side, we find x +x=ant n 1 + At n. (110)

10 This clearly cannot be equal to the right hand side. But this first try tells us two things: 1. To obtain 3 t, we cannot use a single power t n. We have to use a polynomial A n t n + A n 1 t n The highest power on the left hand side is t n, coming from x. It cannot be cancelled by any term coming from x. As a consequence, n =. Therefore we would like to try Substituting into the equation, we have z = At + B t + C. (111) x +x=[ At+B] + At +Bt+C = At +(4A+B)t+( B + C ). (11) Equating with the right hand side: gives the following system: At +(4A+B)t+( B + C ) =3t (113) A = 3 (114) 4 A+B = 0 (115) B + C = 0 (116) whose solution is A=3, B = 1, C = 4. (117) As a consequence, the particular solution can be taken as x p (t)=3t 1t+4. (118) Example 16. Solve y y + 9 y = 3 sin 3 t. (119) Solution. Recall that differentiating sin one obtains cos, and differentiating cos one obtains sin. Thus the set {A sin 3t+B cos 3t} is closed under differentiations. Inspired by this, we guess Substituting into the left hand side, we have y = A sin 3 t +B cos 3 t. (10) y y +9 y = [ 9Asin 3 t 9B cos 3t] [3 A cos3t 3B sin 3 t] + 9[A sin 3t+B cos 3t] = 3B sin 3t 3Acos 3t. (11) Equating with the right hand side: we obtain Thus the particular solution is given by 3B sin 3t 3Acos 3t=3sin 3t (1) B = 1, A =0. (13) y p (t) = cos 3t. (14) Example 17. Find a particular solution for y (x)+ y(x) = x. (15) Solution. Writing x = e (ln )x, we naturally guess y(x) =Ae (ln )x. (16)

11 Substituting into the equation, we reach y + y = A(ln ) e (ln )x + Ae (ln )x =A Equating with the right hand side, we have which leads to A= [ ] (ln ) + 1 x. (17) [ (ln ) + 1] 1 (18) [ y p (x) = (ln ) 1 [ + 1] e (ln )x = (ln ) 1 + 1] x. (19) Thus we can find the general solution to equations with right hand side of the above forms. Example. Find the general solution to y y = t. (130) Solution. Recall that all we need to do is to find one particular solution and the general solution to the corresponding homogeneous equation y y = 0. (131) Finding one particular solution. Try y = At+B. Substituting into the left hand side, we have y y = 0 (At+B). (13) Equating with the right hand side, we find out A = 1, B = 0. Thus y p = t is a particular solution. Finding general solution to the homogeneous equation. Substituting y = e rt gives Thus the general solution is given by r 1=0 r 1 = 1, r = 1. (133) ỹ = c 1 e t + c e t. (134) Putting everything together, we see that the general solution to the non-homogeneous equation is Example 18. Find the general solution to y(t)=c 1 e t +c e t t. (135) y + 3 y 4 y = t + sin t +3. (136) Solution. The idea now is to use superposition principle, that is, if y i solves then c 1 y c k y k solves a y +by + c y = f i, (137) a y + by + c y =c 1 f 1 + c f + +c k f k. (138) Guided by this, what we need to do (to solve the problem) are the following: First we simplify the right hand side using the trignometric formula Thus the right hand side becomes We need to Find a particular solution y p1 for cos t =1 sin t sin t = 1 1 cos t. (139) t 1 cos t+ 7. (140) y + 3 y 4 y =t; (141)

12 Find a particular solution y p for y + 3 y 4 y = 1 cost; (14) Find a particular solution y p3 for Find the general solution ỹ for y +3 y 4 y = 7 ; (143) y + 3 y 4 y = 0. (144) Then the general solution to the nonhomogeneous equation is given by y = ỹ + y p1 + y p + y p3. (145) Now we carry this plan out. Find a particular solution y p1 for y + 3 y 4 y =t; (146) Based on the right hand side, we guess y = At+B. Substituting into the equation we reach 4At+3A 4B = t. (147) Thus A= 1, B = 3 (148) 8 and y p1 = 1 t 3 8. (149) Find a particular solution y p for We use the ansatz Then y + 3 y 4 y = 1 cost; (150) y = A cost+b sin t. (151) y + 3 y 4 y = [ 4Acos t 4B sin t] + 3[ Asin t +B cos t] Equating with the right hand side This gives Therefore we can take Find a particular solution y p3 for As the right hand side is a constant, we try 4[A cos t +B sin t] = ( 1A+6B) cos t+( 1B 6A) sin t. (15) 1A+6B = 1, 1 B 6A=0. (153) A= 1 30, B = (154) y p = 1 1 cos t sin t. (155) y +3 y 4 y = 7 ; (156) This quickly leads to Find the general solution ỹ for y = A. (157) y p3 = 7 8. (158) y + 3 y 4 y = 0. (159)

13 Substituting y =e rt leads to r + 3 r 4=0 r 1 = We have two distinct real roots, thus the general solution is given by ỹ = c 1 e Putting everything together, the solution to the original problem is y = ỹ + y p1 + y p + y p3 =c 1 e, r = (160) t c e 4. (161) t c e 4 1 t cost 1 60 sin t 5 4. (16) From the above experience we see that, basically, when the right hand side is of the form e at, we guess the solution to be of the form A e at (Note that constant right hand side belongs to this case); When the RHS is sin β t or cos β t, we guess the solution to be A cos β t + B sin β t; When the RHS is of the form t m, we guess the solution to be a polynomial of degree m, that is A m t m + A m 1 t m A 1 t + A 0. However life is not so simple, as is shown by the following example. Example 19. (4.4.17) Solve Solution. As usual we try Substituting into the equation, we have y y + y = A y y + y = 8e t. (163) y = Ae t. (164) [ (e t ) e t +e t ] = 0 (165) which clearly cannot be made 8 e t! Inspecting the above, we see that the problem is that e t is a solution to the corresponding homogeneous equation, thus everything cancelled out and we have nothing left to adjust. The idea now is to put factor of the form t k in front of e t. Let s see what is the appropriate k. Substituting y = At k e t we have y y + y = A [ t k e t +kt k 1 e t + k (k 1) t k e t] A [ t k e t + kt k 1 e t] + A t k e t = A t k[ e t e t + e t] + At k 1[ ke t ke t] + Ak (k 1) t k e t = A k (k 1)t k e t. (166) As the right hand side is 8e t, we see that the appropriate k is. Substituting y =At e t into the equation we reach So the desired particular solution is Ae t =8e t A =4. (167) y = 4t e t. (168) Looking at the above example again, we see that e t corresponds to r = 1, which is a double root of the auxiliary equation of the homogeneous equation r r +1=0 (169) y y + y = 0. (170) That is, the multiplicity of the root r = 1 is. We notice that this is exactly the value of k we need to take in the ansatz t k e t. This is no coincidence!

14 Now we introduce the full version of the method. Method of undetermined coefficients To find a particular solution to the differential equation where P m (t) is a polynomial of degree m, use the form where a y + b y +cy = P m (t)e rt, (171) y p (t) =t s (A m t m + +A 1 t +A 0 )e rt ; (17) r is not a root of the associated auxiliary equation s =0; r is a simple root s= 1; r is a double root s =. To find a particular solution to the differential equation a y + by + c y =P m (t)e αt cos β t + Q n (t)e αt sin β t (173) where P m (t) is a polynomial of degree m and Q n (t) is a polynomial of degree n, use the form y p (t) = t s( A k t k + + A 1 t + A 0 ) e αt cos β t +t s( B k t k + + B 1 t + B 0 ) e αt sin β t. (174) where k is the larger of m and n (that is k = max {m, n}), and s is determined by α + β i is not a root of the associated auxiliary equation s= 0; α + β i is a root s = 1. 8 Side: Making sense of this mess. Somehow I feel the above is too mysterious, so I will try to make sense out of it. The following is what I would call pseudo-math in the sense of pseudo-code looks like math argument but actually is not. Anyone who s satisfied with the above rules can skip the following. In the method of undetermined coefficients, we guess the form of the particular solution involving a number of unknown constant coefficients, plug it into the equation, and try to determine the value of these constants by equating the same terms on the left and the right. Each term yields an equation that has to be satisfied. To be able to carry this out successfully, we need The number of equations (for those unkonwn coefficients) is the same as the number of the unknown coefficients. In particular, if the number of the unknown coefficients is less than the number of equations, we won t be able to find our particular solution. Now let s count. Say let s have y + y = e t. (175) The right hand side is a single term e t. So we expect one equation. Therefore we guess y p = A e t and it works. Of course things are not so simple. Consider y + y = sin t. (176) 8. Think: What happens to the double root case?

15 The right hand side is a single term sin t and we guess y p = A sin t and it won t work. Why? Because the real number of terms on the right hand side is not one, but two. Indeed, when counting the number of terms, we have to also count the hidden ones that can be obtained through differentiation. In the above example, sin t is the one that appears explicitly, but if we differentiate sin t, we obtain cos t, we have to count this one too. As differentiating cos t we obtain sin t again, the total number of terms on the right hand side is and our y p should be assumed as y p = A cos t +B sin t. Same philosophy applies to polynomial right hand sides: y + y =t 10. (177) The right hand side is a polynomial, so we guess y p is also a polynomial. But of what order? t 10 is just one term, but differentiating it yields 10 hidden terms t 9, t 8,, t, 1. So there are 11 equations to be satisfied. We need 11 unknowns. So y p = a 10 t a 1 t + a 0, exactly 11 unknowns. Now consider the general case We know a y + b y + cy = P m (t)e αt cos β t + Q n (t) e αt sin β t. (178) y p = ( A k t k + + A 1 t + A 0 ) e αt cos β t + ( B k t k + + B 1 t + B 0 ) e αt sin β t. (179) But what is k? We see that the right hand side has m n + 1 explicit terms. But (assuming n > m) differentiating the second term yields n m more hidden ones. So we expect a total of (n + 1) equations. So we should take k to be n = max {m, n}. Finally the real test. Consider a y + by + c y =P m (t)e rt (180) with r a single root. We see that the right hand side contains m + 1 terms. So we need m + 1 unknowns. Guess y p =(A m t m + + A 1 t + A 0 ) e rt (181) But it won t work. Why? Because A m,, A 0 are not all effective unknowns. The term A 0 e rt does not survive the homogeneous equation and disappears. So effectively we have m unknowns A m,, A 1 trying to satisfy m +1 relations, which is bound to fail. The fix? We add one term, As A 0 is useless anyway, we drop it, to write y p = ( A m+1 t m+1 + A m t m + + A 1 t + A 0 ) e rt. (18) y p = t (A m+1 t m + + A 1 )e rt. (183) Same idea applies to double roots. This way of counting is very easy to extend to higher order equations. Consider Turns out the general solution to the homogeneous equation is Now following the form of the RHS we guess y (4) + y + y = 3 sin t 5 cos t. (184) y =C 1 sin t + C cos t + C 3 t sin t + C 4 t cos t. (185) y p = ( A k t k + + A 1 t + A 0 ) sin t + ( Bk t k + + B 1 t + B 0 ) cost. (186) The RHS contains terms. We need to balance it with two effective unknowns. Clearly A 1, A 0, B 1, B 0 are not effectively. Therefore the correct guess is y p =At sin t + B t cost. (187)

16 Armed with the general procedure, we now study a few more examples. Example 0. Find a particular solution to y (x) + y(x)=4xcos x. (188) Solution. First we need to figure out the correct form of the solution. Comparing with the general procedure above, we write the right hand side as 4xe 0x cos x. (189) We see that the polynomial involved is x, which is of degree one. This suggests that a factor (A 1 x + A 0 ) is in the solution. Thus the solution is of the form x s (A 1 x +A 0 ) cos x+t s (B 1 x +B 0 ) sin x. (190) To fix the power s, we need to check whether 0+i is a root to the auxiliary equation Clearly the answer is yes. Therefore we need to take s = 1. Substituting into the equation, we have Thus r + 1=0. (191) y =x[(a 1 x+a 0 ) cos x+(b 1 x + B 0 ) sin x] (19) 4 x cos x = y + y = [( A 1 x +A 0 x ) cos x+ ( B 1 x +B 0 x ) sin x ] Solving this gives + ( A 1 x +A 0 x ) cos x+ ( B 1 x +B 0 x ) sin x = [ A 1 cosx ( A 1 x + A 0 ) sin x ( A 1 x +A 0 x ) cos x ] + [ B 1 sin x + (B 1 x + B 0 ) cos x ( B 1 x + B 0 x ) sin x ] + ( A 1 x +A 0 x ) cos x+ ( B 1 x +B 0 x ) sin x = 4 B 1 x cos x+( 4A 1 ) x sin x +(A 1 + B 0 ) cosx+( B 1 A 0 ) sin x. (193) So the particular solution is given by Example 1. Find a particular solution to Solution. First recall that 4 B 1 = 4 (194) 4A 1 = 0 (195) A 1 + B 0 = 0 (196) B 1 A 0 = 0. (197) B 1 = 1, A 1 = 0, B 0 =0, A 0 = 1. (198) y p = x[cos x +xsin x]. (199) y y +3 y = cosh t. (00) cosh t = 1 [ e t + e t]. (01) Thus to find the particular solution, we need to find a particular solution for y y + 3 y = 1 et and y y + 3 y = 1 e t (0)

17 respectively. Particular solution for y y + 3 y = 1 et. (03) Guided by the method of undetermined coefficients, we look for solutions of the form y =At s e t. (04) To determine s, we need to check the relation between r = 1 and the auxiliary equation r r + 3=0. (05) We see that r = 1 is not a solution. Thus s = 0. Substituting y =Ae t into the equation we reach 1 et = y y + 3 y = Ae t A= 1 4 y p1 = 1 4 et. (06) Particular solution for We look for solutions of the form y y + 3 y = 1 e t. (07) y = At s e t. (08) This time r = 1 is also not a solution to the auxiliary equation r r +3=0 (09) and consequently s = 0. Substituting y =Ae t into the equation leads to 1 e t = y y + 3 y = 6Ae t A = 1 1 y p = 1 1 e t. (10) Putting everything together, the particular solution is given by The same idea works for higher order equations. Example. Find a particular solution to Solution. We look for solutions of the form y p = 1 4 et e t. (11) y + y y = t e t. (1) y =t s [A 1 t +A 0 ] e t. (13) To determine s we need to check the relation between r = 1 and the auxiliary equation r 3 +r =0 (r 1) ( r + r + ) = 0. (14) We see that r = 1 is a simple root. Therefore s = 1. Substituting y = t (A 1 t + A 0 ) e t into the equation we have t e t = y + y y = [( A 1 t + A 0 t ) e t] + [( A1 t +A 0 t ) e t] ( A1 t +A 0 t ) e t = [ A 1 t +(6A 1 + A 0 ) t +6A A 0 ] e t + [ A 1 t + (4 A 1 + A 0 )t+a 1 + A 0 ] e t ( A 1 t + A 0 t ) e t = 10A 1 t e t + (8 A 1 + 5A 0 ) e t. (15) Thus A 1 = 1 10, A 0 = 4 5. (16)

18 The special solution is then given by [ t y p (t)=t ] ( t e t = 10 4 t ) e t. (17) Variation of parameters. What if the right hand side is not a combination of powers, exponential, sin s and cos s? In this section we present a more general method: variation of parameters. This method yields a particular solution for any linear equation as long as all solutions to the corresponding homogeneous equation are already known. Consider the nonhomogeneous problem As we can easily solve the homogeneous equation a y + by + c y = g(t). (18) a y + by +cy = 0, (19) we would like to check the possibility of obtaining the particular solution from modifying the general solutions of the homogeneous problem. More specifically, let y 1, y be two linearly independent solutions to the homogeneous problem. We know that the general solution of the homogeneous problem is given by y = c 1 y 1 +c y. (0) Now the idea is to replace the constants c 1, by two functions and try to find particular solution of the form Substituting this into the nonhomogeneous equation, we obtain g(t) = a y +by + c y Thus as long as we can find v 1, v such that y p (t)=v 1 (t) y 1 (t)+v (t) y (t). (1) = a [v 1 y 1 + v y ] +b[v 1 y 1 +v y ] + c [v 1 y 1 +v y ] = a [ v 1 y 1 +v 1 y 1 + v 1 y 1 + v y +v y + v y ] + b [ v 1 y 1 +v 1 y 1 + v y + v y ] + c [v 1 y 1 + v y ] = v 1 [ a y1 +by 1 + c y 1 ] + v [ a y + b y +cy ] + a [ v 1 y 1 + v 1 y 1 + v y +v y ] + b [ v 1 y 1 +v y ] = a [ v 1 y 1 +v 1 y 1 + v y + v y ] +b [ v 1 y 1 + v y ]. () a [ v 1 y 1 + v 1 y 1 +v y + v y ] +b [ v 1 y 1 + v y ] = g(t), (3) we are done. This equation is quite complicated. We need to simplify it. Note that we have two unknowns v 1, v and just one equation, it is likely that we can require v 1, v to satisfy another equation without losing existence of solutions. One good choice is requiring v 1 y 1 + v y =0. (4) Note that this not only makes the term containing b vanish, but also greatly simplify the first term through Thus our equations for v 1, v are 0= ( v 1 y 1 + v y ) =v1 y 1 + v 1 y 1 + v y +v y. (5) a [ v 1 y 1 +v y ] = g(t) (6) v 1 y 1 +v y = 0. (7)

19 Rewrite this system to y 1 v 1 + y v = g(t)/a (8) y 1 v 1 + y v = 0. (9) This system admits a unique solution when y 1, y are linearly independent. 9 The solution is given by v 1 = Then v 1, v can be obtained from integrating the above. g(t) y (t) a [y 1 y y 1 y ], v g(t) y 1(t) = a [y 1 y y 1 y ]. (34) Example 3. Find the general solution to the differential equation y + 4 y = tan t. (35) Solution. We need to do two things: finding general solution to the homogeneous equation, and finding one particular solution to the nonhomogeneous equation. General solution to the homogeneous problem. The auxiliary equation is r +4=0 r 1 = i, r = i z 1 = e it = cos t +isin t, z = cos t i sin t. (36) Thus the general solution to the homogeneous equation is given by ỹ = c 1 cos t+c sin t. (37) Particular solution to the nonhomogeneous problem. As the right hand side is tan t, it is not possible to use the method of undetermined coefficients. We use variation of parameters instead. We have y 1 = cos t, y = sin t, g(t)=tan t = sin t, a =1. (38) cos t We compute Thus the equations for v 1, v are v 1 = y 1 y y 1 y =. (39) g(t) y (t) a [y 1 y y 1 y ] = 1 sin t cos t, v = g(t) y 1(t) a [y 1 y y 1 y ] = 1 sin t. (40) Integrating, we have v 1 (t) = 1 sin t cost dt = 1 1 cos t dt cos t = 1 1 cost dt + 1 cos tdt. (41) 9. Recall from linear algebra that the system has a unique solution for all e, f if and only if det a x + b y = e (30) c x + d y = f (31) ( a b c d When this is the case, the unique solution is given by Cramer s rule ) = a d b c 0. (3) ( ) ( ) det e b det a e f d c f x= ( ), y = ( ). (33) det a b det a b c d c d

20 We evaluate 1 1 cos t dt = 1 sin t. (4) 4 1 cos t dt = 1 cos t cos t dt d sin t = sin t = 1 [ 8 dsin t 1 sin t + ] d sin t 1 + sin t = 1 [ln 1+sin t ln 1 sin t ]. (43) 8 Thus On the other hand, sin v 1 (t)= t cost dt = 1 8 [ln 1+sin t ln 1 sin t ] + 1 sin t. (44) 4 Putting things together, we have v (t)= 1 Thus the desired general solution is given by Example 4. Solve sin t dt = 1 cos t. (45) 4 y p (t) = v 1 y 1 + v y [ = 18 [ln 1+sin t ln 1 sin t ] + 14 ] sin t cos t 1 cos tsin t 4 = 1 [ln 1 + sin t ln 1 sin t ] cos t. (46) 8 y(t)=c 1 cos t +c sin t 1 [ln 1+sin t ln 1 sin t ] cos t. (47) 8 Solution. Clearly we should first simplify the equation to General solution to The auxiliary equation is Thus the general solution is given by Finding one particular solution to We use variation of parameters. We have y y 4 y =e 3t. (48) y y y =e 3t. (49) y y y = 0. (50) r r =0 r 1 =, r = 1. (51) ỹ = c 1 e t + c e t. (5) y y y =e 3t. (53) We compute y 1 =e t, y =e t, g = e 3t, a = 1. (54) y 1 y y 1 y = e t e t = 3e t. (55)

21 Thus we have v 1 = g(t) y (t) a [y 1 y y 1 y ] = 1 3 et, v = g(t) y 1(t) a [y 1 y y 1 y ] = 1 3 e4t. (56) Integrating, we have The particular solution is then given by Finally, the general solution to the nonhomogeneous problem is v 1 (t)= 1 3 et, v (t)= 1 1 e4t. (57) y p (t) =v 1 y 1 + v y = 1 4 e3t. (58) x(t) =c 1 e t + c e t e3t. (59) Remark 5. Clearly we can also find the particular solution to x x x=e 3t. (60) using the method of undetermined coefficients: Guess x=ae 3t and sutstitute into the equation: [9A 3A A] e 3t = e 3t A = 1 4 x p = 1 4 e3t. (61) Remark 6. As we can see from the above calculation, when the method of undetermined coefficients can be applied, usually it s a bit simpler than the method of variation of parameters 10. On the other hand, variation of parameters can be applied to any right hand side. More importantly, it s theoretically much cleaner and can be generalized to the case of variable-coefficient equations. Undetermined Coefficients Variation of Parameters Applicable to Some g All g Need to solve a y + by + c y =0? Sometimes All times Complexity of calculation Low High Extension to variable coefficient equations? No Yes Remark 7. A few more remarks. Table 1. Solving a y + b y + c y = g(t), UC vs. VP. 1. Although variation of parameters can be extended to variable coefficient equations, in practice it is rarely used for the following reasons: There is no good method getting formulas for solutions y 1, y of the homogeneous equation a(t) y +b(t) y + c(t) y = 0. Such formulas may not even exist; The series method can get y 1, y in the form of infinite sums. But they are hard to use in variation of parameters. Furthermore the same series method can get y p directly without any more difficulty than getting y 1, y.. Back to constant coefficient equations. We will introduce a third method, the method of Laplace transform, which is in some sense in between the current two methods: Simpler calculation than variation of parameters, but more complicated than undetermined coefficients, etc. 4. Variable-coefficient equations. The theory is still true: For an nth order linear equation a n (t) y (n) + + a 0 (t) y = g(t), (6) 10. The higher the order, the simpler (compared to variation of parameters).

22 the following are true on intervals over which a i /a n, i=0, if g(t) = 0 (homogeneous), the general solution is where y 1,, y n are linearly independent solutions; Otherwise, the general solution is where y p is a particular solution and y 1,, n 1, are simultaneously continuous: c 1 y c n y n (63) c 1 y 1 + +c n y n + y p (64), y n are as above. Linear dependence/independence can still be checked using Wronskian. The method of variation of parameters can be generalized to the variable-coefficient case almost without any modification. For example, consider the case of second order equation a(t) y +b(t) y + c(t) y = g(t). (65) Let y 1, y be two linearly independent solutions to the homogeneous equation, then v 1 y 1 + v y is a particular solution, where v 1 = g y a W[y 1, y ], v g y = 1 a W[y 1, y ]. (66) However, finding y 1,, y n becomes much much harder. We have to restrict ourselves in special cases or rely on luck (combined with educated guesses whose accuracy depends on experience). Furthermore, for any important variable coefficient equations, the solutions cannot be expressed via classical functions (polynomial, trignometric, exponential, logarithm, etc.). Example 8. (Cauchy-Euler equaitoin) Solve t y + 7ty 7 y = 0. (67) Solution. Guided by the theory, we only need to find two linearly independent solutions. The key now is to realize the following property of t r : (t r ) (k) t k = Ct r. Substitute y = t r into the equation, we have 0 =t y + 7ty 7 y = [r (r 1)+7r 7] t r = 0 r + 6 r 7=0 r 1 = 7, r =1. (68) Thus the general solution is y = c 1 t 7 +c t. (69) One easily sees that this strategy would work for equations of the form a t y + b t y +cy = 0 (70) where a, b, c are constants. Such equations, together with the nonhomogeneous version are called Cauchy-Euler, or Equidimensional, equations. Consider the homogeneous Cauchy-Euler equation Substituting y =t r leads to This is called the associated characteristic equation. As the characteristic equation is quadratic, we have three cases: a t y + b t y +cy = g(t) (71) a t y + b t y +cy = 0 (7) a r (r 1) +br +c=0. (73) Two distinct real roots r 1, r. In this case the two linearly independent solutions are t r1, t r. (74)

23 A double root r = r 1 = r. As a, b, c are real, r is real. In this case t r is one solution and we need another one. It turns out we can take the second one to be A pair of complex roots r 1, = α ± iβ. Then we have y =t r ln t. (75) t r1 = e (α+iβ)ln t = e αln t [cos (β ln t) +isin(β ln t)], t r =e αln t [cos (β ln t) sin(β ln t)]. (76) Using the linearity of the solution, we see that two linearly independent solutions are given by y 1 = e αln t cos (β ln t)=t α cos(β ln t), y = t α sin(β ln t). (77) Remark 9. The above looks similar to our theory for linear constant-coeffcient equations. This similarity becomes more striking if we introduce a new variable x = ln t: The three cases become Two distinct roots e r1x, e rx ; One double root e rx, xe rx ; Complex roots e αx cos β x, e αx sin β x. This is no coincidence! In fact, setting x=ln t gives y = dy dt = dy dx dy = t 1 dx dt dx, y = d y dt = d [ t dx Substituting into the equation ] dx dx dt = t d y dy t dx dx. (78) 1 dy 0=at y +bty + c y = a d y dy +(b a) +cy. (79) dx dx Thus we have transformed the Euler-Cauchy equation into a constant-coefficient equaiton. Furthermore, the auxiliary equation for this equation is a r + (b a) r + c = a r (r 1)+br + c (80) which is exactly the characteristic equation of the Cauchy-Euler equation! Example 30. Solve the following initial value problem for the Cauchy-Euler equation Solution. Substituting y = t r gives Thus the general solution is given by Using the initial values, we have Solving this we reach t y 4ty + 4 y = 0; y(1) =, y (1) = 11. (81) r (r 1) 4r + 4 =0 r 5r +4=0 r 1 = 4, r =1. (8) y(t)=c 1 t 4 + c t. (83) = y(1) =c 1 +c ; 11 = y (1)=4c 1 + c. (84) Thus the solution to the initial value problem is given by Example 31. solve Solution. Substituting y = t r we have c 1 = 3, c =1. (85) y(t)= 3t 4 + t. (86) t y 3ty + 4 y = 0. (87) r (r 1) 3r + 4 =0 r 4r +4=0 r 1 = r =. (88)

24 This is double root so the general solution is given by Example 3. Solve Solution. Multiply both sides by t : Substituting y =t r gives y = c 1 t + c t ln t. (89) y 1 t y + 5 y = 0. (90) t t y ty + 5 y = 0. (91) r (r 1) r + 5 =0 r r +5=0 r 1 = 1 +i, r = 1 i. (9) The general solution is then given by y = c 1 t cos ( ln t)+c t sin( ln t). (93) Cauchy-Euler equation is just one special class of equations. For most equations, however, we will not be able to obtain two linearly independent solutions from guessing. On the other hand, we may be able to find one single solution via guesswork. Fortunately, we can use this one solution as leverage and pull the following trick to obtain a nd solution which is linearly independent of the guessed one, and thus obtain the general solution. Consider the equation y + p(t) y + q(t) y = 0. (94) Let y 1 be a solution. The idea is to find v(t) such that y = v y 1 is also a solution. Note that this clearly requires y 1 0, since otherwhse y = y 1 = 0 no matter what v is. On the other hand, as long as v is not a constant, y 1 and y are linearly independent. 11 Substituting y =v y 1 into the equation we obtain 0 = y + p(t) y + q(t) y = (vy 1 ) + p(t)(vy 1 ) + q(t)vy 1 = vy 1 +v y 1 +v y 1 + p vy 1 + p v y 1 + q vy 1 = v [ y 1 + p y 1 + q y 1 ] +v y 1 + v y 1 + p v y 1 = v y 1 + ( y 1 + p y 1 ) v. (95) Thus all we need to do is to solve y 1 v + ( y 1 + p y 1 ) v = 0. (96) This is a linear first order equation (after setting w = v ). Thus we should multiply both sides by to obtain ( e ) y1 +py 1 /y1 = e y 1 y 1 e p = y 1 e p (y 1 e p v ) = 0 y 1 e p v = C v = C e p As all we need is v satisfying y 1 (97) e p(t)dt v = C y 1 (t) dt. (98) y 1 v + ( y 1 + p y 1 ) v = 0. (99) we have the freedom to take any constant C. For example, we can take C = 1 to obtain the following theorem. Theorem 33. (Reduction of order) Consider the equation 11. Another linear algebra exercise! y + p(t) y + q(t) y = 0. (300)

25 Let y 1 be a solution, not identically zero. Then e p(t)dt y (t)= y 1 (t) y 1 (t) dt (301) is a second, linearly independent solution. Example 34. Solve Solution. Based on the above theory, we proceed as follows. t y (t + 1) y + y = t, t >0. (30) 1. Find the general solution to the homogeneous equation This step consists of two substeps: a. Find one nonzero solution through guessing. b. Find a second one via reduction of order. t y (t + 1) y + y = 0, t > 0. (303). Find a particular solution to the nonhomogeneous equation using variation of parameters. Now we carry this plan out. 1. Find the general solution to the homogeneous equation t y (t + 1) y + y = 0, t > 0. (304) a. Find one nonzero solution through guessing. We notice that t (t + 1) + 1 = 0. Thus if we can find y such that y = y = y, this y is a solution. Fortunately such y exists: y =e t. b. Find a second one via reduction of order. We have found y 1 = e t. Rewrite the equation into Thus Calculate y t + 1 y + 1 y =0. (305) t t ( p(t)= 1+ 1 ), q(t)= 1 t t. (306) e p(t)dt y (t) = y 1 (t) y 1 (t) dt (1+1/t) e = e t e t e = e t t e ln t e t (Note that as t > 0, t = t) = e t t e t dt [ ] = e t t de t [ ] = e t t e t + e t dt = (t +1). (307) As the above calculation is quite complicated, it is a good idea to substitute y = (t + 1) into the equation and see that it is indeed a solution. As the equation is linear, c (t + 1) can also serve as y for arbitrary constant c 0. We take c = 1 to make things simple. Thus the general solution to the homogeneous equation is given by y =c 1 e t + c (t + 1). (308)

26 . Now we apply variation of parameters, that is, we try to find a particular solution to the nonhomogeneous equation of the form Here y 1 = e t, y = (t + 1). Compute the Wronskian Then we have (Here a = t, g =t ) t y (t + 1) y + y = t, t >0. (309) y =v 1 y 1 +v y. (310) W[y 1, y ](t)= y 1 y y 1 y = e t e t (t +1)= te t. (311) v 1 = g y a W[y 1, y ] = e t (t + 1), v gy = 1 = 1. (31) a W[y 1, y ] Integrating, we obtain v 1 = (t + 1)e t dt = (t + 1) de t = (t + 1) e t + e t d(t + 1) = (t + 1) e t + e t dt = (t + ) e t. (313) v = 1= t. (314) Thus the particular solution is given by y p = v 1 y 1 + v y = (t + )+( t)(t + 1)= t (t + 1). (315) As (t + 1) is a solution to the homogeneous equation, we can simply take y p = t. Summarizing, we have the general solution to be y =c 1 e t + c (t +1) t. (316) Note that even if we have used y p = t (t + 1), the term (t + 1) would be absorbed into c (t + 1) here. Remark 35. (Thanks to Mr. Boblin Travis for showing me this) One can also start from y 1 = (t + 1). In that case we need to solve a formidable looking integral: t e v = t (t + 1) dt = t e t d 1 t +1 Thus we obtain y = vy 1 = e t. = t et t = t et t e t 1 t + 1 ( e t dt + t e t dt ) = et t +1. (317)

27 Remark 36. We see some interesting symmetry here. If we start from y 1 = e t, we obtain y = (t + 1). If we start from y 1 = t + 1, we reach y = e t. This is not a coincidence. Indeed, suppose we start from a solution y 1, then use reduction of order to get y = v y 1. Now if we instead start from y and use reduction of order, we will always get y 1. To see this, we investigate the formula e p y = y 1 v = y 1 Divide both sides by y 1 and then differentiate, we reach ) = e p ( y y 1 y 1 y 1. (318) y y 1 y 1 y = e p. (319) On the other hand, if we start from y and use reduction of order, we would have which is equivalent to Thus y 1 and ỹ 1 are related by the equation ỹ 1 = y e p y (30) ỹ 1 y y ỹ 1 = e p. (31) ỹ 1 y y ỹ 1 = ( y 1 y y y 1 ). (3) Assuming the solution is unique, we see that it has to be ỹ 1 = y 1. Remark 37. Let y 1 be a given solution. Let y be any other solution. Let v = y/y 1. Then v satisfies v + ( y 1 ) + p v = 0. (33) y 1 The general solution to this equation is Then we have where v =C e e p y = C y 1 p y 1 + C 1. (34) y 1 +C 1 y 1 = C 1 y 1 + C y (35) e p y = y 1 is the solution we obtained through the reduction of order formula. y 1 (36)

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

So far, we have looked at homogeneous equations

So far, we have looked at homogeneous equations Chapter 3.6: equations Non-homogeneous So far, we have looked at homogeneous equations L[y] = y + p(t)y + q(t)y = 0. Homogeneous means that the right side is zero. Linear homogeneous equations satisfy

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

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

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

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

4.5 Linear Dependence and Linear Independence

4.5 Linear Dependence and Linear Independence 4.5 Linear Dependence and Linear Independence 267 32. {v 1, v 2 }, where v 1, v 2 are collinear vectors in R 3. 33. Prove that if S and S are subsets of a vector space V such that S is a subset of S, then

More information

General Theory of Differential Equations Sections 2.8, 3.1-3.2, 4.1

General Theory of Differential Equations Sections 2.8, 3.1-3.2, 4.1 A B I L E N E C H R I S T I A N U N I V E R S I T Y Department of Mathematics General Theory of Differential Equations Sections 2.8, 3.1-3.2, 4.1 Dr. John Ehrke Department of Mathematics Fall 2012 Questions

More information

Methods of Solution of Selected Differential Equations Carol A. Edwards Chandler-Gilbert Community College

Methods of Solution of Selected Differential Equations Carol A. Edwards Chandler-Gilbert Community College Methods of Solution of Selected Differential Equations Carol A. Edwards Chandler-Gilbert Community College Equations of Order One: Mdx + Ndy = 0 1. Separate variables. 2. M, N homogeneous of same degree:

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

HW6 Solutions. MATH 20D Fall 2013 Prof: Sun Hui TA: Zezhou Zhang (David) November 14, 2013. Checklist: Section 7.8: 1c, 2, 7, 10, [16]

HW6 Solutions. MATH 20D Fall 2013 Prof: Sun Hui TA: Zezhou Zhang (David) November 14, 2013. Checklist: Section 7.8: 1c, 2, 7, 10, [16] HW6 Solutions MATH D Fall 3 Prof: Sun Hui TA: Zezhou Zhang David November 4, 3 Checklist: Section 7.8: c,, 7,, [6] Section 7.9:, 3, 7, 9 Section 7.8 In Problems 7.8. thru 4: a Draw a direction field and

More information

Higher Order Equations

Higher Order Equations Higher Order Equations We briefly consider how what we have done with order two equations generalizes to higher order linear equations. Fortunately, the generalization is very straightforward: 1. Theory.

More information

ORDINARY DIFFERENTIAL EQUATIONS

ORDINARY DIFFERENTIAL EQUATIONS ORDINARY DIFFERENTIAL EQUATIONS GABRIEL NAGY Mathematics Department, Michigan State University, East Lansing, MI, 48824. SEPTEMBER 4, 25 Summary. This is an introduction to ordinary differential equations.

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

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

r (t) = 2r(t) + sin t θ (t) = r(t) θ(t) + 1 = 1 1 θ(t) 1 9.4.4 Write the given system in matrix form x = Ax + f ( ) sin(t) x y 1 0 5 z = dy cos(t)

r (t) = 2r(t) + sin t θ (t) = r(t) θ(t) + 1 = 1 1 θ(t) 1 9.4.4 Write the given system in matrix form x = Ax + f ( ) sin(t) x y 1 0 5 z = dy cos(t) Solutions HW 9.4.2 Write the given system in matrix form x = Ax + f r (t) = 2r(t) + sin t θ (t) = r(t) θ(t) + We write this as ( ) r (t) θ (t) = ( ) ( ) 2 r(t) θ(t) + ( ) sin(t) 9.4.4 Write the given system

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

1 Lecture: Integration of rational functions by decomposition

1 Lecture: Integration of rational functions by decomposition Lecture: Integration of rational functions by decomposition into partial fractions Recognize and integrate basic rational functions, except when the denominator is a power of an irreducible quadratic.

More information

9. Particular Solutions of Non-homogeneous second order equations Undetermined Coefficients

9. Particular Solutions of Non-homogeneous second order equations Undetermined Coefficients September 29, 201 9-1 9. Particular Solutions of Non-homogeneous second order equations Undetermined Coefficients We have seen that in order to find the general solution to the second order differential

More information

Solutions to Linear First Order ODE s

Solutions to Linear First Order ODE s First Order Linear Equations In the previous session we learned that a first order linear inhomogeneous ODE for the unknown function x = x(t), has the standard form x + p(t)x = q(t) () (To be precise we

More information

Lecture Notes for Math250: Ordinary Differential Equations

Lecture Notes for Math250: Ordinary Differential Equations Lecture Notes for Math250: Ordinary Differential Equations Wen Shen 2011 NB! These notes are used by myself. They are provided to students as a supplement to the textbook. They can not substitute the textbook.

More information

tegrals as General & Particular Solutions

tegrals as General & Particular Solutions tegrals as General & Particular Solutions dy dx = f(x) General Solution: y(x) = f(x) dx + C Particular Solution: dy dx = f(x), y(x 0) = y 0 Examples: 1) dy dx = (x 2)2 ;y(2) = 1; 2) dy ;y(0) = 0; 3) dx

More information

PYTHAGOREAN TRIPLES KEITH CONRAD

PYTHAGOREAN TRIPLES KEITH CONRAD PYTHAGOREAN TRIPLES KEITH CONRAD 1. Introduction A Pythagorean triple is a triple of positive integers (a, b, c) where a + b = c. Examples include (3, 4, 5), (5, 1, 13), and (8, 15, 17). Below is an ancient

More information

Second Order Linear Differential Equations

Second Order Linear Differential Equations CHAPTER 2 Second Order Linear Differential Equations 2.. Homogeneous Equations A differential equation is a relation involving variables x y y y. A solution is a function f x such that the substitution

More information

2 Integrating Both Sides

2 Integrating Both Sides 2 Integrating Both Sides So far, the only general method we have for solving differential equations involves equations of the form y = f(x), where f(x) is any function of x. The solution to such an equation

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

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

MATH 425, PRACTICE FINAL EXAM SOLUTIONS.

MATH 425, PRACTICE FINAL EXAM SOLUTIONS. MATH 45, PRACTICE FINAL EXAM SOLUTIONS. Exercise. a Is the operator L defined on smooth functions of x, y by L u := u xx + cosu linear? b Does the answer change if we replace the operator L by the operator

More information

1 Error in Euler s Method

1 Error in Euler s Method 1 Error in Euler s Method Experience with Euler s 1 method raises some interesting questions about numerical approximations for the solutions of differential equations. 1. What determines the amount of

More information

A First Course in Elementary Differential Equations. Marcel B. Finan Arkansas Tech University c All Rights Reserved

A First Course in Elementary Differential Equations. Marcel B. Finan Arkansas Tech University c All Rights Reserved A First Course in Elementary Differential Equations Marcel B. Finan Arkansas Tech University c All Rights Reserved 1 Contents 1 Basic Terminology 4 2 Qualitative Analysis: Direction Field of y = f(t, y)

More information

To give it a definition, an implicit function of x and y is simply any relationship that takes the form:

To give it a definition, an implicit function of x and y is simply any relationship that takes the form: 2 Implicit function theorems and applications 21 Implicit functions The implicit function theorem is one of the most useful single tools you ll meet this year After a while, it will be second nature to

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

College of the Holy Cross, Spring 2009 Math 373, Partial Differential Equations Midterm 1 Practice Questions

College of the Holy Cross, Spring 2009 Math 373, Partial Differential Equations Midterm 1 Practice Questions College of the Holy Cross, Spring 29 Math 373, Partial Differential Equations Midterm 1 Practice Questions 1. (a) Find a solution of u x + u y + u = xy. Hint: Try a polynomial of degree 2. Solution. Use

More information

Chapter 20. Vector Spaces and Bases

Chapter 20. Vector Spaces and Bases Chapter 20. Vector Spaces and Bases In this course, we have proceeded step-by-step through low-dimensional Linear Algebra. We have looked at lines, planes, hyperplanes, and have seen that there is no limit

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

How To Solve A Linear Dierential Equation

How To Solve A Linear Dierential Equation Dierential Equations (part 2): Linear Dierential Equations (by Evan Dummit, 2012, v. 1.00) Contents 4 Linear Dierential Equations 1 4.1 Terminology.................................................. 1 4.2

More information

CHAPTER FIVE. Solutions for Section 5.1. Skill Refresher. Exercises

CHAPTER FIVE. Solutions for Section 5.1. Skill Refresher. Exercises CHAPTER FIVE 5.1 SOLUTIONS 265 Solutions for Section 5.1 Skill Refresher S1. Since 1,000,000 = 10 6, we have x = 6. S2. Since 0.01 = 10 2, we have t = 2. S3. Since e 3 = ( e 3) 1/2 = e 3/2, we have z =

More information

Math 4310 Handout - Quotient Vector Spaces

Math 4310 Handout - Quotient Vector Spaces Math 4310 Handout - Quotient Vector Spaces Dan Collins The textbook defines a subspace of a vector space in Chapter 4, but it avoids ever discussing the notion of a quotient space. This is understandable

More information

Differentiation and Integration

Differentiation and Integration This material is a supplement to Appendix G of Stewart. You should read the appendix, except the last section on complex exponentials, before this material. Differentiation and Integration Suppose we have

More information

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

Techniques of Integration

Techniques of Integration CHPTER 7 Techniques of Integration 7.. Substitution Integration, unlike differentiation, is more of an art-form than a collection of algorithms. Many problems in applied mathematics involve the integration

More information

Quotient Rings and Field Extensions

Quotient Rings and Field Extensions Chapter 5 Quotient Rings and Field Extensions In this chapter we describe a method for producing field extension of a given field. If F is a field, then a field extension is a field K that contains F.

More information

Polynomial Invariants

Polynomial Invariants Polynomial Invariants Dylan Wilson October 9, 2014 (1) Today we will be interested in the following Question 1.1. What are all the possible polynomials in two variables f(x, y) such that f(x, y) = f(y,

More information

Chapter 17. Orthogonal Matrices and Symmetries of Space

Chapter 17. Orthogonal Matrices and Symmetries of Space Chapter 17. Orthogonal Matrices and Symmetries of Space Take a random matrix, say 1 3 A = 4 5 6, 7 8 9 and compare the lengths of e 1 and Ae 1. The vector e 1 has length 1, while Ae 1 = (1, 4, 7) has length

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

MATH10212 Linear Algebra. Systems of Linear Equations. Definition. An n-dimensional vector is a row or a column of n numbers (or letters): a 1.

MATH10212 Linear Algebra. Systems of Linear Equations. Definition. An n-dimensional vector is a row or a column of n numbers (or letters): a 1. MATH10212 Linear Algebra Textbook: D. Poole, Linear Algebra: A Modern Introduction. Thompson, 2006. ISBN 0-534-40596-7. Systems of Linear Equations Definition. An n-dimensional vector is a row or a column

More information

Zeros of Polynomial Functions

Zeros of Polynomial Functions Zeros of Polynomial Functions The Rational Zero Theorem If f (x) = a n x n + a n-1 x n-1 + + a 1 x + a 0 has integer coefficients and p/q (where p/q is reduced) is a rational zero, then p is a factor of

More information

Math 22B, Homework #8 1. y 5y + 6y = 2e t

Math 22B, Homework #8 1. y 5y + 6y = 2e t Math 22B, Homework #8 3.7 Problem # We find a particular olution of the ODE y 5y + 6y 2e t uing the method of variation of parameter and then verify the olution uing the method of undetermined coefficient.

More information

COMPLEX NUMBERS AND DIFFERENTIAL EQUATIONS

COMPLEX NUMBERS AND DIFFERENTIAL EQUATIONS COMPLEX NUMBERS AND DIFFERENTIAL EQUATIONS BORIS HASSELBLATT CONTENTS. Introduction. Why complex numbers were introduced 3. Complex numbers, Euler s formula 3 4. Homogeneous differential equations 8 5.

More information

Math 120 Final Exam Practice Problems, Form: A

Math 120 Final Exam Practice Problems, Form: A Math 120 Final Exam Practice Problems, Form: A Name: While every attempt was made to be complete in the types of problems given below, we make no guarantees about the completeness of the problems. Specifically,

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

1.7. Partial Fractions. 1.7.1. Rational Functions and Partial Fractions. A rational function is a quotient of two polynomials: R(x) = P (x) Q(x).

1.7. Partial Fractions. 1.7.1. Rational Functions and Partial Fractions. A rational function is a quotient of two polynomials: R(x) = P (x) Q(x). .7. PRTIL FRCTIONS 3.7. Partial Fractions.7.. Rational Functions and Partial Fractions. rational function is a quotient of two polynomials: R(x) = P (x) Q(x). Here we discuss how to integrate rational

More information

Continued Fractions and the Euclidean Algorithm

Continued Fractions and the Euclidean Algorithm Continued Fractions and the Euclidean Algorithm Lecture notes prepared for MATH 326, Spring 997 Department of Mathematics and Statistics University at Albany William F Hammond Table of Contents Introduction

More information

Lies My Calculator and Computer Told Me

Lies My Calculator and Computer Told Me Lies My Calculator and Computer Told Me 2 LIES MY CALCULATOR AND COMPUTER TOLD ME Lies My Calculator and Computer Told Me See Section.4 for a discussion of graphing calculators and computers with graphing

More information

Solutions to Homework 10

Solutions to Homework 10 Solutions to Homework 1 Section 7., exercise # 1 (b,d): (b) Compute the value of R f dv, where f(x, y) = y/x and R = [1, 3] [, 4]. Solution: Since f is continuous over R, f is integrable over R. Let x

More information

Moreover, under the risk neutral measure, it must be the case that (5) r t = µ t.

Moreover, under the risk neutral measure, it must be the case that (5) r t = µ t. LECTURE 7: BLACK SCHOLES THEORY 1. Introduction: The Black Scholes Model In 1973 Fisher Black and Myron Scholes ushered in the modern era of derivative securities with a seminal paper 1 on the pricing

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

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

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

System of First Order Differential Equations

System of First Order Differential Equations CHAPTER System of First Order Differential Equations In this chapter, we will discuss system of first order differential equations. There are many applications that involving find several unknown functions

More information

3. Mathematical Induction

3. Mathematical Induction 3. MATHEMATICAL INDUCTION 83 3. Mathematical Induction 3.1. First Principle of Mathematical Induction. Let P (n) be a predicate with domain of discourse (over) the natural numbers N = {0, 1,,...}. If (1)

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

TRIGONOMETRY Compound & Double angle formulae

TRIGONOMETRY Compound & Double angle formulae TRIGONOMETRY Compound & Double angle formulae In order to master this section you must first learn the formulae, even though they will be given to you on the matric formula sheet. We call these formulae

More information

On closed-form solutions to a class of ordinary differential equations

On closed-form solutions to a class of ordinary differential equations International Journal of Advanced Mathematical Sciences, 2 (1 (2014 57-70 c Science Publishing Corporation www.sciencepubco.com/index.php/ijams doi: 10.14419/ijams.v2i1.1556 Research Paper On closed-form

More information

No Solution Equations Let s look at the following equation: 2 +3=2 +7

No Solution Equations Let s look at the following equation: 2 +3=2 +7 5.4 Solving Equations with Infinite or No Solutions So far we have looked at equations where there is exactly one solution. It is possible to have more than solution in other types of equations that are

More information

14.1. Basic Concepts of Integration. Introduction. Prerequisites. Learning Outcomes. Learning Style

14.1. Basic Concepts of Integration. Introduction. Prerequisites. Learning Outcomes. Learning Style Basic Concepts of Integration 14.1 Introduction When a function f(x) is known we can differentiate it to obtain its derivative df. The reverse dx process is to obtain the function f(x) from knowledge of

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

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

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

Constrained optimization.

Constrained optimization. ams/econ 11b supplementary notes ucsc Constrained optimization. c 2010, Yonatan Katznelson 1. Constraints In many of the optimization problems that arise in economics, there are restrictions on the values

More information

SIGNAL PROCESSING & SIMULATION NEWSLETTER

SIGNAL PROCESSING & SIMULATION NEWSLETTER 1 of 10 1/25/2008 3:38 AM SIGNAL PROCESSING & SIMULATION NEWSLETTER Note: This is not a particularly interesting topic for anyone other than those who ar e involved in simulation. So if you have difficulty

More information

2.2 Magic with complex exponentials

2.2 Magic with complex exponentials 2.2. MAGIC WITH COMPLEX EXPONENTIALS 97 2.2 Magic with complex exponentials We don t really know what aspects of complex variables you learned about in high school, so the goal here is to start more or

More information

Homework #1 Solutions

Homework #1 Solutions MAT 303 Spring 203 Homework # Solutions Problems Section.:, 4, 6, 34, 40 Section.2:, 4, 8, 30, 42 Section.4:, 2, 3, 4, 8, 22, 24, 46... Verify that y = x 3 + 7 is a solution to y = 3x 2. Solution: From

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

0.8 Rational Expressions and Equations

0.8 Rational Expressions and Equations 96 Prerequisites 0.8 Rational Expressions and Equations We now turn our attention to rational expressions - that is, algebraic fractions - and equations which contain them. The reader is encouraged to

More information

The Deadly Sins of Algebra

The Deadly Sins of Algebra The Deadly Sins of Algebra There are some algebraic misconceptions that are so damaging to your quantitative and formal reasoning ability, you might as well be said not to have any such reasoning ability.

More information

Zeros of Polynomial Functions

Zeros of Polynomial Functions Review: Synthetic Division Find (x 2-5x - 5x 3 + x 4 ) (5 + x). Factor Theorem Solve 2x 3-5x 2 + x + 2 =0 given that 2 is a zero of f(x) = 2x 3-5x 2 + x + 2. Zeros of Polynomial Functions Introduction

More information

DIFFERENTIABILITY OF COMPLEX FUNCTIONS. Contents

DIFFERENTIABILITY OF COMPLEX FUNCTIONS. Contents DIFFERENTIABILITY OF COMPLEX FUNCTIONS Contents 1. Limit definition of a derivative 1 2. Holomorphic functions, the Cauchy-Riemann equations 3 3. Differentiability of real functions 5 4. A sufficient condition

More information

Numerical Solution of Differential

Numerical Solution of Differential Chapter 13 Numerical Solution of Differential Equations We have considered numerical solution procedures for two kinds of equations: In chapter 10 the unknown was a real number; in chapter 6 the unknown

More information

36 CHAPTER 1. LIMITS AND CONTINUITY. Figure 1.17: At which points is f not continuous?

36 CHAPTER 1. LIMITS AND CONTINUITY. Figure 1.17: At which points is f not continuous? 36 CHAPTER 1. LIMITS AND CONTINUITY 1.3 Continuity Before Calculus became clearly de ned, continuity meant that one could draw the graph of a function without having to lift the pen and pencil. While this

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

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

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

Review of Fundamental Mathematics

Review of Fundamental Mathematics Review of Fundamental Mathematics As explained in the Preface and in Chapter 1 of your textbook, managerial economics applies microeconomic theory to business decision making. The decision-making tools

More information

An Introduction to Partial Differential Equations

An Introduction to Partial Differential Equations An Introduction to Partial Differential Equations Andrew J. Bernoff LECTURE 2 Cooling of a Hot Bar: The Diffusion Equation 2.1. Outline of Lecture An Introduction to Heat Flow Derivation of the Diffusion

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

Week 13 Trigonometric Form of Complex Numbers

Week 13 Trigonometric Form of Complex Numbers Week Trigonometric Form of Complex Numbers Overview In this week of the course, which is the last week if you are not going to take calculus, we will look at how Trigonometry can sometimes help in working

More information

The one dimensional heat equation: Neumann and Robin boundary conditions

The one dimensional heat equation: Neumann and Robin boundary conditions The one dimensional heat equation: Neumann and Robin boundary conditions Ryan C. Trinity University Partial Differential Equations February 28, 2012 with Neumann boundary conditions Our goal is to solve:

More information

8 Square matrices continued: Determinants

8 Square matrices continued: Determinants 8 Square matrices continued: Determinants 8. Introduction Determinants give us important information about square matrices, and, as we ll soon see, are essential for the computation of eigenvalues. You

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

Class Meeting # 1: Introduction to PDEs

Class Meeting # 1: Introduction to PDEs MATH 18.152 COURSE NOTES - CLASS MEETING # 1 18.152 Introduction to PDEs, Fall 2011 Professor: Jared Speck Class Meeting # 1: Introduction to PDEs 1. What is a PDE? We will be studying functions u = u(x

More information

REVIEW EXERCISES DAVID J LOWRY

REVIEW EXERCISES DAVID J LOWRY REVIEW EXERCISES DAVID J LOWRY Contents 1. Introduction 1 2. Elementary Functions 1 2.1. Factoring and Solving Quadratics 1 2.2. Polynomial Inequalities 3 2.3. Rational Functions 4 2.4. Exponentials and

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

The Heat Equation. Lectures INF2320 p. 1/88

The Heat Equation. Lectures INF2320 p. 1/88 The Heat Equation Lectures INF232 p. 1/88 Lectures INF232 p. 2/88 The Heat Equation We study the heat equation: u t = u xx for x (,1), t >, (1) u(,t) = u(1,t) = for t >, (2) u(x,) = f(x) for x (,1), (3)

More information

MATH 10034 Fundamental Mathematics IV

MATH 10034 Fundamental Mathematics IV MATH 0034 Fundamental Mathematics IV http://www.math.kent.edu/ebooks/0034/funmath4.pdf Department of Mathematical Sciences Kent State University January 2, 2009 ii Contents To the Instructor v Polynomials.

More information

Basic numerical skills: EQUATIONS AND HOW TO SOLVE THEM. x + 5 = 7 2 + 5-2 = 7-2 5 + (2-2) = 7-2 5 = 5. x + 5-5 = 7-5. x + 0 = 20.

Basic numerical skills: EQUATIONS AND HOW TO SOLVE THEM. x + 5 = 7 2 + 5-2 = 7-2 5 + (2-2) = 7-2 5 = 5. x + 5-5 = 7-5. x + 0 = 20. Basic numerical skills: EQUATIONS AND HOW TO SOLVE THEM 1. Introduction (really easy) An equation represents the equivalence between two quantities. The two sides of the equation are in balance, and solving

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

South Carolina College- and Career-Ready (SCCCR) Pre-Calculus

South Carolina College- and Career-Ready (SCCCR) Pre-Calculus South Carolina College- and Career-Ready (SCCCR) Pre-Calculus Key Concepts Arithmetic with Polynomials and Rational Expressions PC.AAPR.2 PC.AAPR.3 PC.AAPR.4 PC.AAPR.5 PC.AAPR.6 PC.AAPR.7 Standards Know

More information

MATH 304 Linear Algebra Lecture 9: Subspaces of vector spaces (continued). Span. Spanning set.

MATH 304 Linear Algebra Lecture 9: Subspaces of vector spaces (continued). Span. Spanning set. MATH 304 Linear Algebra Lecture 9: Subspaces of vector spaces (continued). Span. Spanning set. Vector space A vector space is a set V equipped with two operations, addition V V (x,y) x + y V and scalar

More information

Solving Rational Equations

Solving Rational Equations Lesson M Lesson : Student Outcomes Students solve rational equations, monitoring for the creation of extraneous solutions. Lesson Notes In the preceding lessons, students learned to add, subtract, multiply,

More information