SMA 208: Ordinary differential equations I

Size: px
Start display at page:

Download "SMA 208: Ordinary differential equations I"

Transcription

1 SMA 208: Ordinary differential equations I Second order differential equations Lecturer: Dr. Philip Ngare (Contacts: pngare@uonbi.ac.ke, Tue 12-2 PM) School of Mathematics, University of Nairobi April 5, 2013 P. Ngare (University of Nairobi) SMA 208: Ordinary differential equations I April 5, / 40

2 Second order differential equations A second order ordinary differential equation has the form d 2 y dt 2 where f is some given function. dy = f (t, y, dt ) (1) Equation (1) is said to be linear if the function f has the form f (t, y, dy dy dt ) = g(t) p(t) dt q(t)y, that is, if f is linear in y and y. We not that g, p and g depends on t but not on y. Equation (1) can further be written as y + p(t)y + q(t)y = g(t) (2) or P(t)y + Q(t)y + R(t)y = G(t). (3) If equation(1) is not of the form (2) or (3), then it is called nonlinear. P. Ngare (University of Nairobi) SMA 208: Ordinary differential equations I April 5, / 40

3 Initial value problem and Second order homogeneous differential equations Equation (1), (2) or (3) together with a pair of initial conditions y(t 0 ) = y 0, y (t 0 ) = y 0, where y 0 and y 0 are given numbers. We observe that the initial conditions for a second order equation prescribe not only a particular point (t 0, y 0 ) through which the graph of the solution must pass, but also the slope y 0 of the graph at that point. A second order linear equation is said to be homogeneous if the term g(t) in (2) and G(t) in (3) is zero for all t. Otherwise, the equation is called nonhomogeneous. As a result, the term g(t) in (2) or G(t) in (3) is sometimes called the nonhomogeneous term. P. Ngare (University of Nairobi) SMA 208: Ordinary differential equations I April 5, / 40

4 Theorem (Existence and uniqueness of Linear second order ODEs) Suppose the coefficients p(t), q(t) and the driving term g(t) are continuous on t-interval I, then, for each t 0 in I and each set of values of y 0 and y 0, the IVP y + p(t)y + q(t)y = g(t), y(t 0 ) = y 0, y (t 0 ) = y 0 has a uniqueness solution y(t) and this solution lies on the t-interval I. Example Find the largest interval in which the solution of the initial value problem (t 2 3t)y + ty (t + 3)y = 0, y(1) = 2, y (1) = 1 is certain to exist. Solution We note that in this case p(t) = 1/(t 3), q(t) = (t + 3)/t(t 3) and g(t) = 0. The only points of discontinuity are t = 0 and t = 3. Therefore, the longest open interval, containing the initial point t = 1, in which all the coefficients are continuous is 0 < t < 3. This is the longest interval in which theorem above guarantees that the solution exists. P. Ngare (University of Nairobi) SMA 208: Ordinary differential equations I April 5, / 40

5 Theorem (Superposition Principle) If y 1 (x) and y 2 (x) are both solutions of Linear homogeneous equation P(x) d 2 y dx 2 + Q(x)dy + R(x)y = 0 (4) dx and c 1 and c 2 are any constants, then the function y(x) = c 1 y 1 (x) + c 2 y 2 (x) is also a solution of equation (4) Proof. Given that y 1 and y 2 are solution of equation (4), we have P(x)y 1 + Q(x)y 1 + R(x)y 1 = 0 and P(x)y 2 + Q(x)y 2 + R(x)y 2 = 0. Therefore using basic rules of differentiation, we have P(x)y + Q(x)y + R(x)y = P(x)(c 1 y 1 + c 2 y 2 ) + Q(x)(c 1 y 1 + c 2 y 2 ) + R(x)(c 1 y 1 + c 2 y 2 ) = c 1 [P(x)y 1 + Q(x)y 1 + R(x)y 1 ] + c 2 [P(x)y 2 + Q(x)y 2 + R(x)y 2 ] = c 1 (0) + c 2 (0) = 0. QED. P. Ngare (University of Nairobi) SMA 208: Ordinary differential equations I April 5, / 40

6 Example Solve the equation y y = 0, y(0) = 2, y (0) = 1. Solution We should notice that y 1 (t) = e t and y 2 (t) = e t satisfy the above equation. Similarly the function y = c 1 y 1 (t) + c 2 y 2 (t) = c 1 e t + c 2 e t satisfies the above equation for any values of c 1 and c 2. Suppose we seek for a solution of the above equation that also satisfies the initial conditions y(0) = 2, y (0) = 1. That is we seek the solution that passes through the point (0, 2) and at that point has the slope 1. First, we set t = 0 and y = 2 in the above equation, gives c 1 + c 2 = 2. Next, we differentiate y = c 1 e t + c 2 e t. Then setting t = 0 and y = 1, we obtain c 1 c 2 = 1. Solving the simultaneous equation: c 1 + c 2 = 2, c 1 c 2 = 1, we find that c 1 = 1 2, c 2 = 3 2. Hence y = 1 2 et e t is the solution of the initial value problem. P. Ngare (University of Nairobi) SMA 208: Ordinary differential equations I April 5, / 40

7 Example Find the solution of ay + by + cy = 0, with arbitrary (real) constant coefficients. Solution Based on our experience with previous example, we suppose that y = e rt, where r is a parameter to be determined. Then it follows that y = re rt and y = r 2 e rt. Substituting these expressions into ay + by + cy = 0, we obtain (ar 2 + br + c)e rt = 0 or since e rt 0, ar 2 + br + c = 0. ar 2 + br + c = 0 is called the characteristic equation or auxiliary equation for the differential equation ay + by + cy = 0. The significance of characteristic equation lies in the fact that if r is root of the polynomial equation ar 2 + br + c = 0, then y = e rt is a solution of the differential equation ay + by + cy = 0. Assuming the solutions for the characteristic equations are real and different i.e r 1 and r 2 such that r 1 r 2, then y = c 1 e r 1t + c 2 e r 2t is the required solution. P. Ngare (University of Nairobi) SMA 208: Ordinary differential equations I April 5, / 40

8 Real and different roots of characteristic equations The characteristic equation, ar 2 + br + c = 0, has two roots which may be real and different, real but repeated or complex conjugates. In this section we assume that the roots of the characteristic equation are real and different. Example Find the solution of the initial value problem y + 5y + 6y = 0, y(0) = 2, y (0) = 3. Solution We assume that y = e rt and it follows that r must be a root of characteristic equation r 2 + 5r + 6 = (r + 2)(r + 3) = 0. Thus the possible values of r are r 1 = 2 and r 2 = 3. The general solution is y 1 = c 1 e 2t + c 2 e 3t. Using the initial conditions, c 1 and c 2 must satisfy: c 1 + c 2 = 2 and c 1 3c 2 = 3 = c 1 = 9, c 2 = 7. Hence y = 9e 2t 7e 3t. P. Ngare (University of Nairobi) SMA 208: Ordinary differential equations I April 5, / 40

9 Example Find the solution of the initial value problem 2y 3y + y = 0, y(0) = 2, y (0) = 1 2. Then determine the maximum value of the solution and also find the point where the solution is zero. Solution The characteristic equation is 2r 2 3r + 1 = 0, with roots r = 1 2, 1. Therefore the general solution is y = c 1 e t/2 + c 2 e t. In order to satisfy the initial conditions, we require c 1 + c 2 = 2 and c 1 /2 + c 2 = 1 2 = c 1 = 3 and c 2 = 1. Thus the specific solution is y(t) = 3e t/2 e t. To find the stationary point, set y = 3e t/2 /2 e t = 0 = t 1 = ln(9/4). The maximum value is then y(t 1 ) = 9/4. To find x-intercept, we solve the equation 3e t/2 e t = 0 = t 2 = ln P. Ngare (University of Nairobi) SMA 208: Ordinary differential equations I April 5, / 40

10 Example Solve the initial value problem 4y y = 0, y(0) = 2, y(0) = β. Then find β so that the solution approaches zero as t. Solution The characteristic equation is 4r 2 1 = 0, with roots r = ±1/2. The general solution is y = c 1 e t/2 + c 2 e t/2, with derivatives y = c 1 e t/2 /2 + c 2 e t/2 /2. In order to satisfy the initial conditions, we require c 1 + c 2 = 2 and c 1 + c 2 = β. The specific solution is y(t) = (1 β)e t/2 + (1 + β)e t/2. It is evident that as t, y(t) 0 as long as β = 1. P. Ngare (University of Nairobi) SMA 208: Ordinary differential equations I April 5, / 40

11 Questions 1 Find the solution of the initial value problem 4y 8y + 3y = 0, y(0) = 2, y (0) = Find the solution of the given initial value problem. Sketch the graph of the solution and describe its behavior as t increases 2y + y 4y = 0, y(0) = 0, y (0) = 1. 3 Determine the longest interval in which the given initial value problem is certain to have a unique twice differentiable solution. (a) ty + 3y = t, y(1) = 1, y (1) = 2. (b) t(t 4)y + 3ty + 4y = 2, y(3) = 0, y (3) = 1. P. Ngare (University of Nairobi) SMA 208: Ordinary differential equations I April 5, / 40

12 Substitution methods (A) Equation with the dependent variable missing For a second order differential equation of the form y = f (t, y ), the substitution v = y, v = y leads to a first order equation of the form v = f (t, v). If this equation can be solved for v, then y can be obtained by integrating dy/dt = v. We note that one arbitrary constant is obtained in solving the first order equation for v, and a second is introduced in the integration for y. Example Use substitution method above to solve the given equation 1 ty + y = 1, t > t 2 y + (y ) 3 = 2ty, t > 0. 3 y + y = e t. 4 (1 + t 2 )y + 2ty + 3t t = 0, y(1) = 2, y (1) = 1. P. Ngare (University of Nairobi) SMA 208: Ordinary differential equations I April 5, / 40

13 Solution (1) ty + y = 1, t > 0 Set v = y and v = y, substituting into the ODE, tv + v = 1. The equation is linear and can be written as (tv = 1). Hence the general solution is v = 1 + c 1 /t y = t + c 1 ln t + c 2. (2) 2t 2 y + (y ) 3 = 2ty, t > 0 = y = 1 + c 1 /t and Setting v = y and v = y, transforms the equation to 2t 2 v + v 3 = 2tv. This is a Bernoulli equation, with n = 3. Substituting w = v 2 yields t 2 w + 1 = 2tw = t 2 w + 2tw = 1 = w = (t + c 1 )/t 2. Hence v = ±t/ t + c 1 that is y = ±t/ t + c 1 = y(t) = ± 2 3 (t 2c 1) t + c 1 + c 2. P. Ngare (University of Nairobi) SMA 208: Ordinary differential equations I April 5, / 40

14 (B) Equation with the independent variable missing If a second order differential equation has the form y = f (y, y ), then the independent variable t does not appear explicitly, but only through the dependent variable y. Let v = y, then we obtain dv/dt = f (y, v). Moreover, if we think of y as the independent variable, then by chain rule dv/dt = (dv/dy)(dy/dt) = v(dv/dy). Hence v(dv/dt) = f (y, v). Provided that v(dv/dt) = f (y, v) can be solved, we obtain v as a function of y. A relation between y and t results from solving dy/dt = v(y). Example In each problem below use this method to solve the given differential equations 1 y + y = 0 2 y + y(y ) 3 = 0 3 y + (y ) 2 = 2e y P. Ngare (University of Nairobi) SMA 208: Ordinary differential equations I April 5, / 40

15 Solution (1) y + y = 0 Let y = v and y = vdy/dy. Then vdv/dy + y = 0 is the transformed equation for v = v(y). vdv/dy + y = 0 = vdv = ydy = v 2 = y 2 + c 1 = y = ± c 1 y 2. y = ± c 1 y 2 is separable with solution arcsin(y/ c 1 ) = ±t + c 2 or y(t) = d 1 sin(t + d 2 ). (2) y + y(y ) 3 = 0 Let y = v and y = vdy/dy. Then vdv + yv 3 = 0 is the differential equation for v = v(y). The above equation is separable with v 2 = ydv = v = [y 2 /2 + c 1 ] 1. That is y = [y 2 /2 + c 1 ] 1. y = [y 2 /2 + c 1 ] 1 is also separable with (y 2 /2 + c 1 )dy = dt. The solution is defined implicitly by y 3 /6 + c 1 y + c 2 = t. P. Ngare (University of Nairobi) SMA 208: Ordinary differential equations I April 5, / 40

16 Fundamental solutions of Linear Homogeneous Equations The Wronskian Consider a second order homogeneous equation L[y] = y + p(t)y + q(t)y = 0, y(t 0 ) = y 0, y (t 0 ) = y 0. Assume that y 1 and y 2 its two solutions, then as stated previous y = c 1 y 1 + c 2 y 2 is a solution as well. The initial conditions require c 1 and c 2 to satisfy the equations. c 1 y 1 (t 0 ) + c 2 y 2 (t 0 ) = y 0 c 1 y 1(t 0 ) + c 2 y 2(t 0 ) = y 0 Solving for c 1 and c 2, we find that c 1 = y 0 y 2 (t 0 ) y 0 y 2 (t 0) y 1 (t 0 ) y 2 (t 0 ) y 1 (t 0) y 2 (t 0), c 2 = y 1 (t 0 ) y 0 y 1 (t 0) y 0 y 1 (t 0 ) y 2 (t 0 ) y 1 (t 0) y 2 (t 0) Both c 1 and c 2 have similar denominator, namely, the Wronskian determinant or simple Wronskian, W = y 1 (t 0 ) y 2 (t 0 ) y 1 (t 0) y 2 (t 0) = y 1(t 0 )y 2 (t 0) y 1 (t 0)y 2 (t 0 ). P. Ngare (University of Nairobi) SMA 208: Ordinary differential equations I April 5, / 40

17 Theorem If y 1 and y 2 are two solutions of L[y] = y + p(t)y + q(t)y = 0 and if there is a point t 0 where the Wronskian W = y 1 (t 0 )y 2 (t 0) y 1 (t 0)y 2 (t 0 ) 0. Then the family of solutions y = c 1 y 1 (t) + c 2 y 2 (t) with arbitrary coefficients c 1 and c 2 includes every solution of equation L[y] = y + p(t)y + q(t)y = 0. Example Suppose that y 1 (t) = e r 1t and y 2 (t) = e r 2t are two solutions of an equation of the form L[y] = y + p(t)y + q(t)y = 0. Show that they form a fundamental set of solutions if r 1 r 2. Solution We calculate the Wronskian of y 1 and y 2 : W = e r 1 t r 1 e r 1 t e r 2 t r 2 e r 2 t = (r 2 r 1 ) exp[(r 1 + r 2 )]t Since the exponential function is never zero, and since r 2 r 1 0 by the statement of the problem, it follows that W is nonzero for every value of t. P. Ngare (University of Nairobi) SMA 208: Ordinary differential equations I April 5, / 40

18 Theorem Consider the differential equation L[y] = y + p(t)y + q(t)y = 0, whose coefficients p and q are continuous on some open interval I. Choose some points t 0 in I. Let y 1 be the solution of L[y] = y + p(t)y + q(t)y = 0 that also satisfies the initial conditions y(t 0 ) = 1, y (t 0 ) = 0 and let y 2 be another solution that satisfies the initial condition y(t 0 ) = 0, y (t 0 ) = 1. Then y 1 and y 2 form a fundamental set of solution of L[y] = y + p(t)y + q(t)y = 0. P. Ngare (University of Nairobi) SMA 208: Ordinary differential equations I April 5, / 40

19 Example Given y + 4y + 3y 0, t 0 = 1, find the fundamental set of solutions specified by the theorem above. Solution The general solution is y = c 1 e 3t + c 2 e t. W (e 3t, e t ) = 2e 4t and hence the exponentials form a fundamental set of solutions. The fundamental solutions must also satisfy the conditions y 1 (1) = 1, y (1) = 0, y 2 (1) = 0, y 2 (1) = 1. For y 1, the initial condition require c 1 + c 2 = e, 3c 1 c 2 = 0. The coefficients are c 1 = e 3 /2, c 2 = 3e/2. For y 2 the initial conditions require c 1 + c 2 = 0, 3c 1 c 2 = e. The coefficients are c 1 = e 3 /2, c 2 = e/2. Hence the fundamental solutions are {y 1 = 1 2 e 3(t 1) e (t 1), y 2 = 1 2 e 3(t 1) e (t 1) }. P. Ngare (University of Nairobi) SMA 208: Ordinary differential equations I April 5, / 40

20 Questions 1 Show that y 1 (t) = t 1/2 and y 2 (t) = t 1 form a fundamental set of solutions of 2t 2 y + 3ty y = 0, t > 0. 2 Given y y = 0, t 0 = 0, find the fundamental set of solutions. 3 If the Wronskian W of f and g is 3e 4t and if f (t) = e 2t, find g(t). P. Ngare (University of Nairobi) SMA 208: Ordinary differential equations I April 5, / 40

21 Exact second order homogeneous equation The equation P(x)y + Q(x)y + R(x)y = 0 is said to be exact if it can be written in the form [P(x)y ] + [f (x)y] = 0, where f (x) is to be determined in terms of P(x), Q(x) and R(x). The latter equation can be integrated once immediately resulting in a first order linear equation for y that can be solved as before. By equating the coefficients of the preceding equations and then eliminating f (x), show that the necessary and sufficient condition for exactness is P (x) Q (x) + R(x) = 0. P. Ngare (University of Nairobi) SMA 208: Ordinary differential equations I April 5, / 40

22 Example Determine whether the given equation is exact. If so solve the equation 1 y + xy + y = 0 2 y + 3x 2 y + xy = 0 3 x 2 y + xy y = 0, x > 0 Solution 1 P = 1, Q = x, R = 1. We have P Q + R = 0. The equation is exact. Note that (y ) + (xy) = 0. Hence y + xy = c 1. This equation is linear, with integrating factor µ = e x2 /2. Therefore the general solution is y(x) = c 1 exp(x 2 /2) x x 0 exp(u 2 /2)du + c 2 exp( x 2 /2). 2 P = 1, Q = 3x 2, R = x. Note that P Q + R = 5x, and therefore the differential equation is not exact. P. Ngare (University of Nairobi) SMA 208: Ordinary differential equations I April 5, / 40

23 Solution (3) P = x 2, Q = x, R = 1. We have P Q + R = 0. The equation is exact. Write the equation as (x 2 y ) (xy) = 0. Integrating, we find that x 2 y xy = c. Divide both sides of the ODE by x 2. The resulting equation is linear, with integrating factor µ = 1/x. Hence (y/x) = cx 3. The solution is y(t) = c 1 x 1 + c 2 x. Questions Determine whether the given equation is exact. If so solve the equation x 2 y + 4xy + 2y = 0. P. Ngare (University of Nairobi) SMA 208: Ordinary differential equations I April 5, / 40

24 Non-Exact second order homogeneous equation If a second order linear homogeneous is not exact, it can be made exact by multiplying by an appropriate integrating factor µ(x). We require that µ(x) be such that µ(x)p(x)y + µ(x)q(x)y + µ(x)r(x)y = 0 can be written in the form [µ(x)p(x)y ] + [f (x)y] = 0. By equating coefficients in these two equations and eliminating f (x), show that the function µ must satisfy Pµ + (2P Q)µ + (P Q + R)µ = 0. This equation is know as the adjoint of the original equation. In general, the problem of solving the adjoint differential equation is as difficult as that of solving the original equation, so only occasionally is it possible to find an integrating factor for a second order equation. Example Find the adjoint of the given differential equation. 1 x 2 y + xy + (x 2 v 2 )y = 0 Bessel s equation. 2 y xy = 0 Airy s equation. P. Ngare (University of Nairobi) SMA 208: Ordinary differential equations I April 5, / 40

25 Solution 1 P = x 2, Q = x, R 2 = x 2 v 2. Hence the coefficients are 2P Q = 3x and P Q + R = x v 2. The adjoint of the original differential equation is given by x 2 µ + 3xµ + (x v 2 )µ = 0. 2 P = 1, Q = 0, R = x. Hence the coefficients are given by 2P Q = 0 and P Q + R = x. Therefore the adjoint of the original equation is µ xµ = 0. Questions 1 Find the adjoint of the given differential equation: (1 x 2 )y 2xy + α(α + 1)y = 0 Legendre s equation. 2 For the second order linear equation P(x)y + Q(x)y + R(x)y = 0, show that the adjoint of the adjoint equation is the original equation. P. Ngare (University of Nairobi) SMA 208: Ordinary differential equations I April 5, / 40

26 Repeated Roots of characteristic equation Consider an equation ay + by + cy = 0 (5) where the characteristic equation ar 2 + br + c = 0 has discriminant b 2 4ac is zero. It follows that r 1 = r 2 = b/2a and it is obvious that both roots yield the same solution y 1 (t) = e bt/2a but it is not obvious how to find a second solution. Assume that the general solution is of the form y = v(t)e bt/2a, substituting back to equation ( (8), we obtain ) av (t) + ( b + b)v (t) + b 2 4a b2 2a + c v(t) = 0. We note) that coefficients of v (t) = 0, coefficients of v(t) is c = 0 because b 2 4ac = 0 = v (t) = 0. Therefore ( b 2 4a v(t) = c 1 t + c 2 = y = v(t)e bt/2a = c 1 te bt/2a + c 2 e bt/2a. P. Ngare (University of Nairobi) SMA 208: Ordinary differential equations I April 5, / 40

27 Example 1 Find the solution of the initial value problem y y y = 0, y(0) = 2, y (0) = Consider the initial value problem 4y + 12y + 9y = 0, y(0) = 1, y (0) = 4 (a) Solve the initial value problem and plot its solution for 0 t 5. (b) Determine where the solution has the value zero. (c) Determine the coordinate (t 0, y 0 ) of the minimum point. (d) Change the second initial condition of y (0) = b and find the solution as a function of b. Then find the critical value of b that separates solutions that always remain positive from those that eventually becomes negative. P. Ngare (University of Nairobi) SMA 208: Ordinary differential equations I April 5, / 40

28 Solution 1 The characteristic equation is r 2 r = 0, so the roots are r 1 = r 2 = 1/2. The general solution of differential equation is y = c1 e t/2 + c 2 tc t/2. The initial conditions requires y(0) = c1 = 2 and y (0) = 1 2 c 1 + c 2 = 1 3 = c 2 = 2 3. Thus y = 2e t/2 2 3 tet/2. 2 (a) The characteristic equation is 4r r + 9 = 0, with the double root r = 3/2. The general solution is y(t) = c 1 e 3t/2 + c 2 e 3t/2. Invoking the initial conditions c 1 = 1 and c 2 = 5/2. Hence the specific solution is y(t) = e 3t/2 5/2te 3t/2. (b) The solution crosses the x-axis at t = 0.4. (c) The solution has a minimum at the point (16/15, 5e 8/5 /3). (d) Given that y (0) = b, we have 3/2 + c 2 = b or c 2 = b + 3/2. Hence the solution is y(t) = e 3t/2 + (b + 3/2)te 3t/2. Since the second term dominates, the long- term solution depends on the sign of the coefficient b + 3/2. The critical value is b = 3/2. P. Ngare (University of Nairobi) SMA 208: Ordinary differential equations I April 5, / 40

29 Questions 1 Solve the initial value problem. Sketch the graph of the solution and describe its behavior for increasing t. 9y 12y + 4y = 0, y(0) = 2, y (0) = 1. 2 Consider the initial value problem y y y = 0, y(0) = 2, y (0) = b. Find the solution as a function of b and then determine the critical value of b that separates solutions that grows positively from those that eventually grows negatively. P. Ngare (University of Nairobi) SMA 208: Ordinary differential equations I April 5, / 40

30 Complex roots of the characteristic equation Consider ay + by + cy = 0 and suppose that the discriminant b 2 4ac is negative, then the roots of ar 2 + br + c = 0 are conjugate complex numbers which can be denoted by r 1 = λ + iµ, r 2 = λ iµ, where λ and µ are real. y 1 (t) = exp[(λ + iµ)t], y 2 (t) = exp[(λ iµ)t]. We recall, Taylor series e t = n=0 tn n!, < t < = e it = (it) n n=0 n! = n=0 + i n=1 ( 1) n t 2n (2n)! = cos t + i sin t (Euler s formula) = e (λ+iµ)t = e λt.e iµt = e λt (cos µt + i sin µt) = e λt cos µt + ie λt sin µt. ( 1) n 1 t 2n 1 (2n 1)! Consequently, if the roots of the characteristic equation are complex numbers λ ± iµ, with µ 0, then the general solution is y = c 1 e λt cos µt + c 2 e λt sin µt where c 1 and c 2 are arbitrary constants. P. Ngare (University of Nairobi) SMA 208: Ordinary differential equations I April 5, / 40

31 Example 1 Find the general solution of y + y + y = 0. 2 Find the solution of the initial value problem 16y 8y + 145y = 0, y(0) = 2, y (0) = 1. Solution 1 The characteristic equation is r 2 + r + 1 = 0 and its roots are r = 1±(1 4)1/2 2 = 1 2 ± i 3 2. Thus λ = 1/2 and µ = 3/2, so the general solution is y = c 1 e t/2 cos( 3t/2) + c 2 e t/2 sin( 3t/2.) 2 The characteristic equation is 16r 2 8r = 0 and its roots are r = 1/4 ± 3i. Thus the general solution of the differential equation is y = c 1 e t/4 cos 3t + c 2 e t/4 sin3t. Applying initial conditions y(0) = c 1 = 2, y (0) = 1/4c 2 + 3c 2 = 1 = c 2 = 1/2. Therefore, y = 2e t/4 cos 3t + 1/2e t/4 sin 3t as a solution of IVP. P. Ngare (University of Nairobi) SMA 208: Ordinary differential equations I April 5, / 40

32 Questions 1 Find the general solution of y + 9y = 0. 2 Find the solution of the given IVP. Sketch the graph of the solution and describe its behavior for increasing t: y 2y + 5y = 0, y(π/2) = 0, y (π/2) = 2. P. Ngare (University of Nairobi) SMA 208: Ordinary differential equations I April 5, / 40

33 Change of variables Often a differential equation with variable coefficients y + p(t)y + q(t)y = 0 (6) can be put in a more suitable form for finding a solution by making a change of the independent and/or dependent variables. We would like to determine conditions on p and q such that (6) can be transformed into an equation with constant coefficient by a change of the independent variable. Let x = u(t), it can be shown that dy dt = dy dx dt dt, d 2 y = ( d2 dt 2 dt )2 d2 y + d2 x dy dx 2 dt 2 dx. Substituting the above values back to equation (6) it becomes ( ) dx 2 d 2 y 2 dt dx 2 + (d x dt 2 + p(t)dx dt )dy dx + q(t)y = 0. (7) P. Ngare (University of Nairobi) SMA 208: Ordinary differential equations I April 5, / 40

34 In order for equation (7) to have constant coefficient, the coefficients of d2 y and of y must be proportional. If q(t) > 0, then we can dx 2 choose the constant of proportionality to be 1, hence x = u(t) = [q(t)] 1/2 dt. Consequently, the coefficients of dy dx is also a constant, provided that the expression q (t)+2p(t)q(t) is constant. 2[q(t)] 3/2 Example Try to transform the following equation into one with constant coefficient by the method above. Hence solve the equation. 1 y + 3ty + t 2 y = 0 < t <. 2 ty + (t 2 1)y + t 3 y = 0, 0 < t <. P. Ngare (University of Nairobi) SMA 208: Ordinary differential equations I April 5, / 40

35 1 p(t) = 3t and q(t) = t 2. We have x = tdt = t 2 /2. Furthermore q (t)+2p(t)q(t) 2[q(t)] 3/2 = (1 + 3t 2 )/t 2. The ratio is not constant, and therefore the equation the equation cannot be transformed. 2 p(t) = t 1/t and q(t) = t 2. We have x = tdt = t 2 /2. Furthermore q (t)+2p(t)q(t) 2[q(t)] 3/2 = 1. The ratio is constant and therefore the equation can be transformed. The transformed equation is d 2 y + dy dx 2 dx + y = 0. The characteristic equation is r 2 + r + 1 = 0, with roots r = 1 2 ± i 3 2. The general solution is y(x) = c 1 e x/2 cos 3x/2 + c 2 e x/2 sin 3x/2. Since x = t 2 /2, the solution in the original variable t is y(t) = e t2 /4 [c 1 cos( 3t 2 /4) + c 2 sin( 3t 2 /4)]. P. Ngare (University of Nairobi) SMA 208: Ordinary differential equations I April 5, / 40

36 Euler Equations An equation of the form t 2 y + αty + β = 0, are real constants is called an Euler equation. t > 0 where α and β We realize that the substitution x = ln t transforms an Euler equation into an equation with constant coefficient. Example Use the idea above to solve the given equation for t > 0 1 t 2 y + 4ty + 2y = 0 2 t 2 y + 3ty y = 0 3 t 2 y 4ty 6y = 0 P. Ngare (University of Nairobi) SMA 208: Ordinary differential equations I April 5, / 40

37 Solution 1 p(t) = 4/t and q(t) = 2/t 2. We have x = 2 t 1 dt = 2 ln t. Furthermore q (t)+2p(t)q(t) = 3 2[q(t)] 3/2 2. The ratio is constant and therefore the equation can be transformed to d2 y + 3 dx 2 dy 2 dx + y = 0. The characteristic equation is 2r 2 + 3r + 2 = 0, with roots r = 2, 1/ 2. The general solution is y(x) = c 1 e 2x + c 2 e x/ 2. Since x = 2 ln t, y(t) = c 1 e 2 ln t + c 2 e ln t = c 1 t 2 + c 2 t 1. 2 p(t) = 3/t and q(t) = 1.25/t 2. We have x = 1.25 t 1 dt = 1.25 ln t. Furthermore, q (t)+2p(t)q(t) = 4 2[q(t)] 3/2 5. The ratio is constant and therefore the equation can be transformed. In fact, we obtain d2 y dx r 2 + 4r + 5 = 0, with roots r = ± i dy 5 dx + y = 0, the characteristic equation 5. The general solution is y(t) = c 1 e 2x/ 5 cos x/ 5 + c 2 e 2x/ 5. Since 2x/ 5 = ln t, y(t) = c 1 e ln t cos(ln t) + c 2 e ln t sin(ln t) = t 1 [c 1 cos(ln t) + c 2 sin(ln t)]. P. Ngare (University of Nairobi) SMA 208: Ordinary differential equations I April 5, / 40

38 Reduction of order Suppose we know on solution y 1 (t), not everywhere zero of y + p(t)y + q(t)y = 0 (8) To find a second solution, let y = v(t)y 1 (t) then y = v (t)y 1 (t) + v(t)y 1 (t), y = v y 1 (t) + 2v (t)y 1 (t) + v(t)y (t). Substituting for y, y and y in equation (8), the coefficient of v above is zero. Hence, the above equation becomes y 1 v + (2y 1 + py 1)v = 0. This is a first order equation for the function v and can be solve for v then for y = v(t)y 1 (t). This procedure is called the method of reduction of order. P. Ngare (University of Nairobi) SMA 208: Ordinary differential equations I April 5, / 40

39 Example Given that y 1 (t) = t 1 is a solution of 2t 2 y + 3ty y = 0, a second linear independent solution. t > 0, find Solution We set y = v(t)t 1, then y = v t 1 vt 2, y = v t 1 2v t 2 + 2vt 3. Substituting and collecting terms, 2tv v = 0. Separating variables and solving for v (t), we find that v (t) = ct 1/2 then v(t) = 2/3ct 3/2 + k = y = 2/3ct 1/2 + kt 1 where c and k are arbitrary. Neglecting the arbitrary multiple constants, we have y 2 (t) = t 1/2. P. Ngare (University of Nairobi) SMA 208: Ordinary differential equations I April 5, / 40

40 Questions Use the method of reduction of order to find a second solution of the given differential equation (i) t 2 y 4ty + 6y = 0, t > 0,, y 1 (t) = t 2. (ii) t 2 y t(t + 2)y + (t + 2)y = 0, t > 0, y 1 (t) = t. (iii) (x 1)y xy + y = 0, x > 1, y 1 (x) = e x. P. Ngare (University of Nairobi) SMA 208: Ordinary differential equations I April 5, / 40

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

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

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

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

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

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

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

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

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

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

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

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

3.2 Sources, Sinks, Saddles, and Spirals

3.2 Sources, Sinks, Saddles, and Spirals 3.2. Sources, Sinks, Saddles, and Spirals 6 3.2 Sources, Sinks, Saddles, and Spirals The pictures in this section show solutions to Ay 00 C By 0 C Cy D 0. These are linear equations with constant coefficients

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

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

19.7. Applications of Differential Equations. Introduction. Prerequisites. Learning Outcomes. Learning Style

19.7. Applications of Differential Equations. Introduction. Prerequisites. Learning Outcomes. Learning Style Applications of Differential Equations 19.7 Introduction Blocks 19.2 to 19.6 have introduced several techniques for solving commonly-occurring firstorder and second-order ordinary differential equations.

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

Student name: Earlham College. Fall 2011 December 15, 2011

Student name: Earlham College. Fall 2011 December 15, 2011 Student name: Earlham College MATH 320: Differential Equations Final exam - In class part Fall 2011 December 15, 2011 Instructions: This is a regular closed-book test, and is to be taken without the use

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

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

The integrating factor method (Sect. 2.1).

The integrating factor method (Sect. 2.1). The integrating factor method (Sect. 2.1). Overview of differential equations. Linear Ordinary Differential Equations. The integrating factor method. Constant coefficients. The Initial Value Problem. Variable

More information

Lecture 3 : The Natural Exponential Function: f(x) = exp(x) = e x. y = exp(x) if and only if x = ln(y)

Lecture 3 : The Natural Exponential Function: f(x) = exp(x) = e x. y = exp(x) if and only if x = ln(y) Lecture 3 : The Natural Exponential Function: f(x) = exp(x) = Last day, we saw that the function f(x) = ln x is one-to-one, with domain (, ) and range (, ). We can conclude that f(x) has an inverse function

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

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

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

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

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

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

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

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

Section 1.1 Linear Equations: Slope and Equations of Lines

Section 1.1 Linear Equations: Slope and Equations of Lines Section. Linear Equations: Slope and Equations of Lines Slope The measure of the steepness of a line is called the slope of the line. It is the amount of change in y, the rise, divided by the amount of

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

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

The Point-Slope Form

The Point-Slope Form 7. The Point-Slope Form 7. OBJECTIVES 1. Given a point and a slope, find the graph of a line. Given a point and the slope, find the equation of a line. Given two points, find the equation of a line y Slope

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

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

Zero: If P is a polynomial and if c is a number such that P (c) = 0 then c is a zero of P.

Zero: If P is a polynomial and if c is a number such that P (c) = 0 then c is a zero of P. MATH 11011 FINDING REAL ZEROS KSU OF A POLYNOMIAL Definitions: Polynomial: is a function of the form P (x) = a n x n + a n 1 x n 1 + + a x + a 1 x + a 0. The numbers a n, a n 1,..., a 1, a 0 are called

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

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

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

JUST THE MATHS UNIT NUMBER 1.8. ALGEBRA 8 (Polynomials) A.J.Hobson

JUST THE MATHS UNIT NUMBER 1.8. ALGEBRA 8 (Polynomials) A.J.Hobson JUST THE MATHS UNIT NUMBER 1.8 ALGEBRA 8 (Polynomials) by A.J.Hobson 1.8.1 The factor theorem 1.8.2 Application to quadratic and cubic expressions 1.8.3 Cubic equations 1.8.4 Long division of polynomials

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

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

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

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

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

ECG590I Asset Pricing. Lecture 2: Present Value 1

ECG590I Asset Pricing. Lecture 2: Present Value 1 ECG59I Asset Pricing. Lecture 2: Present Value 1 2 Present Value If you have to decide between receiving 1$ now or 1$ one year from now, then you would rather have your money now. If you have to decide

More information

Microeconomic Theory: Basic Math Concepts

Microeconomic Theory: Basic Math Concepts Microeconomic Theory: Basic Math Concepts Matt Van Essen University of Alabama Van Essen (U of A) Basic Math Concepts 1 / 66 Basic Math Concepts In this lecture we will review some basic mathematical concepts

More information

6.1 Add & Subtract Polynomial Expression & Functions

6.1 Add & Subtract Polynomial Expression & Functions 6.1 Add & Subtract Polynomial Expression & Functions Objectives 1. Know the meaning of the words term, monomial, binomial, trinomial, polynomial, degree, coefficient, like terms, polynomial funciton, quardrtic

More information

MATH 31B: MIDTERM 1 REVIEW. 1. Inverses. yx 3y = 1. x = 1 + 3y y 4( 1) + 32 = 1

MATH 31B: MIDTERM 1 REVIEW. 1. Inverses. yx 3y = 1. x = 1 + 3y y 4( 1) + 32 = 1 MATH 3B: MIDTERM REVIEW JOE HUGHES. Inverses. Let f() = 3. Find the inverse g() for f. Solution: Setting y = ( 3) and solving for gives and g() = +3. y 3y = = + 3y y. Let f() = 4 + 3. Find a domain on

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

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

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

Differential Equations I MATB44H3F. Version September 15, 2011-1949

Differential Equations I MATB44H3F. Version September 15, 2011-1949 Differential Equations I MATB44H3F Version September 15, 211-1949 ii Contents 1 Introduction 1 11 Preliminaries 1 12 Sample Application of Differential Equations 2 2 First Order Ordinary Differential Equations

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

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

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

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

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

Section 13.5 Equations of Lines and Planes

Section 13.5 Equations of Lines and Planes Section 13.5 Equations of Lines and Planes Generalizing Linear Equations One of the main aspects of single variable calculus was approximating graphs of functions by lines - specifically, tangent lines.

More information

Correlation key concepts:

Correlation key concepts: CORRELATION Correlation key concepts: Types of correlation Methods of studying correlation a) Scatter diagram b) Karl pearson s coefficient of correlation c) Spearman s Rank correlation coefficient d)

More information

Eigenvalues, Eigenvectors, and Differential Equations

Eigenvalues, Eigenvectors, and Differential Equations Eigenvalues, Eigenvectors, and Differential Equations William Cherry April 009 (with a typo correction in November 05) The concepts of eigenvalue and eigenvector occur throughout advanced mathematics They

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

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

www.mathsbox.org.uk ab = c a If the coefficients a,b and c are real then either α and β are real or α and β are complex conjugates

www.mathsbox.org.uk ab = c a If the coefficients a,b and c are real then either α and β are real or α and β are complex conjugates Further Pure Summary Notes. Roots of Quadratic Equations For a quadratic equation ax + bx + c = 0 with roots α and β Sum of the roots Product of roots a + b = b a ab = c a If the coefficients a,b and c

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

Solving DEs by Separation of Variables.

Solving DEs by Separation of Variables. Solving DEs by Separation of Variables. Introduction and procedure Separation of variables allows us to solve differential equations of the form The steps to solving such DEs are as follows: dx = gx).

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

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

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

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

Copyrighted Material. Chapter 1 DEGREE OF A CURVE

Copyrighted Material. Chapter 1 DEGREE OF A CURVE Chapter 1 DEGREE OF A CURVE Road Map The idea of degree is a fundamental concept, which will take us several chapters to explore in depth. We begin by explaining what an algebraic curve is, and offer two

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

GRAPHING IN POLAR COORDINATES SYMMETRY

GRAPHING IN POLAR COORDINATES SYMMETRY GRAPHING IN POLAR COORDINATES SYMMETRY Recall from Algebra and Calculus I that the concept of symmetry was discussed using Cartesian equations. Also remember that there are three types of symmetry - y-axis,

More information

MA107 Precalculus Algebra Exam 2 Review Solutions

MA107 Precalculus Algebra Exam 2 Review Solutions MA107 Precalculus Algebra Exam 2 Review Solutions February 24, 2008 1. The following demand equation models the number of units sold, x, of a product as a function of price, p. x = 4p + 200 a. Please write

More information

MATH 304 Linear Algebra Lecture 20: Inner product spaces. Orthogonal sets.

MATH 304 Linear Algebra Lecture 20: Inner product spaces. Orthogonal sets. MATH 304 Linear Algebra Lecture 20: Inner product spaces. Orthogonal sets. Norm The notion of norm generalizes the notion of length of a vector in R n. Definition. Let V be a vector space. A function α

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

Understanding Poles and Zeros

Understanding Poles and Zeros MASSACHUSETTS INSTITUTE OF TECHNOLOGY DEPARTMENT OF MECHANICAL ENGINEERING 2.14 Analysis and Design of Feedback Control Systems Understanding Poles and Zeros 1 System Poles and Zeros The transfer function

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

Numerical Solution of Differential Equations

Numerical Solution of Differential Equations Numerical Solution of Differential Equations Dr. Alvaro Islas Applications of Calculus I Spring 2008 We live in a world in constant change We live in a world in constant change We live in a world in constant

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

a 1 x + a 0 =0. (3) ax 2 + bx + c =0. (4)

a 1 x + a 0 =0. (3) ax 2 + bx + c =0. (4) ROOTS OF POLYNOMIAL EQUATIONS In this unit we discuss polynomial equations. A polynomial in x of degree n, where n 0 is an integer, is an expression of the form P n (x) =a n x n + a n 1 x n 1 + + a 1 x

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

Solving Quadratic Equations

Solving Quadratic Equations 9.3 Solving Quadratic Equations by Using the Quadratic Formula 9.3 OBJECTIVES 1. Solve a quadratic equation by using the quadratic formula 2. Determine the nature of the solutions of a quadratic equation

More information

Integration. Topic: Trapezoidal Rule. Major: General Engineering. Author: Autar Kaw, Charlie Barker. http://numericalmethods.eng.usf.

Integration. Topic: Trapezoidal Rule. Major: General Engineering. Author: Autar Kaw, Charlie Barker. http://numericalmethods.eng.usf. Integration Topic: Trapezoidal Rule Major: General Engineering Author: Autar Kaw, Charlie Barker 1 What is Integration Integration: The process of measuring the area under a function plotted on a graph.

More information

Math 267 - Practice exam 2 - solutions

Math 267 - Practice exam 2 - solutions C Roettger, Fall 13 Math 267 - Practice exam 2 - solutions Problem 1 A solution of 10% perchlorate in water flows at a rate of 8 L/min into a tank holding 200L pure water. The solution is kept well stirred

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

Figure 2.1: Center of mass of four points.

Figure 2.1: Center of mass of four points. Chapter 2 Bézier curves are named after their inventor, Dr. Pierre Bézier. Bézier was an engineer with the Renault car company and set out in the early 196 s to develop a curve formulation which would

More information

Systems of Linear Equations

Systems of Linear Equations Systems of Linear Equations Beifang Chen Systems of linear equations Linear systems A linear equation in variables x, x,, x n is an equation of the form a x + a x + + a n x n = b, where a, a,, a n and

More information

MAT 274 HW 2 Solutions c Bin Cheng. Due 11:59pm, W 9/07, 2011. 80 Points

MAT 274 HW 2 Solutions c Bin Cheng. Due 11:59pm, W 9/07, 2011. 80 Points MAT 274 HW 2 Solutions Due 11:59pm, W 9/07, 2011. 80 oints 1. (30 ) The last two problems of Webwork Set 03 Modeling. Show all the steps and, also, indicate the equilibrium solutions for each problem.

More information

Lecture 5 Rational functions and partial fraction expansion

Lecture 5 Rational functions and partial fraction expansion S. Boyd EE102 Lecture 5 Rational functions and partial fraction expansion (review of) polynomials rational functions pole-zero plots partial fraction expansion repeated poles nonproper rational functions

More information

3.2. Solving quadratic equations. Introduction. Prerequisites. Learning Outcomes. Learning Style

3.2. Solving quadratic equations. Introduction. Prerequisites. Learning Outcomes. Learning Style Solving quadratic equations 3.2 Introduction A quadratic equation is one which can be written in the form ax 2 + bx + c = 0 where a, b and c are numbers and x is the unknown whose value(s) we wish to find.

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

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

100. In general, we can define this as if b x = a then x = log b

100. In general, we can define this as if b x = a then x = log b Exponents and Logarithms Review 1. Solving exponential equations: Solve : a)8 x = 4! x! 3 b)3 x+1 + 9 x = 18 c)3x 3 = 1 3. Recall: Terminology of Logarithms If 10 x = 100 then of course, x =. However,

More information

ARBITRAGE-FREE OPTION PRICING MODELS. Denis Bell. University of North Florida

ARBITRAGE-FREE OPTION PRICING MODELS. Denis Bell. University of North Florida ARBITRAGE-FREE OPTION PRICING MODELS Denis Bell University of North Florida Modelling Stock Prices Example American Express In mathematical finance, it is customary to model a stock price by an (Ito) stochatic

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

POLYNOMIAL FUNCTIONS

POLYNOMIAL FUNCTIONS POLYNOMIAL FUNCTIONS Polynomial Division.. 314 The Rational Zero Test.....317 Descarte s Rule of Signs... 319 The Remainder Theorem.....31 Finding all Zeros of a Polynomial Function.......33 Writing a

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

Zeros of a Polynomial Function

Zeros of a Polynomial Function Zeros of a Polynomial Function An important consequence of the Factor Theorem is that finding the zeros of a polynomial is really the same thing as factoring it into linear factors. In this section we

More information