CHAPTER 17 CALCULUS. Based on the original work by. George B. Thomas, Jr. Massachusetts Institute of Technology. as revised by
|
|
|
- Willis Taylor
- 9 years ago
- Views:
Transcription
1 CHAPTER 17 THOMAS CALCULUS Twelfth Edition Based on the iginal wk by Gege B. Thomas, Jr. Massachusetts Institute of Technology as revised by Maurice D. Weir Naval Postgraduate School Joel Hass University of Califnia, Davis
2 Edit-in-Chief: Deirdre Lynch Seni Acuisitions Edit: William Hoffman Seni Project Edit: Rachel S. Reeve Associate Edit: Caroline Celano Associate Project Edit: Leah Goldberg Seni Managing Edit: Karen Wernholm Seni Production Supervis: Sheila Spinney Seni Design Supervis: Andrea Nix Digital Assets Manager: Marianne Groth Media Producer: Lin Mahoney Software Development: Mary Durnwald and Bob Carroll Executive Marketing Manager: Jeff Weidenaar Marketing Assistant: Kendra Bassi Seni Auth Suppt/Technology Specialist: Joe Vetere Seni Prepress Supervis: Caroline Fell Manufacturing Manager: Evelyn Beaton Production Codinat: Kathy Diamond Composition: Nesbitt Graphics, Inc. Illustrations: Karen Heyt, IllustraTech Cover Design: Rokusek Design Cover image: Fest Edge, Hokuto, Hokkaido, Japan 2004 Michael Kenna About the cover: The cover image of a tree line on a snow-swept landscape, by the photographer Michael Kenna, was taken in Hokkaido, Japan. The artist was not thinking of calculus when he composed the image, but rather, of a visual haiku consisting of a few elements that would spark the viewer s imagination. Similarly, the minimal design of this text allows the central ideas of calculus developed in this book to unfold to ignite the learner s imagination. F permission to use copyrighted material, grateful acknowledgment is made to the copyright holders on page C-1, which is hereby made part of this copyright page. Many of the designations used by manufacturers and sellers to distinguish their products are claimed as trademarks. Where those designations appear in this book, and Addison-Wesley was aware of a trademark claim, the designations have been printed in initial caps all caps. Library of Congress Cataloging-in-Publication Data Weir, Maurice D. Thomas Calculus / Maurice D. Weir, Joel Hass, Gege B. Thomas. 12th ed. p. cm ISBN Calculus Textbooks. I. Hass, Joel. II. Thomas, Gege B. (Gege Brinton), III. Thomas, Gege B. (Gege Brinton), Calculus. IV. Title V. Title: Calculus. QA303.2.W b 515 dc Copyright 2010, 2007, 2004 Pearson Education, Inc. All rights reserved. No part of this publication may be reproduced, sted in a retrieval system, transmitted, in any fm by any means, electronic, mechanical, photocopying, recding, otherwise, without the pri written permission of the publisher. Printed in the United States of America. F infmation on obtaining permission f use of material in this wk, please submit a written reuest to Pearson Education, Inc., Rights and Contracts Department, 501 Boylston Street, Suite 900, Boston, MA 02116, fax your reuest to , at CRK ISBN-10: ISBN-13:
3 Chapter 17 SECOND-ORDER DIFFERENTIAL EQUATIONS OVERVIEW In this chapter we extend our study of differential euations to those of second der. Second-der differential euations arise in many applications in the sciences and engineering. F instance, they can be applied to the study of vibrating springs and electric circuits. You will learn how to solve such differential euations by several methods in this chapter Second-Order Linear Euations An euation of the fm P(x)y (x) + Q(x)y (x) + R(x)y(x) = G(x), which is linear in y and its derivatives, is called a second-der linear differential euation. We assume that the functions P, Q, R, and G are continuous throughout some open interval I. If G(x) is identically zero on I, the euation is said to be homogeneous; otherwise it is called nonhomogeneous. Therefe, the fm of a second-der linear homogeneous differential euation is P(x)y + Q(x)y + R(x)y = 0. We also assume that P(x) is never zero f any x H I. Two fundamental results are imptant to solving Euation (2). The first of these says that if we know two solutions y 1 and y 2 of the linear homogeneous euation, then any linear combination y = c 1 y 1 + c 2 y 2 is also a solution f any constants and. c 1 c 2 (1) (2) THEOREM 1 The Superposition Principle If y 1 (x) and y 2 (x) are two solutions to the linear homogeneous euation (2), then f any constants c 1 and c 2, the function y(x) = c 1 y 1 (x) + c 2 y 2 (x) is also a solution to Euation (2). 17-1
4 17-2 Chapter 17: Second-Order Differential Euations Proof Substituting y into Euation (2), 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 ) = 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 ) = 0, y 1 is a solution 0, y 2 is a solution = c 1 (0) + c 2 (0) = 0. Therefe, y = c 1 y 1 + c 2 y 2 is a solution of Euation (2). Theem 1 immediately establishes the following facts concerning solutions to the linear homogeneous euation. 1. A sum of two solutions y 1 + y 2 to Euation (2) is also a solution. (Choose c 1 = c 2 = 1.) 2. A constant multiple ky 1 of any solution y 1 to Euation (2) is also a solution. (Choose c 1 = k and c 2 = 0.) 3. The trivial solution y(x) K 0 is always a solution to the linear homogeneous euation. (Choose c 1 = c 2 = 0.) The second fundamental result about solutions to the linear homogeneous euation concerns its general solution solution containing all solutions. This result says that there are two solutions y 1 and y 2 such that any solution is some linear combination of them f suitable values of the constants c 1 and c 2. However, not just any pair of solutions will do. The solutions must be linearly independent, which means that neither y 1 n y 2 is a constant multiple of the other. F example, the functions ƒ(x) = e x and g(x) = xe x are linearly independent, whereas ƒ(x) = x 2 and g(x) = 7x 2 are not (so they are linearly dependent). These results on linear independence and the following theem are proved in me advanced courses. THEOREM 2 If P, Q, and R are continuous over the open interval I and P(x) is never zero on I, then the linear homogeneous euation (2) has two linearly independent solutions y 1 and y 2 on I. Meover, if y 1 and y 2 are any two linearly independent solutions of Euation (2), then the general solution is given by where c 1 and c 2 are arbitrary constants. y(x) = c 1 y 1 (x) + c 2 y 2 (x), We now turn our attention to finding two linearly independent solutions to the special case of Euation (2), where P, Q, and R are constant functions. Constant-Coefficient Homogeneous Euations Suppose we wish to solve the second-der homogeneous differential euation ay +by +cy = 0, (3)
5 17.1 Second-Order Linear Euations 17-3 where a, b, and c are constants. To solve Euation (3), we seek a function which when multiplied by a constant and added to a constant times its first derivative plus a constant times its second derivative sums identically to zero. One function that behaves this way is the exponential function y = e rx, when r is a constant. Two differentiations of this exponential function give y =re rx and y =r 2 e rx, which are just constant multiples of the iginal exponential. If we substitute y = e rx into Euation (3), we obtain ar 2 e rx + bre rx + ce rx = 0. Since the exponential function is never zero, we can divide this last euation through by e rx. Thus, y = e rx is a solution to Euation (3) if and only if r is a solution to the algebraic euation ar 2 + br + c = 0. (4) Euation (4) is called the auxiliary euation ( characteristic euation) of the differential euation ay +by +cy = 0. The auxiliary euation is a uadratic euation with roots r 1 = -b + 2b 2-4ac 2a and r 2 = -b - 2b 2-4ac. 2a There are three cases to consider which depend on the value of the discriminant b 2-4ac. Case 1: b 2 4ac>0. In this case the auxiliary euation has two real and uneual roots and. Then and y 2 = e r 2 x y 1 = e r 1 x r 1 r 2 are two linearly independent solutions to Euation (3) because is not a constant multiple of e r 1 x e r 2 x (see Exercise 61). From Theem 2 we conclude the following result. THEOREM 3 If r 1 and r 2 are two real and uneual roots to the auxiliary euation ar 2 + br + c = 0, then y = c 1 e r 1 x + c 2 e r 2 x is the general solution to ay +by +cy = 0. EXAMPLE 1 Find the general solution of the differential euation y -y -6y = 0. Solution Substitution of y = e rx into the differential euation yields the auxiliary euation r 2 - r - 6 = 0, which facts as (r - 3)(r + 2) = 0. The roots are r 1 = 3 and r 2 = -2. Thus, the general solution is y = c 1 e 3x + c 2 e -2x.
6 17-4 Chapter 17: Second-Order Differential Euations Case 2: b 2 4ac 0. In this case r 1 = r 2 = -b>2a. To simplify the notation, let r = -b>2a. Then we have one solution y 1 = e rx with 2ar + b = 0. Since multiplication of e rx by a constant fails to produce a second linearly independent solution, suppose we try multiplying by a function instead. The simplest such function would be u(x) = x, so let s see if y 2 = xe rx is also a solution. Substituting into the differential euation gives ay 2 +by 2 +cy 2 = a(2re rx + r 2 xe rx ) + b(e rx + rxe rx ) + cxe rx = (2ar + b)e rx + (ar 2 + br + c)xe rx = 0(e rx ) + (0)xe rx = 0. The first term is zero because r = -b>2a; the second term is zero because r solves the auxiliary euation. The functions y and y 2 = xe rx 1 = e rx are linearly independent (see Exercise 62). From Theem 2 we conclude the following result. y 2 THEOREM 4 If r is the only (repeated) real root to the auxiliary euation ar 2 + br + c = 0, then y = c 1 e rx + c 2 xe rx is the general solution to ay +by +cy = 0. EXAMPLE 2 Find the general solution to y +4y +4y = 0. Solution which facts into The auxiliary euation is Thus, r = -2 is a double root. Therefe, the general solution is Case 3: b 2 4ac<0. In this case the auxiliary euation has two complex roots r and, where and are real numbers and i 2 1 = a + ib r 2 = a - ib a b = -1. (These real numbers are a = -b>2a and b = 24ac - b 2 >2a.) These two complex roots then give rise to two linearly independent solutions y 1 = e (a + ib)x = e ax (cos bx + i sin bx) r 2 + 4r + 4 = 0, (r + 2) 2 = 0. y = c 1 e -2x + c 2 xe -2x. and y 2 = e (a - ib)x = e ax (cos bx - i sin bx). (The expressions involving the sine and cosine terms follow from Euler s identity in Section 9.9.) However, the solutions y 1 and y 2 are complex valued rather than real valued. Nevertheless, because of the superposition principle (Theem 1), we can obtain from them the two real-valued solutions y 3 = 1 2 y y 2 = e ax cos bx and y 4 = 1 2i y 1-1 2i y 2 = e ax sin bx. The functions y 3 and y 4 are linearly independent (see Exercise 63). From Theem 2 we conclude the following result.
7 17.1 Second-Order Linear Euations 17-5 THEOREM 5 If r 1 = a + ib and r 2 = a - ib are two complex roots to the auxiliary euation ar 2 + br + c = 0, then y = e ax (c 1 cos bx + c 2 sin bx) is the general solution to ay +by +cy = 0. EXAMPLE 3 Find the general solution to the differential euation y -4y +5y = 0. Solution The auxiliary euation is r 2-4r + 5 = 0. The roots are the complex pair r = (4 ; )>2 r 1 = 2 + i and r 2 = 2 - i. Thus, a = 2 and b = 1 give the general solution y = e 2x (c 1 cos x + c 2 sin x). Initial Value and Boundary Value Problems To determine a uniue solution to a first-der linear differential euation, it was sufficient to specify the value of the solution at a single point. Since the general solution to a secondder euation contains two arbitrary constants, it is necessary to specify two conditions. One way of doing this is to specify the value of the solution function and the value of its derivative at a single point: y(x 0 ) = y 0 and y (x 0 ) = y 1. These conditions are called initial conditions. The following result is proved in me advanced texts and guarantees the existence of a uniue solution f both homogeneous and nonhomogeneous second-der linear initial value problems. THEOREM 6 If P, Q, R, and G are continuous throughout an open interval I, then there exists one and only one function y(x) satisfying both the differential euation P(x)y (x) + Q(x)y (x) + R(x)y(x) = G(x) on the interval I, and the initial conditions at the specified point x 0 H I. y(x 0 ) = y 0 and y (x 0 ) = y 1 It is imptant to realize that any real values can be assigned to y 0 and y 1 and Theem 6 applies. Here is an example of an initial value problem f a homogeneous euation.
8 17-6 Chapter 17: Second-Order Differential Euations EXAMPLE 4 Find the particular solution to the initial value problem y -2y +y = 0, y(0) = 1, y (0) = -1. y x 2 y = e x 2xe x FIGURE 17.1 Particular solution curve f Example 4. Solution The auxiliary euation is r 2-2r + 1 = (r - 1) 2 = 0. The repeated real root is r = 1, giving the general solution y = c 1 e x + c 2 xe x. Then, y =c 1 e x + c 2 (x + 1)e x. From the initial conditions we have 1 = c 1 + c 2 # 0 and -1 = c1 + c 2 # 1. Thus, c 1 = 1 and c 2 = -2. The uniue solution satisfying the initial conditions is y = e x - 2xe x. The solution curve is shown in Figure Another approach to determine the values of the two arbitrary constants in the general solution to a second-der differential euation is to specify the values of the solution function at two different points in the interval I. That is, we solve the differential euation subject to the boundary values y(x 1 ) = y 1 and y(x 2 ) = y 2, where x 1 and x 2 both belong to I. Here again the values f y 1 and y 2 can be any real numbers. The differential euation together with specified boundary values is called a boundary value problem. Unlike the result stated in Theem 6, boundary value problems do not always possess a solution me than one solution may exist (see Exercise 65). These problems are studied in me advanced texts, but here is an example f which there is a uniue solution. EXAMPLE 5 Solve the boundary value problem y +4y = 0, y(0) = 0, y a p. 12 b = 1 Solution The auxiliary euation is r = 0, which has the complex roots r = ;2i. The general solution to the differential euation is y = c 1 cos 2x + c 2 sin 2x. The boundary conditions are satisfied if y(0) = c 1 # 1 + c 2 # 0 = 0 y a p. 12 b = c 1 cos a p 6 b + c 2 sin a p 6 b = 1 It follows that c 1 = 0 and c 2 = 2. The solution to the boundary value problem is y = 2 sin 2x.
9 17.1 Second-Order Linear Euations 17-7 EXERCISES 17.1 In Exercises 1 30, find the general solution of the given euation. 1. y -y -12y = y -y =0 3. y +3y -4y = 0 4. y -9y = 0 5. y -4y = 0 6. y -64y = y -y -3y = y -y = y -10y -3y = y -20y +12y = y +9y = y +4y +5y = y +25y = y +y = y -2y +5y = y +16y = y +2y +4y = y -2y +3y = y +4y +9y = y -4y +13y = y =0 22. y +8y +16y = d 2 y d 2 y 24. dx 2-6 dy dx dy dx + 4y = 0 dx + 9y = d 2 y dx dy dx + 9y = d 2 y dy dx dx + 9y = d 2 y dx dy dx + y = d 2 y dx 2-4 dy dx + y = d 2 y dx dy dx + y = d 2 y dy dx dx + 4y = 0 In Exercises 31 40, find the uniue solution of the second-der initial value problem. 31. y +6y +5y = 0, y(0) = 0, y (0) = y +16y = 0, y(0) = 2, y (0) = y +12y = 0, y(0) = 0, y (0) = y +5y -2y = 0, y(0) = 1, y (0) = y +8y = 0, y(0) = -1, y (0) = y +4y +4y = 0, y(0) = 0, y (0) = y -4y +4y = 0, y(0) = 1, y (0) = y -4y +y = 0, y(0) = 4, y (0) = d 2 y dy dy y = 0, y(0) = 2, 2 dx dx dx (0) = d 2 y dy dy y = 0, y(0) = -1, 2 dx dx dx (0) = 1 In Exercises 41 55, find the general solution. 41. y -2y -3y = y -y -y = y +4y +y = y +12y +4y = y +20y = y +2y +2y = y +10y +y = y +13y -5y = y +4y +5y = y +4y +6y = y -24y +9y = y -5y -6y = y +24y +16y = y +16y +52y = y -5y -4y = 0 In Exercises 56 60, solve the initial value problem. 56. y -2y +2y = 0, y(0) = 0, y (0) = y +2y +y = 0, y(0) = 1, y (0) = y -4y +y = 0, y(0) = -1, y (0) = y +y -14y = 0, y(0) = 2, y (0) = y +4y +5y = 0, y(p) = 1, y (p) = Prove that the two solution functions in Theem 3 are linearly independent. 62. Prove that the two solution functions in Theem 4 are linearly independent. 63. Prove that the two solution functions in Theem 5 are linearly independent. 64. Prove that if y 1 and y 2 are linearly independent solutions to the homogeneous euation (2), then the functions y 3 = y 1 + y 2 and y 4 = y 1 - y 2 are also linearly independent solutions. 65. a. Show that there is no solution to the boundary value problem y +4y = 0, y(0) = 0, y(p) = 1. b. Show that there are infinitely many solutions to the boundary value problem y +4y = 0, y(0) = 0, y(p) = Show that if a, b, and c are positive constants, then all solutions of the homogeneous differential euation approach zero as x :. ay +by +cy = 0
10 17-8 Chapter 17: Second-Order Differential Euations 17.2 Nonhomogeneous Linear Euations In this section we study two methods f solving second-der linear nonhomogeneous differential euations with constant coefficients. These are the methods of undetermined coefficients and variation of parameters. We begin by considering the fm of the general solution. Fm of the General Solution Suppose we wish to solve the nonhomogeneous euation where a, b, and c are constants and G is continuous over some open interval I. Let y c = c 1 y 1 + c 2 y 2 be the general solution to the associated complementary euation ay +by +cy = 0. (2) (We learned how to find y c in Section 17.1.) Now suppose we could somehow come up with a particular function that solves the nonhomogeneous euation (1). Then the sum y p also solves the nonhomogeneous euation (1) because a(y c + y p ) +b(y c + y p ) +c(y c + y p ) Meover, if y = y(x) is the general solution to the nonhomogeneous euation (1), it must have the fm of Euation (3). The reason f this last statement follows from the observation that f any function satisfying Euation (1), we have y p = (ay c +by c +cy c ) + (ay p +by p +cy p ) = 0 + G(x) = G(x). ay +by +cy = G(x), y = y c + y p a(y - y p ) +b(y - y p ) +c(y - y p ) = (ay +by +cy) - (ay p +by p +cy p ) = G(x) - G(x) = 0. y c solves E. (2) and y p solves E. (1) Thus, y c = y - y p is the general solution to the homogeneous euation (2). We have established the following result. (1) (3) THEOREM 7 The general solution y = y(x) to the nonhomogeneous differential euation (1) has the fm y = y c + y p, where the complementary solution y c is the general solution to the associated homogeneous euation (2) and y p is any particular solution to the nonhomogeneous euation (1).
11 17.2 Nonhomogeneous Linear Euations 17-9 The Method of Undetermined Coefficients This method f finding a particular solution y p to the nonhomogeneous euation (1) applies to special cases f which G(x) is a sum of terms of various polynomials p(x) multiplying an exponential with possibly sine cosine facts. That is, G(x) is a sum of terms of the following fms: p 1 (x)e rx, p 2 (x)e ax cos bx, p 3 (x)e ax sin bx. F instance, 1 - x, e 2x, xe x, cos x, and 5e x - sin 2x represent functions in this categy. (Essentially these are functions solving homogeneous linear differential euations with constant coefficients, but the euations may be of der higher than two.) We now present several examples illustrating the method. EXAMPLE 1 Solve the nonhomogeneous euation y -2y -3y = 1 - x 2. Solution The auxiliary euation f the complementary euation y -2y -3y = 0 is It has the roots r = -1 and r = 3 giving the complementary solution y c = c 1 e - x + c 2 e 3x. Now G(x) = 1 - x 2 is a polynomial of degree 2. It would be reasonable to assume that a particular solution to the given nonhomogeneous euation is also a polynomial of degree 2 because if y is a polynomial of degree 2, then y -2y -3y is also a polynomial of degree 2. So we seek a particular solution of the fm We need to determine the unknown coefficients A, B, and C. When we substitute the polynomial and its derivatives into the given nonhomogeneous euation, we obtain y p 2A - 2(2Ax + B) - 3(Ax 2 + Bx + C) = 1 - x 2, collecting terms with like powers of x, r 2-2r - 3 = (r + 1)(r - 3) = 0. y p = Ax 2 + Bx + C. -3Ax 2 + (-4A - 3B)x + (2A - 2B - 3C) = 1 - x 2. This last euation holds f all values of x if its two sides are identical polynomials of degree 2. Thus, we euate cresponding powers of x to get -3A = -1, -4A - 3B = 0, and 2A - 2B - 3C = 1. These euations imply in turn that A 1>3, B -4>9, and C 5>27. Substituting these values into the uadratic expression f our particular solution gives y p = 1 3 x2-4 9 x By Theem 7, the general solution to the nonhomogeneous euation is y = y c + y p = c 1e - x + c 2 e 3x x2-4 9 x
12 17-10 Chapter 17: Second-Order Differential Euations EXAMPLE 2 Find a particular solution of y -y =2 sin x. Solution If we try to find a particular solution of the fm and substitute the derivatives of euation in the given euation, we find that A must satisfy the f all values of x. Since this reuires A to eual both -2 and 0 at the same time, we conclude that the nonhomogeneous differential euation has no solution of the fm A sin x. It turns out that the reuired fm is the sum y p = A sin x + B cos x. The result of substituting the derivatives of this new trial solution into the differential euation is y p y p = A sin x -A sin x + A cos x = 2 sin x -A sin x - B cos x - (A cos x - B sin x) = 2 sin x (B - A) sin x - (A + B) cos x = 2 sin x. This last euation must be an identity. Euating the coefficients f like terms on each side then gives B - A = 2 and A + B = 0. Simultaneous solution of these two euations gives A = -1 and B = 1. Our particular solution is y p = cos x - sin x. EXAMPLE 3 Find a particular solution of y -3y +2y = 5e x. Solution If we substitute y p = Ae x and its derivatives in the differential euation, we find that Ae x - 3Ae x + 2Ae x = 5e x 0 = 5e x. However, the exponential function is never zero. The trouble can be traced to the fact that y = e x is already a solution of the related homogeneous euation y -3y +2y = 0. The auxiliary euation is r 2-3r + 2 = (r - 1)(r - 2) = 0, which has r = 1 as a root. So we would expect Ae x to become zero when substituted into the left-hand side of the differential euation. The appropriate way to modify the trial solution in this case is to multiply Ae x by x. Thus, our new trial solution is y p = Axe x.
13 17.2 Nonhomogeneous Linear Euations The result of substituting the derivatives of this new candidate into the differential euation is (Axe x + 2Ae x ) - 3(Axe x + Ae x ) + 2Axe x = 5e x -Ae x = 5e x. Thus, A = -5 gives our sought-after particular solution y p = -5xe x. EXAMPLE 4 Find a particular solution of y -6y +9y = e 3x. Solution The auxiliary euation f the complementary euation r 2-6r + 9 = (r - 3) 2 = 0 has r = 3 as a repeated root. The appropriate choice f y p in this case is neither n Axe 3x because the complementary solution contains both of those terms already. Thus, we choose a term containing the next higher power of x as a fact. When we substitute y p = Ax 2 e 3x and its derivatives in the given differential euation, we get (9Ax 2 e 3x + 12Axe 3x + 2Ae 3x ) - 6(3Ax 2 e 3x + 2Axe 3x ) + 9Ax 2 e 3x = e 3x 2Ae 3x = e 3x. Thus, A = 1>2, and the particular solution is y p = 1. 2 x2 e 3x When we wish to find a particular solution of Euation (1) and the function G(x) is the sum of two me terms, we choose a trial function f each term in G(x) and add them. EXAMPLE 5 Find the general solution to y -y =5e x - sin 2x. Solution We first check the auxiliary euation r 2 - r = 0. Its roots are r = 1 and r = 0. Therefe, the complementary solution to the associated homogeneous euation is y c = c 1 e x + c 2. We now seek a particular solution. That is, we seek a function that will produce 5e x - sin 2x when substituted into the left-hand side of the given differential euation. One part of y is to produce 5e x p, the other -sin 2x. Since any function of the fm c 1 e x is a solution of the associated homogeneous euation, we choose our trial solution y p to be the sum y p = Axe x + B cos 2x + C sin 2x, including xe x where we might otherwise have included only e x. When the derivatives of are substituted into the differential euation, the resulting euation is (Axe x + 2Ae x - 4B cos 2x - 4C sin 2x) - (Axe x + Ae x - 2B sin 2x + 2C cos 2x) = 5e x - sin 2x y p Ae 3x y p
14 17-12 Chapter 17: Second-Order Differential Euations This euation will hold if Ae x - (4B + 2C) cos 2x + (2B - 4C) sin 2x = 5e x - sin 2x. A = 5, 4B + 2C = 0, A = 5, B = -1>10, and C = 1>5. Our particular solution is y p = 5xe x cos 2x + 1 sin 2x 5 The general solution to the differential euation is 2B - 4C = -1, y = y c + y p = c 1e x + c 2 + 5xe x cos 2x + 1 sin 2x 5 You may find the following table helpful in solving the problems at the end of this section. TABLE 17.1 The method of undetermined coefficients f selected euations of the fm ay + by + cy = G(x). If G(x) has a term Then include this that is a constant expression in the multiple of... And if trial function f y p. e rx r is not a root of the auxiliary euation r is a single root of the auxiliary euation r is a double root of the auxiliary euation Ae rx Axe rx Ax 2 e rx sin kx, cos kx px 2 + x + m ki is not a root of the auxiliary euation 0 is not a root of the auxiliary euation 0 is a single root of the auxiliary euation 0 is a double root of the auxiliary euation B cos kx + C sin kx Dx 2 + Ex + F Dx 3 + Ex 2 + Fx Dx 4 + Ex 3 + Fx 2 The Method of Variation of Parameters This is a general method f finding a particular solution of the nonhomogeneous euation (1) once the general solution of the associated homogeneous euation is known. The method consists of replacing the constants c 1 and c 2 in the complementary solution by functions y 1 = y 1 (x) and y 2 = y 2 (x) and reuiring (in a way to be explained) that the
15 17.2 Nonhomogeneous Linear Euations resulting expression satisfy the nonhomogeneous euation (1). There are two functions to be determined, and reuiring that Euation (1) be satisfied is only one condition. As a second condition, we also reuire that y 1 y 1 + y 2 y 2 = 0. (4) Then we have y = y 1 y 1 + y 2 y 2, y =y 1 y 1 +y 2 y 2, y =y 1 y 1 +y 2 y 2 +y 1 y 1 +y 2 y 2. If we substitute these expressions into the left-hand side of Euation (1), we obtain y 1 (ay 1 +by 1 +cy 1 ) + y 2 (ay 2 +by 2 +cy 2 ) + a(y 1 y 1 +y 2 y 2 ) = G(x). The first two parenthetical terms are zero since and are solutions of the associated homogeneous euation (2). So the nonhomogeneous euation (1) is satisfied if, in addition to Euation (4), we reuire that a(y 1 y 1 +y 2 y 2 ) = G(x). (5) Euations (4) and (5) can be solved together as a pair y 1 y 1 + y 2 y 2 = 0, y 1 y 1 +y 2 y 2 = G(x) a f the unknown functions y 1 and y 2. The usual procedure f solving this simple system is to use the method of determinants (also known as Cramer s Rule), which will be demonstrated in the examples to follow. Once the derivative functions y 1 and y 2 are known, the two functions y 1 = y 1 (x) and y 2 = y 2 (x) can be found by integration. Here is a summary of the method. y 1 y 2 Variation of Parameters Procedure To use the method of variation of parameters to find a particular solution to the nonhomogeneous euation ay + by + cy = G(x), we can wk directly with Euations (4) and (5). It is not necessary to rederive them. The steps are as follows. 1. Solve the associated homogeneous euation ay +by +cy = 0 to find the functions y 1 and y Solve the euations y 1 y 1 + y 2 y 2 = 0, y 1 y 1 +y 2 y 2 = G(x) a simultaneously f the derivative functions y 1 and y Integrate y 1 and y 2 to find the functions y 1 = y 1 (x) and y 2 = y 2 (x). 4. Write down the particular solution to nonhomogeneous euation (1) as y p = y 1 y 1 + y 2 y 2.
16 17-14 Chapter 17: Second-Order Differential Euations EXAMPLE 6 Find the general solution to the euation y +y = tan x. Solution is given by The solution of the homogeneous euation y c = c 1 cos x + c 2 sin x. Since y 1 (x) = cos x and y 2 (x) = sin x, the conditions to be satisfied in Euations (4) and (5) are Solution of this system gives Likewise, y 1 = 0 sin x ` tan x cos x ` = cos x sin x ` -sin x cos x ` y 2 = After integrating y 1 and y 2, we have y +y = 0 y 1 cos x + y 2 sin x = 0, -y 1 sin x + y 2 cos x = tan x. cos x 0 ` -sin x tan x ` = sin x. cos x sin x ` -sin x cos x ` y 1 (x) = L -sin 2 x cos x dx a = 1 -tan x sin x cos 2 x + sin 2 x = -sin2 x cos x. = - L (sec x - cos x) dx and = -ln ƒ sec x + tan x ƒ + sin x, y 2 (x) = sin x dx = -cos x. L Note that we have omitted the constants of integration in determining y 1 and y 2. They would merely be absbed into the arbitrary constants in the complementary solution. Substituting and into the expression f in Step 4 gives y 1 y 2 y p = [-ln ƒ sec x + tan x ƒ + sin x] cos x + (-cos x) sin x = (-cos x) ln ƒ sec x + tan x ƒ. The general solution is y = c 1 cos x + c 2 sin x - (cos x) ln ƒ sec x + tan x ƒ. y p
17 17.2 Nonhomogeneous Linear Euations EXAMPLE 7 Solve the nonhomogeneous euation y +y -2y = xe x. Solution The auxiliary euation is giving the complementary solution The conditions to be satisfied in Euations (4) and (5) are Solving the above system f y 1 and y 2 gives Likewise, y 1 = r 2 + r - 2 = (r + 2)(r - 1) = 0 y 2 = 0 e x ` xe x e x ` e - 2x Integrating to obtain the parameter functions, we have ` y c = c 1 e - 2x + c 2 e x. y 1 e - 2x + y 2 e x = 0, -2y 1 e - 2x + y 2 e x = xe x. e x ` -2e - 2x e x ` e - 2x 0-2e - 2x xe x ` 3e -x = y 1 (x) = L xe3x dx a = 1 = -xe2x 3e - x = xe3x. xe -x 3e -x = x 3. = axe3x 3 - L e 3x 3 dxb = 1 27 (1-3x)e3x, and Therefe, x x2 y 2 (x) = dx = L 3 6. (1-3x)e3x y p = c de 27-2x + a x2 6 bex = 1 27 ex xex x2 e x. The general solution to the differential euation is y = c 1 e -2x + c 2 e x xex x2 e x, where the term (1>27)e x in y has been absbed into the term c 2 e x p in the complementary solution.
18 17-16 Chapter 17: Second-Order Differential Euations EXERCISES 17.2 Solve the euations in Exercises 1 16 by the method of undetermined coefficients. 1. y -3y -10y = y -3y -10y = 2x y -y =sin x 4. y +2y +y = x 2 5. y +y = cos 3x 6. y +y = e 2x 7. y -y -2y = 20 cos x 8. y +y = 2x + 3e x 9. y -y = e x + x y +2y +y = 6 sin 2x y -y -6y = e -x - 7 cos x y +3y +2y = e -x + e -2x - x d 2 y d 2 y 14. dx 2 - dy dx dy dx = 15x2 dx = -8x d 2 y d 2 y 16. dx dy dx = 42x2 + 5x + 1 dx 2-3 dy dx = e3x - 12x Solve the euations in Exercises by variation of parameters. 17. y +y =x y +y = tan x, y +y = sin x - p 2 6 x 6 p y +2y +y = e -x 22. y -y = x 23. y -y = e x 24. y -y = sin x 25. y +4y +5y = y -y =2 x 27. d 2 y dx 2 + y = sec x, - p 2 6 x 6 p d 2 y dx 2 - dy dx = ex cos x, x 7 0 In each of Exercises 29 32, the given differential euation has a particular solution y p of the fm given. Determine the coefficients in y p. Then solve the differential euation. 29. y -5y =xe 5x, y p = Ax 2 e 5x + Bxe 5x 30. y -y =cos x + sin x, y p = A cos x + B sin x 31. y +y = 2 cos x + sin x, y p = Ax cos x + Bx sin x 32. y +y - 2y = xe x, y p = Ax 2 e x + Bxe x In Exercises 33 36, solve the given differential euations (a) by variation of parameters and (b) by the method of undetermined coefficients. d 2 y d 2 y dx 2-4 dy + 4y = 2e2x dx 2 - dy dx = ex + e -x dx d 2 y d 2 y dx 2-9 dy dx 2-4 dy dx - 5y = ex + 4 dx = 9e9x Solve the differential euations in Exercises Some of the euations can be solved by the method of undetermined coefficients, but others cannot y +y = cot x, 0 6 x 6 p y +y = csc x, 0 6 x 6 p 39. y -8y =e 8x 40. y +4y = sin x 41. y -y =x y +4y +5y = x y +2y =x 2 - e x 44. y +9y = 9x - cos x y +y = sec x tan x, - p 2 6 x 6 p 2 y -3y +2y = e x - e 2x The method of undetermined coefficients can sometimes be used to solve first-der dinary differential euations. Use the method to solve the euations in Exercises y -3y = e x 48. y +4y = x 49. y -3y = 5e 3x 50. y +y = sin x Solve the differential euations in Exercises 51 and 52 subject to the given initial conditions. d 2 y 51. dx 2 + y = sec2 x, - p 2 6 x 6 p ; y(0) = y (0) = 1 2 d 2 y 52. dx 2 + y = e2x ; y(0) = 0, y (0) = 2 5 In Exercises 53 58, verify that the given function is a particular solution to the specified nonhomogeneous euation. Find the general solution and evaluate its arbitrary constants to find the uniue solution satisfying the euation and the given initial conditions. 53. y +y =x, y p = x2 - x, y(0) = 0, y (0) = y +y = x, y p = 2 sin x + x, y(0) = 0, y (0) = y +y +y = 4ex (cos x - sin x), y p = 2e x cos x, y(0) = 0, y (0) = y -y -2y = 1-2x, y p = x - 1, y(0) = 0, y (0) = y -2y +y = 2e x, y p = x 2 e x, y(0) = 1, y (0) = y -2y +y = x -1 e x, x 7 0, y p = xe x ln x, y(1) = e, y (1) = 0 In Exercises 59 and 60, two linearly independent solutions and are given to the associated homogeneous euation of the variablecoefficient nonhomogeneous euation. Use the method of variation of parameters to find a particular solution to the nonhomogeneous euation. Assume x 7 0 in each exercise. 59. x 2 y +2xy -2y = x 2, y 1 = x - 2, y 2 = x 60. x 2 y +xy -y = x, y 1 = x - 1, y 2 = x y 1 y 2
19 17.3 Applications Applications y 0 y s mass m at euilibrium FIGURE 17.2 Mass m stretches a spring by length s to the euilibrium position at y = 0. y 0 y y 0 y s F s a position after release start position F p F r In this section we apply second-der differential euations to the study of vibrating springs and electric circuits. Vibrations A spring has its upper end fastened to a rigid suppt, as shown in Figure An object of mass m is suspended from the spring and stretches it a length s when the spring comes to rest in an euilibrium position. Accding to Hooke s Law (Section 6.5), the tension fce in the spring is ks, where k is the spring constant. The fce due to gravity pulling down on the spring is mg, and euilibrium reuires that ks = mg. (1) Suppose that the object is pulled down an additional amount y 0 beyond the euilibrium position and then released. We want to study the object s motion, that is, the vertical position of its center of mass at any future time. Let y, with positive direction downward, denote the displacement position of the object away from the euilibrium position y = 0 at any time t after the motion has started. Then the fces acting on the object are (see Figure 17.3) F p = mg, the propulsion fce due to gravity, F s = k(s + y), the resting fce of the spring s tension, F r = d dy a frictional fce assumed proptional to velocity. dt, The frictional fce tends to retard the motion of the object. The resultant of these fces is F = F p - F s - F r, and by Newton s second law F = ma, we must then have m d 2 y dy. dt 2 = mg - ks - ky - d dt By Euation (1), mg - ks = 0, so this last euation becomes m d 2 y dt 2 + d dy dt + ky = 0, subject to the initial conditions y(0) = y 0 and y (0) = 0. (Here we use the prime notation to denote differentiation with respect to time t.) You might expect that the motion predicted by Euation (2) will be oscillaty about the euilibrium position y = 0 and eventually damp to zero because of the retarding frictional fce. This is indeed the case, and we will show how the constants m, d, and k determine the nature of the damping. You will also see that if there is no friction (so d = 0), then the object will simply oscillate indefinitely. FIGURE 17.3 The propulsion fce (weight) F p pulls the mass Simple Harmonic Motion downward, but the spring Suppose first that there is no retarding frictional fce. Then d = 0 and there is no damping. If we substitute v = 2k>m to simplify our calculations, then the second-der eua- resting fce F s and frictional fce F r pull the mass upward. tion (2) becomes The motion starts at y = y 0 with the mass vibrating up and down. y +v 2 y = 0, with y(0) = y 0 and y (0) = 0. (2)
20 17-18 Chapter 17: Second-Order Differential Euations C = c c 2 2 c 1 The auxiliary euation is having the imaginary roots r = ;vi. The general solution to the differential euation in (2) is To fit the initial conditions, we compute and then substitute the conditions. This yields c 1 = y 0 and c 2 = 0. The particular solution describes the motion of the object. Euation (4) represents simple harmonic motion of amplitude y 0 and period T = 2p>v. The general solution given by Euation (3) can be combined into a single term by using the trigonometric identity sin (vt + f) = cos vt sin f + sin vt cos f. To apply the identity, we take (see Figure 17.4) where y =-c 1 v sin vt + c 2 v cos vt c 1 = C sin f r 2 + v 2 = 0, y = c 1 cos vt + c 2 sin vt. y = y 0 cos vt and c 2 = C cos f, (3) (4) c 2 FIGURE 17.4 c 2 = C cos f. c 1 = C sin f and C = 2c c 2 2 Then the general solution in Euation (3) can be written in the alternative fm Here C and f may be taken as two new arbitrary constants, replacing the two constants c 1 and c 2. Euation (5) represents simple harmonic motion of amplitude C and period T = 2p>v. The angle vt + f is called the phase angle, and f may be interpreted as its initial value. A graph of the simple harmonic motion represented by Euation (5) is given in Figure and y = C sin (vt + f). f = tan -1 c 1 c 2. (5) y C C sin Period T = 2 0 t C y = C sin( t + ) FIGURE 17.5 Simple harmonic motion of amplitude C and period T with initial phase angle f (Euation 5).
21 17.3 Applications Damped Motion Assume now that there is friction in the spring system, so v = 2k>m and 2b = d>m, then the differential euation (2) is The auxiliary euation is y +2by +v 2 y = 0. d Z 0. If we substitute r 2 + 2br + v2 = 0, with roots r = -b ; 2b 2 - v 2. Three cases now present themselves, depending upon the relative sizes of b and v. Case 1: b V. The double root of the auxiliary euation is real and euals r = v. The general solution to Euation (6) is y = (c 1 + c 2 t)e - vt. This situation of motion is called critical damping and is not oscillaty. Figure 17.6a shows an example of this kind of damped motion. Case 2: b>v. The roots of the auxiliary euation are real and uneual, given by r and r 2 = -b - 2b 2 - v 2 1 = -b + 2b 2 - v 2. The general solution to Euation (6) is given by y = c 1 e A - b + 2b2 - v 2 Bt + c 2 e A - b - 2b2 - v 2 Bt. Here again the motion is not oscillaty and both r 1 and r 2 are negative. Thus y approaches zero as time goes on. This motion is referred to as overdamping (see Figure 17.6b). Case 3: b<v. The roots to the auxiliary euation are complex and given by r = -b ; i2v 2 - b 2. The general solution to Euation (6) is given by y = e - bt Ac 1 cos2v 2 - b 2 t + c 2 sin2v 2 - b 2 tb. This situation, called underdamping, represents damped oscillaty motion. It is analogous to simple harmonic motion of period T = 2p> 2v 2 - b 2 except that the amplitude is not constant but damped by the fact e - bt. Therefe, the motion tends to zero as t increases, so the vibrations tend to die out as time goes on. Notice that the period T = 2p> 2v 2 - b 2 is larger than the period T 0 = 2p>v in the friction-free system. Meover, the larger the value of b = d>2m in the exponential damping fact, the me uickly the vibrations tend to become unnoticeable. A curve illustrating underdamped motion is shown in Figure 17.6c. (6) y y y 0 t 0 t 0 t y = (1 + t)e t y = 2e 2t e t y = e t sin(5t + /4) (a) Critical damping (b) Overdamping (c) Underdamping FIGURE 17.6 Three examples of damped vibraty motion f a spring system with friction, so d Z 0.
22 17-20 Chapter 17: Second-Order Differential Euations An external fce F(t) can also be added to the spring system modeled by Euation (2). The fcing function may represent an external disturbance on the system. F instance, if the euation models an automobile suspension system, the fcing function might represent periodic bumps potholes in the road affecting the perfmance of the suspension system; it might represent the effects of winds when modeling the vertical motion of a suspension bridge. Inclusion of a fcing function results in the second-der nonhomogeneous euation m d 2 y dt 2 + d dy dt + ky = F(t). We leave the study of such spring systems to a me advanced course. (7) Electric Circuits The basic uantity in electricity is the charge (analogous to the idea of mass). In an electric field we use the flow of charge, current I = d>dt, as we might use velocity in a gravitational field. There are many similarities between motion in a gravitational field and the flow of electrons (the carriers of charge) in an electric field. Consider the electric circuit shown in Figure It consists of four components: voltage source, resist, induct, and capacit. Think of electrical flow as being like a fluid flow, where the voltage source is the pump and the resist, induct, and capacit tend to block the flow. A battery generat is an example of a source, producing a voltage that causes the current to flow through the circuit when the switch is closed. An electric light bulb appliance would provide resistance. The inductance is due to a magnetic field that opposes any change in the current as it flows through a coil. The capacitance is nmally created by two metal plates that alternate charges and thus reverse the current flow. The following symbols specify the uantities relevant to the circuit: : charge at a cross section of a conduct measured in coulombs (abbreviated c); I: current rate of change of charge d/dt (flow of electrons) at a cross section of a conduct measured in amperes (abbreviated A); E: electric (potential) source measured in volts (abbreviated V); V: difference in potential between two points along the conduct measured in volts (V). R, Resist Voltage source E L, Induct C, Capacit FIGURE 17.7 An electric circuit. Ohm observed that the current I flowing through a resist, caused by a potential difference across it, is (approximately) proptional to the potential difference (voltage drop). He named his constant of proptionality 1>R and called R the resistance. So Ohm s law is I = 1 R V.
23 17.3 Applications Similarly, it is known from physics that the voltage drops across an induct and a capacit are and where L is the inductance and C is the capacitance (with the charge on the capacit). The German physicist Gustav R. Kirchhoff ( ) fmulated the law that the sum of the voltage drops in a closed circuit is eual to the supplied voltage E(t). Symbolically, this says that RI + L di dt + C = E(t). Since I = d>dt, Kirchhoff s law becomes The second-der differential euation (8), which models an electric circuit, has exactly the same fm as Euation (7) modeling vibraty motion. Both models can be solved using the methods developed in Section Summary L d 2 dt 2 L di dt + R d dt The following chart summarizes our analogies f the physics of motion of an object in a spring system versus the flow of charged particles in an electrical circuit. C, + 1 C = E(t). (8) Linear Second-Order Constant-Coefficient Models Mechanical System Electrical System my +dy +ky = F(t) L +R + 1 C = E(t) y: displacement : charge y : velocity : current y : acceleration : change in current m: mass L: inductance d: damping constant R: resistance k: spring constant 1> C: where C is the capacitance F(t): fcing function E(t): voltage source EXERCISES A 16-lb weight is attached to the lower end of a coil spring suspended from the ceiling and having a spring constant of 1 lb> ft. The resistance in the spring mass system is numerically eual to the instantaneous velocity. At t = 0 the weight is set in motion from a position 2 ft below its euilibrium position by giving it a downward velocity of 2 ft> sec. Write an initial value problem that models the given situation. 2. An 8-lb weight stretches a spring 4 ft. The spring mass system resides in a medium offering a resistance to the motion that is numerically eual to 1.5 times the instantaneous velocity. If the weight is released at a position 2 ft above its euilibrium position with a downward velocity of 3 ft> sec, write an initial value problem modeling the given situation.
24 17-22 Chapter 17: Second-Order Differential Euations 3. A 20-lb weight is hung on an 18-in. spring and stretches it 6 in. The weight is pulled down 5 in. and 5 lb are added to the weight. If the weight is now released with a downward velocity of y 0 in. > sec, write an initial value problem modeling the vertical displacement. 4. A 10-lb weight is suspended by a spring that is stretched 2 in. by the weight. Assume a resistance whose magnitude is 20> 1g lb times the instantaneous velocity y in feet per second. If the weight is pulled down 3 in. below its euilibrium position and released, fmulate an initial value problem modeling the behavi of the spring mass system. 5. An (open) electrical circuit consists of an induct, a resist, and a capacit. There is an initial charge of 2 coulombs on the capacit. At the instant the circuit is closed, a current of 3 amperes is present and a voltage of Estd = 20 cos t is applied. In this circuit the voltage drop across the resist is 4 times the instantaneous change in the charge, the voltage drop across the capacit is 10 times the charge, and the voltage drop across the induct is 2 times the instantaneous change in the current. Write an initial value problem to model the circuit. 6. An induct of 2 henrys is connected in series with a resist of 12 ohms, a capacit of 1> 16 farad, and a 300 volt battery. Initially, the charge on the capacit is zero and the current is zero. Fmulate an initial value problem modeling this electrical circuit. Mechanical units in the British and metric systems may be helpful in doing the following problems. Unit British System MKS System Distance Feet (ft) Meters (m) Mass Slugs Kilograms (kg) Time Seconds (sec) Seconds (sec) Fce Pounds (lb) Newtons (N) g(earth) 32 ft> sec m> sec 2 7. A 16-lb weight is attached to the lower end of a coil spring suspended from the ceiling and having a spring constant of 1 lb> ft. The resistance in the spring mass system is numerically eual to the instantaneous velocity. At t = 0 the weight is set in motion from a position 2 ft below its euilibrium position by giving it a downward velocity of 2 ft> sec. At the end of p sec, determine whether the mass is above below the euilibrium position and by what distance. 8. An 8-lb weight stretches a spring 4 ft. The spring mass system resides in a medium offering a resistance to the motion eual to 1.5 times the instantaneous velocity. If the weight is released at a position 2 ft above its euilibrium position with a downward velocity of 3 ft> sec, find its position relative to the euilibrium position 2 sec later. 9. A 20-lb weight is hung on an 18-in. spring stretching it 6 in. The weight is pulled down 5 in. and 5 lb are added to the weight. If the weight is now released with a downward velocity of y 0 in. > sec, find the position of mass relative to the euilibrium in terms of y 0 and valid f any time t Ú A mass of 1 slug is attached to a spring whose constant is 25> 4 lb> ft. Initially the mass is released 1 ft above the euilibrium position with a downward velocity of 3 ft> sec, and the subseuent motion takes place in a medium that offers a damping fce numerically eual to 3 times the instantaneous velocity. An external fce ƒ(t) is driving the system, but assume that initially ƒ(t) K 0. Fmulate and solve an initial value problem that models the given system. Interpret your results. 11. A 10-lb weight is suspended by a spring that is stretched 2 in. by the weight. Assume a resistance whose magnitude is 40> 1g lb times the instantaneous velocity in feet per second. If the weight is pulled down 3 in. below its euilibrium position and released, find the time reuired to reach the euilibrium position f the first time. 12. A weight stretches a spring 6 in. It is set in motion at a point 2 in. below its euilibrium position with a downward velocity of 2 in. > sec. a. When does the weight return to its starting position? b. When does it reach its highest point? c. Show that the maximum velocity is 212g + 1 in. > sec. 13. A weight of 10 lb stretches a spring 10 in. The weight is drawn down 2 in. below its euilibrium position and given an initial velocity of 4 in. > sec. An identical spring has a different weight attached to it. This second weight is drawn down from its euilibrium position a distance eual to the amplitude of the first motion and then given an initial velocity of 2 ft> sec. If the amplitude of the second motion is twice that of the first, what weight is attached to the second spring? 14. A weight stretches one spring 3 in. and a second weight stretches another spring 9 in. If both weights are simultaneously pulled down 1 in. below their respective euilibrium positions and then released, find the first time after t = 0 when their velocities are eual. 15. A weight of 16 lb stretches a spring 4 ft. The weight is pulled down 5 ft below the euilibrium position and then released. What initial velocity y 0 given to the weight would have the effect of doubling the amplitude of the vibration? 16. A mass weighing 8 lb stretches a spring 3 in. The spring mass system resides in a medium with a damping constant of 2 lb-sec> ft. If the mass is released from its euilibrium position with a velocity of 4 in. > sec in the downward direction, find the time reuired f the mass to return to its euilibrium position f the first time. 17. A weight suspended from a spring executes damped vibrations with a period of 2 sec. If the damping fact decreases by 90% in 10 sec, find the acceleration of the weight when it is 3 in. below its euilibrium position and is moving upward with a speed of 2 ft> sec. 18. A 10-lb weight stretches a spring 2 ft. If the weight is pulled down 6 in. below its euilibrium position and released, find the highest point reached by the weight. Assume the spring mass system resides in a medium offering a resistance of 10> 1g lb times the instantaneous velocity in feet per second.
25 17.4 Euler Euations An LRC circuit is set up with an inductance of 1> 5 henry, a resistance position thereby stretching the spring 1.96 m. The mass is in a of 1 ohm, and a capacitance of 5> 6 farad. Assuming the initial charge is 2 coulombs and the initial current is 4 amperes, find the solution function describing the charge on the capacit at any time. What is the charge on the capacit after a long period of time? viscous medium that offers a resistance in newtons numerically eual to 4 times the instantaneous velocity measured in meters per second. The mass is then pulled down 2 m below its euilibrium position and released with a downward velocity of 3 m> sec. 20. An (open) electrical circuit consists of an induct, a resist, and At this same instant an external fce given by ƒ(t) = 20 cos t (in a capacit. There is an initial charge of 2 coulombs on the capacit. At the instant the circuit is closed, a current of 3 amperes is if the mass is above below its euilibrium position and by how newtons) is applied to the system. At the end of p sec determine present but no external voltage is being applied. In this circuit the much. voltage drops at three points are numerically related as follows: across the capacit, 10 times the charge; across the resist, 4 times the instantaneous change in the charge; and across the induct, 2 times the instantaneous change in the current. Find the charge on the capacit as a function of time. 24. An 8-lb weight stretches a spring 4 ft. The spring mass system resides in a medium offering a resistance to the motion eual to 1.5 times the instantaneous velocity, and an external fce given by ƒ(t) = 6 + e - t (in pounds) is being applied. If the weight is released at a position 2 ft above its euilibrium position with downward velocity of 3 ft> sec, find its position relative to the euilib- 21. A 16-lb weight stretches a spring 4 ft. This spring mass system is in a medium with a damping constant of 4.5 lb-sec> ft, and an external rium after 2 sec have elapsed. fce given by ƒ(t) = 4 + e - 2t (in pounds) is being ap- 25. Suppose L = 10 henrys, R = 10 ohms, C = 1>500 farads, plied. What is the solution function describing the position of the mass at any time if the mass is released from 2 ft below the euilibrium position with an initial velocity of 4 ft> sec downward? 22. A 10-kg mass is attached to a spring having a spring constant of 140 N> m. The mass is started in motion from the euilibrium position with an initial velocity of 1 m> sec in the upward direction and with an applied external fce given by ƒ(t) = 5 sin t (in newtons). The mass is in a viscous medium with a coefficient of resistance eual to 90 N-sec> m. Fmulate an initial value problem that models the given system; solve the model and interpret the results. E = 100 volts, (0) = 10 coulombs, and (0) = i(0) = 0. Fmulate and solve an initial value problem that models the given LRC circuit. Interpret your results. 26. A series circuit consisting of an induct, a resist, and a capacit is open. There is an initial charge of 2 coulombs on the capacit, and 3 amperes of current is present in the circuit at the instant the circuit is closed. A voltage given by E(t) = 20 cos t is applied. In this circuit the voltage drops are numerically eual to the following: across the resist to 4 times the instantaneous change in the charge, across the capacit to 10 times the charge, and across the induct to 2 times the instantaneous change in the current. Find the charge on the capacit as a function of time. Deter- 23. A 2-kg mass is attached to the lower end of a coil spring suspended from the ceiling. The mass comes to rest in its euilibrium mine the charge on the capacit and the current at time t = Euler Euations In Section 17.1 we introduced the second-der linear homogeneous differential euation and showed how to solve this euation when the coefficients P, Q, and R are constants. If the coefficients are not constant, we cannot generally solve this differential euation in terms of elementary functions we have studied in calculus. In this section you will learn how to solve the euation when the coefficients have the special fms and R(x) = c, where a, b, and c are constants. These special types of euations are called Euler euations, in hon of Leonhard Euler who studied them and showed how to solve them. Such euations arise in the study of mechanical vibrations. The General Solution of Euler Euations Consider the Euler euation P(x) = ax 2, P(x)y (x) + Q(x)y (x) + R(x)y(x) = 0 Q(x) = bx, ax 2 y +bxy +cy = 0, x 7 0. (1)
26 17-24 Chapter 17: Second-Order Differential Euations To solve Euation (1), we first make the change of variables and y(x) = Y(z). We next use the chain rule to find the derivatives y (x) and y (x) : and z = ln x y (x) = d dx Y(z) = d dz Y(z) dz dx = Y (z) 1 x y (x) = d dx y (x) = d dx Y (z) 1 x = - 1 x 2 Y (z) + 1 dz x Y (z) dx = - 1 x 2 Y (z) + 1 x 2 Y (z). Substituting these two derivatives into the left-hand side of Euation (1), we find ax 2 y +bxy +cy = ax 2 a- 1 x 2 Y (z) + 1 x 2 Y (z)b + bx a1 x Y (z)b + cy(z) = ay (z) + (b - a)y (z) + cy(z). Therefe, the substitutions give us the second-der linear differential euation with constant coefficients ay (z) + (b - a)y (z) + cy(z) = 0. We can solve Euation (2) using the method of Section That is, we find the roots to the associated auxiliary euation ar 2 + (b - a)r + c = 0 to find the general solution f Y(z). After finding Y(z), we can determine y(x) from the substitution z = ln x. EXAMPLE 1 Find the general solution of the euation x 2 y +2xy -2y = 0. Solution This is an Euler euation with a = 1, b = 2, and c = -2. The auxiliary euation (3) f Y(z) is r 2 + (2-1)r - 2 = (r - 1)(r + 2) = 0, with roots r = -2 and r = 1. The solution f Y(z) is given by Y(z) = c 1 e - 2z + c 2 e z. Substituting z = ln x gives the general solution f y(x) : y(x) = c 1 e -2ln x + c 2 e ln x = c 1 x -2 + c 2 x. (2) (3) EXAMPLE 2 Solve the Euler euation x 2 y -5xy +9y = 0. Solution Since a = 1, b = -5, and c = 9, the auxiliary euation (3) f Y(z) is r 2 + (-5-1)r + 9 = (r - 3) 2 = 0. The auxiliary euation has the double root r = 3 giving Y(z) = c 1 e 3z + c 2 ze 3z. Substituting z = ln x into this expression gives the general solution y(x) = c 1 e 3ln x + c 2 ln x e 3ln x = c 1 x 3 + c 2 x 3 ln x.
27 17.4 Euler Euations EXAMPLE 3 Find the particular solution to x 2 y -3xy +68y = 0 that satisfies the initial conditions y(1) = 0 and y (1) = y FIGURE 17.8 Example 3. y = x 2 sin(8lnx) 8 Graph of the solution to x Solution Here a = 1, b = -3, and c = 68 substituted into the auxiliary euation (3) gives r 2-4r + 68 = 0. The roots are r = 2 + 8i and r = 2-8i giving the solution Y(z) = e 2z (c 1 cos 8z + c 2 sin 8z). Substituting z = ln x into this expression gives y(x) = e 2ln x Ac 1 cos (8 ln x) + c 2 sin (8 ln x)b. From the initial condition y(1) = 0, we see that c 1 = 0 and y(x) = c 2 x 2 sin (8 ln x). To fit the second initial condition, we need the derivative y (x) = c 2 A8x cos (8 ln x) + 2x sin (8 ln x)b. Since y (1) = 1, we immediately obtain c 2 = 1>8. Therefe, the particular solution satisfying both initial conditions is y(x) = 1. 8 x2 sin (8 ln x) Since -1 sin (8 ln x) 1, the solution satisfies - x2 8 x2 y(x). 8 A graph of the solution is shown in Figure EXERCISES 17.4 In Exercises 1 24, find the general solution to the given Euler euation. Assume x 7 0 throughout. 1. x 2 y +2xy -2y = 0 2. x 2 y +xy -4y = 0 3. x 2 y -6y = 0 4. x 2 y +xy -y = 0 5. x 2 y -5xy +8y = x 2 y +7xy +2y = x 2 y +4xy =0 8. x 2 y +6xy +4y = 0 9. x 2 y -xy +y = x 2 y -xy +2y = x 2 y -xy +5y = x 2 y +7xy +13y = x 2 y +3xy +10y = x 2 y -5xy +10y = x 2 y +8xy +5y = x 2 y -4xy +5y = x 2 y +3xy +y = x 2 y -3xy +9y = x 2 y +xy = x 2 y +y = In Exercises 25 30, solve the given initial value problem x 2 y +15xy +y = 0 16x 2 y -8xy +9y = 0 16x 2 y +56xy +25y = 0 4x 2 y -16xy +25y = 0 x 2 y +3xy -3y = 0, y(1) = 1, y (1) = -1 6x 2 y +7xy -2y = 0, y(1) = 0, y (1) = 1 x 2 y -xy +y = 0, y(1) = 1, y (1) = 1 x 2 y +7xy +9y = 0, y(1) = 1, y (1) = 0 x 2 y -xy +2y = 0, y(1) = -1, y (1) = x 2 y +3xy +5y = 0, y(1) = 1, y (1) = 0
28 17-26 Chapter 17: Second-Order Differential Euations 17.5 Power-Series Solutions In this section we extend our study of second-der linear homogeneous euations with variable coefficients. With the Euler euations in Section 17.4, the power of the variable x in the nonconstant coefficient had to match the der of the derivative with which it was paired: x 2 with y, x 1 with y, and x 0 (=1) with y. Here we drop that reuirement so we can solve me general euations. Method of Solution The power-series method f solving a second-der homogeneous differential euation consists of finding the coefficients of a power series y(x) = a c n x n = c 0 + c 1 x + c 2 x 2 + Á (1) which solves the euation. To apply the method we substitute the series and its derivatives into the differential euation to determine the coefficients c 0, c 1, c 2, Á. The techniue f finding the coefficients is similar to that used in the method of undetermined coefficients presented in Section In our first example we demonstrate the method in the setting of a simple euation whose general solution we already know. This is to help you become me comftable with solutions expressed in series fm. EXAMPLE 1 Solve the euation y +y = 0 by the power-series method. Solution We assume the series solution takes the fm of y = a c n x n and calculate the derivatives y = a nc n x n - 1 n = 1 and Substitution of these fms into the second-der euation gives us a n(n - 1)c n x n a c n x n = 0. n = 2 n = 0 n = 0 y = a Next, we euate the coefficients of each power of x to zero as summarized in the following table. n = 0 n = 2 n(n - 1)c n x n - 2. Power of x Coefficient Euation 2(1)c 2 + c 0 x 1 3(2)c 3 + c 1 x 2 4(3)c 4 + c 2 x 3 5(4)c 5 + c 3 x 4 6(5)c 6 + c 4 o x n - 2 n(n - 1)c n + c n - 2 x 0 = 0 = 0 = 0 = 0 = 0 o = 0 c 2 = c 0 c 3 = # c 2 1 c 4 = # c 3 2 c 5 = # c 4 3 c 6 = # c 5 4 o 1 c n = - n(n - 1) c n - 2
29 17.5 Power-Series Solutions From the table we notice that the coefficients with even indices ( n = 2k, k = 1, 2, 3, Á ) are related to each other and the coefficients with odd indices ( n = 2k + 1) are also interrelated. We treat each group in turn. Even indices: Here n = 2k, so the power is x 2k - 2. From the last line of the table, we have From this recursive relation we find Odd indices: Here n = 2k + 1, so the power is. Substituting this into the last line of the table yields = (-1)k (2k)! c 0. 2k(2k - 1)c 2k + c 2k - 2 = 0 1 c 2k = - 2k(2k - 1) c 2k c 2k = c- 2k(2k - 1) dc- 1 (2k - 2)(2k - 3) d Á c- 1 4(3) dc- 1 2 dc 0 x 2k - 1 (2k + 1)(2k)c 2k c 2k - 1 = 0 Thus, 1 c 2k + 1 = - (2k + 1)(2k) c 2k c 2k + 1 = c- (2k + 1)(2k) dc- 1 (2k - 1)(2k - 2) d Á c- 1 5(4) dc- 1 3(2) dc 1 = (-1) k (2k + 1)! c 1. Writing the power series by grouping its even and odd powers together and substituting f the coefficients yields y = a n = 0 = a k = 0 (-1) k (-1) k = c 0 a. (2k)! x2k + c 1 a (2k + 1)! x2k + 1 k = 0 c n x n c 2k x 2k + a k = 0 c 2k + 1 x 2k + 1 From Table 9.1 in Section 9.10, we see that the first series on the right-hand side of the last euation represents the cosine function and the second series represents the sine. Thus, the general solution to y +y = 0 is k = 0 y = c 0 cos x + c 1 sin x.
30 17-28 Chapter 17: Second-Order Differential Euations EXAMPLE 2 Find the general solution to y +xy +y = 0. Solution We assume the series solution fm y = a c n x n n = 0 and calculate the derivatives y = a nc n x n - 1 and y = a n(n - 1)c n x n - 2. n = 1 n = 2 Substitution of these fms into the second-der euation yields a n(n - 1)c n x n a nc n x n + a c n x n = 0. n = 2 n = 1 n = 0 We euate the coefficients of each power of x to zero as summarized in the following table. Power of x Coefficient Euation x 1 2(1)c 2 3(2)c c 0 = 0 c 1 + c 1 = 0 c 2 = - 1 c 3 = c 0 3 c 1 x 2 x 3 x 4 4(3)c 4 + 2c 2 + c 2 = 0 5(4)c 5 + 3c 3 + c 3 = 0 6(5)c 6 + 4c 4 + c 4 = 0 c 4 = - 1 c 5 = c 2 c 6 = c 3 6 c 4 o o o x n (n + 2)(n + 1)c c n + 2 = - 1 n (n + 1)c n = 0 n + 2 c n x 0 From the table notice that the coefficients with even indices are interrelated and the coefficients with odd indices are also interrelated. Even indices: Here n = 2k - 2, so the power is x 2k - 2. From the last line in the table, we have From this recurrence relation we obtain c 2k = a- 1 2k ba- 1 2k - 2 b Á a- 1 6 ba- 1 4 ba- 1 2 bc 0 (-1) k = (2)(4)(6) Á (2k) c 0. Odd indices: Here n = 2k - 1, so the power is x 2k - 1. From the last line in the table, we have 1 c 2k + 1 = - 2k + 1 c 2k - 1. From this recurrence relation we obtain 1 c 2k + 1 = a- 2k + 1 ba- 1 2k - 1 b Á a- 1 5 ba- 1 3 bc 1 = c 2k = - 1 2k c 2k - 2. (-1) k (3)(5) Á (2k + 1) c 1.
31 17.5 Power-Series Solutions Writing the power series by grouping its even and odd powers and substituting f the coefficients yields y = a k = 0 = c 0 a k = 0 c 2k x 2k + a k = 0 c 2k + 1 x 2k + 1 (-1) k (2)(4) Á (2k) x2k + c 1 a k = 0 (-1) k (3)(5) Á (2k + 1) x2k + 1. EXAMPLE 3 Find the general solution to (1 - x 2 )y -6xy -4y = 0, x 6 1. Solution Notice that the leading coefficient is zero when x = ;1. Thus, we assume the solution interval I: -1 6 x 6 1. Substitution of the series fm and its derivatives gives us a n(n - 1)c n x n a n(n - 1)c n x n - 6 a nc n x n - 4 a c n x n = 0. n = 2 (1 - x 2 ) a n = 2 n(n - 1)c n x n a n = 2 y = a n = 0 c n x n Next, we euate the coefficients of each power of x to zero as summarized in the following table. n = 1 n = 1 nc n x n - 4 a n = 0 n = 0 c n x n = 0, Power of x Coefficient Euation x 1 2(1)c 2 3(2)c 3-4c 0 = 0-6(1)c 1-4c 1 = 0 c 2 = 4 c 3 = 5 2 c 0 3 c 1 x 2 x 3 o 4(3)c 4-2(1)c 2-6(2)c 2-4c 2 = 0 5(4)c 5-3(2)c 3-6(3)c 3-4c 3 = 0 o c 4 = 6 c 5 = 7 4 c 2 5 c 3 o x n (n + 2)(n + 1)c n [n(n - 1) + 6n + 4]c n = 0 (n + 2)(n + 1)c n (n + 4)(n + 1)c n = 0 c n + 2 = n + 4 n + 2 c n x 0 Again we notice that the coefficients with even indices are interrelated and those with odd indices are interrelated. Even indices: Here n = 2k - 2, so the power is x 2k. From the right-hand column and last line of the table, we get c 2k = 2k + 2 c 2k 2k - 2 = a 2k + 2 2k = (k + 1)c 0. 2k ba 2k - 2 ba2k - 2 2k - 4 b Á 6 4 a4 2 bc 0
32 17-30 Chapter 17: Second-Order Differential Euations Odd indices: Here n = 2k - 1, so the power is x 2k + 1. The right-hand column and last line of the table gives us The general solution is c 2k + 1 = 2k + 3 2k + 1 c 2k - 1 = a 2k + 3 2k + 1 ba2k + 1 2k - 1 ba2k - 1 2k - 3 b Á 7 5 a5 3 bc 1 = 2k y = a n = 0 = a k = 0 = c 0 a (k + 1)x 2k + c 1 a k = 0 c n x n c 1. c 2k x 2k + a k = 0 c 2k + 1 x 2k + 1 k = 0 2k + 3 x 3 2k + 1. EXAMPLE 4 Find the general solution to y -2xy +y = 0. Solution Assuming that y = a c n x n, substitution into the differential euation gives us a n(n - 1)c n x n a nc n x n + a c n x n = 0. n = 2 We next determine the coefficients, listing them in the following table. n = 0 n = 1 n = 0 Power of x Coefficient Euation x 0 x 1 x 2 x 3 x 4 o x n 2(1)c 2 + c 0 = 0 3(2)c 3-2c 1 + c 1 = 0 4(3)c 4-4c 2 + c 2 = 0 5(4)c 5-6c 3 + c 3 = 0 6(5)c 6-8c 4 + c 4 = 0 o (n + 2)(n + 1)c n (2n - 1)c n = 0 c 2 = c 0 c 3 = 1 3 # c 2 1 c 4 = 3 4 # c 3 2 c 5 = 5 5 # c 4 3 c 6 = 7 6 # c 5 4 o c n + 2 = 2n - 1 (n + 2)(n + 1) c n
33 17.5 Power-Series Solutions From the recursive relation c n + 2 = 2n - 1 (n + 2)(n + 1) c n, we write out the first few terms of each series f the general solution: y = c 0 a1-1 2 x2-3 4! x4-21 6! x6 - Á b + c 1 ax + 1 3! x ! x ! x7 + Á b. EXERCISES 17.5 In Exercises 1 18, use power series to find the general solution of the differential euation. 1. y +2y =0 2. y +2y +y = 0 3. y +4y = 0 4. y -3y +2y = 0 5. x 2 y -2xy +2y = 0 6. y -xy +y = 0 7. (1 + x)y -y = 0 8. (1 - x 2 )y -4xy +6y = 0 9. (x 2-1)y +2xy -2y = y +y -x 2 y = (x 2-1)y -6y = xy -(x + 2)y +2y = (x 2-1)y +4xy +2y = y -2xy +4y = y -2xy +3y = (1 - x 2 )y -xy +4y = y -xy +3y = x 2 y -4xy +6y = 0
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
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
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
Applications of Second-Order Differential Equations
Applications of Second-Order Differential Equations Second-order linear differential equations have a variety of applications in science and engineering. In this section we explore two of them: the vibration
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
dy dx and so we can rewrite the equation as If we now integrate both sides of this equation, we get xy x 2 C Integrating both sides, we would have
Linear Differential Equations A first-der linear differential equation is one that can be put into the fm 1 d P y Q where P and Q are continuous functions on a given interval. This type of equation occurs
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.
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
dy dx and so we can rewrite the equation as If we now integrate both sides of this equation, we get xy x 2 C Integrating both sides, we would have
LINEAR DIFFERENTIAL EQUATIONS A first-der linear differential equation is one that can be put into the fm 1 d Py Q where P and Q are continuous functions on a given interval. This type of equation occurs
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
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
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
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
v v ax v a x a v a v = = = Since F = ma, it follows that a = F/m. The mass of the arrow is unchanged, and ( )
Week 3 homework IMPORTANT NOTE ABOUT WEBASSIGN: In the WebAssign versions of these problems, various details have been changed, so that the answers will come out differently. The method to find the solution
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
APPLIED MATHEMATICS ADVANCED LEVEL
APPLIED MATHEMATICS ADVANCED LEVEL INTRODUCTION This syllabus serves to examine candidates knowledge and skills in introductory mathematical and statistical methods, and their applications. For applications
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
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
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
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
ANALYTICAL METHODS FOR ENGINEERS
UNIT 1: Unit code: QCF Level: 4 Credit value: 15 ANALYTICAL METHODS FOR ENGINEERS A/601/1401 OUTCOME - TRIGONOMETRIC METHODS TUTORIAL 1 SINUSOIDAL FUNCTION Be able to analyse and model engineering situations
2.4 Real Zeros of Polynomial Functions
SECTION 2.4 Real Zeros of Polynomial Functions 197 What you ll learn about Long Division and the Division Algorithm Remainder and Factor Theorems Synthetic Division Rational Zeros Theorem Upper and Lower
W i f(x i ) x. i=1. f(x i ) x = i=1
Work Force If an object is moving in a straight line with position function s(t), then the force F on the object at time t is the product of the mass of the object times its acceleration. F = m d2 s dt
Copyright 2011 Casa Software Ltd. www.casaxps.com
Table of Contents Variable Forces and Differential Equations... 2 Differential Equations... 3 Second Order Linear Differential Equations with Constant Coefficients... 6 Reduction of Differential 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
Physics 41 HW Set 1 Chapter 15
Physics 4 HW Set Chapter 5 Serway 8 th OC:, 4, 7 CQ: 4, 8 P: 4, 5, 8, 8, 0, 9,, 4, 9, 4, 5, 5 Discussion Problems:, 57, 59, 67, 74 OC CQ P: 4, 5, 8, 8, 0, 9,, 4, 9, 4, 5, 5 Discussion Problems:, 57, 59,
Prelab Exercises: Hooke's Law and the Behavior of Springs
59 Prelab Exercises: Hooke's Law and the Behavior of Springs Study the description of the experiment that follows and answer the following questions.. (3 marks) Explain why a mass suspended vertically
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
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
Mathematics Pre-Test Sample Questions A. { 11, 7} B. { 7,0,7} C. { 7, 7} D. { 11, 11}
Mathematics Pre-Test Sample Questions 1. Which of the following sets is closed under division? I. {½, 1,, 4} II. {-1, 1} III. {-1, 0, 1} A. I only B. II only C. III only D. I and II. Which of the following
Chapter 6 Work and Energy
Chapter 6 WORK AND ENERGY PREVIEW Work is the scalar product of the force acting on an object and the displacement through which it acts. When work is done on or by a system, the energy of that system
F = ma. F = G m 1m 2 R 2
Newton s Laws The ideal models of a particle or point mass constrained to move along the x-axis, or the motion of a projectile or satellite, have been studied from Newton s second law (1) F = ma. In the
Oscillations. Vern Lindberg. June 10, 2010
Oscillations Vern Lindberg June 10, 2010 You have discussed oscillations in Vibs and Waves: we will therefore touch lightly on Chapter 3, mainly trying to refresh your memory and extend the concepts. 1
Figure 1.1 Vector A and Vector F
CHAPTER I VECTOR QUANTITIES Quantities are anything which can be measured, and stated with number. Quantities in physics are divided into two types; scalar and vector quantities. Scalar quantities have
Eðlisfræði 2, vor 2007
[ Assignment View ] [ Print ] Eðlisfræði 2, vor 2007 30. Inductance Assignment is due at 2:00am on Wednesday, March 14, 2007 Credit for problems submitted late will decrease to 0% after the deadline has
BASIC ELECTRONICS AC CIRCUIT ANALYSIS. December 2011
AM 5-202 BASIC ELECTRONICS AC CIRCUIT ANALYSIS December 2011 DISTRIBUTION RESTRICTION: Approved for Pubic Release. Distribution is unlimited. DEPARTMENT OF THE ARMY MILITARY AUXILIARY RADIO SYSTEM FORT
correct-choice plot f(x) and draw an approximate tangent line at x = a and use geometry to estimate its slope comment The choices were:
Topic 1 2.1 mode MultipleSelection text How can we approximate the slope of the tangent line to f(x) at a point x = a? This is a Multiple selection question, so you need to check all of the answers that
II. Linear Systems of Equations
II. Linear Systems of Equations II. The Definition We are shortly going to develop a systematic procedure which is guaranteed to find every solution to every system of linear equations. The fact that such
Lecture L2 - Degrees of Freedom and Constraints, Rectilinear Motion
S. Widnall 6.07 Dynamics Fall 009 Version.0 Lecture L - Degrees of Freedom and Constraints, Rectilinear Motion Degrees of Freedom Degrees of freedom refers to the number of independent spatial coordinates
Objectives. Materials
Activity 4 Objectives Understand what a slope field represents in terms of Create a slope field for a given differential equation Materials TI-84 Plus / TI-83 Plus Graph paper Introduction One of the ways
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
6. Vectors. 1 2009-2016 Scott Surgent ([email protected])
6. Vectors For purposes of applications in calculus and physics, a vector has both a direction and a magnitude (length), and is usually represented as an arrow. The start of the arrow is the vector s foot,
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
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
Introduction to Complex Numbers in Physics/Engineering
Introduction to Complex Numbers in Physics/Engineering ference: Mary L. Boas, Mathematical Methods in the Physical Sciences Chapter 2 & 14 George Arfken, Mathematical Methods for Physicists Chapter 6 The
More Quadratic Equations
More Quadratic Equations Math 99 N1 Chapter 8 1 Quadratic Equations We won t discuss quadratic inequalities. Quadratic equations are equations where the unknown appears raised to second power, and, possibly
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
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
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
The Time Constant of an RC Circuit
The Time Constant of an RC Circuit 1 Objectives 1. To determine the time constant of an RC Circuit, and 2. To determine the capacitance of an unknown capacitor. 2 Introduction What the heck is a capacitor?
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
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
Spring Simple Harmonic Oscillator. Spring constant. Potential Energy stored in a Spring. Understanding oscillations. Understanding oscillations
Spring Simple Harmonic Oscillator Simple Harmonic Oscillations and Resonance We have an object attached to a spring. The object is on a horizontal frictionless surface. We move the object so the spring
EDEXCEL NATIONAL CERTIFICATE/DIPLOMA UNIT 5 - ELECTRICAL AND ELECTRONIC PRINCIPLES NQF LEVEL 3 OUTCOME 4 - ALTERNATING CURRENT
EDEXCEL NATIONAL CERTIFICATE/DIPLOMA UNIT 5 - ELECTRICAL AND ELECTRONIC PRINCIPLES NQF LEVEL 3 OUTCOME 4 - ALTERNATING CURRENT 4 Understand single-phase alternating current (ac) theory Single phase AC
Newton s Laws. Physics 1425 lecture 6. Michael Fowler, UVa.
Newton s Laws Physics 1425 lecture 6 Michael Fowler, UVa. Newton Extended Galileo s Picture of Galileo said: Motion to Include Forces Natural horizontal motion is at constant velocity unless a force acts:
Unified Lecture # 4 Vectors
Fall 2005 Unified Lecture # 4 Vectors These notes were written by J. Peraire as a review of vectors for Dynamics 16.07. They have been adapted for Unified Engineering by R. Radovitzky. References [1] Feynmann,
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
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.
12.4 UNDRIVEN, PARALLEL RLC CIRCUIT*
+ v C C R L - v i L FIGURE 12.24 The parallel second-order RLC circuit shown in Figure 2.14a. 12.4 UNDRIVEN, PARALLEL RLC CIRCUIT* We will now analyze the undriven parallel RLC circuit shown in Figure
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,
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
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
Lecture L3 - Vectors, Matrices and Coordinate Transformations
S. Widnall 16.07 Dynamics Fall 2009 Lecture notes based on J. Peraire Version 2.0 Lecture L3 - Vectors, Matrices and Coordinate Transformations By using vectors and defining appropriate operations between
AP Physics C. Oscillations/SHM Review Packet
AP Physics C Oscillations/SHM Review Packet 1. A 0.5 kg mass on a spring has a displacement as a function of time given by the equation x(t) = 0.8Cos(πt). Find the following: a. The time for one complete
Energy, Work, and Power
Energy, Work, and Power This worksheet and all related files are licensed under the Creative Commons Attribution License, version 1.0. To view a copy of this license, visit http://creativecommons.org/licenses/by/1.0/,
Course outline, MA 113, Spring 2014 Part A, Functions and limits. 1.1 1.2 Functions, domain and ranges, A1.1-1.2-Review (9 problems)
Course outline, MA 113, Spring 2014 Part A, Functions and limits 1.1 1.2 Functions, domain and ranges, A1.1-1.2-Review (9 problems) Functions, domain and range Domain and range of rational and algebraic
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
Math Placement Test Practice Problems
Math Placement Test Practice Problems The following problems cover material that is used on the math placement test to place students into Math 1111 College Algebra, Math 1113 Precalculus, and Math 2211
Ch 7 Kinetic Energy and Work. Question: 7 Problems: 3, 7, 11, 17, 23, 27, 35, 37, 41, 43
Ch 7 Kinetic Energy and Work Question: 7 Problems: 3, 7, 11, 17, 23, 27, 35, 37, 41, 43 Technical definition of energy a scalar quantity that is associated with that state of one or more objects The state
SOLUTIONS TO CONCEPTS CHAPTER 15
SOLUTIONS TO CONCEPTS CHAPTER 15 1. v = 40 cm/sec As velocity of a wave is constant location of maximum after 5 sec = 40 5 = 00 cm along negative x-axis. [(x / a) (t / T)]. Given y = Ae a) [A] = [M 0 L
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
Acceleration levels of dropped objects
Acceleration levels of dropped objects cmyk Acceleration levels of dropped objects Introduction his paper is intended to provide an overview of drop shock testing, which is defined as the acceleration
Aim : To study how the time period of a simple pendulum changes when its amplitude is changed.
Aim : To study how the time period of a simple pendulum changes when its amplitude is changed. Teacher s Signature Name: Suvrat Raju Class: XIID Board Roll No.: Table of Contents Aim..................................................1
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
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
Mechanics 1: Conservation of Energy and Momentum
Mechanics : Conservation of Energy and Momentum If a certain quantity associated with a system does not change in time. We say that it is conserved, and the system possesses a conservation law. Conservation
3. KINEMATICS IN TWO DIMENSIONS; VECTORS.
3. KINEMATICS IN TWO DIMENSIONS; VECTORS. Key words: Motion in Two Dimensions, Scalars, Vectors, Addition of Vectors by Graphical Methods, Tail to Tip Method, Parallelogram Method, Negative Vector, Vector
Problem Set 5 Work and Kinetic Energy Solutions
MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department o Physics Physics 8.1 Fall 1 Problem Set 5 Work and Kinetic Energy Solutions Problem 1: Work Done by Forces a) Two people push in opposite directions on
PS-6.2 Explain the factors that determine potential and kinetic energy and the transformation of one to the other.
PS-6.1 Explain how the law of conservation of energy applies to the transformation of various forms of energy (including mechanical energy, electrical energy, chemical energy, light energy, sound energy,
Parachute Jumping, Falling, and Landing David C. Arney, Barbra S. Melendez, Debra Schnelle 1
Parachute Jumping, Falling, and Landing David C. Arney, Barbra S. Melendez, Debra Schnelle 1 Introduction It is extremely important that leaders of airborne units understand the safety, medical, and operational
AP1 Oscillations. 1. Which of the following statements about a spring-block oscillator in simple harmonic motion about its equilibrium point is false?
1. Which of the following statements about a spring-block oscillator in simple harmonic motion about its equilibrium point is false? (A) The displacement is directly related to the acceleration. (B) The
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
Chapter 11 Equilibrium
11.1 The First Condition of Equilibrium The first condition of equilibrium deals with the forces that cause possible translations of a body. The simplest way to define the translational equilibrium of
Chapter 7 Direct-Current Circuits
Chapter 7 Direct-Current Circuits 7. Introduction...7-7. Electromotive Force...7-3 7.3 Resistors in Series and in Parallel...7-5 7.4 Kirchhoff s Circuit Rules...7-7 7.5 Voltage-Current Measurements...7-9
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
Vector has a magnitude and a direction. Scalar has a magnitude
Vector has a magnitude and a direction Scalar has a magnitude Vector has a magnitude and a direction Scalar has a magnitude a brick on a table Vector has a magnitude and a direction Scalar has a magnitude
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.
MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department of Physics. W03D1-2 Group Problem: Tension in a Suspended Rope Solution
MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department of Physics 8.01 W03D1-2 Group Problem: Tension in a Suspended Rope Solution Suppose a uniform rope of mass M and length L is suspended from a ceiling. The
AP PHYSICS C Mechanics - SUMMER ASSIGNMENT FOR 2016-2017
AP PHYSICS C Mechanics - SUMMER ASSIGNMENT FOR 2016-2017 Dear Student: The AP physics course you have signed up for is designed to prepare you for a superior performance on the AP test. To complete material
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
Simple Harmonic Motion
Simple Harmonic Motion 1 Object To determine the period of motion of objects that are executing simple harmonic motion and to check the theoretical prediction of such periods. 2 Apparatus Assorted weights
Chapter 18 Static Equilibrium
Chapter 8 Static Equilibrium 8. Introduction Static Equilibrium... 8. Lever Law... Example 8. Lever Law... 4 8.3 Generalized Lever Law... 5 8.4 Worked Examples... 7 Example 8. Suspended Rod... 7 Example
Mathematical Modeling and Engineering Problem Solving
Mathematical Modeling and Engineering Problem Solving Berlin Chen Department of Computer Science & Information Engineering National Taiwan Normal University Reference: 1. Applied Numerical Methods with
Practice Test SHM with Answers
Practice Test SHM with Answers MPC 1) If we double the frequency of a system undergoing simple harmonic motion, which of the following statements about that system are true? (There could be more than one
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
Determination of Acceleration due to Gravity
Experiment 2 24 Kuwait University Physics 105 Physics Department Determination of Acceleration due to Gravity Introduction In this experiment the acceleration due to gravity (g) is determined using two
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
Newton s Laws. Newton s Imaginary Cannon. Michael Fowler Physics 142E Lec 6 Jan 22, 2009
Newton s Laws Michael Fowler Physics 142E Lec 6 Jan 22, 2009 Newton s Imaginary Cannon Newton was familiar with Galileo s analysis of projectile motion, and decided to take it one step further. He imagined
A Determination of g, the Acceleration Due to Gravity, from Newton's Laws of Motion
A Determination of g, the Acceleration Due to Gravity, from Newton's Laws of Motion Objective In the experiment you will determine the cart acceleration, a, and the friction force, f, experimentally for
