c 1 = y 0, c 2 = 1 2 y 1. Therefore the solution to the general initial-value problem is y(t) = y 0 cos(2t)+y sin(2t).

Size: px
Start display at page:

Download "c 1 = y 0, c 2 = 1 2 y 1. Therefore the solution to the general initial-value problem is y(t) = y 0 cos(2t)+y sin(2t)."

Transcription

1 Solutions to Second In-Class Exam Math 246, Professor David Levermore Tuesday, 29 October 2 ( [4] Give the interval of definition for the solution of the initial-value problem u t u + cos(5t 6+t u = et 2 t, u( = u ( = u ( =. Solution. The equation is linear and is already in normal form. The coefficient of u is undefined at t = and is continuous elsewhere. The coefficient of u is undefined at t = 6 and is continuous elsewhere. The forcing is undefined at t = 2 and is continuous elsewhere. Therefore the interval of definition is ( 6, because the initial time t = is in the interval ( 6,, all the coefficients and the forcing are continuous over the interval ( 6,, at t = 6 the coefficient of u is undefined, at t = the coefficient of u is undefined. (2 []Thefunctionscos(2tandsin(2tareafundamentalsetofsolutionstoy +4y =. (a Find the solution Y(t to the general initial-value problem y +4y =, y( = y, y ( = y. (b Find the associated natural fundamental set of solutions to y +4y =. Solution (a. Because we are given that cos(2t and sin(2t is a fundamental set of solutions to y +4y =, a general solution is y(t = c cos(2t+c 2 sin(2t. Because y (t = 2c sin(2t+2c 2 cos(2t, the initial conditions imply We solve these equations to obtain y = y( = c, y = y ( = 2c 2. c = y, c 2 = 2 y. Therefore the solution to the general initial-value problem is y(t = y cos(2t+y 2 sin(2t. Solution (b. We see from the above solution to the general initial-value problem that the associated natural fundamental set of solutions is N (t = cos(2t, N (t = 2 sin(2t. ( [4] Suppose that X (t, X 2 (t, and X (t are solutions of the differential equation x +2x t x +e t x =, Suppose you know that W[X,X 2,X ]( = 5. What is W[X,X 2,X ](t? Solution. Abel s Theorem states that w(t = W[X,X 2,X ](t satisfies w +2w =. It follows that w(t = w(e 2t. Because w( = W[X,X 2,X ]( = 5, we obtain w(t = 5e 2t. Therefore W[X,X 2,X ](t = 5e 2t.

2 2 (4 [] Give a general real solution of the equation D 2 x+5dx 6x = 2cos(2t, where D = d dt. Solution. This is a nonhomogeneous linear equation with constant coefficients. Its characteristic polynomial is p(z = z 2 +5z 6 = (z +6(z, which has the two simple real roots 6 and. Therefore a general solution of the associated homogeneous equation is x H (t = c e 6t +c 2 e t. The forcing 2 cos(2t has characteristic form with degree d = and characteristic µ+iν = i2, which is a root of p(z of multiplicity m =. Therefore we can use either Key Identity Evaluations or Undetermined Coefficients to find a particular solution x P (t. Then a general solution will be given by x(t = x H (t+x P (t. Key Indentity Evaluations. Because m = and m + d = for the forcing, we need only the Key Identity By evaluating this at z = i2 we obtain L ( e zt = p(ze zt = (z 2 +5z 6e zt. L ( e i2t = ( (i2 2 +5(i2 6 e i2t = ( 4+i 6e it = ( ie i2t. Because the forcing is 2cos(2t = 2Re(e i2t, we write L ( 2ei2t = 2e i2t, i which implies that ( ( ( 2e i2t e i2t +i (+ie i2t x P (t = Re = 2Re = 2Re i i +i = Re ( (+i(cos(2t+isin(2t = ( cos(2t sin(2t = cos(2t+sin(2t. Therefore a general solution of the equation is x(t = c e 6t +c 2 e t cos(2t+sin(2t. Undetermined Coefficients. Because µ + iν = i2 and m + d = m = for the forcing 2 cos(2t, we seek a particular solution in the form Because x P (t = Acos(2t+Bsin(2t. x P (t = 2Asin(2t+2Bcos(2t, x P (t = 4Acos(2t 4Bsin(2t,

3 we see that Lx P (t = x P(t+5x P(t 6x P (t = [ 4Acos(2t 4Bsin(2t ] +5 [ 2Asin(2t+2Bcos(2t ] 6 [ Acos(2t+Bsin(2t ] = ( A+Bcos(2t+( A Bsin(2t. By setting Lx P (t = 2cos(2t, we see that A+B = 2, A B =. The second equation implies A = B, which when placed into the first equation yields 2B = 2. Hence, B = and A =, which gives x P (t = cos(2t+sin(2t. Therefore a general solution of the equation is x(t = c e 6t +c 2 e t cos(2t+sin(2t. (5 [] What answer will be produced by the following Matlab commands? >> ode = D2y 6*Dy + *y = 5*exp(7*t ; >> dsolve(ode, t ans = Solution. The commands ask Matlab to give a general solution of the equation D 2 y 6Dy+y = 5e 7t, where D = d dt. This is a nonhomogeneous linear equation with constant coefficients. Its characteristic polynomial is p(z = z 2 6z + = (z 2 +4 = (z , which has the conjugate pair of roots ± i2. Therefore a general solution of the associated homogeneous equation is y H (t = c e t cos(2t+c 2 e t sin(2t. The forcing 5e 7t has characteristic form with degree d = and characteristic µ+iν = 7, which is a root of p(z of multiplicity m =. Therefore we can use either Key Identity Evaluations or Undetermined Coefficients to find a particular solution y P (t. Key Indentity Evaluations. Because m + d = m = we only need the Key identity, which is By evaluating this at z = 7 we obtain L ( e zt = p(ze zt = (z 2 6z +e zt. L ( e 7t = ( e 7t = (49 42+e 7t = 2e 7t. Becausetheforcing is5e 7t, we seethat aparticularsolutionisy P (t = 4 e7t. Therefore a general solution is y(t = c e t cos(2t+c 2 e t sin(2t+ 4 e7t.

4 4 Undetermined Coefficients. Because µ + iν = 7 and m + d = m = for the forcing 5e 7t, we seek a particular solution in the form y P (t = Ae 7t. Because y P (t = 7Ae7t and y P (t = 49Ae7t, we see that Ly P (t = y P(t 6y P(t+y P (t = [ 49Ae 7t] 6 [ 7Ae 7t] + [ Ae 7t] = (49 42+Ae 7t = 2Ae 7t. By setting Ly P (t = 5e 7t, we see that 2A = 5, whereby A =. Hence, we obtain 4 the particular solution y P (t = 4 e7t. Therefore a general solution is y(t = c e t cos(2t+c 2 e t sin(2t+ 4 e7t. (6 [8] Compute the Green function g(t associated with the differential operator L = D 2 4D+4, where D = d dt. Solution. Because the differential operator L has constant coefficients, the Green function g(t associated with it satisfies the initial-value problem Lg = D 2 g 4Dg +4g =, g( =, g ( =. The characteristic polynomial is p(z = z 2 4z +4 = (z 2 2, which has the double real root 2. Hence, the Green function has the form g(t = c e 2t +c 2 te 2t. The initial condition g( = implies that c =. Because g (t = 2c 2 te 2t +c 2 e 2t, the initial condition g ( = implies that c 2 =. Therefore the Green function is (7 [8] Solve the initial-value problem g(t = te 2t. w 4w +4w = 2e2t +t 2, w( = w ( =. Solution. BythepreviousproblemtheGreenfunctionforthisproblemisg(t = te 2t. Because this equation is in normal form, the solution to this inital-value problem is given by the Green function formula w(t = = 2te 2t g(t sf(sds = +s 2 ds e2t (t se 2(t s 2e 2s +s ds 2 2s +s 2 ds.

5 Because we find that +s ds = 2 tan (s t = tan (t, s= 2s +s ds = 2 log(+s2 t = log(+t 2, s= w(t = 2te 2t tan (t e 2t log(+t 2. Remark. This problem can also be solved by using variation of parameters. However that approach is not as efficient because it does not directly solve the initial-value problem. Rather, after finding a particular solution the constants c and c 2 in Y H (t must be determined to satisfy the initial conditions. (8 [8] Find a particular solution v P (t of the equation v 9v = 2e t. Solution. This is a nonhomogeneous linear equation with constant coefficients. Its characteristic polynomial is p(z = z 2 9 = (z +(z, which has two simple real roots and. The forcing 2e t has characteristic form with degree d = and characteristic µ+iν =, which is a root of p(z of multiplicity m =. Therefore we can use either Key Identity Evaluations or Undetermined Coefficients to find a particular solution x P (t. Key Indentity Evaluations. Because m = and m+d = for the forcing, we only need the first derivative of the Key Identity. The Key Identity and its first derivative are L ( e zt = (z 2 9e zt, L ( te zt = (z 2 9te zt +2ze zt. By evaluating the derivative of the Key identity at z = we obtain L ( te t = 2 e t = 6e t. Because the forcing is 2e t, we see that a particular solution is x P (t = 2te t. Undetermined Coefficients. Because µ + iν = and m + d = m = for the forcing 2e t, we seek a particular solution in the form Because we obtain x P (t = Ate t. x P (t = Atet +Ae t, x P (t = 9Atet +6Ae t, Lx P (t = [ 9Ate t +6Ae t] 9 [ Ate t] = 6Ae t. By setting Lx P (t = 2e t, we see that 6A = 2, whereby A = 2. Therefore, a particular solution is x P (t = 2te t. Remark. A general solution is x(t = c e t +c 2 e t +2te t. 5

6 6 (9 [] Let L be a linear ordinary differential operator with constant coefficients. Suppose that all the roots of its characteristic polynomial (listed with their multiplicities are +i2, +i2, i2, i2, i5, i5, 4, 4,,. (a Give the order of L. (b Give a general real solution of the homogeneous equation Ly =. Solution (a. There are roots listed above, so the degree of the characteristic polynomial is, whereby the order of L is also. Solution (b. A general solution is y(t = c e t cos(2t+c 2 e t sin(2t+c te t cos(2t+c 4 te t sin(2t +c 5 cos(5t+c 6 sin(5t+c 7 e 4t +c 8 te 4t +c 9 +c t. Here the fundamental set of solutions is generated as follows: the double conjugate pair ±i2 yields e t cos(2t, e t sin(2t, te t cos(2t, and te t sin(2t; the single conjugate pair ±i5 yields cos(5t and sin(5t; the double real root 4 yields e 4t and te 4t ; the double real root yields and t. ( [] The functions +t and e t are solutions of the homogeneous equation ty (+ty +y = over t >. (You do not have to check that this is true! (a Show that these functions are linearly independent. (b Give a general solution of the nonhomogeneous equation ty (+ty +y = t2 +t over t >. Solution (a. The Wronskian of +t and e t is W [ ( +t,e t] +t e t (t = det e t = (+t e t e t = e t +te t e t = te t. Because W[ + t,e t ](t = te t for t >, the functions + t and e t are linearly independent. Solution (b. Because +t and e t are linearly independent, a general solution of the associated homogeneous problem is y H (t = c (+t+c 2 e t. Because this problem has variable coefficients, you should use either the general Green Function method or Variation of Parameters to find a particular solution y P (t. Both of these methods require the equation to be put into its normal form, which is y +t t y + t y = t +t.

7 7 General Green Function. The Green function G(t, s is given by ( +s e G(t,s = W[+s,e s ](s det s +t e t = (+set (+te s. se s The Green function formula with t I = then yields the solution y P (t = G(t,sf(sds = = e t e s ds+(+t We can evaluate the above definite integrals as e s ds = e s t s= +s ds = log(+s t (+se t (+te s se s +s ds. s +s ds = e e t, ( +t = log(+t log(2 = log. s= 2 Therefore a general solution is ( +t y(t = c (+t+c 2 e t e t ++(+tlog. 2 Variation of Parameters. We seek a solution in the form y(t = u (t(+t+u 2 (te t. where u (t and u 2 (t satisfy the linear algebraic system u (t(+t+u 2 (tet =, The solution of this system is u (t+u 2 (tet = t +t. u (t = +t, u 2 (t = e t. Alternatively, because W[+t,e t ](t = te t, the formulas from the notes yield u (t = et te t ( t +t = +t, u 2(t = +t te t ( t +t = e t. No matter how they are obtained, you integrate these equations to find u (t = +t dt = c +log(+t, u 2 (t = e t dt = c 2 +e t. Therefore a general solution is y(t = ( c +log(+t (+t+ ( c 2 +e t e t = c (+t+c 2 e t ++(+tlog(+t. Remark. This general solution appears different than the one we obtained by the general Green function method. However, by replacing c and c in this solution with c log(2 and c 2 e it transforms into the earlier one, so they are equivalent.

8 8 ( [] The vertical displacement of an unforced mass on a spring is given by h(t = cos(2t 4sin(2t. (a Is this system undamped, under damped, critically damped, or over damped? (Give your reasoning! (b Express h(t in the amplitude-phase form h(t = Acos(2t δ with A > and δ < 2π. Label the amplitude and phase. (The phase may be expressed in terms of an inverse trig function. (c Give the natural frequency and period of this spring-mass system. (d If an external force F ext (t = 7sin(ωt is applied, at what value of the driving frequency ω does resonance occur? Solution (a. The system is undamped because the given displacement h(t comes from an underlying characteristic polynomial having the imaginary conjugate pair of roots ±i2. Solution (b. By comparing Acos(2t δ = Acos(δcos(2t+Asin(δsin(2t, with h(t = cos(2t 4sin(2t, we see that Acos(δ =, Asin(δ = 4. This shows that (A,δ are the polar coordinates of the point in the plane whose Cartesian coordinates are (, 4. Clearly A is given by A = 2 +( 4 2 = 9+6 = 25 = 5. Because (, 4 lies in the fourth quadrant, the phase δ satisfies π < δ < 2π. We 2 can express δ several ways. A picture shows that if we use 2π as a reference then sin(2π δ = 4 5, cos(2π δ = 5, tan(2π δ = 4, whereby we can express the phase by any one of the formulas δ = 2π sin ( ( ( 4 5, δ = 2π cos 5, δ = 2π tan 4. The same picture shows that if we use π as a reference then 2 sin(δ π =, cos(δ π = 4, tan(δ π =, whereby we can express the phase by any one of the formulas δ = π +sin ( 2 5, δ = π +cos ( 4 2 5, δ = π +tan ( 2 4. Only one expression for δ is required. Remark. It is incorrect to give the phase by one of the formulas δ = sin ( 5 ( 4, δ = cos 5 (, δ = tan 4, because, by our conventions for the range of the inverse trigonometric functions, sin ( 4 5 lies in ( π 2,, cos ( 5 lies in (, π, while tan ( 4 2 lies in (, π 2. Solution (c. The natural frequency ω o is 2 radians per sec, so the natural period T o is given by T o = 2π ω o = 2π 2 = π sec.

9 Solution (d. Resonance occurs when the driving frequency ω equals the natural frequency ω o. Given the answer to part (c, resonance occurs when ω = ω o = 2 radians per sec. (2 [8] When a gram mass is hung vertically from a spring, at rest it stretches the spring 4.9 cm. (Gravitational acceleration is g = 98 cm/sec 2. At t = the mass is displaced 5 cm above its rest position and is released with a downward velocity of 2 cm/sec. The medium imparts a damping force of 9 dynes ( dyne = gram cm/sec 2 when the speed of the mass is cm/sec. Assume that the spring force is proportional to displacement, that the damping is proportional to veloicity, and that there are no other forces. (a Formulateaninitial-valueproblemthat governs themotionofthemass fort >. (DO NOT solve this initial-value problem, just write it down! (b Is this system undamped, under damped, critically damped, or over damped? (Give your reasoning! Solution (a. Let h(t be the displacement (in centimeters of the mass from its rest position at time t (in seconds, with upward displacements being positive. The governing initial-value problem then has the form mh +γh +kh =, h( = 5, h ( = 2, where m is the mass, γ is the damping coefficient, and k is the spring constant. We are given that m = grams. We obtain k by balancing the force applied by the spring when it is stetched 4.9 cm with the weight of the mass (mg = 98 dynes. This gives k4.9 = 98, or k = 98 = 2 = 2 dynes/cm. 4.9 We obtain γ by balancing the damping force when the speed of the mass is cm/sec with 9 dynes. This gives γ = 9, or γ = 9 = dynes sec/cm Therefore the governing initial-value problem is h +h +2h, h( = 5, h ( = 2. Remark. Had we chosen the convention of downward displacements being positive then the governing initial-value problem is h +h +2h, h( = 5, h ( = 2. Solution (b. The normal form of the governing equation is Its charactericitc polynomial is h +h +2h. p(z = z 2 +z +2 = (z +(z +2. This has real roots and 2. Therefore the system is over damped. 9

Second In-Class Exam Solutions Math 246, Professor David Levermore Thursday, 31 March 2011

Second In-Class Exam Solutions Math 246, Professor David Levermore Thursday, 31 March 2011 Second In-Class Exam Solutions Math 246, Professor David Levermore Thursday, 31 March 211 (1) [6] Give the interval of definition for the solution of the initial-value problem d 4 y dt 4 + 7 1 t 2 dy dt

More information

HIGHER-ORDER LINEAR ORDINARY DIFFERENTIAL EQUATIONS II: Nonhomogeneous Case and Vibrations

HIGHER-ORDER LINEAR ORDINARY DIFFERENTIAL EQUATIONS II: Nonhomogeneous Case and Vibrations HIGHER-ORDER LINEAR ORDINARY DIFFERENTIAL EQUATIONS II: Nonhomogeneous Case and Vibrations David Levermore Department of Mathematics University of Maryland 22 October 28 Because the presentation of this

More information

Solutions to Final Exam Sample Problems, Math 246, Fall 2013

Solutions to Final Exam Sample Problems, Math 246, Fall 2013 Solutions to Final Exam Sample Problems, Math 246, Fall 23 () Consider the differential equation dy dt = (9 y2 )y 2 (a) Identify its stationary points and classify their stability (b) Sketch its phase-line

More information

Solutions to Final Exam Sample Problems, Math 246, Spring 2011

Solutions to Final Exam Sample Problems, Math 246, Spring 2011 Solutions to Final Exam Sample Problems, Math 246, Spring 2 () Consider the differential equation dy dt = (9 y2 )y 2 (a) Identify its equilibrium (stationary) points and classify their stability (b) Sketch

More information

HIGHER-ORDER LINEAR ORDINARY DIFFERENTIAL EQUATIONS II: Nonhomogeneous Equations. David Levermore Department of Mathematics University of Maryland

HIGHER-ORDER LINEAR ORDINARY DIFFERENTIAL EQUATIONS II: Nonhomogeneous Equations. David Levermore Department of Mathematics University of Maryland HIGHER-ORDER LINEAR ORDINARY DIFFERENTIAL EQUATIONS II: Nonhomogeneous Equations David Levermore Department of Mathematics University of Maryland 14 March 2012 Because the presentation of this material

More information

Solutions to Final Exam Sample Problems, Math 246, Spring 2018

Solutions to Final Exam Sample Problems, Math 246, Spring 2018 Solutions to Final Exam Sample Problems, Math 46, Spring 08 () Consider the differential equation dy dt = (9 y )y. (a) Find all of its stationary points and classify their stability. (b) Sketch its phase-line

More information

MATH 251 Week 6 Not collected, however you are encouraged to approach all problems to prepare for exam

MATH 251 Week 6 Not collected, however you are encouraged to approach all problems to prepare for exam MATH 51 Week 6 Not collected, however you are encouraged to approach all problems to prepare for exam A collection of previous exams could be found at the coordinator s web: http://www.math.psu.edu/tseng/class/m51samples.html

More information

Solutions to Homework 3

Solutions to Homework 3 Solutions to Homework 3 Section 3.4, Repeated Roots; Reduction of Order Q 1). Find the general solution to 2y + y = 0. Answer: The charactertic equation : r 2 2r + 1 = 0, solving it we get r = 1 as a repeated

More information

Solutions for homework 5

Solutions for homework 5 1 Section 4.3 Solutions for homework 5 17. The following equation has repeated, real, characteristic roots. Find the general solution. y 4y + 4y = 0. The characteristic equation is λ 4λ + 4 = 0 which has

More information

MATH 23 Exam 2 Review Solutions

MATH 23 Exam 2 Review Solutions MATH 23 Exam 2 Review Solutions Problem 1. Use the method of reduction of order to find a second solution of the given differential equation x 2 y (x 0.1875)y = 0, x > 0, y 1 (x) = x 1/4 e 2 x Solution

More information

Work sheet / Things to know. Chapter 3

Work sheet / Things to know. Chapter 3 MATH 251 Work sheet / Things to know 1. Second order linear differential equation Standard form: Chapter 3 What makes it homogeneous? We will, for the most part, work with equations with constant coefficients

More information

Nonhomogeneous Linear Equations: Variation of Parameters Professor David Levermore 17 October 2004 We now return to the discussion of the general case

Nonhomogeneous Linear Equations: Variation of Parameters Professor David Levermore 17 October 2004 We now return to the discussion of the general case Nonhomogeneous Linear Equations: Variation of Parameters Professor David Levermore 17 October 2004 We now return to the discussion of the general case L(t)y = a 0 (t)y + a 1 (t)y + a 2 (t)y = b(t). (1.1)

More information

Solutions to the Homework Replaces Section 3.7, 3.8

Solutions to the Homework Replaces Section 3.7, 3.8 Solutions to the Homework Replaces Section 3.7, 3.8 1. Our text (p. 198) states that µ ω 0 = ( 1 γ2 4km ) 1/2 1 1 2 γ 2 4km How was this approximation made? (Hint: Linearize 1 x) SOLUTION: We linearize

More information

Ordinary Differential Equations

Ordinary Differential Equations II 12/01/2015 II Second order linear equations with constant coefficients are important in two physical processes, namely, Mechanical and Electrical oscillations. Actually from the Math point of view,

More information

Math 266 Midterm Exam 2

Math 266 Midterm Exam 2 Math 266 Midterm Exam 2 March 2st 26 Name: Ground Rules. Calculator is NOT allowed. 2. Show your work for every problem unless otherwise stated (partial credits are available). 3. You may use one 4-by-6

More information

Section 4.3 version November 3, 2011 at 23:18 Exercises 2. The equation to be solved is

Section 4.3 version November 3, 2011 at 23:18 Exercises 2. The equation to be solved is Section 4.3 version November 3, 011 at 3:18 Exercises. The equation to be solved is y (t)+y (t)+6y(t) = 0. The characteristic equation is λ +λ+6 = 0. The solutions are λ 1 = and λ = 3. Therefore, y 1 (t)

More information

MATH 246: Chapter 2 Section 8 Motion Justin Wyss-Gallifent

MATH 246: Chapter 2 Section 8 Motion Justin Wyss-Gallifent MATH 46: Chapter Section 8 Motion Justin Wyss-Gallifent 1. Introduction Important: Positive is up and negative is down. Imagine a spring hanging with no weight on it. We then attach a mass m which stretches

More information

Math 308 Week 8 Solutions

Math 308 Week 8 Solutions Math 38 Week 8 Solutions There is a solution manual to Chapter 4 online: www.pearsoncustom.com/tamu math/. This online solutions manual contains solutions to some of the suggested problems. Here are solutions

More information

Math 3313: Differential Equations Second-order ordinary differential equations

Math 3313: Differential Equations Second-order ordinary differential equations Math 3313: Differential Equations Second-order ordinary differential equations Thomas W. Carr Department of Mathematics Southern Methodist University Dallas, TX Outline Mass-spring & Newton s 2nd law Properties

More information

Math K (24564) - Lectures 02

Math K (24564) - Lectures 02 Math 39100 K (24564) - Lectures 02 Ethan Akin Office: NAC 6/287 Phone: 650-5136 Email: ethanakin@earthlink.net Spring, 2018 Contents Second Order Linear Equations, B & D Chapter 4 Second Order Linear Homogeneous

More information

Second Order Linear ODEs, Part II

Second Order Linear ODEs, Part II Craig J. Sutton craig.j.sutton@dartmouth.edu Department of Mathematics Dartmouth College Math 23 Differential Equations Winter 2013 Outline Non-homogeneous Linear Equations 1 Non-homogeneous Linear Equations

More information

Jim Lambers MAT 285 Spring Semester Practice Exam 2 Solution. y(t) = 5 2 e t 1 2 e 3t.

Jim Lambers MAT 285 Spring Semester Practice Exam 2 Solution. y(t) = 5 2 e t 1 2 e 3t. . Solve the initial value problem which factors into Jim Lambers MAT 85 Spring Semester 06-7 Practice Exam Solution y + 4y + 3y = 0, y(0) =, y (0) =. λ + 4λ + 3 = 0, (λ + )(λ + 3) = 0. Therefore, the roots

More information

Math 308 Exam II Practice Problems

Math 308 Exam II Practice Problems Math 38 Exam II Practice Problems This review should not be used as your sole source for preparation for the exam. You should also re-work all examples given in lecture and all suggested homework problems..

More information

Lecture 17: Nonhomogeneous equations. 1 Undetermined coefficients method to find a particular

Lecture 17: Nonhomogeneous equations. 1 Undetermined coefficients method to find a particular Lecture 17: Nonhomogeneous equations 1 Undetermined coefficients method to find a particular solution The method of undetermined coefficients (sometimes referred to as the method of justicious guessing)

More information

Third In-Class Exam Solutions Math 246, Professor David Levermore Thursday, 3 December 2009 (1) [6] Given that 2 is an eigenvalue of the matrix

Third In-Class Exam Solutions Math 246, Professor David Levermore Thursday, 3 December 2009 (1) [6] Given that 2 is an eigenvalue of the matrix Third In-Class Exam Solutions Math 26, Professor David Levermore Thursday, December 2009 ) [6] Given that 2 is an eigenvalue of the matrix A 2, 0 find all the eigenvectors of A associated with 2. Solution.

More information

APPM 2360: Midterm 3 July 12, 2013.

APPM 2360: Midterm 3 July 12, 2013. APPM 2360: Midterm 3 July 12, 2013. ON THE FRONT OF YOUR BLUEBOOK write: (1) your name, (2) your instructor s name, (3) your recitation section number and (4) a grading table. Text books, class notes,

More information

Ex. 1. Find the general solution for each of the following differential equations:

Ex. 1. Find the general solution for each of the following differential equations: MATH 261.007 Instr. K. Ciesielski Spring 2010 NAME (print): SAMPLE TEST # 2 Solve the following exercises. Show your work. (No credit will be given for an answer with no supporting work shown.) Ex. 1.

More information

MATH 251 Examination I July 5, 2011 FORM A. Name: Student Number: Section:

MATH 251 Examination I July 5, 2011 FORM A. Name: Student Number: Section: MATH 251 Examination I July 5, 2011 FORM A Name: Student Number: Section: This exam has 12 questions for a total of 100 points. Show all you your work! In order to obtain full credit for partial credit

More information

Math 215/255 Final Exam (Dec 2005)

Math 215/255 Final Exam (Dec 2005) Exam (Dec 2005) Last Student #: First name: Signature: Circle your section #: Burggraf=0, Peterson=02, Khadra=03, Burghelea=04, Li=05 I have read and understood the instructions below: Please sign: Instructions:.

More information

4.2 Homogeneous Linear Equations

4.2 Homogeneous Linear Equations 4.2 Homogeneous Linear Equations Homogeneous Linear Equations with Constant Coefficients Consider the first-order linear differential equation with constant coefficients a 0 and b. If f(t) = 0 then this

More information

Solutions to the Homework Replaces Section 3.7, 3.8

Solutions to the Homework Replaces Section 3.7, 3.8 Solutions to the Homework Replaces Section 3.7, 3.8. Show that the period of motion of an undamped vibration of a mass hanging from a vertical spring is 2π L/g SOLUTION: With no damping, mu + ku = 0 has

More information

MA 266 Review Topics - Exam # 2 (updated)

MA 266 Review Topics - Exam # 2 (updated) MA 66 Reiew Topics - Exam # updated Spring First Order Differential Equations Separable, st Order Linear, Homogeneous, Exact Second Order Linear Homogeneous with Equations Constant Coefficients The differential

More information

Chapter 4: Higher Order Linear Equations

Chapter 4: Higher Order Linear Equations Chapter 4: Higher Order Linear Equations MATH 351 California State University, Northridge April 7, 2014 MATH 351 (Differential Equations) Ch 4 April 7, 2014 1 / 11 Sec. 4.1: General Theory of nth Order

More information

Second order linear equations

Second order linear equations Second order linear equations Samy Tindel Purdue University Differential equations - MA 266 Taken from Elementary differential equations by Boyce and DiPrima Samy T. Second order equations Differential

More information

Nonhomogeneous Equations and Variation of Parameters

Nonhomogeneous Equations and Variation of Parameters Nonhomogeneous Equations Variation of Parameters June 17, 2016 1 Nonhomogeneous Equations 1.1 Review of First Order Equations If we look at a first order homogeneous constant coefficient ordinary differential

More information

MATH 251 Examination I October 8, 2015 FORM A. Name: Student Number: Section:

MATH 251 Examination I October 8, 2015 FORM A. Name: Student Number: Section: MATH 251 Examination I October 8, 2015 FORM A Name: Student Number: Section: This exam has 14 questions for a total of 100 points. Show all you your work! In order to obtain full credit for partial credit

More information

HIGHER-ORDER LINEAR ORDINARY DIFFERENTIAL EQUATIONS. David Levermore Department of Mathematics University of Maryland.

HIGHER-ORDER LINEAR ORDINARY DIFFERENTIAL EQUATIONS. David Levermore Department of Mathematics University of Maryland. HIGHER-ORDER LINEAR ORDINARY DIFFERENTIAL EQUATIONS David Levermore Department of Mathematics University of Maryland 28 March 2008 The following is a review of some of the material that we covered on higher-order

More information

Old Math 330 Exams. David M. McClendon. Department of Mathematics Ferris State University

Old Math 330 Exams. David M. McClendon. Department of Mathematics Ferris State University Old Math 330 Exams David M. McClendon Department of Mathematics Ferris State University Last updated to include exams from Fall 07 Contents Contents General information about these exams 3 Exams from Fall

More information

MATH2351 Introduction to Ordinary Differential Equations, Fall Hints to Week 07 Worksheet: Mechanical Vibrations

MATH2351 Introduction to Ordinary Differential Equations, Fall Hints to Week 07 Worksheet: Mechanical Vibrations MATH351 Introduction to Ordinary Differential Equations, Fall 11-1 Hints to Week 7 Worksheet: Mechanical Vibrations 1. (Demonstration) ( 3.8, page 3, Q. 5) A mass weighing lb streches a spring by 6 in.

More information

dx n a 1(x) dy

dx n a 1(x) dy HIGHER ORDER DIFFERENTIAL EQUATIONS Theory of linear equations Initial-value and boundary-value problem nth-order initial value problem is Solve: a n (x) dn y dx n + a n 1(x) dn 1 y dx n 1 +... + a 1(x)

More information

Solutions of the Sample Problems for the Third In-Class Exam Math 246, Fall 2017, Professor David Levermore

Solutions of the Sample Problems for the Third In-Class Exam Math 246, Fall 2017, Professor David Levermore Solutions of the Sample Problems for the Third In-Class Exam Math 6 Fall 07 Professor David Levermore Compute the Laplace transform of ft t e t ut from its definition Solution The definition of the Laplace

More information

MATH 251 Examination I February 23, 2017 FORM A. Name: Student Number: Section:

MATH 251 Examination I February 23, 2017 FORM A. Name: Student Number: Section: MATH 251 Examination I February 23, 2017 FORM A Name: Student Number: Section: This exam has 12 questions for a total of 100 points. Show all you your work! In order to obtain full credit for partial credit

More information

Second Order Linear Equations

Second Order Linear Equations October 13, 2016 1 Second And Higher Order Linear Equations In first part of this chapter, we consider second order linear ordinary linear equations, i.e., a differential equation of the form L[y] = d

More information

Calculus IV - HW 3. Due 7/ Give the general solution to the following differential equations: y = c 1 e 5t + c 2 e 5t. y = c 1 e 2t + c 2 e 4t.

Calculus IV - HW 3. Due 7/ Give the general solution to the following differential equations: y = c 1 e 5t + c 2 e 5t. y = c 1 e 2t + c 2 e 4t. Calculus IV - HW 3 Due 7/13 Section 3.1 1. Give the general solution to the following differential equations: a y 25y = 0 Solution: The characteristic equation is r 2 25 = r 5r + 5. It follows that the

More information

Solutions a) The characteristic equation is r = 0 with roots ±2i, so the complementary solution is. y c = c 1 cos(2t)+c 2 sin(2t).

Solutions a) The characteristic equation is r = 0 with roots ±2i, so the complementary solution is. y c = c 1 cos(2t)+c 2 sin(2t). Solutions 3.9. a) The characteristic equation is r + 4 = 0 with roots ±i, so the complementar solution is c = c cos(t)+c sin(t). b) We look for a particular solution in the form and obtain the equations

More information

4.9 Free Mechanical Vibrations

4.9 Free Mechanical Vibrations 4.9 Free Mechanical Vibrations Spring-Mass Oscillator When the spring is not stretched and the mass m is at rest, the system is at equilibrium. Forces Acting in the System When the mass m is displaced

More information

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

A First Course in Elementary Differential Equations: Problems and Solutions. Marcel B. Finan Arkansas Tech University c All Rights Reserved A First Course in Elementary Differential Equations: Problems and Solutions Marcel B. Finan Arkansas Tech University c All Rights Reserved 1 4 The Method of Variation of Parameters Problem 4.1 Solve y

More information

Lecture Notes for Math 251: ODE and PDE. Lecture 16: 3.8 Forced Vibrations Without Damping

Lecture Notes for Math 251: ODE and PDE. Lecture 16: 3.8 Forced Vibrations Without Damping Lecture Notes for Math 25: ODE and PDE. Lecture 6:.8 Forced Vibrations Without Damping Shawn D. Ryan Spring 202 Forced Vibrations Last Time: We studied non-forced vibrations with and without damping. We

More information

2. Determine whether the following pair of functions are linearly dependent, or linearly independent:

2. Determine whether the following pair of functions are linearly dependent, or linearly independent: Topics to be covered on the exam include: Recognizing, and verifying solutions to homogeneous second-order linear differential equations, and their corresponding Initial Value Problems Recognizing and

More information

EXAM 2 MARCH 17, 2004

EXAM 2 MARCH 17, 2004 8.034 EXAM MARCH 7, 004 Name: Problem : /30 Problem : /0 Problem 3: /5 Problem 4: /5 Total: /00 Instructions: Please write your name at the top of every page of the exam. The exam is closed book, closed

More information

Chapter 3: Second Order Equations

Chapter 3: Second Order Equations Exam 2 Review This review sheet contains this cover page (a checklist of topics from Chapters 3). Following by all the review material posted pertaining to chapter 3 (all combined into one file). Chapter

More information

Problem Score Possible Points Total 150

Problem Score Possible Points Total 150 Math 250 Spring 2010 Final Exam NAME: ID No: SECTION: This exam contains 17 problems on 14 pages (including this title page) for a total of 150 points. The exam has a multiple choice part, and partial

More information

Lecture 31. Basic Theory of First Order Linear Systems

Lecture 31. Basic Theory of First Order Linear Systems Math 245 - Mathematics of Physics and Engineering I Lecture 31. Basic Theory of First Order Linear Systems April 4, 2012 Konstantin Zuev (USC) Math 245, Lecture 31 April 4, 2012 1 / 10 Agenda Existence

More information

Study guide - Math 220

Study guide - Math 220 Study guide - Math 220 November 28, 2012 1 Exam I 1.1 Linear Equations An equation is linear, if in the form y + p(t)y = q(t). Introducing the integrating factor µ(t) = e p(t)dt the solutions is then in

More information

Final Exam Sample Problems, Math 246, Spring 2018

Final Exam Sample Problems, Math 246, Spring 2018 Final Exam Sample Problems, Math 246, Spring 2018 1) Consider the differential equation dy dt = 9 y2 )y 2. a) Find all of its stationary points and classify their stability. b) Sketch its phase-line portrait

More information

Exam II Review: Selected Solutions and Answers

Exam II Review: Selected Solutions and Answers November 9, 2011 Exam II Review: Selected Solutions and Answers NOTE: For additional worked problems see last year s review sheet and answers, the notes from class, and your text. Answers to problems from

More information

Notes on the Periodically Forced Harmonic Oscillator

Notes on the Periodically Forced Harmonic Oscillator Notes on the Periodically orced Harmonic Oscillator Warren Weckesser Math 38 - Differential Equations 1 The Periodically orced Harmonic Oscillator. By periodically forced harmonic oscillator, we mean the

More information

FINAL EXAM SOLUTIONS, MATH 123

FINAL EXAM SOLUTIONS, MATH 123 FINAL EXAM SOLUTIONS, MATH 23. Find the eigenvalues of the matrix ( 9 4 3 ) So λ = or 6. = λ 9 4 3 λ = ( λ)( 3 λ) + 36 = λ 2 7λ + 6 = (λ 6)(λ ) 2. Compute the matrix inverse: ( ) 3 3 = 3 4 ( 4/3 ) 3. Let

More information

= 2e t e 2t + ( e 2t )e 3t = 2e t e t = e t. Math 20D Final Review

= 2e t e 2t + ( e 2t )e 3t = 2e t e t = e t. Math 20D Final Review Math D Final Review. Solve the differential equation in two ways, first using variation of parameters and then using undetermined coefficients: Corresponding homogenous equation: with characteristic equation

More information

x gm 250 L 25 L min y gm min

x gm 250 L 25 L min y gm min Name NetID MATH 308 Exam 2 Spring 2009 Section 511 Hand Computations P. Yasskin Solutions 1 /10 4 /30 2 /10 5 /30 3 /10 6 /15 Total /105 1. (10 points) Tank X initially contains 250 L of sugar water with

More information

Math 256: Applied Differential Equations: Final Review

Math 256: Applied Differential Equations: Final Review Math 256: Applied Differential Equations: Final Review Chapter 1: Introduction, Sec 1.1, 1.2, 1.3 (a) Differential Equation, Mathematical Model (b) Direction (Slope) Field, Equilibrium Solution (c) Rate

More information

MATH 308 Differential Equations

MATH 308 Differential Equations MATH 308 Differential Equations Summer, 2014, SET 6 JoungDong Kim Set 6: Section 3.3, 3.4, 3.5, 3.6 Section 3.3 Complex Roots of the Characteristic Equation Recall that a second order ODE with constant

More information

HIGHER-ORDER LINEAR ORDINARY DIFFERENTIAL EQUATIONS IV: Variable Coefficient Nonhomogeneous Case

HIGHER-ORDER LINEAR ORDINARY DIFFERENTIAL EQUATIONS IV: Variable Coefficient Nonhomogeneous Case HIGHER-ORDER LINEAR ORDINARY DIFFERENTIAL EQUATIONS IV: Variable Coefficient Nonhomogeneous Case David Levermore Department of Mathematics University of Maryland 15 March 2009 Because the presentation

More information

Solution: In standard form (i.e. y + P (t)y = Q(t)) we have y t y = cos(t)

Solution: In standard form (i.e. y + P (t)y = Q(t)) we have y t y = cos(t) Math 380 Practice Final Solutions This is longer than the actual exam, which will be 8 to 0 questions (some might be multiple choice). You are allowed up to two sheets of notes (both sides) and a calculator,

More information

Linear Independence and the Wronskian

Linear Independence and the Wronskian Linear Independence and the Wronskian MATH 365 Ordinary Differential Equations J. Robert Buchanan Department of Mathematics Spring 2018 Operator Notation Let functions p(t) and q(t) be continuous functions

More information

Math 216 Second Midterm 16 November, 2017

Math 216 Second Midterm 16 November, 2017 Math 216 Second Midterm 16 November, 2017 This sample exam is provided to serve as one component of your studying for this exam in this course. Please note that it is not guaranteed to cover the material

More information

ODE Math 3331 (Summer 2014) June 16, 2014

ODE Math 3331 (Summer 2014) June 16, 2014 Page 1 of 12 Please go to the next page... Sample Midterm 1 ODE Math 3331 (Summer 2014) June 16, 2014 50 points 1. Find the solution of the following initial-value problem 1. Solution (S.O.V) dt = ty2,

More information

M343 Homework 6. Enrique Areyan May 31, 2013

M343 Homework 6. Enrique Areyan May 31, 2013 M343 Homework 6 Enrique Areyan May 31, 013 Section 3.5. + y + 5y = 3sin(t). The general solution is given by: y h : Characteristic equation: r + r + 5 = 0 r = 1 ± i. The solution in this case is: y h =

More information

Math Assignment 5

Math Assignment 5 Math 2280 - Assignment 5 Dylan Zwick Fall 2013 Section 3.4-1, 5, 18, 21 Section 3.5-1, 11, 23, 28, 35, 47, 56 Section 3.6-1, 2, 9, 17, 24 1 Section 3.4 - Mechanical Vibrations 3.4.1 - Determine the period

More information

Problem Score Possible Points Total 150

Problem Score Possible Points Total 150 Math 250 Fall 2010 Final Exam NAME: ID No: SECTION: This exam contains 17 problems on 13 pages (including this title page) for a total of 150 points. There are 10 multiple-choice problems and 7 partial

More information

MATH 251 Examination I July 1, 2013 FORM A. Name: Student Number: Section:

MATH 251 Examination I July 1, 2013 FORM A. Name: Student Number: Section: MATH 251 Examination I July 1, 2013 FORM A Name: Student Number: Section: This exam has 12 questions for a total of 100 points. Show all your work! In order to obtain full credit for partial credit problems,

More information

Undamped Free Vibrations (Simple Harmonic Motion; SHM also called Simple Harmonic Oscillator)

Undamped Free Vibrations (Simple Harmonic Motion; SHM also called Simple Harmonic Oscillator) Section 3. 7 Mass-Spring Systems (no damping) Key Terms/ Ideas: Hooke s Law of Springs Undamped Free Vibrations (Simple Harmonic Motion; SHM also called Simple Harmonic Oscillator) Amplitude Natural Frequency

More information

1 Solution to Homework 4

1 Solution to Homework 4 Solution to Homework Section. 5. The characteristic equation is r r + = (r )(r ) = 0 r = or r =. y(t) = c e t + c e t y = c e t + c e t. y(0) =, y (0) = c + c =, c + c = c =, c =. To find the maximum value

More information

Math K (24564) - Homework Solutions 02

Math K (24564) - Homework Solutions 02 Math 39100 K (24564) - Homework Solutions 02 Ethan Akin Office: NAC 6/287 Phone: 650-5136 Email: ethanakin@earthlink.net Spring, 2018 Contents Reduction of Order, B & D Chapter 3, p. 174 Constant Coefficient

More information

ODE. Philippe Rukimbira. Department of Mathematics Florida International University PR (FIU) MAP / 92

ODE. Philippe Rukimbira. Department of Mathematics Florida International University PR (FIU) MAP / 92 ODE Philippe Rukimbira Department of Mathematics Florida International University PR (FIU) MAP 2302 1 / 92 4.4 The method of Variation of parameters 1. Second order differential equations (Normalized,

More information

MATH 251 Examination I October 9, 2014 FORM A. Name: Student Number: Section:

MATH 251 Examination I October 9, 2014 FORM A. Name: Student Number: Section: MATH 251 Examination I October 9, 2014 FORM A Name: Student Number: Section: This exam has 14 questions for a total of 100 points. Show all you your work! In order to obtain full credit for partial credit

More information

Linear Algebra and ODEs review

Linear Algebra and ODEs review Linear Algebra and ODEs review Ania A Baetica September 9, 015 1 Linear Algebra 11 Eigenvalues and eigenvectors Consider the square matrix A R n n (v, λ are an (eigenvector, eigenvalue pair of matrix A

More information

Example. Mathematics 255: Lecture 17. Example. Example (cont d) Consider the equation. d 2 y dt 2 + dy

Example. Mathematics 255: Lecture 17. Example. Example (cont d) Consider the equation. d 2 y dt 2 + dy Mathematics 255: Lecture 17 Undetermined Coefficients Dan Sloughter Furman University October 10, 2008 6y = 5e 4t. so the general solution of 0 = r 2 + r 6 = (r + 3)(r 2), 6y = 0 y(t) = c 1 e 3t + c 2

More information

2nd-Order Linear Equations

2nd-Order Linear Equations 4 2nd-Order Linear Equations 4.1 Linear Independence of Functions In linear algebra the notion of linear independence arises frequently in the context of vector spaces. If V is a vector space over the

More information

Solutions to Homework 5, Introduction to Differential Equations, 3450: , Dr. Montero, Spring y 4y = 48t 3.

Solutions to Homework 5, Introduction to Differential Equations, 3450: , Dr. Montero, Spring y 4y = 48t 3. Solutions to Homework 5, Introduction to Differential Equations, 3450:335-003, Dr. Montero, Spring 2009 Problem 1. Find a particular solution to the differential equation 4y = 48t 3. Solution: First we

More information

MATH 24 EXAM 3 SOLUTIONS

MATH 24 EXAM 3 SOLUTIONS MATH 4 EXAM 3 S Consider the equation y + ω y = cosω t (a) Find the general solution of the homogeneous equation (b) Find the particular solution of the non-homogeneous equation using the method of Undetermined

More information

Form A. 1. Which of the following is a second-order, linear, homogenous differential equation? 2

Form A. 1. Which of the following is a second-order, linear, homogenous differential equation? 2 Form A Math 4 Common Part of Final Exam December 6, 996 INSTRUCTIONS: Please enter your NAME, ID NUMBER, FORM designation, and INDEX NUMBER on your op scan sheet. The index number should be written in

More information

A: Brief Review of Ordinary Differential Equations

A: Brief Review of Ordinary Differential Equations A: Brief Review of Ordinary Differential Equations Because of Principle # 1 mentioned in the Opening Remarks section, you should review your notes from your ordinary differential equations (odes) course

More information

MATH 251 Examination I February 25, 2016 FORM A. Name: Student Number: Section:

MATH 251 Examination I February 25, 2016 FORM A. Name: Student Number: Section: MATH 251 Examination I February 25, 2016 FORM A Name: Student Number: Section: This exam has 13 questions for a total of 100 points. Show all your work! In order to obtain full credit for partial credit

More information

Ch 3.7: Mechanical & Electrical Vibrations

Ch 3.7: Mechanical & Electrical Vibrations Ch 3.7: Mechanical & Electrical Vibrations Two important areas of application for second order linear equations with constant coefficients are in modeling mechanical and electrical oscillations. We will

More information

Math 211. Substitute Lecture. November 20, 2000

Math 211. Substitute Lecture. November 20, 2000 1 Math 211 Substitute Lecture November 20, 2000 2 Solutions to y + py + qy =0. Look for exponential solutions y(t) =e λt. Characteristic equation: λ 2 + pλ + q =0. Characteristic polynomial: λ 2 + pλ +

More information

Algebraic Properties of Solutions of Linear Systems

Algebraic Properties of Solutions of Linear Systems Algebraic Properties of Solutions of Linear Systems In this chapter we will consider simultaneous first-order differential equations in several variables, that is, equations of the form f 1t,,,x n d f

More information

First In-Class Exam Solutions Math 246, Professor David Levermore Tuesday, 21 February log(2)m 40, 000, M(0) = 250, 000.

First In-Class Exam Solutions Math 246, Professor David Levermore Tuesday, 21 February log(2)m 40, 000, M(0) = 250, 000. First In-Class Exam Solutions Math 26, Professor David Levermore Tuesday, 2 February 207 ) [6] In the absence of predators the population of mosquitoes in a certain area would increase at a rate proportional

More information

UCLA Math 135, Winter 2015 Ordinary Differential Equations

UCLA Math 135, Winter 2015 Ordinary Differential Equations UCLA Math 135, Winter 2015 Ordinary Differential Equations C. David Levermore Department of Mathematics University of Maryland January 5, 2015 Contents 1.1. Normal Forms and Solutions 1.2. Initial-Value

More information

MATH 2250 Final Exam Solutions

MATH 2250 Final Exam Solutions MATH 225 Final Exam Solutions Tuesday, April 29, 28, 6: 8:PM Write your name and ID number at the top of this page. Show all your work. You may refer to one double-sided sheet of notes during the exam

More information

Homework 9 - Solutions. Math 2177, Lecturer: Alena Erchenko

Homework 9 - Solutions. Math 2177, Lecturer: Alena Erchenko Homework 9 - Solutions Math 2177, Lecturer: Alena Erchenko 1. Classify the following differential equations (order, determine if it is linear or nonlinear, if it is linear, then determine if it is homogeneous

More information

3.3. SYSTEMS OF ODES 1. y 0 " 2y" y 0 + 2y = x1. x2 x3. x = y(t) = c 1 e t + c 2 e t + c 3 e 2t. _x = A x + f; x(0) = x 0.

3.3. SYSTEMS OF ODES 1. y 0  2y y 0 + 2y = x1. x2 x3. x = y(t) = c 1 e t + c 2 e t + c 3 e 2t. _x = A x + f; x(0) = x 0. .. SYSTEMS OF ODES. Systems of ODEs MATH 94 FALL 98 PRELIM # 94FA8PQ.tex.. a) Convert the third order dierential equation into a rst oder system _x = A x, with y " y" y + y = x = @ x x x b) The equation

More information

Differential Equations Practice: 2nd Order Linear: Nonhomogeneous Equations: Undetermined Coefficients Page 1

Differential Equations Practice: 2nd Order Linear: Nonhomogeneous Equations: Undetermined Coefficients Page 1 Differential Equations Practice: 2nd Order Linear: Nonhomogeneous Equations: Undetermined Coefficients Page 1 Questions Example (3.5.3) Find a general solution of the differential equation y 2y 3y = 3te

More information

Week 9 solutions. k = mg/l = /5 = 3920 g/s 2. 20u + 400u u = 0,

Week 9 solutions. k = mg/l = /5 = 3920 g/s 2. 20u + 400u u = 0, Week 9 solutions ASSIGNMENT 20. (Assignment 19 had no hand-graded component.) 3.7.9. A mass of 20 g stretches a spring 5 cm. Suppose that the mass is also attached to a viscous damper with a damping constant

More information

Solutions of the Sample Problems for the First In-Class Exam Math 246, Fall 2017, Professor David Levermore

Solutions of the Sample Problems for the First In-Class Exam Math 246, Fall 2017, Professor David Levermore Solutions of the Sample Problems for the First In-Class Exam Math 246, Fall 207, Professor David Levermore () (a) Give the integral being evaluated by the following Matlab command. int( x/(+xˆ4), x,0,inf)

More information

Solution. Your sketch should show both x and y axes marked from 5 to 5 and circles of radius 1, 3, and 5 centered at the origin.

Solution. Your sketch should show both x and y axes marked from 5 to 5 and circles of radius 1, 3, and 5 centered at the origin. Solutions of the Sample Problems for the First In-Class Exam Math 246, Fall 208, Professor David Levermore () (a) Sketch the graph that would be produced by the following Matlab command. fplot(@(t) 2/t,

More information

Linear Second Order ODEs

Linear Second Order ODEs Chapter 3 Linear Second Order ODEs In this chapter we study ODEs of the form (3.1) y + p(t)y + q(t)y = f(t), where p, q, and f are given functions. Since there are two derivatives, we might expect that

More information

Application of Second Order Linear ODEs: Mechanical Vibrations

Application of Second Order Linear ODEs: Mechanical Vibrations Application of Second Order Linear ODEs: October 23 27, 2017 Application of Second Order Linear ODEs Consider a vertical spring of original length l > 0 [m or ft] that exhibits a stiffness of κ > 0 [N/m

More information

Ordinary Differential Equations

Ordinary Differential Equations Ordinary Differential Equations for Engineers and Scientists Gregg Waterman Oregon Institute of Technology c 2017 Gregg Waterman This work is licensed under the Creative Commons Attribution 4.0 International

More information

Solutions to Math 53 Math 53 Practice Final

Solutions to Math 53 Math 53 Practice Final Solutions to Math 5 Math 5 Practice Final 20 points Consider the initial value problem y t 4yt = te t with y 0 = and y0 = 0 a 8 points Find the Laplace transform of the solution of this IVP b 8 points

More information