Chain rules via multiplication

Size: px
Start display at page:

Download "Chain rules via multiplication"

Transcription

1 Chain rules via multiplication Bro. Davi E. Brown, BYU Iaho Dept. of Mathematics. All rights reserve. Version 0.44, of June 16, 2014 Answer to Exercise 2.1 correcte, minor eits mae, numbering of exercises mostly correcte on Contents 1 Introction 1 2 A fancier Calc I example 2 3 Chain rules for multivariate functions Aitional chain rules? Isn t there a better way to write own chain rules? A more compact way of writing chain rules A more flexible way of writing chain rules The Chain Rule 7 5 Aitional exercises 9 6 Answers, etc. 9 1 Introction You learne a chain rule for ifferentiating compositions of functions in Calculus I. It probably looke something like ( g(u(x)) ) = g (u(x))u (x), which is sometimes shortene to g xg(u(x)) = x. The truth is slightly more complicate: The chain rule is really g(u) g(u(x)) = x u=u(x) x, (1) but we re usually too lazy to write all this, so we use one of the abbreviate versions given above. You know how this goes: For example, if f(x) = sin 3 x, you can think of g as being the cubing function (that is, g(u) = u 3 ), u as being the sine function (i.e., u(x) = sin x). Then g(u(x)) = (sin x) 3 = sin 3 x = f(x). The chain rule (Equation (1)) says f x = g u=sin x x = u3 ( u=sin x x = 3u 2 u=sin )(cos x) = 3 sin 2 x cos x. x Back when my father learne calculus, this technique of ifferentiating by substitution was use quite commonly, much as we integrate by substitution. Differentiation by substitution has gone out of style, but 1

2 it s a vali technique. Feel free to use it, if it helps you with the chain rule. We will make goo use of it in this ocument. The question at h is what the chain rule looks like when there are more variables than x floating aroun. We ll sneak up on this question, by looking at a slightly more complicate Calc I example, to get a sense for how aitional variables might be hle. Then we ll look at chain rules for partial erivatives for functions of more than one variable. I say rules instea of rule because there are many chain rules. Fortunately, we will combine them all into one mother-of-all-chain-rules. Along the way, we ll examine spiffy uses of symbols, to help keep the teium own. Spiffy uses of symbols will inclue introcing matrices matrix multiplication at some point. An, as you have no oubt iscerne, this little exposition is rather informal. We can tackle formalities some other time. 2 A fancier Calc I example Careful examination of a suitable example can provie a stepping stone to chain rules for multivariate functions. Let s try ifferentiating f(x) = (ln x) 2 + sin 3 x. Rather than treating this minlessly as a Calc I problem, let s examine it in some etail, eliberately introcing aitional variables to increase its value as a brige to the multivariate case. So: f has two terms: (ln x) 2 sin 3 x. I want you to think of these two terms as u 2 v 3, respectively, so that This requires us to set f(x) = f(u, v) = u 2 + v 3. (2) u = ln x v = sin x. We re using a substitution one that happens to have two parts to it. I call u v intermeiate variables because f epens on u v, which in turn epen on x y this means they are between f on the one h x y on the other. To ifferentiate f with respect to x, we can start with the (ln x) 2 term, think of it as u 2, use the Calc I chain rule, in a knee-jerk reaction sort of way: ( ) 1 x (ln x)2 = (2 ln x) = 2 ln x x x. Notice that the 2 ln x bit is really in isguise, 1 ( ) 1 is actually u=ln x x x. So (2 ln x) is really x. Put this together fin that x u=ln x ( x (ln x)2 = u=ln x ) ( ) The ifferentiation of the other term is like unto it: ( ) ( ) x sin3 x = v = 3v 2 v=sin (cos x) = (3 sin 2 x)(cos x) = 3 sin 2 x cos x. x x v=sin x It s the left-most equality that interests me here: ( x sin3 x = (Compare with Equation (3).) v=sin x x (3) ) ( ) v. (4) x Page 2

3 Here s the punchline: We can get the entire erivative of f = (ln x) 2 + sin 3 x by aing the results of (3) (4) together: ( ) ( ) ( ) ( ) f x = + v = 2 ln x + 3 sin 2 x cos x. x x x u=ln x v=sin x I want you to focus on the leftmost equality in the above, which is ( ) ( ) ( f x = + x u=ln x With your kin permission, I ll abbreviate it as v=sin x ) ( ) v. x f x = x + v x, (5) always remembering to substitute in the u = ln x v = sin x, as neee. (This abbreviation is customary.) Hmm... Equation (5) looks suspiciously like two instances of the chain rule ae together. That s because that s exactly what it is: Differentiating the given f actually requires you to use the Calc I chain rule twice, once for the u 2 term once for the v 3 term. (Go back look at Equation (2) to remember why I m talking about u 2 v 3.) Exercise Reproce the logic above, so as to ifferentiate f = sinh 2 x ln(x 2 ) with respect to x. In the process, re-invent Equation (5). Hint: Think about u 2 ln v. 3 Chain rules for multivariate functions So Equation (5) is a chain rule; it uses two intermeiate variables (u v) one inepenent variable (x). What if there are two inepenent variables? Let s fin out. Let f(x, y) = ln(2x + y) + cos(3x y), think about calculating. Here s how it goes if we inlge our Calc I knee-jerk reaction: Differentiate the ln(2x + y) term using the Calc I chain rule, but remember to hol y constant ring the ifferentiation: ( ) 1 ln(2x + y) = 2x + y (2x + y) = 2 2x + y. Then o the same for the cosine term: cos(3x y) = ( sin(3x y) ) ( ) (3x y) = 3 sin(3x y), combine the results to get = 2 3 sin(3x y). (6) 2x + y Problem is, the knee-jerk reaction skips the intermeiate steps, which (a) keeps you from seeing what s really happening therefore also (b) puts you at risk for making mistakes later. So what are the missing steps? To see them, try setting u = 2x + y v = 3x y. Then f = f(u, v) = ln u + cos v, 2 which makes the bit equal to 2x + y, the sin(3x y) bit equal to. Likewise, u=2x+y v=3x y (2x + y) = 2 (3x y) = 3. Page 3

4 Then we can write Equation (6) as = 2 3 sin(3x y) = 2x + y Let s abbreviate this as ( 1 2x + y ) (2) + ( sin(3x y) ) ( 3) = u=2x+y + u=2x+y. = +. (7) This is just Equation (5), except we have to say f instea of x because x isn t the only inepenent variable anymore. If you re intereste, here s how it woul look to ifferentiate f(x, y) = ln(2x + y) + cos(3x y) using Equation (7) without all lea-up I ve written above: You start by saying, Hmm... Let s say u = 2x + y v = 3x y calculate + = ( ) 1 (2) + ( sin(3x y) ) (3) = 2 3 sin(3x y). x y x y Exercise Use the ieas of this section to calculate for f(x, y) = ln(2x + y) + cos(3x y). In the process, you shoul come up with a chain rule similar to (but not the same as) Equation (7). Hint: Use the same u v that I i. 3.1 Aitional chain rules? You might be wonering whether there is a ifferent chain rule for every function. Fortunately, the answer is, nope. Exercise Use Equation (7) to calculate for f(x, y) = xy + x y. Hint: Choose u v to be functions that are insie other functions. Exercise Use the chain rule you create for Exercise to calculate for f(x, y) = xy + x y. So: A given chain rule may serve to ifferentiate more than one function in fact, lots of functions. Nevertheless, there are lots of chain rules. For example, suppose you have to ifferentiate f = sinh(xz) + cosh(yz) + tanh(xyz) with respect to z. If we let u = xz, v = yz, w = xyz, the chain rule for z Exercise Explain why the previous sentence is true. looks like this: z = z + z + z. (8) Exercise Write own chain rules for, for the current example. Exercise Go ahea calculate,, z for the current example, using the chain rules. Exercise Write own the chain rule for ifferentiating f(x, y) = sin(xy) cos(xy) with respect to x use it to calculate. The o the same for ifferentiation with respect to y. (Hint: There s only one intermeiate variable in this example.) Page 4

5 3.2 Isn t there a better way to write own chain rules? Fortunately, there is a more flexible compact way of writing own chain rules than what we have so far. To fin out what it is, let s put a chain rule uner the microscope. How about the chain rule you shoul have iscovere while oing Exercise 3.0.2? It was = +. Hmm... This chain rule is a sum of procts... the first proct uses u in both factors; the secon uses v... hmm... u is first v is secon, in some sense?... uh, two erivatives; two components... Is this chain rule a ot proct of some vectors or other? as being the first secon components of a vector, if we think of as the first secon components of some other vector, we can write the chain rule as the following ot proct: [ [ + =. (9) Yes, actually. If we think of Clever, eh? (Wish I coul take creit for it!) Exercise Write Equation (7) as a ot proct of suitable vectors. There is another way to write ot procts. Some people (myself inclue) write Equation (9) like this: + [ [ =. (10) (Note the absence of the ot.) Means EXACTLY the same thing as Equation (9). Right now, it s just another way to write the ot proct. Shortly, however, we will see that it s a more powerful more flexible way of writing certain types of multiplication. Exercise Write Equation (7) in the same way as Equation (10). Equation (10) has some avantages over Equation (9). One is that it has a nice, compact representation. Another is that it can be extene to more complicate situations than writing a chain rule for a partial erivative with respect to a single variable. Let s take these in turn A more compact way of writing chain rules It is customary to use the symbol f #» [ to st for the vector 1 el f, the graient of f, gra f, or even nabla f. ) Also, some people write [ u for the column v can t, then ask someboy.) I m too lazy to write instea. (The symbol (u,v) [. (The symbol f #» is pronounce. (Convince yourself that this makes sense. If you [ u, so I m just as likely to write v for [, sts for the partial erivative of [ u again, as it takes the column v [ u with respect to y. This is sloppiness v, turns it into the row [ u v, puts a comma between the u the v, 1 The graient, being a row instea of a column, is not a vector, but a covector. It is very common to call the graient a vector, at this point in your ecation, it s even safe. So I will strive to resist the temptation to be picky about this. Page 5

6 changes the square brackets into roun parentheses, to get the (u, v) in the numerator of the symbol (u,v). Shameful, but customary.) With sloppy abbreviations like the above in h, we can write the multiplication [ [ as so that the chain rule of Equation (10) is now #» f, = #» f. (11) Exercise Write the chain rule of Equation (7) in the same format as Equation (11). Then write out what it means in terms of a matrix multiplication a ot proct. Exercise Repeat the previous exercise for the chain rule of Equation (8) A more flexible way of writing chain rules The more compact metho of writing chain rules is also more flexible. Equation (8) can be written as z = f #» (u, v, w). z Likewise, if we nee to ifferentiate f = x 2 + y 2 + z 2 with respect to y, the chain rule is = #» f (u, v, w), (I m thinking of f as being u + v + w, with u = x 2, v = y 2, w = z 2.) For example, the chain rule of Exercise Write out what = f #» (u,v,w) means calculate it, assuming f = x 2 + y 2 + z 2, as above. Exercise Write own the chain rule for, again assuming f = x2 + y 2 + z 2 ; write out what this chain rule means, calculate it. Example The ensity ρ of the water at a point uner the surface of the ocean epens on the temperature T, the epth, the salinity s at that point. The temperature the salinity both epen on the epth. Write own the chain rule for fining out how the ensity changes with epth, interpret it. Fine: ρ epens on T,, s. We can express this fact as ρ = ρ(, s, T ) (keeping everything in alphabetical orer, for the sake of goo bookkeeping). Likewise, T = T () s = s(). On the other h, is just. (You can say = () if you like, but it seems pretty silly.) The chain rule for how ensity changes with epth is (by analogy with Equation (7)) ρ = ρ #» (, s, T ). Page 6

7 We can calculate this by realizing that #» ρ = [ ρ ρ s ρ T (,s,t ) = together, we get that ρ = ρ #» (, s, T ) = [ ρ ρ s ρ T s = T 1 s = ρ + ρ s s + ρ T T. T 1 s T. Putting all this Notice that the rightmost expression clearly shows that ensity epens on epth (irectly, without regar to salinity or temperature that s the ρ part), but that ensity also epens on salinity temperature, which in turn epen on epth. Of course, we coul have sai all that with wors (just i!), but the statement ρ = ρ + ρ s s + ρ T T is cleaner, easier to rea, just plain more elegant. Moreover, this statement shows how the epenence of salinity temperature are incorporate into the epenence of ensity on temperature. Heh! Try oing that in wors! The foregoing example points out a shortcoming in our notation. We have sai elsewhere that ρ ρ mean the same thing. Yet, in the example above, they on t! What s going on here? Well, in the ρ s s + ρ T T part of our answer, we treate s T like intermeiate variables. But in the ρ part, we i not! In the ρ part, we hel s T fixe. It s as though we were saying ρ means The partial erivative with respect to, treating s T as intermeiate variables when it suits us, while saying ρ means The partial erivative of ρ with respect to, holing s T constant. The science engineering community believe they have a cure for this problem, but in my excessively autistic way, I on t believe they re cure oes the job. 2 4 The Chain Rule Our sloppy symbols are actually flexible enough to allow us to put all the partial erivatives of a function in one place. For example, Equation (11) its cousin = f #» (u,v) from Exercise give us chain rules for the first partial erivatives of some function f with respect to x y, respectively. We can combine these two chain rules into one happy equation, like so: (x, y) = [ [ ux u f u f y v, (12) v x v y that is, if we can agree on what the symbols mean. You ll recognize the row [ f u f [ v as being the graient ux u of f, though it s laying own on the job. The boxy thing y is calle the Jacobian matrix of f. v x v y The symbol for the Jacobian matrix is the hopefully unsurprising write our chain rules together as (x, y) = #» f. Using this symbol allows us to (x, y) (x, y). (13) Fine, but how oes this symbol st for the two chain rules combine? Think of the right-h sie of Equation (12) as a multiplication. 3 To proce one of the chain rules properly, this multiplication has to inclue multiplying the graient by (u,v) (u,v). Since is the left column of the Jacobian matrix, the multiplication require inclues taking the ot proct of the graient with 2 If you want to know what the cure is, take a look at pages of the text. 3 There s no symbol between the graient the Jacobian matrix, writing things next to each other with no symbol between has meant multiplication since 5th or 6th grae, yes? So, it s a multiplication. Page 7

8 (u,v) (u,v). Likewise, we nee the ot proct of the graient with, to get the other chain rule. So the multiplication in Equation (12) is a pair of ot procts. Specifically, it s [ [ u fu f x u y v = [ f v x v u u x + f v v x f u u y + f v v y. y If you like, you can write this as [ [ u fu f x u y v v x v y = [ #» f (u,v) #» f (u,v). I prefer to write it as Cleaner, yes? So now we can write [ [ u fu f x u y v = f #» v x v y (x, y) = #» f as in Equation (13). As a bonus, the symbol (u,v) (x,y) (x, y), (x, y). Equation (11) with (x,y). So: Equation (13) is really Equation (12), in isguise. We will call (u,v) is consistent with symbols like the (x,y) the total erivative of f. we use in Example Let s calculate the total erivative of f = sinh(x 2 y 2 ) cos(x 2 + y 2 ). To o so, I suggest letting u = x 2 y 2 v = x 2 + y 2. Then f is f = sinh u + cos v, which shows how f epens on u v; bear in min that these two intermeiate variables epen on x y. Hmm... Souns like a job for Equation (13): (x, y) = #» f (x, y) = [ [ u f u f x u y v v x v y = [ cosh(x 2 y 2 ) cos(x 2 + y 2 ) sinh(x 2 y 2 ) sin(x 2 + y 2 ) [ 2x 2y 2x 2y [ = 2x cosh(x 2 y 2 ) cos(x 2 + y 2 ) 2x sinh(x 2 y 2 ) sin(x 2 + y 2 ) 2y cosh(x 2 y 2 ) cos(x 2 + y 2 ) 2y sinh(x 2 y 2 ) sin(x 2 + y 2 ) (The last expression is suppose to be a row, but it in t fit, so I put the first entry on one line the secon entry on the following line.) Exercise Calculate the total erivative of f = sin(x + y) cos(x y). Exercise What woul Equation (13) look like if f = sin(x 2 + y 2 + z 2 )? We now finally arrive at the chain rule. I want a nice way to write it. To create a nice way, note first that all our chain rules inclue the symbol #» f. But the symbol for the Jacobian is ifferent from one context to another, epening on how many intermeiate variables there are, how many inepenent variables. I will get aroun this problem by using the symbol J to st for the Jacobian. Likewise, the symbol for the total erivative epens on how many inepenent variables there are. I will get aroun this problem by using the symbol Df for the total erivative. Here is the long-awaite chain rule: Df = #» f J. (14) Page 8

9 Not very ramatic, perhaps, but this one equation now inclues all the chain rules there are in the universe, from Calc I on up. You may be intereste to know that suitable use of matrix multiplication can exten the chain rule to situations in which there are variables between the intermeiate variables the inepenent variables. I also note in passing[ that if you [ want your total erivative to be a genuine vector (as oppose to a row matrix), you can use = J T f; #» this is what you get when you transpose the matrices in Equation (14) reverse the orer of multiplication. 5 Aitional exercises Exercise Use Equation (7) the chain rule you invente in Exercise to calculate the first partial erivatives of f(x, y) = xy + x/y. Until I can get some more exercises written, look in your Calculus text, in the section on chain rules. They ll talk about branch iagrams or tree iagrams for helping you with the bookkeeping. That s fine, but try working your textbook s examples using the methos of this ocument, see if you get the same answers as the book oes. You better! 6 Answers, etc. Exercise Let u = sinh x v = x 2. Then f = u 2 + ln v, so that: = 2u u=sinh x = 2 sinh x, u=sinh x x = cosh x = 1 = 1 v=x 2 v x 2, v x = 2x. v=x 2 The erivative of the u 2 term is therefore = (2 sinh x)(2x) = 4x sinh x, u=sinh x x the erivative of the ln v term is v=x 2 Put the pieces together to get f x = u=sinh x x + v x = 1 (2x) = 2/x. x2 v=x 2 Note: In practice, people usually think in terms of as neee. Their work typically looks like this, on paper: ( 1 = (2 sinh x) (2x) + x 2 v x = 4x sinh x + 2 x. x + v x substitute in the sinh x the x2, ) (2x) = 4x sinh x + 2 x. Exercise Knee-jerk reaction: Differentiate the ln(2x + y) term using the Calc I chain rule, but remember to hol x constant ring the ifferentiation: ( ) 1 ln(2x + y) = 2x + y (2x + y) = 1 2x + y. Page 9

10 Then o the same for the cosine term: cos(3x y) = ( sin(3x y) ) ( ) (3x y) = sin(3x y), combine the results to get What we ve one here is you invent. = 1 sin(3x y). 2x + y = +. This is the chain rule similar to Equation (7) that I hope Exercise Let u = xy v = x y. Then f = u + v, so = 1 2 u = 1 2 xy, = 1 2 v = 1 Equation (7) now says 2 x y = y 4x, = y, = 1 y. = + = y 2 xy + 1 y y y 4x = 4x xy Exercise We can use The chain rule you create for Exercise shoul have been = + = 1 2 xy from the previous exercise. But instea of, we nee = x = x y 2. y = 4x. Then = + = 1 y ( 2 xy x + xy ) x x 4x 2 = 4y 4y 3. Exercise Well, f epens on u, v, w, all of which epen on z, but in ifferent ways. So the contributions to z that u, v, w all make have to be accounte for separately. The term z term escribes the epenence of f on z, via u, likewise for the terms z z. Aing the three terms together gives the total epenence of f on z. Exercise Also, = + it s missing because = 0.) = +. The term Exercise = + = + z = z + z + z. The term is missing, because v = yz oes not epen on x. is missing, because u = xz oes not epen on y. (If you prefer, = z cosh(xz) + yz sech(xyz) = z sinh(yz) + xz sech(xyz) = x cosh(xz) + y sinh(yz) + xy sech(xyz) Exercise Let u = xy. Then f = sin u cos u, = f = y sin2 u + y cos 2 u = y(cos 2 xy sin 2 xy) = y(cos 2xy 1). Page 10

11 Likewise, = f = x sin2 u + x cos 2 u = x(cos 2 xy sin 2 xy) = x(cos 2xy 1). Exercise Exercise Exercise = [ = [ [ [ = f #» [ (u,v) = [ = [ [. Oh. This looks a lot like what we wrote for the previous two exercises! (Sorry about the repetition. I wante to rive home the point that we re just writing the same thing in three ifferent ways.) Exercise Exercise = f #» (u,v,w) means = #» f (u, v, w) = [ f u f v f w u y, = [ y 0 v y w y = 1(0) + 1(2y) + 1(0) = 2y which we calculate as Exercise Let u = x + y v = x y, so that f = sin u cos v. Then (x, y) = f #» [ [ (x, y) = = [ cos u cos v sin u sin v [ 1 1 = [ cos u cos v sin u sin v cos u cos v + sin u sin v. 1 1 Exercise Let u = x 2, v = y 2, w = z 2, so that f = sin(u + v + w). Then the total erivative of f is (x, y, z) = f #» (u, v, w) [ z (x, y, z) = z = [ cos(u + v + w) cos(u + v + w) cos(u + v + w) 2x y z = [ 2x cos(u + v + w) 2y cos(u + v + w) 2z cos(u + v + w) = [ 2x cos(x 2 + y 2 + z 2 ) 2y cos(x 2 + y 2 + z 2 ) 2z cos(x 2 + y 2 + z 2 ) z Page 11

12 Exercise Equation (7) says = + = + = (1)(y) + (1). If we let u = xy v = x y ) ( 1 y = y + 1 y. Similarly, in Exercise 3.0.2, you shoul have foun that = +. This implies that = + = (1)(x) + (1) ( xy ) 2 = x x y 2., then f = u + v, Page 12

Implicit Differentiation

Implicit Differentiation Implicit Differentiation Thus far, the functions we have been concerne with have been efine explicitly. A function is efine explicitly if the output is given irectly in terms of the input. For instance,

More information

Math Notes on differentials, the Chain Rule, gradients, directional derivative, and normal vectors

Math Notes on differentials, the Chain Rule, gradients, directional derivative, and normal vectors Math 18.02 Notes on ifferentials, the Chain Rule, graients, irectional erivative, an normal vectors Tangent plane an linear approximation We efine the partial erivatives of f( xy, ) as follows: f f( x+

More information

Linear First-Order Equations

Linear First-Order Equations 5 Linear First-Orer Equations Linear first-orer ifferential equations make up another important class of ifferential equations that commonly arise in applications an are relatively easy to solve (in theory)

More information

Review of Differentiation and Integration for Ordinary Differential Equations

Review of Differentiation and Integration for Ordinary Differential Equations Schreyer Fall 208 Review of Differentiation an Integration for Orinary Differential Equations In this course you will be expecte to be able to ifferentiate an integrate quickly an accurately. Many stuents

More information

Math 1B, lecture 8: Integration by parts

Math 1B, lecture 8: Integration by parts Math B, lecture 8: Integration by parts Nathan Pflueger 23 September 2 Introuction Integration by parts, similarly to integration by substitution, reverses a well-known technique of ifferentiation an explores

More information

The derivative of a function f(x) is another function, defined in terms of a limiting expression: f(x + δx) f(x)

The derivative of a function f(x) is another function, defined in terms of a limiting expression: f(x + δx) f(x) Y. D. Chong (2016) MH2801: Complex Methos for the Sciences 1. Derivatives The erivative of a function f(x) is another function, efine in terms of a limiting expression: f (x) f (x) lim x δx 0 f(x + δx)

More information

MA 2232 Lecture 08 - Review of Log and Exponential Functions and Exponential Growth

MA 2232 Lecture 08 - Review of Log and Exponential Functions and Exponential Growth MA 2232 Lecture 08 - Review of Log an Exponential Functions an Exponential Growth Friay, February 2, 2018. Objectives: Review log an exponential functions, their erivative an integration formulas. Exponential

More information

Integration Review. May 11, 2013

Integration Review. May 11, 2013 Integration Review May 11, 2013 Goals: Review the funamental theorem of calculus. Review u-substitution. Review integration by parts. Do lots of integration eamples. 1 Funamental Theorem of Calculus In

More information

IMPLICIT DIFFERENTIATION

IMPLICIT DIFFERENTIATION IMPLICIT DIFFERENTIATION CALCULUS 3 INU0115/515 (MATHS 2) Dr Arian Jannetta MIMA CMath FRAS Implicit Differentiation 1/ 11 Arian Jannetta Explicit an implicit functions Explicit functions An explicit function

More information

The Exact Form and General Integrating Factors

The Exact Form and General Integrating Factors 7 The Exact Form an General Integrating Factors In the previous chapters, we ve seen how separable an linear ifferential equations can be solve using methos for converting them to forms that can be easily

More information

Schrödinger s equation.

Schrödinger s equation. Physics 342 Lecture 5 Schröinger s Equation Lecture 5 Physics 342 Quantum Mechanics I Wenesay, February 3r, 2010 Toay we iscuss Schröinger s equation an show that it supports the basic interpretation of

More information

Exam 2 Review Solutions

Exam 2 Review Solutions Exam Review Solutions 1. True or False, an explain: (a) There exists a function f with continuous secon partial erivatives such that f x (x, y) = x + y f y = x y False. If the function has continuous secon

More information

Section 7.1: Integration by Parts

Section 7.1: Integration by Parts Section 7.1: Integration by Parts 1. Introuction to Integration Techniques Unlike ifferentiation where there are a large number of rules which allow you (in principle) to ifferentiate any function, the

More information

4.2 First Differentiation Rules; Leibniz Notation

4.2 First Differentiation Rules; Leibniz Notation .. FIRST DIFFERENTIATION RULES; LEIBNIZ NOTATION 307. First Differentiation Rules; Leibniz Notation In this section we erive rules which let us quickly compute the erivative function f (x) for any polynomial

More information

Calculus and optimization

Calculus and optimization Calculus an optimization These notes essentially correspon to mathematical appenix 2 in the text. 1 Functions of a single variable Now that we have e ne functions we turn our attention to calculus. A function

More information

Increments, differentials, and local approximations

Increments, differentials, and local approximations Increments, differentials, and local approximations Bro. David E. Brown, BYU Idaho Dept. of Mathematics. All rights reserved. Version 0.5, of November 16, 013 Draft version. This document is very much

More information

Antiderivatives. Definition (Antiderivative) If F (x) = f (x) we call F an antiderivative of f. Alan H. SteinUniversity of Connecticut

Antiderivatives. Definition (Antiderivative) If F (x) = f (x) we call F an antiderivative of f. Alan H. SteinUniversity of Connecticut Antierivatives Definition (Antierivative) If F (x) = f (x) we call F an antierivative of f. Antierivatives Definition (Antierivative) If F (x) = f (x) we call F an antierivative of f. Definition (Inefinite

More information

Differentiation ( , 9.5)

Differentiation ( , 9.5) Chapter 2 Differentiation (8.1 8.3, 9.5) 2.1 Rate of Change (8.2.1 5) Recall that the equation of a straight line can be written as y = mx + c, where m is the slope or graient of the line, an c is the

More information

Integration by Parts

Integration by Parts Integration by Parts 6-3-207 If u an v are functions of, the Prouct Rule says that (uv) = uv +vu Integrate both sies: (uv) = uv = uv + u v + uv = uv vu, vu v u, I ve written u an v as shorthan for u an

More information

Computing Derivatives J. Douglas Child, Ph.D. Rollins College Winter Park, FL

Computing Derivatives J. Douglas Child, Ph.D. Rollins College Winter Park, FL Computing Derivatives by J. Douglas Chil, Ph.D. Rollins College Winter Park, FL ii Computing Inefinite Integrals Important notice regaring book materials Texas Instruments makes no warranty, either express

More information

Vectors in two dimensions

Vectors in two dimensions Vectors in two imensions Until now, we have been working in one imension only The main reason for this is to become familiar with the main physical ieas like Newton s secon law, without the aitional complication

More information

Chapter 2. Exponential and Log functions. Contents

Chapter 2. Exponential and Log functions. Contents Chapter. Exponential an Log functions This material is in Chapter 6 of Anton Calculus. The basic iea here is mainly to a to the list of functions we know about (for calculus) an the ones we will stu all

More information

Ordinary Differential Equations

Ordinary Differential Equations Orinary Differential Equations Example: Harmonic Oscillator For a perfect Hooke s-law spring,force as a function of isplacement is F = kx Combine with Newton s Secon Law: F = ma with v = a = v = 2 x 2

More information

Table of Common Derivatives By David Abraham

Table of Common Derivatives By David Abraham Prouct an Quotient Rules: Table of Common Derivatives By Davi Abraham [ f ( g( ] = [ f ( ] g( + f ( [ g( ] f ( = g( [ f ( ] g( g( f ( [ g( ] Trigonometric Functions: sin( = cos( cos( = sin( tan( = sec

More information

Solutions to Practice Problems Tuesday, October 28, 2008

Solutions to Practice Problems Tuesday, October 28, 2008 Solutions to Practice Problems Tuesay, October 28, 2008 1. The graph of the function f is shown below. Figure 1: The graph of f(x) What is x 1 + f(x)? What is x 1 f(x)? An oes x 1 f(x) exist? If so, what

More information

Lecture 16: The chain rule

Lecture 16: The chain rule Lecture 6: The chain rule Nathan Pflueger 6 October 03 Introuction Toay we will a one more rule to our toolbo. This rule concerns functions that are epresse as compositions of functions. The iea of a composition

More information

1 Lecture 20: Implicit differentiation

1 Lecture 20: Implicit differentiation Lecture 20: Implicit ifferentiation. Outline The technique of implicit ifferentiation Tangent lines to a circle Derivatives of inverse functions by implicit ifferentiation Examples.2 Implicit ifferentiation

More information

Chapter 6: Integration: partial fractions and improper integrals

Chapter 6: Integration: partial fractions and improper integrals Chapter 6: Integration: partial fractions an improper integrals Course S3, 006 07 April 5, 007 These are just summaries of the lecture notes, an few etails are inclue. Most of what we inclue here is to

More information

23 Implicit differentiation

23 Implicit differentiation 23 Implicit ifferentiation 23.1 Statement The equation y = x 2 + 3x + 1 expresses a relationship between the quantities x an y. If a value of x is given, then a corresponing value of y is etermine. For

More information

Math 210 Midterm #1 Review

Math 210 Midterm #1 Review Math 20 Miterm # Review This ocument is intene to be a rough outline of what you are expecte to have learne an retaine from this course to be prepare for the first miterm. : Functions Definition: A function

More information

Mathcad Lecture #5 In-class Worksheet Plotting and Calculus

Mathcad Lecture #5 In-class Worksheet Plotting and Calculus Mathca Lecture #5 In-class Worksheet Plotting an Calculus At the en of this lecture, you shoul be able to: graph expressions, functions, an matrices of ata format graphs with titles, legens, log scales,

More information

Define each term or concept.

Define each term or concept. Chapter Differentiation Course Number Section.1 The Derivative an the Tangent Line Problem Objective: In this lesson you learne how to fin the erivative of a function using the limit efinition an unerstan

More information

Lagrangian and Hamiltonian Mechanics

Lagrangian and Hamiltonian Mechanics Lagrangian an Hamiltonian Mechanics.G. Simpson, Ph.. epartment of Physical Sciences an Engineering Prince George s Community College ecember 5, 007 Introuction In this course we have been stuying classical

More information

0.1 The Chain Rule. db dt = db

0.1 The Chain Rule. db dt = db 0. The Chain Rule A basic illustration of the chain rules comes in thinking about runners in a race. Suppose two brothers, Mark an Brian, hol an annual race to see who is the fastest. Last year Mark won

More information

d dx But have you ever seen a derivation of these results? We ll prove the first result below. cos h 1

d dx But have you ever seen a derivation of these results? We ll prove the first result below. cos h 1 Lecture 5 Some ifferentiation rules Trigonometric functions (Relevant section from Stewart, Seventh Eition: Section 3.3) You all know that sin = cos cos = sin. () But have you ever seen a erivation of

More information

Lectures - Week 10 Introduction to Ordinary Differential Equations (ODES) First Order Linear ODEs

Lectures - Week 10 Introduction to Ordinary Differential Equations (ODES) First Order Linear ODEs Lectures - Week 10 Introuction to Orinary Differential Equations (ODES) First Orer Linear ODEs When stuying ODEs we are consiering functions of one inepenent variable, e.g., f(x), where x is the inepenent

More information

Unit #6 - Families of Functions, Taylor Polynomials, l Hopital s Rule

Unit #6 - Families of Functions, Taylor Polynomials, l Hopital s Rule Unit # - Families of Functions, Taylor Polynomials, l Hopital s Rule Some problems an solutions selecte or aapte from Hughes-Hallett Calculus. Critical Points. Consier the function f) = 54 +. b) a) Fin

More information

Antiderivatives Introduction

Antiderivatives Introduction Antierivatives 40. Introuction So far much of the term has been spent fining erivatives or rates of change. But in some circumstances we alreay know the rate of change an we wish to etermine the original

More information

A Sketch of Menshikov s Theorem

A Sketch of Menshikov s Theorem A Sketch of Menshikov s Theorem Thomas Bao March 14, 2010 Abstract Let Λ be an infinite, locally finite oriente multi-graph with C Λ finite an strongly connecte, an let p

More information

Proof by Mathematical Induction.

Proof by Mathematical Induction. Proof by Mathematical Inuction. Mathematicians have very peculiar characteristics. They like proving things or mathematical statements. Two of the most important techniques of mathematical proof are proof

More information

Derivatives of Constant and Linear Functions

Derivatives of Constant and Linear Functions These notes closely follow the presentation of the material given in James Stewart s textbook Calculus, Concepts an Contexts (2n eition). These notes are intene primarily for in-class presentation an shoul

More information

ENGINEERING MATH 1 Fall 2009 VECTOR SPACES

ENGINEERING MATH 1 Fall 2009 VECTOR SPACES ENGINEERING MATH 1 Fall 2009 VECTOR SPACES A vector space, more specifically, a real vector space (as opposed to a complex one or some even stranger ones) is any set that is closed under an operation of

More information

UNDERSTANDING INTEGRATION

UNDERSTANDING INTEGRATION UNDERSTANDING INTEGRATION Dear Reaer The concept of Integration, mathematically speaking, is the "Inverse" of the concept of result, the integration of, woul give us back the function f(). This, in a way,

More information

II. First variation of functionals

II. First variation of functionals II. First variation of functionals The erivative of a function being zero is a necessary conition for the etremum of that function in orinary calculus. Let us now tackle the question of the equivalent

More information

Euler equations for multiple integrals

Euler equations for multiple integrals Euler equations for multiple integrals January 22, 2013 Contents 1 Reminer of multivariable calculus 2 1.1 Vector ifferentiation......................... 2 1.2 Matrix ifferentiation........................

More information

Implicit Differentiation. Lecture 16.

Implicit Differentiation. Lecture 16. Implicit Differentiation. Lecture 16. We are use to working only with functions that are efine explicitly. That is, ones like f(x) = 5x 3 + 7x x 2 + 1 or s(t) = e t5 3, in which the function is escribe

More information

Mathematical Sciences

Mathematical Sciences Mathematical Sciences Diagnostic Test 2014/15 User: The aim of this test is to assess your current knowlege base in certain areas of mathematics. The material is taken broaly from the Mathematics A -level

More information

Module FP2. Further Pure 2. Cambridge University Press Further Pure 2 and 3 Hugh Neill and Douglas Quadling Excerpt More information

Module FP2. Further Pure 2. Cambridge University Press Further Pure 2 and 3 Hugh Neill and Douglas Quadling Excerpt More information 5548993 - Further Pure an 3 Moule FP Further Pure 5548993 - Further Pure an 3 Differentiating inverse trigonometric functions Throughout the course you have graually been increasing the number of functions

More information

Math 1271 Solutions for Fall 2005 Final Exam

Math 1271 Solutions for Fall 2005 Final Exam Math 7 Solutions for Fall 5 Final Eam ) Since the equation + y = e y cannot be rearrange algebraically in orer to write y as an eplicit function of, we must instea ifferentiate this relation implicitly

More information

Calculus in the AP Physics C Course The Derivative

Calculus in the AP Physics C Course The Derivative Limits an Derivatives Calculus in the AP Physics C Course The Derivative In physics, the ieas of the rate change of a quantity (along with the slope of a tangent line) an the area uner a curve are essential.

More information

WJEC Core 2 Integration. Section 1: Introduction to integration

WJEC Core 2 Integration. Section 1: Introduction to integration WJEC Core Integration Section : Introuction to integration Notes an Eamples These notes contain subsections on: Reversing ifferentiation The rule for integrating n Fining the arbitrary constant Reversing

More information

Hyperbolic Functions. Notice: this material must not be used as a substitute for attending. the lectures

Hyperbolic Functions. Notice: this material must not be used as a substitute for attending. the lectures Hyperbolic Functions Notice: this material must not be use as a substitute for attening the lectures 0. Hyperbolic functions sinh an cosh The hyperbolic functions sinh (pronounce shine ) an cosh are efine

More information

Final Exam: Sat 12 Dec 2009, 09:00-12:00

Final Exam: Sat 12 Dec 2009, 09:00-12:00 MATH 1013 SECTIONS A: Professor Szeptycki APPLIED CALCULUS I, FALL 009 B: Professor Toms C: Professor Szeto NAME: STUDENT #: SECTION: No ai (e.g. calculator, written notes) is allowe. Final Exam: Sat 1

More information

Implicit Differentiation

Implicit Differentiation Implicit Differentiation Implicit Differentiation Using the Chain Rule In the previous section we focuse on the erivatives of composites an saw that THEOREM 20 (Chain Rule) Suppose that u = g(x) is ifferentiable

More information

ARAB ACADEMY FOR SCIENCE TECHNOLOGY AND MARITIME TRANSPORT

ARAB ACADEMY FOR SCIENCE TECHNOLOGY AND MARITIME TRANSPORT ARAB ACADEMY FOR SCIENCE TECHNOLOGY AND MARITIME TRANSPORT Course: Math For Engineering Winter 8 Lecture Notes By Dr. Mostafa Elogail Page Lecture [ Functions / Graphs of Rational Functions] Functions

More information

SYDE 112, LECTURE 1: Review & Antidifferentiation

SYDE 112, LECTURE 1: Review & Antidifferentiation SYDE 112, LECTURE 1: Review & Antiifferentiation 1 Course Information For a etaile breakown of the course content an available resources, see the Course Outline. Other relevant information for this section

More information

Midterm Exam 3 Solutions (2012)

Midterm Exam 3 Solutions (2012) Mierm Exam 3 Solutions (01) November 19, 01 Directions an rules. The exam will last 70 minutes; the last five minutes of class will be use for collecting the exams. No electronic evices of any kin will

More information

2.4 THE CHAIN RULE THE CHAIN RULE

2.4 THE CHAIN RULE THE CHAIN RULE 1 2.4 THE CHAIN RULE The Chain Rule is the most important and most used of the differentiation patterns. It enables us to differentiate composites of functions such as y = sin( x 2 ). It is a powerful

More information

Higher. Further Calculus 149

Higher. Further Calculus 149 hsn.uk.net Higher Mathematics UNIT 3 OUTCOME 2 Further Calculus Contents Further Calculus 49 Differentiating sinx an cosx 49 2 Integrating sinx an cosx 50 3 The Chain Rule 5 4 Special Cases of the Chain

More information

Chapter 2 Derivatives

Chapter 2 Derivatives Chapter Derivatives Section. An Intuitive Introuction to Derivatives Consier a function: Slope function: Derivative, f ' For each, the slope of f is the height of f ' Where f has a horizontal tangent line,

More information

Construction of the Electronic Radial Wave Functions and Probability Distributions of Hydrogen-like Systems

Construction of the Electronic Radial Wave Functions and Probability Distributions of Hydrogen-like Systems Construction of the Electronic Raial Wave Functions an Probability Distributions of Hyrogen-like Systems Thomas S. Kuntzleman, Department of Chemistry Spring Arbor University, Spring Arbor MI 498 tkuntzle@arbor.eu

More information

By writing (1) as y (x 5 1). (x 5 1), we can find the derivative using the Product Rule: y (x 5 1) 2. we know this from (2)

By writing (1) as y (x 5 1). (x 5 1), we can find the derivative using the Product Rule: y (x 5 1) 2. we know this from (2) 3.5 Chain Rule 149 3.5 Chain Rule Introuction As iscusse in Section 3.2, the Power Rule is vali for all real number exponents n. In this section we see that a similar rule hols for the erivative of a power

More information

Final Exam Study Guide and Practice Problems Solutions

Final Exam Study Guide and Practice Problems Solutions Final Exam Stuy Guie an Practice Problems Solutions Note: These problems are just some of the types of problems that might appear on the exam. However, to fully prepare for the exam, in aition to making

More information

2 ODEs Integrating Factors and Homogeneous Equations

2 ODEs Integrating Factors and Homogeneous Equations 2 ODEs Integrating Factors an Homogeneous Equations We begin with a slightly ifferent type of equation: 2.1 Exact Equations These are ODEs whose general solution can be obtaine by simply integrating both

More information

The Principle of Least Action

The Principle of Least Action Chapter 7. The Principle of Least Action 7.1 Force Methos vs. Energy Methos We have so far stuie two istinct ways of analyzing physics problems: force methos, basically consisting of the application of

More information

Year 11 Matrices Semester 2. Yuk

Year 11 Matrices Semester 2. Yuk Year 11 Matrices Semester 2 Chapter 5A input/output Yuk 1 Chapter 5B Gaussian Elimination an Systems of Linear Equations This is an extension of solving simultaneous equations. What oes a System of Linear

More information

1 The Derivative of ln(x)

1 The Derivative of ln(x) Monay, December 3, 2007 The Derivative of ln() 1 The Derivative of ln() The first term or semester of most calculus courses will inclue the it efinition of the erivative an will work out, long han, a number

More information

Differentiation Rules Derivatives of Polynomials and Exponential Functions

Differentiation Rules Derivatives of Polynomials and Exponential Functions Derivatives of Polynomials an Exponential Functions Differentiation Rules Derivatives of Polynomials an Exponential Functions Let s start with the simplest of all functions, the constant function f(x)

More information

Math 342 Partial Differential Equations «Viktor Grigoryan

Math 342 Partial Differential Equations «Viktor Grigoryan Math 342 Partial Differential Equations «Viktor Grigoryan 6 Wave equation: solution In this lecture we will solve the wave equation on the entire real line x R. This correspons to a string of infinite

More information

there is no special reason why the value of y should be fixed at y = 0.3. Any y such that

there is no special reason why the value of y should be fixed at y = 0.3. Any y such that 25. More on bivariate functions: partial erivatives integrals Although we sai that the graph of photosynthesis versus temperature in Lecture 16 is like a hill, in the real worl hills are three-imensional

More information

MTH 133 PRACTICE Exam 1 October 10th, Without fully opening the exam, check that you have pages 1 through 11.

MTH 133 PRACTICE Exam 1 October 10th, Without fully opening the exam, check that you have pages 1 through 11. Name: Section: Recitation Instructor: INSTRUCTIONS Fill in your name, etc. on this first page. Without fully opening the exam, check that you have pages through. Show all your work on the stanar response

More information

Calculus I Sec 2 Practice Test Problems for Chapter 4 Page 1 of 10

Calculus I Sec 2 Practice Test Problems for Chapter 4 Page 1 of 10 Calculus I Sec 2 Practice Test Problems for Chapter 4 Page 1 of 10 This is a set of practice test problems for Chapter 4. This is in no way an inclusive set of problems there can be other types of problems

More information

JUST THE MATHS UNIT NUMBER DIFFERENTIATION 2 (Rates of change) A.J.Hobson

JUST THE MATHS UNIT NUMBER DIFFERENTIATION 2 (Rates of change) A.J.Hobson JUST THE MATHS UNIT NUMBER 10.2 DIFFERENTIATION 2 (Rates of change) by A.J.Hobson 10.2.1 Introuction 10.2.2 Average rates of change 10.2.3 Instantaneous rates of change 10.2.4 Derivatives 10.2.5 Exercises

More information

Quantum Mechanics in Three Dimensions

Quantum Mechanics in Three Dimensions Physics 342 Lecture 20 Quantum Mechanics in Three Dimensions Lecture 20 Physics 342 Quantum Mechanics I Monay, March 24th, 2008 We begin our spherical solutions with the simplest possible case zero potential.

More information

QF101: Quantitative Finance September 5, Week 3: Derivatives. Facilitator: Christopher Ting AY 2017/2018. f ( x + ) f(x) f(x) = lim

QF101: Quantitative Finance September 5, Week 3: Derivatives. Facilitator: Christopher Ting AY 2017/2018. f ( x + ) f(x) f(x) = lim QF101: Quantitative Finance September 5, 2017 Week 3: Derivatives Facilitator: Christopher Ting AY 2017/2018 I recoil with ismay an horror at this lamentable plague of functions which o not have erivatives.

More information

MTH 133 Solutions to Exam 1 October 11, Without fully opening the exam, check that you have pages 1 through 11.

MTH 133 Solutions to Exam 1 October 11, Without fully opening the exam, check that you have pages 1 through 11. MTH 33 Solutions to Exam October, 7 Name: Section: Recitation Instructor: INSTRUCTIONS Fill in your name, etc. on this first page. Without fully opening the exam, check that you have pages through. Show

More information

Practice Differentiation Math 120 Calculus I Fall 2015

Practice Differentiation Math 120 Calculus I Fall 2015 . x. Hint.. (4x 9) 4x + 9. Hint. Practice Differentiation Math 0 Calculus I Fall 0 The rules of differentiation are straightforward, but knowing when to use them and in what order takes practice. Although

More information

Linear and quadratic approximation

Linear and quadratic approximation Linear an quaratic approximation November 11, 2013 Definition: Suppose f is a function that is ifferentiable on an interval I containing the point a. The linear approximation to f at a is the linear function

More information

12.11 Laplace s Equation in Cylindrical and

12.11 Laplace s Equation in Cylindrical and SEC. 2. Laplace s Equation in Cylinrical an Spherical Coorinates. Potential 593 2. Laplace s Equation in Cylinrical an Spherical Coorinates. Potential One of the most important PDEs in physics an engineering

More information

Integration: Using the chain rule in reverse

Integration: Using the chain rule in reverse Mathematics Learning Centre Integration: Using the chain rule in reverse Mary Barnes c 999 University of Syney Mathematics Learning Centre, University of Syney Using the Chain Rule in Reverse Recall that

More information

First Order Linear Differential Equations

First Order Linear Differential Equations LECTURE 6 First Orer Linear Differential Equations A linear first orer orinary ifferential equation is a ifferential equation of the form ( a(xy + b(xy = c(x. Here y represents the unknown function, y

More information

Math Chapter 2 Essentials of Calculus by James Stewart Prepared by Jason Gaddis

Math Chapter 2 Essentials of Calculus by James Stewart Prepared by Jason Gaddis Math 231 - Chapter 2 Essentials of Calculus by James Stewart Prepare by Jason Gais Chapter 2 - Derivatives 21 - Derivatives an Rates of Change Definition A tangent to a curve is a line that intersects

More information

Solving the Schrödinger Equation for the 1 Electron Atom (Hydrogen-Like)

Solving the Schrödinger Equation for the 1 Electron Atom (Hydrogen-Like) Stockton Univeristy Chemistry Program, School of Natural Sciences an Mathematics 101 Vera King Farris Dr, Galloway, NJ CHEM 340: Physical Chemistry II Solving the Schröinger Equation for the 1 Electron

More information

SYNCHRONOUS SEQUENTIAL CIRCUITS

SYNCHRONOUS SEQUENTIAL CIRCUITS CHAPTER SYNCHRONOUS SEUENTIAL CIRCUITS Registers an counters, two very common synchronous sequential circuits, are introuce in this chapter. Register is a igital circuit for storing information. Contents

More information

TAYLOR S POLYNOMIAL APPROXIMATION FOR FUNCTIONS

TAYLOR S POLYNOMIAL APPROXIMATION FOR FUNCTIONS MISN-0-4 TAYLOR S POLYNOMIAL APPROXIMATION FOR FUNCTIONS f(x ± ) = f(x) ± f ' (x) + f '' (x) 2 ±... 1! 2! = 1.000 ± 0.100 + 0.005 ±... TAYLOR S POLYNOMIAL APPROXIMATION FOR FUNCTIONS by Peter Signell 1.

More information

. Using a multinomial model gives us the following equation for P d. , with respect to same length term sequences.

. Using a multinomial model gives us the following equation for P d. , with respect to same length term sequences. S 63 Lecture 8 2/2/26 Lecturer Lillian Lee Scribes Peter Babinski, Davi Lin Basic Language Moeling Approach I. Special ase of LM-base Approach a. Recap of Formulas an Terms b. Fixing θ? c. About that Multinomial

More information

Optimization of Geometries by Energy Minimization

Optimization of Geometries by Energy Minimization Optimization of Geometries by Energy Minimization by Tracy P. Hamilton Department of Chemistry University of Alabama at Birmingham Birmingham, AL 3594-140 hamilton@uab.eu Copyright Tracy P. Hamilton, 1997.

More information

Survey Sampling. 1 Design-based Inference. Kosuke Imai Department of Politics, Princeton University. February 19, 2013

Survey Sampling. 1 Design-based Inference. Kosuke Imai Department of Politics, Princeton University. February 19, 2013 Survey Sampling Kosuke Imai Department of Politics, Princeton University February 19, 2013 Survey sampling is one of the most commonly use ata collection methos for social scientists. We begin by escribing

More information

Separation of Variables

Separation of Variables Physics 342 Lecture 1 Separation of Variables Lecture 1 Physics 342 Quantum Mechanics I Monay, January 25th, 2010 There are three basic mathematical tools we nee, an then we can begin working on the physical

More information

Optimization Notes. Note: Any material in red you will need to have memorized verbatim (more or less) for tests, quizzes, and the final exam.

Optimization Notes. Note: Any material in red you will need to have memorized verbatim (more or less) for tests, quizzes, and the final exam. MATH 2250 Calculus I Date: October 5, 2017 Eric Perkerson Optimization Notes 1 Chapter 4 Note: Any material in re you will nee to have memorize verbatim (more or less) for tests, quizzes, an the final

More information

Inverse Trig Functions

Inverse Trig Functions Inverse Trig Functions -7-08 If you restrict fx) = sinx to the interval π x π, the function increases: y = sin x - / / This implies that the function is one-to-one, an hence it has an inverse. The inverse

More information

C6-1 Differentiation 2

C6-1 Differentiation 2 C6-1 Differentiation 2 the erivatives of sin, cos, a, e an ln Pre-requisites: M5-4 (Raians), C5-7 (General Calculus) Estimate time: 2 hours Summary Lea-In Learn Solve Revise Answers Summary The erivative

More information

Diagonalization of Matrices Dr. E. Jacobs

Diagonalization of Matrices Dr. E. Jacobs Diagonalization of Matrices Dr. E. Jacobs One of the very interesting lessons in this course is how certain algebraic techniques can be use to solve ifferential equations. The purpose of these notes is

More information

Implicit Differentiation Applying Implicit Differentiation Applying Implicit Differentiation Page [1 of 5]

Implicit Differentiation Applying Implicit Differentiation Applying Implicit Differentiation Page [1 of 5] Page [1 of 5] The final frontier. This is it. This is our last chance to work together on doing some of these implicit differentiation questions. So, really this is the opportunity to really try these

More information

2Algebraic ONLINE PAGE PROOFS. foundations

2Algebraic ONLINE PAGE PROOFS. foundations Algebraic founations. Kick off with CAS. Algebraic skills.3 Pascal s triangle an binomial expansions.4 The binomial theorem.5 Sets of real numbers.6 Surs.7 Review . Kick off with CAS Playing lotto Using

More information

Inverse Functions. Review from Last Time: The Derivative of y = ln x. [ln. Last time we saw that

Inverse Functions. Review from Last Time: The Derivative of y = ln x. [ln. Last time we saw that Inverse Functions Review from Last Time: The Derivative of y = ln Last time we saw that THEOREM 22.0.. The natural log function is ifferentiable an More generally, the chain rule version is ln ) =. ln

More information

18 EVEN MORE CALCULUS

18 EVEN MORE CALCULUS 8 EVEN MORE CALCULUS Chapter 8 Even More Calculus Objectives After stuing this chapter you shoul be able to ifferentiate an integrate basic trigonometric functions; unerstan how to calculate rates of change;

More information

Derivatives and the Product Rule

Derivatives and the Product Rule Derivatives an the Prouct Rule James K. Peterson Department of Biological Sciences an Department of Mathematical Sciences Clemson University January 28, 2014 Outline Differentiability Simple Derivatives

More information

Further Differentiation and Applications

Further Differentiation and Applications Avance Higher Notes (Unit ) Prerequisites: Inverse function property; prouct, quotient an chain rules; inflexion points. Maths Applications: Concavity; ifferentiability. Real-Worl Applications: Particle

More information

The Chain Rule. Composition Review. Intuition. = 2(1.5) = 3 times faster than (X)avier.

The Chain Rule. Composition Review. Intuition. = 2(1.5) = 3 times faster than (X)avier. The Chain Rule In the previous section we ha to use a trig ientity to etermine the erivative of. h(x) = sin(2x). We can view h(x) as the composition of two functions. Let g(x) = 2x an f (x) = sin x. Then

More information