ORDINARY DIFFERENTIAL EQUATIONS

Size: px
Start display at page:

Download "ORDINARY DIFFERENTIAL EQUATIONS"

Transcription

1 ORDINARY DIFFERENTIAL EQUATIONS Basic concepts: Find y(x) where x is the independent and y the dependent varible, based on an equation involving x, y(x), y 0 (x),...e.g.: y 00 (x) = 1+y(x) y0 (x) 1+x or, equivalently y 00 = 1+yy0 1+x The highest derivative (second) is the order of the equation. Solution is normally a family of functions, with as many extra parameters (C 1, C ) as the order of the equation. We will first stu first-order ODE, then higher-order ODE, but, almost exclusively linear (in y and its derivatives) with constant coefficients, e.g: y 00 y 0 +3y = e x. WhentheRHSofiszero,theequationiscalledhomogenous. A set (system) of ODE has several dependent (unknown) functions y 1,y,y 3,... of a single independent variable x. We will stu only the first order, linear set of ODE with constant coefficients (matrix algebra). Partial differential equations have a single dependent variable and several independent variables (partial derivatives). We may not have time to discuss these. General form: First-Order Differential Equations y 0 = f(x, y) (visualize graphically). Analytically, this ODE can be solved only in a handful of special cases. The family of solutions usually (but not always) covers the whole x y plane by curves which don t intersect (one solution passes through each point). This means: given y(x 0 )=y 0 (initial condition), there is a unique solution. Let s go over the special cases now. Trivial equation:

2 y 0 = f(x) General solution (if we can integrate f) Z y(x) = f(x)dx + C EXAMPLE: y 0 =sin(x). Solution: y(x) = cos(x) +C. Separable equation y 0 = h(x) g(y) Solution: Writing y 0 as, we can separate x and y: dx g(y) = h(x)dx and integrate each side individually (w/r to y and x, respectively - don t forget to add C). Ifwecanthen solve for y, we have an explicit solution, if not, we leave it in the implicit form. EXAMPLES: 1. y 0 = x y y = xdx ln y = x + C y = ±e C e x Ce x

3 . 9yy 0 +4x = 0 9y = 4xdx 9 y y x = C = 4 x + C family of ellipses centered on the origin, with the vertical versus horizontal diameter in the :3 ratio. 3. y 0 = xy y = xdx ln y = x + C y = Ce x 4. (1 + x )y 0 +1+y =0 with y(0) = 1 (initial value problem). Solution: = dx 1+y 1+x arctan(y) = arctan(x)+ C arctan(c) arctan(x) y = tan (arctan(c) arctan(x)) = C x 1+Cx To find C we solve 1= Answer: y(x) = 1 x Check: (1 + x ) d dx 1+x. 1 x 1+x C 0 C =1. 1+C x 1+x =0. 3

4 Scale-independent equation ³ y y 0 = g x (RHS invariant under x ax and y ay). Solve by introducing a new dependent variable u(x) = y(x) x y 0 = u + xu 0. Substitute into original equation: which is separable in x and u: xu 0 = g(u) u du g(u) u = dx x Solve as such, and then go back to y(x). EXAMPLES: 1. xyy 0 y + x = 0 y 0 = y x x y xu 0 = u +1 u udu u +1 = dx x ln(1 + u ) = ln x + C u +1 = C x y + x Cx = 0 y +(x C) = C y(x) =x u(x) Family of circles having a center at any point of the x-axis, and being tangent to the y-axis 4

5 . x y 0 = y + xy + x ³ y y 0 y = + x x +1 xu 0 = u +1 du 1+u = dx x arctan(u) = ln x + C u = tan(ln x + C) y = x tan(ln x + C) Modified Scale-Independent y 0 = y ³ y x + g h(x) x The same substitution yields which is also separable. EXAMPLE: xu 0 = g(u) h(x) y 0 = y x + x3 cos(x ) y xu 0 = x cos(x ) u udu = x cos(x ) dx u = sin(x )+ C u = ± p sin(x )+C y = ±x p sin(x )+C Any Other Smart Substitution (usually suggested), which makes the equation separable. 5

6 EXAMPLES: 1. (x 4y +5)y 0 + x y +3=0 Suggestion: introduce: v = x y, i.e. y = x v and y 0 = 1 v0 (v +5) 1 v0 + v +3 = 0 (v + 5 )v0 +v + 11 = 0 v + 5 dv = dx µ 1 v v dv = dx v 1 4 ln v = x + C x y 1 4 ln x y = x + C. y 0 cos y + x sin y =x seems to suggest v =siny, sincev 0 = y 0 cos y. The new equation is thus simply v 0 + xv =x which is separable and can be solved as such: dv v = xdx ln v = x +lnc v = Ce x v = +Ce x ³ Finally, y =arcsinv =arcsin +Ce x. 6

7 Linear equation y 0 + g(x) y = r(x) The solution is constructed in two stages: 1. Solve the homogeneous part y 0 = g(x) y, which is separable, thus: y h (x) =c e R g(x)dx. Assume c to be a function of x, substitute c(x) e R g(x)dx back into the full equation, and solve the resulting trivial differential equation for c(x). EXAMPLES: 1. First solve y 0 + y x = sin x x y 0 + y x = 0 y = dx x ln y = ln x +lnc y = c x Now substitute this to the original equation: c 0 x c x + c = sin x x x c 0 = sinx c(x) = cos x + C y(x) = cos x x + C x Note that the solution has always the form of y p (x)+cy h (x), where y p (x) is a particular solution to the full equation, and y h (x) solves the homogeneous equation only. 7

8 Let us verify the former: d dx ³ cos x x cos x x = sin x x. y 0 y = e x First y 0 y = 0 y = dx y = ce x Substitute: c 0 e x + ce x ce x = e x c 0 = e x c(x) = e x + C y(x) = e x + Ce x 3. xy 0 + y +4=0 Homogeneous part: y = dx x ln y = ln x +lnc y = c x Substitute: c 0 c x + c x = 4 c(x) = 4x + C y(x) = 4+ C x 8

9 4. with y(0) = 1. Homogeneous part: y 0 + y tan(x) =sin(x) sin xdx = y cos x ln y = ln cos x +lnc y = c cos x Substitute: c 0 cos x c sin x + c sin x = sinx cos x c 0 = sinx c(x) = cosx + C y(x) = cos x + C cos x To find the value of C, solve: The final answer is thus: To verify: 1= +C C =3 y(x) = cos x +3cosx d cos x +3cosx + dx cos x +3cosx sin x =cosxsin x cos x 5. with y(1) = 0. x y 0 +xy x +1=0 9

10 Homogeneous part: y = dx x ln y = ln x + lnc y = c x Substitute: c 0 c x + c x x +1 = 0 c 0 = x 1 c = x x + C y = 1 1 x + C x To meet the initial-value condition: 0= 1 1+C C = 1 Final answer: Verify: x d dx y = (1 x) x µ µ (1 x) (1 x) +x x x x 6. y 0 y x = x cos(3x) First: y = dx x ln y = ln x +lnc y = cx 10

11 Substitute: c 0 x +cx cx = x cos(3x) c 0 = cos(3x) c = sin(3x) + C 3 y = x 3 sin(3x)+cx To verify the particular solution: µ d x dx 3 sin(3x) x 3 sin(3x) =x cos(3x) Bernoulli equation where a is a specific, constant exponent. y 0 + f(x) y = r(x) y a Introducing a new dependent variable u = y 1 a, i.e. y = u 1 1 a, one gets: Multiplying by (1 a)u a 1 a 1 1 a u 1 1 a 1 u 0 + f(x) u 1 1 a results in: = r(x) u a 1 a u 0 +(1 a)f(x) u =(1 a)r(x) which is linear in u 0 and u. Theansweristheneasilyconvertedbacktoy = u 1 1 a. EXAMPLES: 1. y 0 + xy = x y Bernoulli, a = 1, f(x) x, r(x) x, implying u 0 +xu =x 11

12 where y = u 1. Solving as linear: du u = xdx ln u = x +lnc u = c e x Substitute:. c 0 e x xce x +xce x = x c 0 = xe x c(x) = e x + C u(x) = 1+Ce x p y(x) = ± 1+Ce x (one can easily check that this is a solution with either the + or the sign). xy 0 =10x 3 y 5 + y (terms reshuffled a bit). Bernoulli with a =5, f(x) = 1, and r(x) =5x x This implies u 0 + x u = 0x with y = u 1 4. Solving as linear: du u = dx x ln u = ln x + lnc u = c x 1

13 Substituted back into the full equation: c 0 x c x 3 + c x 3 = 0x c 0 = 0x 4 c(x) = 4x 5 + C u(x) = 4x 3 + C x y(x) = ± µ 4x 3 + Cx xyy 0 +(x 1)y = x e x Bernoulli with a = 1, f(x) = x 1, and r(x) = x x ex This translates to: u 0 + x 1 x u = xex with y = u 1. Solving homogeneous part: du u = ( 1 1) dx x ln u = ln x x +lnc u = cxe x Substituted: c 0 xe x + ce x cxe x +(x 1)ce x = xe x c 0 = e x c(x) = 1 ex + C u(x) = x ex + Cxe x r x y(x) = ± ex + Cxe x 13

14 Exact equation General idea: Suppose we have a function of x and y, f(x, y) say. Then f f dx + x y is its total differential, representing the function s increase from (x, y) to (x + dx, y + ). By making this equal to zero (a differential equation, called exact), we are effectively saying that f(x, y) =C (and this is its implicit solution). EXAMPLE: Suppose This means that has a simple solution f(x, y) =x y x (xy ) dx + x =0 x y x = C y = x + C x Note that the differential equation can be also written as: (linear). y 0 = 1 xy x We must now try to reverse the process, i.e. given a differential equation, find f(x, y). There are then two issues to be settled: 1. Howdoweknowthatanequationis exact?. Knowing it is, how do we solve it? 14

15 To answer the first question, we recall that f x y f y x Thus, g(x, y) dx + h(x, y) =0is exact if and only if g y h x As to solving the equation, we proceed in three stages: 1. Find Z G(x, y) = g(x, y) dx (considering y a constant).. Construct H(y) =h(x, y) G y [must be a function of y only, as H = h G = g g 0]. x x x y y y 3. Z f(x, y) =G(x, y)+ H(y) Proof: f = G f = g and = G + H = h. x x y y EXAMPLE: x sin(3y) dx + 3x cos(3y)+y =0 Let us firstverifythattheequationis exact: x sin(3y) =6xcos 3y y 3x cos(3y)+y =6xcos 3y x Solving it: G = x sin(3y) H = 3x cos(3y)+y 3x cos(3y) =y f(x, y) = x sin(3y)+y Answer: y + x sin(3y) =C (implicit form). 15

16 Integrating Factors Any first-order ODE (e.g. y 0 = y ) canbeexpandedtomakeitlook like an x exact equation: dx = y x ydx x = 0 But since (y) (x) 6=, this equation is not exact. y x The good news is that, theoretically, there is always a function of x and y, say F (x, y), which can multiply the equation to make it exact. This function is called an integrating factor. The bad news is that there is no general procedure for finding F (x, y). Yet, there are two special cases when it is possible: Let us write the differential equation in its look-like-exact form of where P y P (x, y)dx + Q(x, y) =0 Q 6=.Onecanfind an integrating factor from x 1. d ln F dx P = Q y x Q iff the right hand side of this equation is a function of x only Proof: FPdx+ FQ =0is exact when (FP) y = (FQ) x which is the same as F P y = df dx Q + F Q x assuming that F is a function of x only. Solving for df dx F results in P y Q x. Q When the last expression contains no y, we simply integrate it (with respect to x) to find ln F. 16

17 . or from d ln F = Q x P y P iff the right hand side is a function of y only. EXAMPLES: 1. Let us try solving our ydx x =0. Since P Q y x Q = x we have Z dx ln F = x = lnx (noneedtobotherwithaconstant) F = 1. Thus y dx 1 =0must x x x be exact (check it). Solving it gives y = C, or y = Cx. x Note that there is infinitely many integrating factors, if F (x, y) is one, so is F (x, y) R(f(x, y)), where R is an arbitrary function.. cosy +4x dx = x sin y Since we get P Q y x Q = siny +siny x sin y ln F = Z 1 dx =lnx x F = x. = 1 x x cos y +4x 3 dx x sin y=0 is therefore exact, and can be solved as such: x cos y + x 4 = C µ C y = arccos x x 17

18 3. (3xe y +y) dx +(x e y + x) =0 Trying again which means that P Q y x Q = xey +1 x e y + x = 1 x ln F = Z dx x =lnx F = x. is exact. Solving it yields: Clairaut equation: (3x e y +xy) dx +(x 3 e y + x ) =0 x 3 e y + x y = C y = xy 0 + g(y 0 ) where g is an arbitrary function. The idea is to introduce p y 0,differentiate the original equation with respect to x, obtaining p = p + xp 0 + p 0 g 0 (p) p 0 (x + g 0 (p)) = 0. This implies that either p y 0 = C y = xc + g(c) which represents a family of regular solutions (all straight lines), or x = g 0 (p) which, when solved for p and substituted back into y = xp + g(p) provides the so called singular solution (an envelope of the regular family). EXAMPLE: (y 0 ) xy 0 + y =0 18

19 (terms reshuffled a bit) is solved by either or y = Cx C x = p p = x y = xp p = x 4 (singular solution). Note that for an initial condition below or at the parabola two possible solutions exist, above the parabola there is none. Final possibility: When an equation appears more complicated in terms of y rather than x, e.g. (x + y 4 )y 0 = y one can try reversing the role of x and y. Allittakesistoreplacey 0 by 1, dx dx for example (using the previous equation): dx =x y + y3 The last equation is linear and can be solved as such: dx = x y ln x = ln y + c x(y) = y c(y) 19

20 Substituted into the full equation: yc + y dc dc = y c y = y + y3 c(y) = y C x = y4 Cy This can now be solved for y in terms of x, togetasolutiontotheoriginal equation: y = ± p C ± C +x. Of Geometric Kind: Applications 1. Find a curve such that, from each of its points, the distance to the origin is thesameasthedistancetotheintersectionofitsnormal (i.e. perpendicular straight line) with the x-axis. Solution: Supposey(x) is the equation of the curve (yet unknown). The equation of the normal is Y y = 1 (X x) y0 where (x, y) [fixed] are the points of the curve, and (X, Y ) [variable] are the points of the normal. This normal intersects the x-axis at Y =0and X = yy 0 + x. The distance between this and the original (x, y) is p (yy0 ) + y the distance from (x, y) to (0, 0) is p x + y These two distances are equal when y (y 0 ) = x 0

21 or y 0 = ± x y This is a separable differential equation easy to solve: y ± x = C The curves are either circles centered on (0, 0), orhyperbolas[withy = ±x as special cases].. Find a curve whose normals (all) pass through the origin. Solution (we can guess the answer, but let us do it properly): Into the same equation of the curve s normal (see above), we substitute 0 for both X and Y, since the straight line must pass through (0, 0). This gives: which is simple to solve: y = x y 0 y = xdx x + y = C (circles centered on the origin we knew that!). 3. A family of curves covering the whole x y plane enables one to draw lines perpendicular to these curves. The collection of all such lines is yet another family of curves orthogonal (i.e. perpendicular) to the original family. If we can find the differential equation y 0 = f(x, y) having the original family of curves as its solution, we can find the corresponding orthogonal family by solving y 0 = 1. The next set of examples relates to this. f(x,y) 1. The original family is described by x +(y C) = C with C arbitrary (i.e. collection of circles tangent to the x-axis at the origin). To find the corresponding differential equation, we differentiate the original equation with respect to x: x +(y C)y 0 =0 1

22 , and then eliminate C by solving the original equa- solve for y 0 = x tion for C, thus: C y x + y Cy =0 C = x + y y further implying y 0 x = x +y y = xy x y y To find the orthogonal family,wesolve y 0 = y x xy [scale-independent equation solved earlier]. The answer was: (x C) + y = C i.e. collection of circles tangent to the y-axis at the origin.. Let the original family be circles centered on the origin (it should be clear what the orthogonal family is, but again, let s solve it anyhow): describes the original family, x + y = C x +yy 0 =0 is the corresponding differential equation, equivalent to y 0 = x y The orthogonal family is the solution to y 0 = y x y = dx x y = Cx (straight lines passing through the origin).

23 3. Let the original family be described by y = x + C (the y = x parabola slid horizontally). The corresponding differential equation is yy 0 =1 the orthogonal equation: Answer: (try to visualize the curves). 4. Finally, let us start with y 0 = y. ln y = x + C y = Ce x y = Cx (all parabolas tangent to the x-axis at the origin). Differentiating: implying (since C = y x ) The orthogonal equation is y 0 =Cx y 0 = y x y 0 = x y y + x = C (collection of ellipses centered on the origin, with the x-diameter being times bigger than the y-diameter). 4. The position of four ships on the ocean is such that the ships form vertices of a square of length L. Atthesameinstanteachshipfires a missile that directs its motion towards the missile on its right. Assuming that the four 3

24 missiles fly horizontally and with the same constant speed, find the path of each. Solution: Let us place the origin at the center of the original square. It should be obvious that when we find one of the four paths, the other three can be obtained just by rotating it by 90, 180 and 70 degrees. This is actually true for the missiles positions at any instant of time. Thus, if a missile is at (x, y), the one to its right is at (y, x) [(x, y) rotated by 90 o ]. If y(x) is the resulting path for the first missile Y y = y 0 (X x) is the straight line of its immediate direction. This straight line must pass through (y, x) [that s where the other missile is, at the moment]. This means that, when we substitute y and x for X and Y, respectively, the equation must hold true: x y = y 0 (y x) And this is the differential equation to solve (scale independent): xu 0 + u = 1+u 1 u xu 0 = 1+u 1 u 1 u 1+u du = dx x arctan(u) 1 ln(1 + u ) = ln x + C e arctan(u) 1+u = Cx This solution becomes a lot easier to understand in polar coordinates [θ = arctan( y x ),andr = p x + y ], whereitlookslikethis: r = eθ C (a spiral). For the upper-right-corner missile, C = L eπ/4, implying r = L exp(θ π/4) The total length travelled (till the missiles meet at r =0)is L. 4

25 In Physics: If a hole is made at a bottom of a container, water will flowoutattherate of a h, where a is established based on the size of the opening, but to us it is simply a constant, and h is the height of the (remaining) water, which varies in time. Time t is the independent variable. Find h(t) as a function of t for: 1. A cylindrical container of radius r and height h 0. Solution: First we have to establish the volume V of the remaining water as a function of height. In this case we get simply V (h) =πr h Differentiating with respect to t we get: dv dt = πr dh dt This in turn must be equal to a h, since the rate at which the water is flowing out must be equal to the rate at which its volume is decreasing. Thus πr h = a h where h dh. This is a simple (separable) differential equation, which we dt solve by dh = a h πr dt or equivalently h 1/ 1 = at πr + C h = at πr + p h 0 t = πr a ³p h0 h Subsidiary: Whatpercentageoftimeisspentemptyingthelast0%ofthe container? Solution: t 100 = πr p h0 a 5

26 is the time to fully empty the container. Ã t 80 = πr ph0 a r! h0 5 is the time it takes to empty the first 80% of the container. The answer: r t 100 t 80 1 = t =44.7%. A conical container with the top radius (at h 0 ) equal to r. Solution: V (h) = 1 µ 3 πh r h h 0 (Notethatonefifth of the full volume corresponds to 1 5 1/3 h 0, i.e % of the full height!). Thus πr h h = a h 3h 0 is again a separable equation: This implies and implying h 3/ dh = 3ah 0 πr dt h 5/ = 15ah 0 4πr t + h5/ 0 t = 4πr 15ah 0 t 100 = 4πr h 0 15a " 1 t 80 = 4πr h 0 15a t 1 t 0.8 t 1 = ³ h 5/ 0 h 5/ µ # 5/6 1 5 µ 5/6 1 =6.15% 5 6

27 3. A hemisphere of radius R. Solution: V (h) = 1 3 πh (3R h) Making the right hand side equal to 3 πr3 /5 and solving for h gives the height of the 0% (remaining) volume to equal R. Finish as your assignment. 7

3 Algebraic Methods. we can differentiate both sides implicitly to obtain a differential equation involving x and y:

3 Algebraic Methods. we can differentiate both sides implicitly to obtain a differential equation involving x and y: 3 Algebraic Methods b The first appearance of the equation E Mc 2 in Einstein s handwritten notes. So far, the only general class of differential equations that we know how to solve are directly integrable

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

APPLIED MATHEMATICS. Part 1: Ordinary Differential Equations. Wu-ting Tsai

APPLIED MATHEMATICS. Part 1: Ordinary Differential Equations. Wu-ting Tsai APPLIED MATHEMATICS Part 1: Ordinary Differential Equations Contents 1 First Order Differential Equations 3 1.1 Basic Concepts and Ideas................... 4 1.2 Separable Differential Equations................

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

Section 3.5: Implicit Differentiation

Section 3.5: Implicit Differentiation Section 3.5: Implicit Differentiation In the previous sections, we considered the problem of finding the slopes of the tangent line to a given function y = f(x). The idea of a tangent line however is not

More information

Homework Solutions: , plus Substitutions

Homework Solutions: , plus Substitutions Homework Solutions: 2.-2.2, plus Substitutions Section 2. I have not included any drawings/direction fields. We can see them using Maple or by hand, so we ll be focusing on getting the analytic solutions

More information

MAS113 CALCULUS II SPRING 2008, QUIZ 5 SOLUTIONS. x 2 dx = 3y + y 3 = x 3 + c. It can be easily verified that the differential equation is exact, as

MAS113 CALCULUS II SPRING 2008, QUIZ 5 SOLUTIONS. x 2 dx = 3y + y 3 = x 3 + c. It can be easily verified that the differential equation is exact, as MAS113 CALCULUS II SPRING 008, QUIZ 5 SOLUTIONS Quiz 5a Solutions (1) Solve the differential equation y = x 1 + y. (1 + y )y = x = (1 + y ) = x = 3y + y 3 = x 3 + c. () Solve the differential equation

More information

Calculus I Review Solutions

Calculus I Review Solutions Calculus I Review Solutions. Compare and contrast the three Value Theorems of the course. When you would typically use each. The three value theorems are the Intermediate, Mean and Extreme value theorems.

More information

Review for Ma 221 Final Exam

Review for Ma 221 Final Exam Review for Ma 22 Final Exam The Ma 22 Final Exam from December 995.a) Solve the initial value problem 2xcosy 3x2 y dx x 3 x 2 sin y y dy 0 y 0 2 The equation is first order, for which we have techniques

More information

Review For the Final: Problem 1 Find the general solutions of the following DEs. a) x 2 y xy y 2 = 0 solution: = 0 : homogeneous equation.

Review For the Final: Problem 1 Find the general solutions of the following DEs. a) x 2 y xy y 2 = 0 solution: = 0 : homogeneous equation. Review For the Final: Problem 1 Find the general solutions of the following DEs. a) x 2 y xy y 2 = 0 solution: y y x y2 = 0 : homogeneous equation. x2 v = y dy, y = vx, and x v + x dv dx = v + v2. dx =

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

Indefinite Integration

Indefinite Integration Indefinite Integration 1 An antiderivative of a function y = f(x) defined on some interval (a, b) is called any function F(x) whose derivative at any point of this interval is equal to f(x): F'(x) = f(x)

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

JUST THE MATHS UNIT NUMBER PARTIAL DIFFERENTIATION 1 (Partial derivatives of the first order) A.J.Hobson

JUST THE MATHS UNIT NUMBER PARTIAL DIFFERENTIATION 1 (Partial derivatives of the first order) A.J.Hobson JUST THE MATHS UNIT NUMBER 14.1 PARTIAL DIFFERENTIATION 1 (Partial derivatives of the first order) by A.J.Hobson 14.1.1 Functions of several variables 14.1.2 The definition of a partial derivative 14.1.3

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

Final Exam 2011 Winter Term 2 Solutions

Final Exam 2011 Winter Term 2 Solutions . (a Find the radius of convergence of the series: ( k k+ x k. Solution: Using the Ratio Test, we get: L = lim a k+ a k = lim ( k+ k+ x k+ ( k k+ x k = lim x = x. Note that the series converges for L

More information

Math Exam 02 Review

Math Exam 02 Review Math 10350 Exam 02 Review 1. A differentiable function g(t) is such that g(2) = 2, g (2) = 1, g (2) = 1/2. (a) If p(t) = g(t)e t2 find p (2) and p (2). (Ans: p (2) = 7e 4 ; p (2) = 28.5e 4 ) (b) If f(t)

More information

Lesson 3: Linear differential equations of the first order Solve each of the following differential equations by two methods.

Lesson 3: Linear differential equations of the first order Solve each of the following differential equations by two methods. Lesson 3: Linear differential equations of the first der Solve each of the following differential equations by two methods. Exercise 3.1. Solution. Method 1. It is clear that y + y = 3 e dx = e x is an

More information

Mth Review Problems for Test 2 Stewart 8e Chapter 3. For Test #2 study these problems, the examples in your notes, and the homework.

Mth Review Problems for Test 2 Stewart 8e Chapter 3. For Test #2 study these problems, the examples in your notes, and the homework. For Test # study these problems, the examples in your notes, and the homework. Derivative Rules D [u n ] = nu n 1 du D [ln u] = du u D [log b u] = du u ln b D [e u ] = e u du D [a u ] = a u ln a du D [sin

More information

MATH 307: Problem Set #3 Solutions

MATH 307: Problem Set #3 Solutions : Problem Set #3 Solutions Due on: May 3, 2015 Problem 1 Autonomous Equations Recall that an equilibrium solution of an autonomous equation is called stable if solutions lying on both sides of it tend

More information

Handbook of Ordinary Differential Equations

Handbook of Ordinary Differential Equations Handbook of Ordinary Differential Equations Mark Sullivan July, 28 i Contents Preliminaries. Why bother?...............................2 What s so ordinary about ordinary differential equations?......

More information

6 Second Order Linear Differential Equations

6 Second Order Linear Differential Equations 6 Second Order Linear Differential Equations A differential equation for an unknown function y = f(x) that depends on a variable x is any equation that ties together functions of x with y and its derivatives.

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

DIFFERENTIAL EQUATIONS

DIFFERENTIAL EQUATIONS DIFFERENTIAL EQUATIONS Basic Terminology A differential equation is an equation that contains an unknown function together with one or more of its derivatives. 1 Examples: 1. y = 2x + cos x 2. dy dt =

More information

2.1 The derivative. Rates of change. m sec = y f (a + h) f (a)

2.1 The derivative. Rates of change. m sec = y f (a + h) f (a) 2.1 The derivative Rates of change 1 The slope of a secant line is m sec = y f (b) f (a) = x b a and represents the average rate of change over [a, b]. Letting b = a + h, we can express the slope of the

More information

3 Applications of partial differentiation

3 Applications of partial differentiation Advanced Calculus Chapter 3 Applications of partial differentiation 37 3 Applications of partial differentiation 3.1 Stationary points Higher derivatives Let U R 2 and f : U R. The partial derivatives

More information

AP Calculus Chapter 3 Testbank (Mr. Surowski)

AP Calculus Chapter 3 Testbank (Mr. Surowski) AP Calculus Chapter 3 Testbank (Mr. Surowski) Part I. Multiple-Choice Questions (5 points each; please circle the correct answer.). If f(x) = 0x 4 3 + x, then f (8) = (A) (B) 4 3 (C) 83 3 (D) 2 3 (E) 2

More information

Note: Final Exam is at 10:45 on Tuesday, 5/3/11 (This is the Final Exam time reserved for our labs). From Practice Test I

Note: Final Exam is at 10:45 on Tuesday, 5/3/11 (This is the Final Exam time reserved for our labs). From Practice Test I MA Practice Final Answers in Red 4/8/ and 4/9/ Name Note: Final Exam is at :45 on Tuesday, 5// (This is the Final Exam time reserved for our labs). From Practice Test I Consider the integral 5 x dx. Sketch

More information

Math 147 Exam II Practice Problems

Math 147 Exam II Practice Problems Math 147 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, all homework problems, all lab

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

f(x 0 + h) f(x 0 ) h slope of secant line = m sec

f(x 0 + h) f(x 0 ) h slope of secant line = m sec Derivatives Using limits, we can define the slope of a tangent line to a function. When given a function f(x), and given a point P (x 0, f(x 0 )) on f, if we want to find the slope of the tangent line

More information

There are some trigonometric identities given on the last page.

There are some trigonometric identities given on the last page. MA 114 Calculus II Fall 2015 Exam 4 December 15, 2015 Name: Section: Last 4 digits of student ID #: No books or notes may be used. Turn off all your electronic devices and do not wear ear-plugs during

More information

Lecture 10. (2) Functions of two variables. Partial derivatives. Dan Nichols February 27, 2018

Lecture 10. (2) Functions of two variables. Partial derivatives. Dan Nichols February 27, 2018 Lecture 10 Partial derivatives Dan Nichols nichols@math.umass.edu MATH 233, Spring 2018 University of Massachusetts February 27, 2018 Last time: functions of two variables f(x, y) x and y are the independent

More information

4 Differential Equations

4 Differential Equations Advanced Calculus Chapter 4 Differential Equations 65 4 Differential Equations 4.1 Terminology Let U R n, and let y : U R. A differential equation in y is an equation involving y and its (partial) derivatives.

More information

DIFFERENTIAL EQUATIONS

DIFFERENTIAL EQUATIONS DIFFERENTIAL EQUATIONS 1. Basic Terminology A differential equation is an equation that contains an unknown function together with one or more of its derivatives. 1 Examples: 1. y = 2x + cos x 2. dy dt

More information

M343 Homework 3 Enrique Areyan May 17, 2013

M343 Homework 3 Enrique Areyan May 17, 2013 M343 Homework 3 Enrique Areyan May 17, 013 Section.6 3. Consider the equation: (3x xy + )dx + (6y x + 3)dy = 0. Let M(x, y) = 3x xy + and N(x, y) = 6y x + 3. Since: y = x = N We can conclude that this

More information

M GENERAL MATHEMATICS -2- Dr. Tariq A. AlFadhel 1 Solution of the First Mid-Term Exam First semester H

M GENERAL MATHEMATICS -2- Dr. Tariq A. AlFadhel 1 Solution of the First Mid-Term Exam First semester H M 4 - GENERAL MATHEMATICS -- Dr. Tariq A. AlFadhel Solution of the First Mid-Term Exam First semester 435-436 H Q. Let A ( ) 4 and B 3 3 Compute (if possible) : AB and BA ( ) 4 AB 3 3 ( ) ( ) ++ 4+4+ 4

More information

NATIONAL OPEN UNIVERSITY OF NIGERIA SCHOOL OF SCIENCE AND TECHNOLOGY COURSE CODE: MTH421 COURSE TITLE: ORDINARY DIFFERENTIAL EQUATIONS

NATIONAL OPEN UNIVERSITY OF NIGERIA SCHOOL OF SCIENCE AND TECHNOLOGY COURSE CODE: MTH421 COURSE TITLE: ORDINARY DIFFERENTIAL EQUATIONS MTH 421 NATIONAL OPEN UNIVERSITY OF NIGERIA SCHOOL OF SCIENCE AND TECHNOLOGY COURSE CODE: MTH421 COURSE TITLE: ORDINARY DIFFERENTIAL EQUATIONS MTH 421 ORDINARY DIFFERENTIAL EQUATIONS COURSE WRITER Prof.

More information

Brief answers to assigned even numbered problems that were not to be turned in

Brief answers to assigned even numbered problems that were not to be turned in Brief answers to assigned even numbered problems that were not to be turned in Section 2.2 2. At point (x 0, x 2 0) on the curve the slope is 2x 0. The point-slope equation of the tangent line to the curve

More information

Integrals. D. DeTurck. January 1, University of Pennsylvania. D. DeTurck Math A: Integrals 1 / 61

Integrals. D. DeTurck. January 1, University of Pennsylvania. D. DeTurck Math A: Integrals 1 / 61 Integrals D. DeTurck University of Pennsylvania January 1, 2018 D. DeTurck Math 104 002 2018A: Integrals 1 / 61 Integrals Start with dx this means a little bit of x or a little change in x If we add up

More information

MATHEMATICS FOR ENGINEERS & SCIENTISTS 23

MATHEMATICS FOR ENGINEERS & SCIENTISTS 23 MATHEMATICS FOR ENGINEERS & SCIENTISTS 3.5. Second order linear O.D.E.s: non-homogeneous case.. We ll now consider non-homogeneous second order linear O.D.E.s. These are of the form a + by + c rx) for

More information

Grade: The remainder of this page has been left blank for your workings. VERSION D. Midterm D: Page 1 of 12

Grade: The remainder of this page has been left blank for your workings. VERSION D. Midterm D: Page 1 of 12 First Name: Student-No: Last Name: Section: Grade: The remainder of this page has been left blank for your workings. Midterm D: Page of 2 Indefinite Integrals. 9 marks Each part is worth marks. Please

More information

Spring 2015 Sample Final Exam

Spring 2015 Sample Final Exam Math 1151 Spring 2015 Sample Final Exam Final Exam on 4/30/14 Name (Print): Time Limit on Final: 105 Minutes Go on carmen.osu.edu to see where your final exam will be. NOTE: This exam is much longer than

More information

Solutions to Math 41 Final Exam December 10, 2012

Solutions to Math 41 Final Exam December 10, 2012 Solutions to Math 4 Final Exam December,. ( points) Find each of the following limits, with justification. If there is an infinite limit, then explain whether it is or. x ln(t + ) dt (a) lim x x (5 points)

More information

Core Mathematics 3 Differentiation

Core Mathematics 3 Differentiation http://kumarmaths.weebly.com/ Core Mathematics Differentiation C differentiation Page Differentiation C Specifications. By the end of this unit you should be able to : Use chain rule to find the derivative

More information

DRAFT - Math 101 Lecture Note - Dr. Said Algarni

DRAFT - Math 101 Lecture Note - Dr. Said Algarni 3 Differentiation Rules 3.1 The Derivative of Polynomial and Exponential Functions In this section we learn how to differentiate constant functions, power functions, polynomials, and exponential functions.

More information

MATH 1241 Common Final Exam Fall 2010

MATH 1241 Common Final Exam Fall 2010 MATH 1241 Common Final Exam Fall 2010 Please print the following information: Name: Instructor: Student ID: Section/Time: The MATH 1241 Final Exam consists of three parts. You have three hours for the

More information

MAP 2302 Midterm 1 Review Solutions 1

MAP 2302 Midterm 1 Review Solutions 1 MAP 2302 Midterm 1 Review Solutions 1 The exam will cover sections 1.2, 1.3, 2.2, 2.3, 2.4, and 2.6. All topics from this review sheet or from the suggested exercises are fair game. 1 Give explicit solutions

More information

Differential Equations

Differential Equations Differential Equations 1 By: Patrick Bourque Designed for students of MATH 242 at The University of Texas at Dallas. 2 Contents 1 First Order Equations. 5 1.1 Separable Equations................................................

More information

2.3 Linear Equations 69

2.3 Linear Equations 69 2.3 Linear Equations 69 2.3 Linear Equations An equation y = fx,y) is called first-order linear or a linear equation provided it can be rewritten in the special form 1) y + px)y = rx) for some functions

More information

M GENERAL MATHEMATICS -2- Dr. Tariq A. AlFadhel 1 Solution of the First Mid-Term Exam First semester H

M GENERAL MATHEMATICS -2- Dr. Tariq A. AlFadhel 1 Solution of the First Mid-Term Exam First semester H M - GENERAL MATHEMATICS -- Dr. Tariq A. AlFadhel Solution of the First Mid-Term Exam First semester 38-39 H 3 Q. Let A =, B = and C = 3 Compute (if possible) : A+B and BC A+B is impossible. ( ) BC = 3

More information

2.12: Derivatives of Exp/Log (cont d) and 2.15: Antiderivatives and Initial Value Problems

2.12: Derivatives of Exp/Log (cont d) and 2.15: Antiderivatives and Initial Value Problems 2.12: Derivatives of Exp/Log (cont d) and 2.15: Antiderivatives and Initial Value Problems Mathematics 3 Lecture 14 Dartmouth College February 03, 2010 Derivatives of the Exponential and Logarithmic Functions

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

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

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

First Order Differential Equations

First Order Differential Equations Chapter 2 First Order Differential Equations Introduction Any first order differential equation can be written as F (x, y, y )=0 by moving all nonzero terms to the left hand side of the equation. Of course,

More information

1 Arithmetic calculations (calculator is not allowed)

1 Arithmetic calculations (calculator is not allowed) 1 ARITHMETIC CALCULATIONS (CALCULATOR IS NOT ALLOWED) 1 Arithmetic calculations (calculator is not allowed) 1.1 Check the result Problem 1.1. Problem 1.2. Problem 1.3. Problem 1.4. 78 5 6 + 24 3 4 99 1

More information

Solving First Order ODEs. Table of contents

Solving First Order ODEs. Table of contents Solving First Order ODEs Table of contents Solving First Order ODEs............................................... 1 1. Introduction...................................................... 1 Aside: Two ways

More information

b n x n + b n 1 x n b 1 x + b 0

b n x n + b n 1 x n b 1 x + b 0 Math Partial Fractions Stewart 7.4 Integrating basic rational functions. For a function f(x), we have examined several algebraic methods for finding its indefinite integral (antiderivative) F (x) = f(x)

More information

Name Date Period. MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

Name Date Period. MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. AB Fall Final Exam Review 200-20 Name Date Period MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Solve the problem. ) The position of a particle

More information

3.4 The Chain Rule. F (x) = f (g(x))g (x) Alternate way of thinking about it: If y = f(u) and u = g(x) where both are differentiable functions, then

3.4 The Chain Rule. F (x) = f (g(x))g (x) Alternate way of thinking about it: If y = f(u) and u = g(x) where both are differentiable functions, then 3.4 The Chain Rule To find the derivative of a function that is the composition of two functions for which we already know the derivatives, we can use the Chain Rule. The Chain Rule: Suppose F (x) = f(g(x)).

More information

STEP Support Programme. Pure STEP 1 Questions

STEP Support Programme. Pure STEP 1 Questions STEP Support Programme Pure STEP 1 Questions 2012 S1 Q4 1 Preparation Find the equation of the tangent to the curve y = x at the point where x = 4. Recall that x means the positive square root. Solve the

More information

1 Functions of Several Variables Some Examples Level Curves / Contours Functions of More Variables... 6

1 Functions of Several Variables Some Examples Level Curves / Contours Functions of More Variables... 6 Contents 1 Functions of Several Variables 1 1.1 Some Examples.................................. 2 1.2 Level Curves / Contours............................. 4 1.3 Functions of More Variables...........................

More information

Chapter 3: Transcendental Functions

Chapter 3: Transcendental Functions Chapter 3: Transcendental Functions Spring 2018 Department of Mathematics Hong Kong Baptist University 1 / 32 Except for the power functions, the other basic elementary functions are also called the transcendental

More information

Practice Midterm 2 Math 2153

Practice Midterm 2 Math 2153 Practice Midterm 2 Math 23. Decide if the following statements are TRUE or FALSE and circle your answer. You do NOT need to justify your answers. (a) ( point) If both partial derivatives f x and f y exist

More information

Inverse Trigonometric Functions. September 5, 2018

Inverse Trigonometric Functions. September 5, 2018 Inverse Trigonometric Functions September 5, 08 / 7 Restricted Sine Function. The trigonometric function sin x is not a one-to-one functions..0 0.5 Π 6, 5Π 6, Π Π Π Π 0.5 We still want an inverse, so what

More information

MATH 250 TOPIC 13 INTEGRATION. 13B. Constant, Sum, and Difference Rules

MATH 250 TOPIC 13 INTEGRATION. 13B. Constant, Sum, and Difference Rules Math 5 Integration Topic 3 Page MATH 5 TOPIC 3 INTEGRATION 3A. Integration of Common Functions Practice Problems 3B. Constant, Sum, and Difference Rules Practice Problems 3C. Substitution Practice Problems

More information

Polytechnic Institute of NYU MA 2132 Final Practice Answers Fall 2012

Polytechnic Institute of NYU MA 2132 Final Practice Answers Fall 2012 Polytechnic Institute of NYU MA Final Practice Answers Fall Studying from past or sample exams is NOT recommended. If you do, it should be only AFTER you know how to do all of the homework and worksheet

More information

Mathematics 1052, Calculus II Exam 1, April 3rd, 2010

Mathematics 1052, Calculus II Exam 1, April 3rd, 2010 Mathematics 5, Calculus II Exam, April 3rd,. (8 points) If an unknown function y satisfies the equation y = x 3 x + 4 with the condition that y()=, then what is y? Solution: We must integrate y against

More information

TEST CODE: MIII (Objective type) 2010 SYLLABUS

TEST CODE: MIII (Objective type) 2010 SYLLABUS TEST CODE: MIII (Objective type) 200 SYLLABUS Algebra Permutations and combinations. Binomial theorem. Theory of equations. Inequalities. Complex numbers and De Moivre s theorem. Elementary set theory.

More information

0.1 Problems to solve

0.1 Problems to solve 0.1 Problems to solve Homework Set No. NEEP 547 Due September 0, 013 DLH Nonlinear Eqs. reducible to first order: 1. 5pts) Find the general solution to the differential equation: y = [ 1 + y ) ] 3/. 5pts)

More information

Methods of Integration

Methods of Integration Methods of Integration Professor D. Olles January 8, 04 Substitution The derivative of a composition of functions can be found using the chain rule form d dx [f (g(x))] f (g(x)) g (x) Rewriting the derivative

More information

Math 181, Exam 1, Study Guide 2 Problem 1 Solution. =[17ln 5 +3(5)] [17 ln 1 +3(1)] =17ln = 17ln5+12

Math 181, Exam 1, Study Guide 2 Problem 1 Solution. =[17ln 5 +3(5)] [17 ln 1 +3(1)] =17ln = 17ln5+12 Math 8, Exam, Study Guide Problem Solution. Compute the definite integral: 5 ( ) 7 x +3 dx Solution: UsingtheFundamentalTheoremofCalculusPartI,thevalueof the integral is: 5 ( ) 7 [ ] 5 x +3 dx = 7 ln x

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

Ma 530 Power Series II

Ma 530 Power Series II Ma 530 Power Series II Please note that there is material on power series at Visual Calculus. Some of this material was used as part of the presentation of the topics that follow. Operations on Power Series

More information

17.2 Nonhomogeneous Linear Equations. 27 September 2007

17.2 Nonhomogeneous Linear Equations. 27 September 2007 17.2 Nonhomogeneous Linear Equations 27 September 2007 Nonhomogeneous Linear Equations The differential equation to be studied is of the form ay (x) + by (x) + cy(x) = G(x) (1) where a 0, b, c are given

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

For a semi-circle with radius r, its circumfrence is πr, so the radian measure of a semi-circle (a straight line) is

For a semi-circle with radius r, its circumfrence is πr, so the radian measure of a semi-circle (a straight line) is Radian Measure Given any circle with radius r, if θ is a central angle of the circle and s is the length of the arc sustained by θ, we define the radian measure of θ by: θ = s r For a semi-circle with

More information

Lectures on Differential Equations

Lectures on Differential Equations Lectures on Differential Equations Philip Korman Department of Mathematical Sciences University of Cincinnati Cincinnati Ohio 4522-0025 Copyright @ 2008, by Philip L. Korman Contents First Order Equations

More information

MAT137 - Week 8, lecture 1

MAT137 - Week 8, lecture 1 MAT137 - Week 8, lecture 1 Reminder: Problem Set 3 is due this Thursday, November 1, at 11:59pm. Don t leave the submission process until the last minute! In today s lecture we ll talk about implicit differentiation,

More information

Math. 151, WebCalc Sections December Final Examination Solutions

Math. 151, WebCalc Sections December Final Examination Solutions Math. 5, WebCalc Sections 507 508 December 00 Final Examination Solutions Name: Section: Part I: Multiple Choice ( points each) There is no partial credit. You may not use a calculator.. Another word for

More information

Topics and Concepts. 1. Limits

Topics and Concepts. 1. Limits Topics and Concepts 1. Limits (a) Evaluating its (Know: it exists if and only if the it from the left is the same as the it from the right) (b) Infinite its (give rise to vertical asymptotes) (c) Limits

More information

DRAFT - Math 102 Lecture Note - Dr. Said Algarni

DRAFT - Math 102 Lecture Note - Dr. Said Algarni Math02 - Term72 - Guides and Exercises - DRAFT 7 Techniques of Integration A summery for the most important integrals that we have learned so far: 7. Integration by Parts The Product Rule states that if

More information

Calculus II. Philippe Rukimbira. Department of Mathematics Florida International University PR (FIU) MAC / 1

Calculus II. Philippe Rukimbira. Department of Mathematics Florida International University PR (FIU) MAC / 1 Calculus II Philippe Rukimbira Department of Mathematics Florida International University PR (FIU) MAC 2312 1 / 1 5.4. Sigma notation; The definition of area as limit Assignment: page 350, #11-15, 27,

More information

5 Integrals reviewed Basic facts U-substitution... 4

5 Integrals reviewed Basic facts U-substitution... 4 Contents 5 Integrals reviewed 5. Basic facts............................... 5.5 U-substitution............................. 4 6 Integral Applications 0 6. Area between two curves.......................

More information

MATH H53 : Final exam

MATH H53 : Final exam MATH H53 : Final exam 11 May, 18 Name: You have 18 minutes to answer the questions. Use of calculators or any electronic items is not permitted. Answer the questions in the space provided. If you run out

More information

Math 250 Skills Assessment Test

Math 250 Skills Assessment Test Math 5 Skills Assessment Test Page Math 5 Skills Assessment Test The purpose of this test is purely diagnostic (before beginning your review, it will be helpful to assess both strengths and weaknesses).

More information

Multiple Choice Answers. MA 113 Calculus I Spring 2018 Exam 2 Tuesday, 6 March Question

Multiple Choice Answers. MA 113 Calculus I Spring 2018 Exam 2 Tuesday, 6 March Question MA 113 Calculus I Spring 2018 Exam 2 Tuesday, 6 March 2018 Name: Section: Last 4 digits of student ID #: This exam has 12 multiple choice questions (five points each) and 4 free response questions (ten

More information

DIFFERENTIAL EQUATIONS

DIFFERENTIAL EQUATIONS DIFFERENTIAL EQUATIONS 1. Basic Terminology A differential equation is an equation that contains an unknown function together with one or more of its derivatives. 1 Examples: 1. y = 2x + cos x 2. dy dt

More information

MA Spring 2013 Lecture Topics

MA Spring 2013 Lecture Topics LECTURE 1 Chapter 12.1 Coordinate Systems Chapter 12.2 Vectors MA 16200 Spring 2013 Lecture Topics Let a,b,c,d be constants. 1. Describe a right hand rectangular coordinate system. Plot point (a,b,c) inn

More information

3.4 Conic sections. Such type of curves are called conics, because they arise from different slices through a cone

3.4 Conic sections. Such type of curves are called conics, because they arise from different slices through a cone 3.4 Conic sections Next we consider the objects resulting from ax 2 + bxy + cy 2 + + ey + f = 0. Such type of curves are called conics, because they arise from different slices through a cone Circles belong

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

Review Problems for Test 1

Review Problems for Test 1 Review Problems for Test Math 6-03/06 9 9/0 007 These problems are provided to help you study The presence of a problem on this handout does not imply that there will be a similar problem on the test And

More information

DIFFERENTIAL EQUATIONS

DIFFERENTIAL EQUATIONS DIFFERENTIAL EQUATIONS Basic Terminology A differential equation is an equation that contains an unknown function together with one or more of its derivatives. 1 Examples: 1. y = 2x + cos x 2. dy dt =

More information

Math 10C - Fall Final Exam

Math 10C - Fall Final Exam Math 1C - Fall 217 - Final Exam Problem 1. Consider the function f(x, y) = 1 x 2 (y 1) 2. (i) Draw the level curve through the point P (1, 2). Find the gradient of f at the point P and draw the gradient

More information

Math Final Exam Review

Math Final Exam Review Math - Final Exam Review. Find dx x + 6x +. Name: Solution: We complete the square to see if this function has a nice form. Note we have: x + 6x + (x + + dx x + 6x + dx (x + + Note that this looks a lot

More information

Calculus I Exam 1 Review Fall 2016

Calculus I Exam 1 Review Fall 2016 Problem 1: Decide whether the following statements are true or false: (a) If f, g are differentiable, then d d x (f g) = f g. (b) If a function is continuous, then it is differentiable. (c) If a function

More information

Practice problems from old exams for math 132 William H. Meeks III

Practice problems from old exams for math 132 William H. Meeks III Practice problems from old exams for math 32 William H. Meeks III Disclaimer: Your instructor covers far more materials that we can possibly fit into a four/five questions exams. These practice tests are

More information

Math 222 Spring 2013 Exam 3 Review Problem Answers

Math 222 Spring 2013 Exam 3 Review Problem Answers . (a) By the Chain ule, Math Spring 3 Exam 3 eview Problem Answers w s w x x s + w y y s (y xy)() + (xy x )( ) (( s + 4t) (s 3t)( s + 4t)) ((s 3t)( s + 4t) (s 3t) ) 8s 94st + 3t (b) By the Chain ule, w

More information

ECM Calculus and Geometry. Revision Notes

ECM Calculus and Geometry. Revision Notes ECM1702 - Calculus and Geometry Revision Notes Joshua Byrne Autumn 2011 Contents 1 The Real Numbers 1 1.1 Notation.................................................. 1 1.2 Set Notation...............................................

More information