Ordinary Differential Equations

Size: px
Start display at page:

Download "Ordinary Differential Equations"

Transcription

1 Ordinary Differential Equations

2

3 Ordinary Differential Equations: Methods and Applications W. T. Ang and Y. S. Park Universal Publishers Boca Raton

4 Ordinary Differential Equations: Methods and Applications Copyright 2008 W. T. Ang and Y. S. Park All rights reserved. No part of this book may be reproduced or transmitted in any form or by any means, electronic or mechanical, including photocopying, recording, or by any information storage and retrieval system, without written permission from the publisher Universal Publishers Boca Raton, Florida USA 2008 ISBN-10: /ISBN-13: (paper) ISBN-10: /ISBN-13: (ebook) Library of Congress Cataloging-in-Publication Data Ang, W. T., Ordinary differential equations : methods and applications / W.T. Ang and Y.S. Park. p. cm. Includes bibliographical references and index. ISBN (pbk. : alk. paper) 1. Differential equations. I. Park, Y. S., II. Title. QA372.A '.352--dc

5 To our parents Everywhere, we learn from those whom we love Johann Wolfgang von Goethe Preface This introductory course in ordinary differential equations is intended for junior undergraduate students in applied mathematics, science and engineering. It focuses on methods of solutions and applications rather than theoretical analyses. Applications drawn mainly from dynamics, population biology and electric circuit theory are used to show how ordinary differential equations appear in the formulation of problems in science and engineering. The calculus required to comprehend this course is rather elementary, involving differentiation, integration and power series representation of only real functions of one variable. A basic knowledge of complex numbers and their arithmetic is also assumed, so that elementary complex functions which can be used for working out easily the general solutions of certain ordinary differential equations can be introduced. The pre-requisites just mentioned aside, the course is mainly self-contained. The course comprises six chapters. Chapter 1 gives the basic concepts of ordinary differential equations, explaining what an ordinary differential equation is and what is involved in solving such an equation. It also illustrates how ordinary differential equations can be derived from physical laws or basic principles for two specific examplesof problems. In Chapter 2, methods of solution are given for some first order ordinary differential equations. The equations studied include those which can be written in separable form, those which are linear, and the nonlinear Bernoulli differential equation. Mathematical models which describe population growth are given as examples of applications involving first order ordinary differential equations. v

6 In Chapter 3, the mathematical theory for constructing general solutions of second order linear ordinary differential equations is studied. It is applied to obtain general solutions of second order linear ordinary differential equations with constant coefficients and the Euler-Cauchy equations. Also discussed is the extension of the theory to higher order linear ordinary differential equations. Chapter 4 shows how linear ordinary differential equations with constant coefficients arise in the formulation of problems involving electric circuits and spring-mass systems. Specific examples of problems are solved. Chapter 5 introduces the power series method and the Frobenius method for deriving series solutions of rather general homogeneous second order linear ordinary differential equations. The methods studied can be applied to solve some well known ordinary differential equations in mathematical physics, such as the Legendre s equation and the Bessel s equation, giving rise to particular special functions, but those equations and the associated special functions are not examined in this course. Chapter 6 describes some simple numerical methods for solving first and second order ordinary differential equations. For a particular example of applications, the second order nonlinear ordinary differential equation which governs the motion of a swinging pendulum is solved numerically. Exercises are set not only to test the understanding of students but sometimes also to impart additional insights into the materials studied. Suggested solutions to all the exercises are given at the end of the chapters. To promote the use of this course for self-study, the solutions provided are by and large complete with details. W. T. Ang and Y. S. Park, Singapore, 2008, 2014 vi

7 Contents 1 Basic concepts WhatisanODE? SolvinganODE Generalsolution Particularsolution Exactclosedformsolution ExerciseI WhystudyODEs? ODEforabodyinmotion ODEforapursuitproblem ExerciseII SolutionstoExerciseI SolutionstoExerciseII First order ODEs Preamble FirstorderODEsinseparableform Linear1storderODEs Homogeneous linear 1st order ODEs Nonhomogeneous linear 1st order ODEs Bernoulli differentialequation Populationdynamics Malthus theory of unlimited growth Verhulsttheoryoflimitedgrowth ExerciseIII SolutionstoExerciseIII vii

8 3 Second order linear ODEs Preamble General solution of homogeneous 2nd order linearode Linearlyindependentfunctions Constructionofgeneralsolution Homogeneous 2nd order linear ODEs with constant coefficients Euler-Cauchyequations ExerciseIV SolvingnonhomogeneousODEs Finding a particular solution by guesswork Methodofvariationofparameters ExtensiontohigherorderlinearODEs General N-thorderlinearODEs General solution of a homogeneous ODE General solution of a nonhomogeneous linearode ExerciseV SolutionstoExerciseIV SolutionstoExerciseV Circuits and springs Preamble Electriccircuits Basicelectricalcomponents Voltage across an electric component ODEsinelectriccircuits ExerciseVI Spring-masssystems Asimplespring-masssystem A more complicated spring-mass system ExerciseVII SolutionstoExerciseVI SolutionstoExerciseVII viii

9 5 Series solutions Preamble Reviewofpowerseries PowerseriesmethodforODEs ExerciseVIII Frobeniusmethod ExerciseIX SolutionstoExerciseVIII SolutionstoExerciseIX Numerical methods Preamble Euler smethodfor1storderodes SecondorderODEs Oscillation of a pendulum NonlinearODE ODE for very small oscillation Numerical solution for larger oscillation Numericalprudence ExerciseX SolutionstoExerciseX ix

10 Chapter 1 Basic concepts 1.1 What is an ODE? An equation which contains the derivative(s) of a yet to be determined function y(x) (a function of one variable) is called an ordinary differential equation (ODE) in y(x). Below are some examples of ODEs in y(x): (1) dy 2x =0 dx (2) d 2 y dx 2 +3dy 2y(x) =x5 dx (3) x 3 d3 y dx 3 +6x2 d2 y 3xy(x) =sin(2x) dx2 (4) 2x 2 (y(x)) 10 d4 y dx 4 +3x d2 y dx 2 = xy(x) An ODE in y(x) issaidtobeofordern if d N y/dx N is the highest order derivative of y(x) present in the ODE. In the examples above, (1) is an ODE of order 1 (or 1st order ODE); (2) is of order 2; (3) is of order 3; and (4) is of order 4. It may be sometimes convenient to use the notation y 0 (x) = dy dx,y00 (x) = d2 y dx 2,y000 (x) = d3 y dx 3,,y(N) (x) = dn y dx N. 10

11 Thus, we may write the 4th order ODE in (4) above as or even more simply as 2x 2 (y(x)) 10 y 0000 (x)+3xy 00 (x) =xy(x), 2x 2 y 10 y xy 00 = xy if it is already understood that y is a function of x. Notethat y 10 above refers to y raised to the power 10, nottobemistaken as the 10th order derivative y (10) = d 10 y/dx 10. More generally, we may regard an ODE in y(x) asanequation of the general form F (x, y, y 0,y 00,y 000,,y (N 1),y (N) )=0. Here F denotes a mathematical expression involving x, y, y 0, y 00,y 000,,y (N 1) and y (N). 1.2 Solving an ODE Given an ODE in y(x), we are interested in finding functions y(x) that satisfy the equation, that is, we are interested in solving the ODE. For the purpose of illustration, let us now consider solving the ODE which may be rewritten as y 00 6x =0 d 2 y dx 2 =6x. We may solve the ODE above by directly integrating it twice with respect to x, that is, Z dy dx = 6xdx =3x 2 + C Z y = (3x 2 + C)dx = x 3 + Cx + D. 11

12 Here C and D are constants which may have any values (arbitrary constants). Thus, we find that y(x) =x 3 + Cx + D (where C and D are arbitrary constants) satisfies the ODE y 00 6x =0. Not all ODEs may be easily solved by direct integration like in the example above. In subsequent chapters, we will look at various methods for solving ODEs General solution From the example above, it appears that solving an ODE is really undoing the derivatives in the ODE. Roughly speaking, if an ODE is of order N, we are required to integrate it N times in order to solve it. Consequently, N arbitrary constants appear in the solution obtained. For our purpose, we regard any function y(x) with N arbitrary constants in it as a general solution of an N-th order ODE, if the function satisfies the ODE. Thus, we may regard y(x) =x 3 + Cx + D as a general solution of the ODE y 00 6x = Particular solution If some or all of the arbitrary constants in a general solution of an ODE assume specific values, we obtain a particular solution of the ODE. Examples of particular solutions of the ODE y 00 6x =0 are y(x) =x 3 + x + D, y(x) =x 3 + Cx 2andy(x) =x 3 3x Exact closed form solution We regard a solution of an ODE to be in exact closed form if the solution can be directly expressed in terms of elementary functions 1. 1 For our purpose, a function is regarded as elementary if it can be calculated directly using the function keys of an ordinary scientific hand calculator. Thus, cos(x), sin(x), exp(x),g(x) =x 3 1andf(x) =cos 3 (x 2 + 1) exp( x 2 ) are elementary. 12

13 Thus, the general solution y(x) =x 3 + Cx+ D of the ODE y 00 6x = 0 is in exact closed form. If the values of C and D are given, we may readily evaluate y(x) =x 3 + Cx+ D for any value of x by using an ordinary hand calculator. We may not be able to find exact closed form solutions of some ODEs. For example, take the ODE dy dx = sin(x) x whose solution is theoretically given by Z sin(x) y = x dx. It is, however, not possible to express the integral (on the right hand side) in terms of elementary functions. Thus, the ODE does not have an exact closed form solution. 1.3 Exercise I 1. Check by direct substitution whether y(x) =e x +2e x is a solution of each of the following ODEs in y(x) ornot. (Substitute y(x) =e x +2e x intothelefthandsideofa given ODE and simplify to see if it is possible to obtain the right hand side.) (a) y 00 y =0 (b) y y 00 2y 0 =2e x 4e x (c) 2y 00 +2y 0 3y = e 2x +5e x (d) y y 00 y 0 3y =0 2. Find out whether each of the following functions is a solution of the ODE p 0000 (x) 5p 00 (x) 36p(x) =0ornot. (a) (b) (c) (d) p(x) = 2 sinh(3x) p(x) =cosh(2x) p(x) =cos(3x) sin(3x) p(x) =2sin(2x)+3cos(2x) 13

14 3. If y(x) =α sin(2x)+β cos(2x) is a solution of the ODE y 00 +4y 0 +3y =3sin(2x), find the constants α and β. (Hint. Substitute y(x) = α sin(2x) + β cos(2x) into the ODE and choose the constants α and β in such a way that the equation is satisfied for all x.) 4. If y (x) =α + βx + γx 2 is a solution of the ODE x 3 y x 2 y 00 y = x 2 +2x +1, find the constants α, β and γ. 5. Each of the following ODEs in y(x), if rewritten in an appropriate form, can be solved by direct integration. Find general solutions of these ODEs. (a) xy 0 = x 6 +5x (b) y 0 e x =5 (c) y 00 +6x 2 2=0 (d) xy 0 + y =4x 3 +2x (Hint. d dy (xy) =x dx dx + y) 6. Verify that s 5 y(x) = 2cos(x)+4sin(x)+10e 2x is a solution of the ODE y 0 + y y 3 sin(x) =0. (Hint. Differentiate the solution with respect to x to obtain y 0 = (sin(x) 2cos(x) 10e 2x )y 3 /5. You may do this by squaring both sides of the solution first.) 1.4 Why study ODEs? Some problems in science and engineering may be formulated in terms of ODEs. Below are two examples of such problems. More examples will be given in later chapters ODE for a body in motion Consider the motion of a body which is dropped at some height above the ground. 14

15 We assume that the body, which is pulled by gravity towards the earth, moves along a straight line which is perpendicular to the surface of the earth (that is, it moves along a vertical path). In addition to gravity, the body is also acted upon by a force due to air resistance. A sketch of the situation is given in Figure 1.1. Let s(t) be the vertical downward displacement (in meter) of the body from a fixed point P (which may lie on the path of motion) 2. We are interested in finding s(t), that is, the position of the body at time t. Figure 1.1 All motion obeys Newton s law which may be stated as follows. If the mass of a moving body is constant, then the total force (in newton) acting on the body is equal to the product of the mass (in kilogram) and the 2 We define s(t) to be the downward displacement of the object from P at time t. This means that s(t) > 0iftheobjectisbelowP at time t, and s(t) < 0ifitisaboveP. It is, of course, possible to choose P in such a way that s(t) > 0atalltimet during which the object is falling. 15

16 acceleration (in meter per second per second) of the body. Force and acceleration are vectors. In simple terms, a vector is a quantity which has a magnitude and a direction. Thus, Newton s law as stated above implies that the force and the acceleration are in the same direction. For the situation depicted in Figure 1.1, Newton s law is simply: (total downward force acting on body) = (mass of body) (downward acceleration of body). As mentioned above, we assume that there are only two types of forces acting on the body, namely gravity and air resistance. The gravitational force has a magnitude given by mg, where m is the mass of the body and g is the acceleration due to gravity (that is, g ' 9.81 meter per second per second near planet earth). The gravitational force acts downward. The magnitude of the force due to air resistance is taken to be given by k s 0 (t). Here k is a positive coefficient which depends on, among other things, the shape of the body. The derivative s 0 (t) is the downward velocity 3 of the body. In this case, s 0 (t) is always greater than zero at any time t during the motion as the body is always moving towards the ground. The force due to air resistance acts upward against the motion of the body. It is obvious that (total downward force on body) = mg k s 0 (t) = mg ks 0 (t) (since s 0 (t) > 0). The downward acceleration of the body is given by s 00 (t). Newton s law now becomes mg ks 0 (t) =ms 00 (t). 3 Downward velocity implies that s 0 (t) > 0 if the object is moving downward, and s 0 (t) < 0ifitismovingupward. 16

17 The above equation is an ODE in s(t) whichmayberewritten as s 00 (t)+ k m s0 (t) g =0. If we can solve the ODE for s(t), we can predict the position of the body at any time t during which it is moving towards the earth. For the case in which k is a non-zero constant, the ODE may be solved using methods of solution in later chapters (see Problem 3 in Exercise V on page 84). For now, let us consider the special case in which the effect of air resistance on the motion is so small that it may be ignored, that is, we take k/m in the ODE to be zero. For such a case, the ODE which describes Newton s law of motion reduces to s 00 (t) g =0 or s 00 (t) =g. This simpler ODE may be solved by directly integrating it twice with respect to t. Bearing in mind that g is a constant, we obtain Z ds dt = gdt = gt + C Z s(t) = (gt + C)dt = 1 2 gt2 + Ct + D. Here C and D are arbitrary constants. To calculate the position of the body, we need to know the values of the constants C and D. The values of these constants may be determined if the displacement and velocity of the body are known at a certain time. For example, if we are told that s 0 (t) = 3 (meter per second) when t = 0 (second) then 3=g 0+C C =3. Furthermore, if s(t) = 2(meter) at t = 0, we obtain 2= 1 2 g D D =2. 17

18 Thus, if there is no air resistance, and if the displacement and velocity at t = 0 are 2 and 3 (in the appropriate units) respectively, then the displacement of the body is given by s(t) = 1 2 gt2 +3t +2 at any time t during which the body is falling towards the ground ODE for a pursuit problem With reference to a Cartesian coordinate system denoted by Oxy, consider the following pursuit problem. At time t =0, a navy ship is at (a, 0), where a>0, and it spots a small boat at (0, 0). The boat moves with a constant speed u along the positive y axis. The navy ship decides to chase after the boat by moving at a constant speed v andinadirectionthatis always directed at the boat. We are interested in finding the path of the navy ship. Figure 1.2 A geometrical sketch of the problem is given in Figure 1.2. Let the path be given by the curve y = p(x), where p(x) isan 18

19 unknown function yet to be determined. The position of the boat at time t is B (0,ut)(alongthey axis). At time t, the navy ship is located at N (x, p(x)). Now the line NB (dotted line in Figure 1.2) is tangential to the path y = p(x) atn because the navy ship is always directed at the boat. Thus,the gradient of NB is equal to the gradient of the tangent to the curve y = p(x) atthepointn (x, p(x)), that is, p 0 p(x) ut (x) = x xp 0 (x) =p(x) ut. Since the ship is moving, x and y are functions of t. Let us differentiate the above equation once with respect to t. Using the chain rule for differentiation, we obtain which simplifies to xp 00 (x) dx dt + p0 (x) dx dt = p0 (x) dx dt u xp 00 (x) dx dt = u. Note that dx/dt and dy/dt are the x and y components of the velocity of the navy ship. Since its speed is v, we may write r ( dx dt )2 +( dy dt )2 = v. From y = p(x) and the chain rule for differentiation, we find that Thus, dy dt = p0 (x) dx dt. r ( dx dt )2 (1 + (p 0 (x)) 2 )=v dx dt = ± v p 1+(p 0 (x)). 2 19

20 From Figure 1.2, it is clear that dx/dt < 0asthex-coordinate of the ship decreases during the pursuit of the boat. Thus, we take dx dt = v p 1+(p 0 (x)). 2 Substituting the above expression for dx/dt into the equation xp 00 (x)dx/dt = u, we obtain the 2nd order ODE in p(x) given by xp 00 (x) u v p 1+(p 0 (x)) 2 =0 If we can solve this ODE for p(x), we obtain a formula for the path taken by the navy ship when it chases after the small boat. The two arbitrary constants in the general solution of the ODE may be determined from the conditions p(a) =0andp 0 (a) =0. (Can you see how the conditions come about?) The ODE may be converted into a 1st order ODE and solved as explained in Chapter 2 (on page 30). 1.5 Exercise II 1. An extremely thin wire lies along the x-axis from x =0 to x = ` (` is the length of the wire). The temperature in the wire varies from one point to the next along the wire, that us, it is a function of x. If it is denoted by T (x), then that under certain conditions T (x) satisfies the simple 2nd order ODE d 2 T dx 2 =0. If temperature is given by T 0 and T` at x =0andx = ` respectively, find the temperature throughout the whole wire. 2. The tangent to a curve at the point (x, y) has gradient given by x 3 +2x +1. Iftheequationofthecurveisgiven by y = p(x), writedownanodeinp(x). Find the curve given that (1, 2) is a point on it. 20

21 3. The tangent to a curve at the point (x, y) has gradient given by (x y)/x. Iftheequationofthecurveisgiven by y = p(x), writedownanodeinp(x). Find the curve given that (1, 1) is a point on it. (Hint. Usetheformula d dp (xp(x)) = x + p(x) to help you to solve the ODE.) dx dx 4. A body is moving to the right along a horizontal line. Its speed at time t 0isgivenby8t 3 +3t If w(t) is the distance of the body from a fixed point P on the line, writedownanodeinw(t) for the motion of the body. Where is the body at time t = 2 given that it is a unit distance away from P at time t =0? 5. A body of 1 kilogramme is moving to the right along a horizontal line. It is acted upon by a rightward force given by F (t) =1+e 2t (in newton) at time t (in second). If s(t) istherightward displacement (in meter) of the body from a fixed point P on the line, use Newton s law of motion to write down an ODE in s(t). Find the displacementofthebodyattimet =1giventhatitisat rest at the point P at time t =0. 6. The uniform temperature of a body at time t is given by T (t). The rate of change of the body temperature per unit time is given by c(t (t) T ambient ), where T ambient is the constant temperature of the surrounding atmosphere and c is a constant. Express the statement in the last sentence by writing down an ODE in T (t). What can you say about the constant c? (Hint. Tofind out something about c, ask whether the body should be gaining or losing heat to its surrounding when T (t) >T ambient. What about when T (t) <T ambient?) 21

22 1.6 Solutions to Exercise I 1. From y = e x +2e x, we have y 0 = e x 2e x, y 00 = e x +2e x = y and y 000 = e x 2e x = y 0. Thus: (a) y 00 y =0(fromy 00 = y). Yes. (y = e x +2e x is a solution of the ODE.) (b) y y 00 2y 0 =2e x +8e x 6=2e x 4e x. No. (y = e x +2e x is not a solution of the ODE.) (c) 2y 00 +2y 0 3y = e x 6e x (d) y y 00 y 0 3y 6= e 2x +5e x. No. = y 0 +3y y 0 3y =0. Yes. 2. (a) p = 2 sinh(3x), p 0 =6cosh(3x), p 00 =18sinh(3x) = 9p, p 000 =9p 0 and p 0000 =9p 00 =81p. Thus, p p 00 36p =81p 45p 36p =0. Yes, p = 2 sinh(3x) is a solution of the given ODE. (b) p =cosh(2x), p 0 = 2 sinh(2x), p 00 = 4 cosh(2x) =4p, p 000 =4p 0 and p 0000 =16p. Thus, p p 00 36p =16p 20p 36p 6= 0. No, p =2cosh(2x) is not a solution of the given ODE. (c) p(x) =cos(3x) sin(3x) is not a solution. (d) p(x) =2sin(2x) +3cos(2x) isasolution. 3. Substitute y = α sin(2x)+β cos(2x) intoode,weobtain ( α 8β)sin(2x)+( β +8α)cos(2x) =3sin(2x). Thus, for the ODE to be satisfied for all x, we require α +8β = 3 and8α β =0. This gives α = 3/65 and β = 24/65. 22

23 4. Substitute y = α + βx + γx 2 into ODE to obtain α βx + γx 2 = x 2 +2x +1. This gives α = 1, β = 2 andγ =1. 5. (a) Rewrite ODE as dy dx = x11/2 +5x 1/2 and integrate directly once to obtain y = 2 13 x13/ x3/2 + C. (b) Rewrite ODE as and integrate to obtain (c) Rewrite ODE as y 0 =5e x y = 5e x + C. d 2 y dx 2 = 6x2 +2 and integrate twice to obtain y = 1 2 x4 + x 2 + Cx + D. (d) Rewrite ODE as Integrateoncetoobtain d dx (xy) =4x3 +2x. xy = x 4 + x 2 + C y = x 3 + x + C x. 23

24 6. It may be very tedious to proceed by directly differentiating s 5 y(x) = 2cos(x)+4sin(x)+10e 2x. Instead, rewrite the above as y 2 = 5 (2 cos(x)+4sin(x)+10e 2x ) y 2 (2 cos(x)+4sin(x)+10e 2x )=5 and differentiate both sides with respect to x to obtain 2yy 0 ( 5 y 2 )+y2 ( 2sin(x)+4cos(x)+20e 2x )=0 10y 0 = y 3 ( 2sin(x)+4cos(x)+20e 2x ) 10y 0 +10y 10y 3 sin(x) = y[ 5(2 sin(x) 4cos(x) 20e2x ) 2cos(x)+4sin(x)+10e 2x sin(x) + 2cos(x)+4sin(x)+10e 2x ] = 0 y 0 + y y 3 sin(x) =0(asrequired). 1.7 Solutions to Exercise II 1. The conditions are T (0) = T 0 and T (`) =T`. Solving the ODE, we find that d 2 T dt =0 = C T = Cx + D. dx2 dx Applying the conditions, we obtain T (0) = T 0 = D T (`) = T` = C` + T 0 C = T` T 0. ` Thus, the required temperature is T (x) = T` T 0 x + T 0. ` 24

25 2. The ODE giving the tangent of the curve is Integrating, we obtain dp dx = x3 +2x +1. p(x) = 1 4 x4 + x 2 + x + C. From the point (1, 2), we know p(1) = 2. Thus, The required curve is 3. The ODE is C =2 C = 1 4. y = 1 4 x4 + x 2 + x 1 4. dp dx = x p x Integrating, we obtain xp 0 + p = x d (xp) =x. dx xp = 1 2 x2 + C p = 1 2 x + C x. From the point (1, 1), we have p(1) = 1, that is, C = 1/2. Thus, the required curve is 4. The ODE is y = 1 2 x 1 2x (for x>0). dw dt =8t3 +3t 2 +1 which can be integrated to obtain w =2t 4 + t 3 + t + C. From w(0) = 1, we find that C =1. Thus, w(2) = 42+1 =

Chapter1. Ordinary Differential Equations

Chapter1. Ordinary Differential Equations Chapter1. Ordinary Differential Equations In the sciences and engineering, mathematical models are developed to aid in the understanding of physical phenomena. These models often yield an equation that

More information

Ordinary Differential Equations (ODEs)

Ordinary Differential Equations (ODEs) c01.tex 8/10/2010 22: 55 Page 1 PART A Ordinary Differential Equations (ODEs) Chap. 1 First-Order ODEs Sec. 1.1 Basic Concepts. Modeling To get a good start into this chapter and this section, quickly

More information

Mathematics for Chemistry: Exam Set 1

Mathematics for Chemistry: Exam Set 1 Mathematics for Chemistry: Exam Set 1 June 18, 017 1 mark Questions 1. The minimum value of the rank of any 5 3 matrix is 0 1 3. The trace of an identity n n matrix is equal to 1-1 0 n 3. A square matrix

More information

Example (#1) Example (#1) Example (#2) Example (#2) dv dt

Example (#1) Example (#1) Example (#2) Example (#2) dv dt 1. Become familiar with a definition of and terminology involved with differential equations Calculus - Santowski. Solve differential equations with and without initial conditions 3. Apply differential

More information

Consider an ideal pendulum as shown below. l θ is the angular acceleration θ is the angular velocity

Consider an ideal pendulum as shown below. l θ is the angular acceleration θ is the angular velocity 1 Second Order Ordinary Differential Equations 1.1 The harmonic oscillator Consider an ideal pendulum as shown below. θ l Fr mg l θ is the angular acceleration θ is the angular velocity A point mass m

More information

Lecture 6, September 1, 2017

Lecture 6, September 1, 2017 Engineering Mathematics Fall 07 Lecture 6, September, 07 Escape Velocity Suppose we have a planet (or any large near to spherical heavenly body) of radius R and acceleration of gravity at the surface of

More information

Mathematical Models. MATH 365 Ordinary Differential Equations. J. Robert Buchanan. Spring Department of Mathematics

Mathematical Models. MATH 365 Ordinary Differential Equations. J. Robert Buchanan. Spring Department of Mathematics Mathematical Models MATH 365 Ordinary Differential Equations J. Robert Buchanan Department of Mathematics Spring 2018 Ordinary Differential Equations The topic of ordinary differential equations (ODEs)

More information

Computer Problems for Methods of Solving Ordinary Differential Equations

Computer Problems for Methods of Solving Ordinary Differential Equations Computer Problems for Methods of Solving Ordinary Differential Equations 1. Have a computer make a phase portrait for the system dx/dt = x + y, dy/dt = 2y. Clearly indicate critical points and separatrices.

More information

Mathematical Models. MATH 365 Ordinary Differential Equations. J. Robert Buchanan. Fall Department of Mathematics

Mathematical Models. MATH 365 Ordinary Differential Equations. J. Robert Buchanan. Fall Department of Mathematics Mathematical Models MATH 365 Ordinary Differential Equations J. Robert Buchanan Department of Mathematics Fall 2018 Ordinary Differential Equations The topic of ordinary differential equations (ODEs) is

More information

Lecture Notes in Mathematics. Arkansas Tech University Department of Mathematics

Lecture Notes in Mathematics. Arkansas Tech University Department of Mathematics Lecture Notes in Mathematics Arkansas Tech University Department of Mathematics Introductory Notes in Ordinary Differential Equations for Physical Sciences and Engineering Marcel B. Finan c All Rights

More information

Mathematics for Chemistry: Exam Set 1

Mathematics for Chemistry: Exam Set 1 Mathematics for Chemistry: Exam Set 1 March 19, 017 1 mark Questions 1. The maximum value of the rank of any 5 3 matrix is (a (b3 4 5. The determinant of an identity n n matrix is equal to (a 1 (b -1 0

More information

Differential Equations Spring 2007 Assignments

Differential Equations Spring 2007 Assignments Differential Equations Spring 2007 Assignments Homework 1, due 1/10/7 Read the first two chapters of the book up to the end of section 2.4. Prepare for the first quiz on Friday 10th January (material up

More information

Chapter 6. Second order differential equations

Chapter 6. Second order differential equations Chapter 6. Second order differential equations A second order differential equation is of the form y = f(t, y, y ) where y = y(t). We shall often think of t as parametrizing time, y position. In this case

More information

then the substitution z = ax + by + c reduces this equation to the separable one.

then the substitution z = ax + by + c reduces this equation to the separable one. 7 Substitutions II Some of the topics in this lecture are optional and will not be tested at the exams. However, for a curious student it should be useful to learn a few extra things about ordinary differential

More information

Lecture 6.1 Work and Energy During previous lectures we have considered many examples, which can be solved using Newtonian approach, in particular,

Lecture 6.1 Work and Energy During previous lectures we have considered many examples, which can be solved using Newtonian approach, in particular, Lecture 6. Work and Energy During previous lectures we have considered many examples, which can be solved using Newtonian approach, in particular, Newton's second law. However, this is not always the most

More information

Exam Question 10: Differential Equations. June 19, Applied Mathematics: Lecture 6. Brendan Williamson. Introduction.

Exam Question 10: Differential Equations. June 19, Applied Mathematics: Lecture 6. Brendan Williamson. Introduction. Exam Question 10: June 19, 2016 In this lecture we will study differential equations, which pertains to Q. 10 of the Higher Level paper. It s arguably more theoretical than other topics on the syllabus,

More information

Basic Theory of Differential Equations

Basic Theory of Differential Equations page 104 104 CHAPTER 1 First-Order Differential Equations 16. The following initial-value problem arises in the analysis of a cable suspended between two fixed points y = 1 a 1 + (y ) 2, y(0) = a, y (0)

More information

2. Second-order Linear Ordinary Differential Equations

2. Second-order Linear Ordinary Differential Equations Advanced Engineering Mathematics 2. Second-order Linear ODEs 1 2. Second-order Linear Ordinary Differential Equations 2.1 Homogeneous linear ODEs 2.2 Homogeneous linear ODEs with constant coefficients

More information

AMATH 351 Mar 15, 2013 FINAL REVIEW. Instructor: Jiri Najemnik

AMATH 351 Mar 15, 2013 FINAL REVIEW. Instructor: Jiri Najemnik AMATH 351 Mar 15, 013 FINAL REVIEW Instructor: Jiri Najemni ABOUT GRADES Scores I have so far will be posted on the website today sorted by the student number HW4 & Exam will be added early next wee Let

More information

MATH 353 LECTURE NOTES: WEEK 1 FIRST ORDER ODES

MATH 353 LECTURE NOTES: WEEK 1 FIRST ORDER ODES MATH 353 LECTURE NOTES: WEEK 1 FIRST ORDER ODES J. WONG (FALL 2017) What did we cover this week? Basic definitions: DEs, linear operators, homogeneous (linear) ODEs. Solution techniques for some classes

More information

DIFFERENTIAL EQUATIONS

DIFFERENTIAL EQUATIONS DIFFERENTIAL EQUATIONS Chapter 1 Introduction and Basic Terminology Most of the phenomena studied in the sciences and engineering involve processes that change with time. For example, it is well known

More information

DIFFERENTIAL EQUATIONS

DIFFERENTIAL EQUATIONS DIFFERENTIAL EQUATIONS Basic Concepts Paul Dawkins Table of Contents Preface... Basic Concepts... 1 Introduction... 1 Definitions... Direction Fields... 8 Final Thoughts...19 007 Paul Dawkins i http://tutorial.math.lamar.edu/terms.aspx

More information

Introduction to First Order Equations Sections

Introduction to First Order Equations Sections A B I L E N E C H R I S T I A N U N I V E R S I T Y Department of Mathematics Introduction to First Order Equations Sections 2.1-2.3 Dr. John Ehrke Department of Mathematics Fall 2012 Course Goals The

More information

MA 102 Mathematics II Lecture Feb, 2015

MA 102 Mathematics II Lecture Feb, 2015 MA 102 Mathematics II Lecture 1 20 Feb, 2015 Differential Equations An equation containing derivatives is called a differential equation. The origin of differential equations Many of the laws of nature

More information

MA22S3 Summary Sheet: Ordinary Differential Equations

MA22S3 Summary Sheet: Ordinary Differential Equations MA22S3 Summary Sheet: Ordinary Differential Equations December 14, 2017 Kreyszig s textbook is a suitable guide for this part of the module. Contents 1 Terminology 1 2 First order separable 2 2.1 Separable

More information

The first order quasi-linear PDEs

The first order quasi-linear PDEs Chapter 2 The first order quasi-linear PDEs The first order quasi-linear PDEs have the following general form: F (x, u, Du) = 0, (2.1) where x = (x 1, x 2,, x 3 ) R n, u = u(x), Du is the gradient of u.

More information

Math 225 Differential Equations Notes Chapter 1

Math 225 Differential Equations Notes Chapter 1 Math 225 Differential Equations Notes Chapter 1 Michael Muscedere September 9, 2004 1 Introduction 1.1 Background In science and engineering models are used to describe physical phenomena. Often these

More information

Boyce/DiPrima/Meade 11 th ed, Ch 1.1: Basic Mathematical Models; Direction Fields

Boyce/DiPrima/Meade 11 th ed, Ch 1.1: Basic Mathematical Models; Direction Fields Boyce/DiPrima/Meade 11 th ed, Ch 1.1: Basic Mathematical Models; Direction Fields Elementary Differential Equations and Boundary Value Problems, 11 th edition, by William E. Boyce, Richard C. DiPrima,

More information

Definition of differential equations and their classification. Methods of solution of first-order differential equations

Definition of differential equations and their classification. Methods of solution of first-order differential equations Introduction to differential equations: overview Definition of differential equations and their classification Solutions of differential equations Initial value problems Existence and uniqueness Mathematical

More information

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

A Brief Review of Elementary Ordinary Differential Equations

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

More information

Lecture Notes for Math 251: ODE and PDE. Lecture 30: 10.1 Two-Point Boundary Value Problems

Lecture Notes for Math 251: ODE and PDE. Lecture 30: 10.1 Two-Point Boundary Value Problems Lecture Notes for Math 251: ODE and PDE. Lecture 30: 10.1 Two-Point Boundary Value Problems Shawn D. Ryan Spring 2012 Last Time: We finished Chapter 9: Nonlinear Differential Equations and Stability. Now

More information

1.1 GRAPHS AND LINEAR FUNCTIONS

1.1 GRAPHS AND LINEAR FUNCTIONS MATHEMATICS EXTENSION 4 UNIT MATHEMATICS TOPIC 1: GRAPHS 1.1 GRAPHS AND LINEAR FUNCTIONS FUNCTIONS The concept of a function is already familiar to you. Since this concept is fundamental to mathematics,

More information

Mathematical Methods - Lecture 7

Mathematical Methods - Lecture 7 Mathematical Methods - Lecture 7 Yuliya Tarabalka Inria Sophia-Antipolis Méditerranée, Titane team, http://www-sop.inria.fr/members/yuliya.tarabalka/ Tel.: +33 (0)4 92 38 77 09 email: yuliya.tarabalka@inria.fr

More information

Solving Differential Equations: First Steps

Solving Differential Equations: First Steps 30 ORDINARY DIFFERENTIAL EQUATIONS 3 Solving Differential Equations Solving Differential Equations: First Steps Now we start answering the question which is the theme of this book given a differential

More information

Partial Differential Equations (PDEs)

Partial Differential Equations (PDEs) C H A P T E R Partial Differential Equations (PDEs) 5 A PDE is an equation that contains one or more partial derivatives of an unknown function that depends on at least two variables. Usually one of these

More information

The acceleration of gravity is constant (near the surface of the earth). So, for falling objects:

The acceleration of gravity is constant (near the surface of the earth). So, for falling objects: 1. Become familiar with a definition of and terminology involved with differential equations Calculus - Santowski. Solve differential equations with and without initial conditions 3. Apply differential

More information

Solutions to Math 53 First Exam April 20, 2010

Solutions to Math 53 First Exam April 20, 2010 Solutions to Math 53 First Exam April 0, 00. (5 points) Match the direction fields below with their differential equations. Also indicate which two equations do not have matches. No justification is necessary.

More information

Lecture 2. Introduction to Differential Equations. Roman Kitsela. October 1, Roman Kitsela Lecture 2 October 1, / 25

Lecture 2. Introduction to Differential Equations. Roman Kitsela. October 1, Roman Kitsela Lecture 2 October 1, / 25 Lecture 2 Introduction to Differential Equations Roman Kitsela October 1, 2018 Roman Kitsela Lecture 2 October 1, 2018 1 / 25 Quick announcements URL for the class website: http://www.math.ucsd.edu/~rkitsela/20d/

More information

A FIRST COURSE IN INTEGRAL EQUATIONS

A FIRST COURSE IN INTEGRAL EQUATIONS A FIRST COURSE IN INTEGRAL EQUATIONS This page is intentionally left blank A FIRST COURSE IN INTEGRAL EQUATIONS Abdul-M ajid Wazwaz Saint Xavier University, USA lib World Scientific 1M^ Singapore New Jersey

More information

Lecture Notes on. Differential Equations. Emre Sermutlu

Lecture Notes on. Differential Equations. Emre Sermutlu Lecture Notes on Differential Equations Emre Sermutlu ISBN: Copyright Notice: To my wife Nurten and my daughters İlayda and Alara Contents Preface ix 1 First Order ODE 1 1.1 Definitions.............................

More information

Find the indicated derivative. 1) Find y(4) if y = 3 sin x. A) y(4) = 3 cos x B) y(4) = 3 sin x C) y(4) = - 3 cos x D) y(4) = - 3 sin x

Find the indicated derivative. 1) Find y(4) if y = 3 sin x. A) y(4) = 3 cos x B) y(4) = 3 sin x C) y(4) = - 3 cos x D) y(4) = - 3 sin x Assignment 5 Name Find the indicated derivative. ) Find y(4) if y = sin x. ) A) y(4) = cos x B) y(4) = sin x y(4) = - cos x y(4) = - sin x ) y = (csc x + cot x)(csc x - cot x) ) A) y = 0 B) y = y = - csc

More information

y 2y = 4 x, Name Form Solution method

y 2y = 4 x, Name Form Solution method An Introduction to Higher-Order Differential Equations Up to this point in the class, we have only specifically studied solution techniques for first-order differential equations, i.e. equations whose

More information

6.0 INTRODUCTION TO DIFFERENTIAL EQUATIONS

6.0 INTRODUCTION TO DIFFERENTIAL EQUATIONS 6.0 Introduction to Differential Equations Contemporary Calculus 1 6.0 INTRODUCTION TO DIFFERENTIAL EQUATIONS This chapter is an introduction to differential equations, a major field in applied and theoretical

More information

VEGETABLE SEEDS. A Pictorial Field Guide. Terry A. Woodger. Universal-Publishers Boca Raton

VEGETABLE SEEDS. A Pictorial Field Guide. Terry A. Woodger. Universal-Publishers Boca Raton VEGETABLE SEEDS A Pictorial Field Guide Terry A. Woodger Universal-Publishers Boca Raton Vegetable Seeds: A Pictorial Field Guide Copyright 2011 Terry A. Woodger All rights reserved. No part of this book

More information

28. Pendulum phase portrait Draw the phase portrait for the pendulum (supported by an inextensible rod)

28. Pendulum phase portrait Draw the phase portrait for the pendulum (supported by an inextensible rod) 28. Pendulum phase portrait Draw the phase portrait for the pendulum (supported by an inextensible rod) θ + ω 2 sin θ = 0. Indicate the stable equilibrium points as well as the unstable equilibrium points.

More information

=================~ NONHOMOGENEOUS LINEAR EQUATIONS. rn y" - y' - 6y = 0. lid y" + 2y' + 2y = 0, y(o) = 2, y'(0) = I

=================~ NONHOMOGENEOUS LINEAR EQUATIONS. rn y - y' - 6y = 0. lid y + 2y' + 2y = 0, y(o) = 2, y'(0) = I ~ EXERCISES rn y" - y' - 6y = 0 3. 4y" + y = 0 5. 9y" - 12y' + 4y = 0 2. y" + 4 y' + 4 y = 0 4. y" - 8y' + 12y = 0 6. 25y" + 9y = 0 dy 8. dt2-6 d1 + 4y = 0 00 y" - 4y' + By = 0 10. y" + 3y' = 0 [ITJ2-+2--y=0

More information

CHAPTER 1: FIRST ORDER ORDINARY DIFFERENTIAL EQUATION

CHAPTER 1: FIRST ORDER ORDINARY DIFFERENTIAL EQUATION Classification by type - Ordinary Differential Equations (ODE) Contains one or more dependent variables with respect to one independent variable is the dependent variable while is the independent variable

More information

DIFFERENTIAL EQUATIONS AND FAMILIES OF CURVES

DIFFERENTIAL EQUATIONS AND FAMILIES OF CURVES DIFFERENTIAL EQUATIONS AND FAMILIES OF CURVES General solution of a first-order ODE y = f(x,y) contains an arbitrary constant: y = (x,c) one curve in x,y plane for each value of c general solution can

More information

Applied Calculus I Practice Final Exam Solution Notes

Applied Calculus I Practice Final Exam Solution Notes AMS 5 (Fall, 2009). Solve for x: 0 3 2x = 3 (.2) x Taking the natural log of both sides, we get Applied Calculus I Practice Final Exam Solution Notes Joe Mitchell ln 0 + 2xln 3 = ln 3 + xln.2 x(2ln 3 ln.2)

More information

Free-Body Diagrams: Introduction

Free-Body Diagrams: Introduction Free-Body Diagrams: Introduction Learning Goal: To learn to draw free-body diagrams for various real-life situations. Imagine that you are given a description of a real-life situation and are asked to

More information

Differential Equations

Differential Equations Differential Equations Collège André-Chavanne Genève richard.o-donovan@edu.ge.ch 2012 2 1 INITIAL PROBLEMS 1 Initial problems Exercise 1 Radioactivity is due to the decay of nuclei in the atoms. The following

More information

MATH 1231 MATHEMATICS 1B Calculus Section 3A: - First order ODEs.

MATH 1231 MATHEMATICS 1B Calculus Section 3A: - First order ODEs. MATH 1231 MATHEMATICS 1B 2010. For use in Dr Chris Tisdell s lectures. Calculus Section 3A: - First order ODEs. Created and compiled by Chris Tisdell S1: What is an ODE? S2: Motivation S3: Types and orders

More information

Math 308 Exam I Practice Problems

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

More information

APPLICATIONS OF DIFFERENTIATION

APPLICATIONS OF DIFFERENTIATION 4 APPLICATIONS OF DIFFERENTIATION APPLICATIONS OF DIFFERENTIATION 4.9 Antiderivatives In this section, we will learn about: Antiderivatives and how they are useful in solving certain scientific problems.

More information

Systems of Ordinary Differential Equations

Systems of Ordinary Differential Equations Systems of Ordinary Differential Equations MATH 365 Ordinary Differential Equations J Robert Buchanan Department of Mathematics Fall 2018 Objectives Many physical problems involve a number of separate

More information

Department of Mathematics. MA 108 Ordinary Differential Equations

Department of Mathematics. MA 108 Ordinary Differential Equations Department of Mathematics Indian Institute of Technology, Bombay Powai, Mumbai 476, INDIA. MA 8 Ordinary Differential Equations Autumn 23 Instructor Santanu Dey Name : Roll No : Syllabus and Course Outline

More information

Chapter 13: General Solutions to Homogeneous Linear Differential Equations

Chapter 13: General Solutions to Homogeneous Linear Differential Equations Worked Solutions 1 Chapter 13: General Solutions to Homogeneous Linear Differential Equations 13.2 a. Verifying that {y 1, y 2 } is a fundamental solution set: We have y 1 (x) = cos(2x) y 1 (x) = 2 sin(2x)

More information

EXAM. Exam #1. Math 3350 Summer II, July 21, 2000 ANSWERS

EXAM. Exam #1. Math 3350 Summer II, July 21, 2000 ANSWERS EXAM Exam #1 Math 3350 Summer II, 2000 July 21, 2000 ANSWERS i 100 pts. Problem 1. 1. In each part, find the general solution of the differential equation. dx = x2 e y We use the following sequence of

More information

Section 11.1 What is a Differential Equation?

Section 11.1 What is a Differential Equation? 1 Section 11.1 What is a Differential Equation? Example 1 Suppose a ball is dropped from the top of a building of height 50 meters. Let h(t) denote the height of the ball after t seconds, then it is known

More information

MATH 18.01, FALL PROBLEM SET #5 SOLUTIONS (PART II)

MATH 18.01, FALL PROBLEM SET #5 SOLUTIONS (PART II) MATH 8, FALL 7 - PROBLEM SET #5 SOLUTIONS (PART II (Oct ; Antiderivatives; + + 3 7 points Recall that in pset 3A, you showed that (d/dx tanh x x Here, tanh (x denotes the inverse to the hyperbolic tangent

More information

Predicting the future with Newton s Second Law

Predicting the future with Newton s Second Law Predicting the future with Newton s Second Law To represent the motion of an object (ignoring rotations for now), we need three functions x(t), y(t), and z(t), which describe the spatial coordinates of

More information

These notes are based mostly on [3]. They also rely on [2] and [1], though to a lesser extent.

These notes are based mostly on [3]. They also rely on [2] and [1], though to a lesser extent. Chapter 1 Introduction These notes are based mostly on [3]. They also rely on [2] and [1], though to a lesser extent. 1.1 Definitions and Terminology 1.1.1 Background and Definitions The words "differential

More information

CHAPTER 7. An Introduction to Numerical Methods for. Linear and Nonlinear ODE s

CHAPTER 7. An Introduction to Numerical Methods for. Linear and Nonlinear ODE s A SERIES OF CLASS NOTES FOR 2005-2006 TO INTRODUCE LINEAR AND NONLINEAR PROBLEMS TO ENGINEERS, SCIENTISTS, AND APPLIED MATHEMATICIANS DE CLASS NOTES 1 A COLLECTION OF HANDOUTS ON FIRST ORDER ORDINARY DIFFERENTIAL

More information

Coordinate systems and vectors in three spatial dimensions

Coordinate systems and vectors in three spatial dimensions PHYS2796 Introduction to Modern Physics (Spring 2015) Notes on Mathematics Prerequisites Jim Napolitano, Department of Physics, Temple University January 7, 2015 This is a brief summary of material on

More information

Monday, 6 th October 2008

Monday, 6 th October 2008 MA211 Lecture 9: 2nd order differential eqns Monday, 6 th October 2008 MA211 Lecture 9: 2nd order differential eqns 1/19 Class test next week... MA211 Lecture 9: 2nd order differential eqns 2/19 This morning

More information

Math 308 Exam I Practice Problems

Math 308 Exam I Practice Problems Math 308 Exam I 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

Introduction to Differential Equations

Introduction to Differential Equations Chapter 1 Introduction to Differential Equations 1.1 Basic Terminology Most of the phenomena studied in the sciences and engineering involve processes that change with time. For example, it is well known

More information

Daba Meshesha Gusu and O.Chandra Sekhara Reddy 1

Daba Meshesha Gusu and O.Chandra Sekhara Reddy 1 International Journal of Basic and Applied Sciences Vol. 4. No. 1 2015. Pp.22-27 Copyright by CRDEEP. All Rights Reserved. Full Length Research Paper Solutions of Non Linear Ordinary Differential Equations

More information

CHAPTER 1. First-Order Differential Equations and Their Applications. 1.1 Introduction to Ordinary Differential Equations

CHAPTER 1. First-Order Differential Equations and Their Applications. 1.1 Introduction to Ordinary Differential Equations CHAPTER 1 First-Order Differential Equations and Their Applications 1.1 Introduction to Ordinary Differential Equations Differential equations are found in many areas of mathematics, science, and engineering.

More information

Math 308, Sections 301, 302, Summer 2008 Review before Test I 06/09/2008

Math 308, Sections 301, 302, Summer 2008 Review before Test I 06/09/2008 Math 308, Sections 301, 302, Summer 2008 Review before Test I 06/09/2008 Chapter 1. Introduction Section 1.1 Background Definition Equation that contains some derivatives of an unknown function is called

More information

Blue Pelican Calculus First Semester

Blue Pelican Calculus First Semester Blue Pelican Calculus First Semester Student Version 1.01 Copyright 2011-2013 by Charles E. Cook; Refugio, Tx Edited by Jacob Cobb (All rights reserved) Calculus AP Syllabus (First Semester) Unit 1: Function

More information

Sample Questions Exam II, FS2009 Paulette Saab Calculators are neither needed nor allowed.

Sample Questions Exam II, FS2009 Paulette Saab Calculators are neither needed nor allowed. Sample Questions Exam II, FS2009 Paulette Saab Calculators are neither needed nor allowed. Part A: (SHORT ANSWER QUESTIONS) Do the following problems. Write the answer in the space provided. Only the answers

More information

Exam 1 Review: Questions and Answers. Part I. Finding solutions of a given differential equation.

Exam 1 Review: Questions and Answers. Part I. Finding solutions of a given differential equation. Exam 1 Review: Questions and Answers Part I. Finding solutions of a given differential equation. 1. Find the real numbers r such that y = e x is a solution of y y 30y = 0. Answer: r = 6, 5 2. Find the

More information

CEE 271: Applied Mechanics II, Dynamics Lecture 9: Ch.13, Sec.4-5

CEE 271: Applied Mechanics II, Dynamics Lecture 9: Ch.13, Sec.4-5 1 / 40 CEE 271: Applied Mechanics II, Dynamics Lecture 9: Ch.13, Sec.4-5 Prof. Albert S. Kim Civil and Environmental Engineering, University of Hawaii at Manoa 2 / 40 EQUATIONS OF MOTION:RECTANGULAR COORDINATES

More information

Math Reading assignment for Chapter 1: Study Sections 1.1 and 1.2.

Math Reading assignment for Chapter 1: Study Sections 1.1 and 1.2. Math 3350 1 Chapter 1 Reading assignment for Chapter 1: Study Sections 1.1 and 1.2. 1.1 Material for Section 1.1 An Ordinary Differential Equation (ODE) is a relation between an independent variable x

More information

First Order Differential Equations Chapter 1

First Order Differential Equations Chapter 1 First Order Differential Equations Chapter 1 Doreen De Leon Department of Mathematics, California State University, Fresno 1 Differential Equations and Mathematical Models Section 1.1 Definitions: An equation

More information

SPECIAL FUNCTIONS AN INTRODUCTION TO THE CLASSICAL FUNCTIONS OF MATHEMATICAL PHYSICS

SPECIAL FUNCTIONS AN INTRODUCTION TO THE CLASSICAL FUNCTIONS OF MATHEMATICAL PHYSICS SPECIAL FUNCTIONS AN INTRODUCTION TO THE CLASSICAL FUNCTIONS OF MATHEMATICAL PHYSICS SPECIAL FUNCTIONS AN INTRODUCTION TO THE CLASSICAL FUNCTIONS OF MATHEMATICAL PHYSICS NICO M.TEMME Centrum voor Wiskunde

More information

4 Partial Differentiation

4 Partial Differentiation 4 Partial Differentiation Many equations in engineering, physics and mathematics tie together more than two variables. For example Ohm s Law (V = IR) and the equation for an ideal gas, PV = nrt, which

More information

Do not turn over until you are told to do so by the Invigilator.

Do not turn over until you are told to do so by the Invigilator. UNIVERSITY OF EAST ANGLIA School of Mathematics Main Series UG Examination 2012 2013 MECHANICS AND MODELLING MTH-1C32 Time allowed: 2 Hours Attempt QUESTIONS 1 AND 2 and THREE other questions. Notes are

More information

MB4018 Differential equations

MB4018 Differential equations MB4018 Differential equations Part II http://www.staff.ul.ie/natalia/mb4018.html Prof. Natalia Kopteva Spring 2015 MB4018 (Spring 2015) Differential equations Part II 0 / 69 Section 1 Second-Order Linear

More information

An Introduction to Bessel Functions

An Introduction to Bessel Functions An Introduction to R. C. Trinity University Partial Differential Equations March 25, 2014 Bessel s equation Given p 0, the ordinary differential equation x 2 y +xy +(x 2 p 2 )y = 0, x > 0 (1) is known

More information

Math 201 Solutions to Assignment 1. 2ydy = x 2 dx. y = C 1 3 x3

Math 201 Solutions to Assignment 1. 2ydy = x 2 dx. y = C 1 3 x3 Math 201 Solutions to Assignment 1 1. Solve the initial value problem: x 2 dx + 2y = 0, y(0) = 2. x 2 dx + 2y = 0, y(0) = 2 2y = x 2 dx y 2 = 1 3 x3 + C y = C 1 3 x3 Notice that y is not defined for some

More information

Beauchamp College Year 11/12 - A- Level Transition Work. Physics.

Beauchamp College Year 11/12 - A- Level Transition Work. Physics. Beauchamp College Year 11/1 - A- Level Transition Work Physics Gareth.butcher@beauchamp.org.uk Using S.I. units Specification references.1. a) b) c) d) M0.1 Recognise and make use of appropriate units

More information

FLAP M6.1 Introducing differential equations COPYRIGHT 1998 THE OPEN UNIVERSITY S570 V1.1

FLAP M6.1 Introducing differential equations COPYRIGHT 1998 THE OPEN UNIVERSITY S570 V1.1 F1 (a) This equation is of first order and of first degree. It is a linear equation, since the dependent variable y and its derivative only appear raised to the first power, and there are no products of

More information

Exam 1 Review SOLUTIONS

Exam 1 Review SOLUTIONS 1. True or False (and give a short reason): Exam 1 Review SOLUTIONS (a) If the parametric curve x = f(t), y = g(t) satisfies g (1) = 0, then it has a horizontal tangent line when t = 1. FALSE: To make

More information

PHYS 211 Lecture 12 - The Earth's rotation 12-1

PHYS 211 Lecture 12 - The Earth's rotation 12-1 PHY 211 Lecture 12 - The Earth's rotation 12-1 Lecture 12 - The Earth s rotation Text: Fowles and Cassiday, Chap. 5 Demo: basketball for the earth, cube for Cartesian frame A coordinate system sitting

More information

Math Applied Differential Equations

Math Applied Differential Equations Math 256 - Applied Differential Equations Notes Existence and Uniqueness The following theorem gives sufficient conditions for the existence and uniqueness of a solution to the IVP for first order nonlinear

More information

1.1. BASIC ANTI-DIFFERENTIATION 21 + C.

1.1. BASIC ANTI-DIFFERENTIATION 21 + C. .. BASIC ANTI-DIFFERENTIATION and so e x cos xdx = ex sin x + e x cos x + C. We end this section with a possibly surprising complication that exists for anti-di erentiation; a type of complication which

More information

Chapter 3 Second Order Linear Equations

Chapter 3 Second Order Linear Equations Partial Differential Equations (Math 3303) A Ë@ Õæ Aë áöß @. X. @ 2015-2014 ú GA JË@ É Ë@ Chapter 3 Second Order Linear Equations Second-order partial differential equations for an known function u(x,

More information

Springs: Part I Modeling the Action The Mass/Spring System

Springs: Part I Modeling the Action The Mass/Spring System 17 Springs: Part I Second-order differential equations arise in a number of applications We saw one involving a falling object at the beginning of this text (the falling frozen duck example in section

More information

Section 4.3 Vector Fields

Section 4.3 Vector Fields Section 4.3 Vector Fields DEFINITION: A vector field in R n is a map F : A R n R n that assigns to each point x in its domain A a vector F(x). If n = 2, F is called a vector field in the plane, and if

More information

MAT 272 Test 1 Review. 1. Let P = (1,1) and Q = (2,3). Find the unit vector u that has the same

MAT 272 Test 1 Review. 1. Let P = (1,1) and Q = (2,3). Find the unit vector u that has the same 11.1 Vectors in the Plane 1. Let P = (1,1) and Q = (2,3). Find the unit vector u that has the same direction as. QP a. u =< 1, 2 > b. u =< 1 5, 2 5 > c. u =< 1, 2 > d. u =< 1 5, 2 5 > 2. If u has magnitude

More information

APPLICATIONS OF INTEGRATION

APPLICATIONS OF INTEGRATION 6 APPLICATIONS OF INTEGRATION APPLICATIONS OF INTEGRATION 6.4 Work In this section, we will learn about: Applying integration to calculate the amount of work done in performing a certain physical task.

More information

For those of you who are taking Calculus AB concurrently with AP Physics, I have developed a

For those of you who are taking Calculus AB concurrently with AP Physics, I have developed a AP Physics C: Mechanics Greetings, For those of you who are taking Calculus AB concurrently with AP Physics, I have developed a brief introduction to Calculus that gives you an operational knowledge of

More information

Assignments VIII and IX, PHYS 301 (Classical Mechanics) Spring 2014 Due 3/21/14 at start of class

Assignments VIII and IX, PHYS 301 (Classical Mechanics) Spring 2014 Due 3/21/14 at start of class Assignments VIII and IX, PHYS 301 (Classical Mechanics) Spring 2014 Due 3/21/14 at start of class Homeworks VIII and IX both center on Lagrangian mechanics and involve many of the same skills. Therefore,

More information

Tutorial-1, MA 108 (Linear Algebra)

Tutorial-1, MA 108 (Linear Algebra) Tutorial-1, MA 108 (Linear Algebra) 1. Verify that the function is a solution of the differential equation on some interval, for any choice of the arbitrary constants appearing in the function. (a) y =

More information

Calculus III: Practice Final

Calculus III: Practice Final Calculus III: Practice Final Name: Circle one: Section 6 Section 7. Read the problems carefully. Show your work unless asked otherwise. Partial credit will be given for incomplete work. The exam contains

More information

Harmonic Motion: Exercises

Harmonic Motion: Exercises Harmonic Motion: Exercises 1. The following is a list of forces, each of which is the net external force acting on an object with mass number m that is free to move in onedimension only. Assume that s

More information

13 Implicit Differentiation

13 Implicit Differentiation - 13 Implicit Differentiation This sections highlights the difference between explicit and implicit expressions, and focuses on the differentiation of the latter, which can be a very useful tool in mathematics.

More information