Line Integrals and Green s Theorem Jeremy Orloff

Size: px
Start display at page:

Download "Line Integrals and Green s Theorem Jeremy Orloff"

Transcription

1 Line Integrals and Green s Theorem Jerem Orloff Vector Fields (or vector valued functions) Vector notation. In 8.4 we will mostl use the notation (v) = (a, b) for vectors. The other common notation (v) = ai + bj runs the risk of i being confused with i = especiall if I forget to make i boldfaced. Definition. A vector field (also called called a vector-valued function) is a function F(, ) from 2 to 2. That is, F(, ) = (M(, ), N(, )), where M and N are regular functions on the plane. In standard phsics notation F(, ) = M(, )i + N(, )j = (M, N). Algebraicall, a vector field is nothing more than two ordinar functions of two variables. Eample GT.. Here are a number of standard eamples of vector fields. (a.) Force: constant gravitational field (a.2) Velocit: V(, ) = ( 2 + 2, F(, ) = (, g). ) ( = r 2, ) r 2. (Here r is our usual polar r.) It is a radial vector field, i.e. it points radiall awa from the origin. It is a shrinking radial field like water pouring from a source at (,). This vector field ehibits another important feature for us: it is not defined at the origin because the denominator becomes zero there. We will sa that V has a singularit at the origin. (a.3) Unit tangential field: F = (, ) /r. Tangential means tangent to circles centered at the origin. We know it is tangential because it is orthogonal to the radial vector field in (a.2). F also has a singularit at the origin. We (a.4) Gradient field: F = f, e.g., f(, ) = 2 f = ( 2, 2 ).. Visualization of vector fields This can be summarized as: draw little arrows in the plane. More specificall, for a field F, at each of a number of points (, ) draw the vector F(, ) Eample GT.2. Sketch the vector fields, (a.), (a.2) and (a.3) from the previous eample.

2 2 DEFINITION AND OMPUTATION OF LINE INTEGALS ALONG A PAAMETIZED UVE2 (a.) onstant vector field (a.2) Shrinking radial field (a.3) Unit tangential field 2 Definition and computation of line integrals along a parametrized curve Line integrals are also called path or contour integrals. We need the following ingredients: A vector field F(, ) = (M, N) A parametrized curve : r(t) = ((t), (t)), with t running from a to b. Note: since r = (, ), we have dr = (d, d). Definition. The line integral of F along is defined as F dr = (M, N) (d, d) = M d + N d. omment: The notation F dr is common in phsics and M d + N d in thermodnamics. (Though everone uses both notations.) We ll see what these notations mean in practice with some eamples. Eample GT.3. Let F(, ) = ( 2, 2 ) and let be the curve r(t) = ( t, t 2), with t running from to. ompute the line integral I = F dr. Do this first using the notation M d + N d. Then repeat the computation using the notation F dr. answer: First we draw the curve, which is the part of the parabola = 2 running from (, ) to (, ).

3 3 WOK DONE BY A FOE ALONG A UVE 3 (i) Using the notation M d + N d. We have r = (, ), so = t, = t 2. In this notation F = (M, N), so M = 2 and N = 2. We put everthing in terms of t: d = dt d = 2t dt M = (t 2 )(t 2 ) = t 4 N = t 2t 2 Now we can put all of these in the integral. Since t runs from to, these are our limits. I = M d + N d = t 4 dt + (t 2t 2 )2t dt = t 4 + 2t 2 4t 3 dt = 2 5. (ii) Using the notation F dr. Again, we have to put everthing in terms of t: F = (M, N) = ( t 4, t 2t 2) dr dt dr = (, 2t), so d r = dt = (, 2t) dt dt Thus, F dr = ( t 4, t 2t 2) (, 2t) dt = t 4 + (t 2t 2 )2t dt. So the integral becomes I = F dr = This is eactl the same integral as in method (i). t 4 + (t 2t 2 )2t dt. 3 Work done b a force along a curve Having seen that line integrals are not unpleasant to compute, we will now tr to motivate our interest in doing so. We will see that the work done b a force moving a bod along a path is naturall computed as a line integral. Similar to integrals we ve seen before, the work integral will be constructed b dividing the path into little pieces. The work on each piece will come from a basic formula and the total work will be the sum over all the pieces, i.e. an integral.

4 3 WOK DONE BY A FOE ALONG A UVE 4 3. Basic formula: work done b a constant force along a small line We ll start with the simplest situation: a constant force F pushes a bod a distance s along a straight line. Our goal is to compute the work done b the force. The figure shows the force F which pushes the bod a distance s along a line in the direction of the unit vector T. The angle between the force F and the direction T is θ. F length= s θ T=unit vector vector= r = s T We know from phsics that the work done b the force on the bod is the component of the force in the direction of motion times the distance moved. That is, work = F cos(θ) s We want to phrase this in terms of vectors. Since T = we know F T = F cos(θ). Using this in the formula for work we have work = F T s. () Equation is important and we will see it again. For now, we want to make one more substitution. We ll call the vector s T = r. This is the displacement of the bod. (Note, it is essentiall the same as our formula ds dt T = dr.) Using this, Equation becomes dt work = F r. (2) This is the basic work formula that we ll use to compute work along an entire curve 3.2 Work done b a variable force along an entire curve Now suppose a variable force F moves a bod along a curve. Our goal is to compute the total work done b the force. The figure shows the curve broken into 5 small pieces, the jth piece has displacement r j. If the pieces are small enough, then the force on the jth piece is approimatel constant. This is shown as F j. r 5 r 4 F 3 F 4 F F 2 r 3 r 2 r F 5

5 4 GAD, UL AND DIV 5 Also, if the pieces are small enough, then each segment is approimatel a straight line and the force is approimatel constant. So we can appl our basic formula for work and approimate the work done b the force moving the bod along the jth piece as W j F j r j. The total work is the sum of the work over each piece. total work = W j F j r j. Now, as usual, we let the pieces get infinitesimall small, so the sum becomes an integral and the approimation becomes eact. We get: total work = F dr. The subscript indicates that it is the curve that has been split into pieces. That is, the total work is computed as a line integral of the force over the curve! 4 Grad, curl and div Gradient. For a function f(, ): gradf = f = (f, f ). url. For a vector in the plane F(, ) = (M(, ), N(, )) we define curlf = N M. NOTE. This is a scalar. In general, the curl of a vector field is another vector field. For vectors fields in the plane the curl is alwas in the k direction, so we simpl drop the k and make curl a scalar. Sometimes it is called the bab curl. Divergence. The divergence of the vector field F = (M, N) is divf = M + N. 5 Properties of line integrals In this section we will uncover some properties of line integrals b working some eamples. Eample GT.4. First look back at the value found in Eample GT.3. Now, use the same vector field as in that eample, but, in this case, let be the straight line from (, ) to (, ), i.e. same endpoints, but different path. ompute the line integral F dr. answer: As alwas, start b sketching the curve:

6 5 POPETIES OF LINE INTEGALS 6 We ll use the notation M d + N d. Parametrize the curve: = t, = t, with t from to. Put everthing in terms of t: Now we put this into the integral I = M d + N d = d = dt d = dt M = 2 = t 3 N = 2 = t t 3 dt t dt = t 3 t dt = 4. This is a different value from Eample GT.3, which leads to the important principle: Important principle for line integrals. Line integrals over two different paths with the same endpoints ma be different. Eample GT.5. Again, look back at the value found in Eample GT.3. Now, use the same vector field and curve as Eample GT.3 ecept use the following (different) parametrization of. = sin(t), = sin 2 (t); t π/2. ompute the line integral F dr. answer: We won t sketch the curve it is identical to the one in Eample GT.3. Putting everthing in terms of t we have d = cos(t) dt We put these in the integral I = I = = = π/2 π/2 d = 2 sin(t) cos(t) dt M = 2 = sin 2 (t) sin 2 (t) = sin 4 (t) N = 2 = sin(t) 2 sin 2 (t) M d + N d and compute sin 4 (t) cos(t) dt + (sin(t) 2 sin 2 (t))2 sin(t) cos(t) dt ( sin 4 (t) + 2 sin 2 (t) 4 sin 3 (t) ) cos(t) dt (Let u = sin(t), du = cos(t) dt.) = 2 5. u 4 + 2u 2 4u 3 du

7 5 POPETIES OF LINE INTEGALS 7 This is the same value we got in Eample GT.3! In fact, the u substitution led to eactl the same integral! This leads us to the important principle: Important principle for line integrals. The parametrization of the curve doesn t affect the value of line the integral over the curve. You should note that our work with work make this reasonable, since we developed the line integral abstractl, without an reference to a parametrization. 5. List of properties of line integrals. Independent of parametrization: The value of the line integral F dr is independent of the parametrization of. 2. eversing direction on the curve changes the sign: If is a curve, then we write for the same curve traversed in the opposite direction. In this case F dr = F dr. (See the net eample.) Eample GT.6. Let be the curve from Eample GT.3. Sketch and and give a parametrization of. answer: follows the parabola = 2 from (,) to (,), so the curve covers the same section of the parabola, but goes from (,) to (,), i.e. we reversed the direction of the arrow. goes from (,) to (,) goes from (,) to (,) The curve can be parametrized as r(t) = ( t, t 2), with t running from to. The easiest wa to reverse this is to have t run from to With this parametrization the t limits on the integral are reversed, which, we know from 8., changes the sign of the integral. If ou insist on an increasing parameter, we can parametrize b r(u) = ( u, ( u) 2), with u runnning from to. 3. (Intrinsic formula) We can write the line integral as F dr = F T ds where T = unit tangent vector to and ds = differential of arclength.

8 6 ETANGULA AND IULA PATHS 8 eason: We know from our work on parametrized curves that dr dt = Tds. So, dr = T ds. dt (A comparison of Equations and 2 above, essentiall shows the same thing.) 4. If is a closed curve we use the notation F dr = M d + N d. The little circle on the integral sign indicates the curve is closed, i.e. starts and ends at the same point. 6 ectangular and circular paths Eample GT.7. Evaluate I = from (,) to (,) shown below. d + ( + 2) d (, ) where is the rectangular path 2 answer: The path is given in two pieces labeled and 2. This means we will have to split the integral into two pieces, i.e. I = d + ( + 2) d = d + ( + 2) d + d + ( + 2) d. 2 We ll do the integration one piece at a time. First, d + ( + 2) d. Parametrize : We ll use as the parameter: Put everthing in terms of : =, =, with running from to =, =, d = d, d =, M =, N (skip, since d = ). Put this in the integral and compute: M d + N d = M d = Net, the integral over 2. d =. Parametrize 2 : Use parameter : =, =, runs from to. Put everthing in terms of : =, =, d =, d = d, M (skip, since d = ), N = + 2 = + 2

9 7 SOME SUPE-DUPE, EALLY SEIOUSLY IMPOTANT EXAMPLES 9 Put this in the integral and compute M d + N d = N d = 2 2 Adding, the pieces we have I = 2 =. + 2 d = 2. Shorthand. Because d = on and d = on 2 we can write M d + N d = + 2 M d + N d. 2 Using the shorthand will save us some writing in the future. Eample GT.8. Evaluate I = d + d where is the unit circle traversed in a counterclockwise (W) direction. answer: Parametrization: = cos(t), = sin(t), t 2π. So, d = cos(t) dt, d = sin(t) dt. We get I = 2π sin t( sin t) dt + cos t(cos t) dt = 2π dt = 2π. 7 Some super-duper, reall seriousl important eamples In these eamples we are going to integrate a tangential field around a closed loop. These will be ke computations as we eplore Green s theorem and gradient fields. In the following r is the usual polar distance r 2 = Eample GT.9. Let F =, r 2 r, and let be the unit circle traversed in a counterclockwise (W) direction. ompute I = F 2 dr answer: Sketch and the vector field F.

10 7 SOME SUPE-DUPE, EALLY SEIOUSLY IMPOTANT EXAMPLES Parametrize : = cos(t), = sin(t), t 2π. Put everthing in terms of t: (Note, on the unit circle r =.) d = cos(t) dt, d = sin(t) dt, M = r 2 = sin(t), N = r 2 = cos(t). Put this in the integral and compute: I = 2π sin(t)( sin(t)) dt + cos(t)(cos(t)) dt = 2π sin 2 (t) + cos 2 (t) dt = 2π dt = 2π. Eample GT.. Let F be the same as the previous eample. Let 2 be the unit circle centered on (2,) traversed counterclockwise. ompute I 2 = F dr. 2 answer: Parametrize 2 : = 2 + cos(t), = sin(t), t from to 2π. Put everthing in terms of t: (Note, r 2 is not constant.) d = sin(t) dt d = cos(t) dt Put this in the integral: I 2 = M d + N d = 2 r 2 = = (2 + cos(t)) 2 + sin 2 (t) = cos(t) M = r 2 = sin(t) cos(t) N = r 2 = 2 + cos(t) cos(t) 2π sin 2 (t) + 2 cos(t) + cos 2 (t) cos(t) O! We put this into Wolfram Alpha and found I 2 =. dt = 2π + 2 cos(t) cos(t) dt Note. We should suspect that the value of is no accident. This is true and we will see it easil once we learn Green s theorem. Avoiding actuall computing an integral like this should be motivation enough for us to learn Green s theorem. 8. challenge. ompute the integral for I 2. Hints: You can use the substitution u = tan(t/2) and partial fractions. It s best to use smmetr and compute 2 times the integral from to π.

11 8 GADIENT AND ONSEVATIVE FIELDS 8 Gradient and conservative fields We will now focus on the important case where F is a gradient field. That is, for some function f(, ), F = f = (f, f ). Note. We will learn to call f a potential function for F. 8. The fundamental theorem for gradient fields Theorem GT.. (fundamental theorem for gradient fields) Suppose that F = f is a gradient field and is an path from point P to point Q. The fundamental theorem for vector fields sas F dr = f(, ) Q P = f(q) f(p ) = f(, ) f(, ). (3) where P = (, ) and Q = (, ). That is, for gradient fields the line integral depends onl on the endpoints of the path and is independent of the path taken. 2 Q = (, ) P = (, ) If F = f then F dr = F dr = f(q) f(p ). 2 The proof of the fundamental theorem is given after the net eample Eample GT.2. Let f(, ) = and let be the curve shown. ompute F = f and compute F dr two was: (i) directl as a line integral, (ii) using the fundamental theorem. (, 2) (, )

12 8 GADIENT AND ONSEVATIVE FIELDS 2 answer: F(, ) = f (f, f ) = ( 3 + 2, 3 2) (i) Parametrize : = t, = 2t, t runs from to. Write everthing in terms of t: d = dt, d = 2 dt, M = = 8t 3 + 2t, M = 3 2 = 2t 3. Put all this into the integral and compute: F dr = ( 3 + 2) d d = (ii) B the fundamental theorem F dr = You decide which method is easier! (8t 3 + 2t) dt + 2t 3 2 dt = f dr = f(, 2) f(, ) = 9. 32t 3 + 2t dt = Proof of the fundamental theorem Proof. The proof uses the definition of line integral together with the chain rule and the usual fundamental theorem of calculus. We assume the following: (i) F = f (ii) The curve is parametrized b r(t) = ((t), (t)), with t running from t to t and r(t ) = P, r(t ) = Q. First recall the for a parametrized curve r(t) the chain rule sas So, F dr = df(r(t)) dt f dr = d = f dt + f d dt t t = f dr dt. f dr t dt dt = df(r(t)) dt t dt = f(r(t)) t t = f(r(t )) f(r(t )) = f(q) f(p ) QED 8.3 Path independence Definition. For a vector field F we sa that the line integrals F dr are path independent if for an two points P and Q the integral ields the same value for ever path connecting P to Q. From thefundamental theorem we can conclude: if F = f is a gradient field, then the integrals F dr are path independent.

13 8 GADIENT AND ONSEVATIVE FIELDS 3 The following theorem offers an alternative wa to epress path independence. Theorem GT.3. For a given vector field F, the line integrals F dr independent is equivalent to F dr = for an closed path c. c Proof. To show equivalence we need to show two things: (i) Path independence implies the line integral around an closed path is. (ii) The line integral around all closed paths is implies path independence. are path Proof (i). To start, note that the constant path where r(t) = P, with t running from to has line integral F dr = F dt =. Assume path independence and consider the closed path c shown in Figure (i) below. Since both c and have the same start and end points, path independence sas the line integrals are the same, i.e. F dr = c F dr =. This proves (i). (ii) Assume F dr = c for an closed curve. onsider two paths between P and Q as shown in Figure (ii). The curve c = 2 is a closed curve starting and ending at P. Therefore, b assumption F dr =. So c = F dr = c F dr = 2 F dr F dr 2 This implies F dr = F dr. That is, the integral is the same for all paths from P 2 to Q, i.e. the line integrals are path independent. P = Q c Q 2 P Figure (i) Figure (ii) 8.4 onservative vector fields Given a vector field F, Theorem GT.3 in the previous section said that the line integrals of F were path independent is equivalent to the line integral of F around an closed path

14 8 GADIENT AND ONSEVATIVE FIELDS 4 is. Following phsics terminolog, we call such a vector field a conservative vector field. The fundamental theorem sas the if F is a gradient field: F = f, then the line integral F dr is path independent. That is, a gradient field is conservative. The following theorem sas that the converse is also true on connected regions. B a connected region we mean that an two points in the region can be connected b a continuous path that lies entirel in the region. Theorem GT.4. A conservative field on a connected region is a gradient field. Proof. all the region D. We have to show that if we have a conservative field F = (M, N) on D the there is a potential function f with F = f. The eas part will be defining f. The trickier part will be showing that its gradient is F. So, first we define f: Fi a point (, ) in D. Then for an point (, ) in D we define f(, ) = F dr, where γ is an path from (, ) to (, ). γ Path independence guarantees that f(, ) is well defined, i.e. it doesn t depend on the choice of path. Now we need to show that F = f, i.e if F = (M, N), then we need to show that f = M and f = N. We ll show the first case, the case f = N is essentiall the same. First, note that b definition df( + t, ) f (, ) = dt. t= The function f( + t, ) is defined in terms of a line integral. So, we need to write down this integral and differentiate it. In the figure below, f(, ) is the integral along the path γ from (, ) to (, ) and f( + t, ) is the integral along γ + γ 2, where γ 2 is the horizontal line segment from (, ) to ( + t, ). This means that f( + t, ) = F dr + F dr = f(, ) + F dr. γ γ 2 γ 2 D (, ) γ 2 ( + t, ) γ (, ) We need to parameterize the horizontal segment γ 2. Notationwise, the letters, and t are alread taken, so we let γ 2 (s) = (u(s), v(s), where u(s) = + s, (s) = ; with s t

15 9 POTENTIAL FUNTIONS 5 On this segment du = ds and d =. So, f( + t, ) = f(, ) + t M( + s, ) ds The piece f(, ) is constant as t varies, so the fundamental theorem of calculus sas that Setting t = we have f (, ) = df( + t, ) dt df( + t, ) dt = M( + t, ). = M(, ). t= This is eactl what we needed to show! We summarize in a bo: On a connected region a conservative field is a gradient field. Eample GT.5. If F is the electric field of an electric charge it is conservative. Eample GT.6. A gravitational field of a mass is conservative. 9 Potential functions Definition. If F = f is a gradient vector field then we call f a potential function for F. Note. The usual phsics terminolog would be to call f the potential function for F. This section is devoted to answering two questions.. How do we know if a vector field F is a gradient vector field, i.e. if F = f for some potential function f? 2. If it eists, how do we find the potential function f? 9. First answers to our questions Theorem GT.7. Suppose F = (M, N). We have the following answer to our two questions. (a) If F = f, then M = N, i.e. M = N. (b) If M = N in the whole plane then F is a gradient vector field, i.e F = f for some potential function f. (c) If F is conservative on a connected region, then F is a gradient field. Notes. The restriction that F is defined on the whole plane is too stringent for our needs. Below, we will give what we call the Potential theorem, which onl requires that F be defined and differentiable on what is called a simpl connected region. Proof of (a). If F = (M, N) = f then M = f and N = f. This implies, M = f and N = f, i.e M = N. QED. (Provided f has continuous second partials.)

16 9 POTENTIAL FUNTIONS 6 The proof of (b) will be postponed until after we have proved Green s theorem and we can state the Potential theorem. Part (c) is just a restatement of Theorem GT.4. The eamples below will show how to find f Eample GT.8. For which values of the constants a and b will F = ( a, 2 + b ) be a gradient field? answer: M = a, N = 2. To appl the theorem we need M = N in the entire plane. So, a = 2 and b is arbitrar. Eample GT.9. Is F = ( (3 2 + ), e ) conservative? answer: First we check if it is a gradient field: We write F = (M, N) = ( 3 2 +, e ). Then, M =, N = e. Since M N, F is not a gradient field. Now, Theorem GT.7(c) sas it can t be conservative. (, ) Eample GT.2. Is conservative? answer: NO! The reasoning is a little trickier than in the previous eample. First, it is not hard to compute that M = 2 2 ( ) 2 = N. BUT, since the field is not defined for all (, ), Theorem GT.7(b) does not appl. So, all we can sa at this point is that we haven t ruled out its being conservative. To show that it s not conservative we will find a closed path where the line integral is not. In fact, we will use our super-duper important eample from above. Let = unit circle parametrized b = cos(t), = sin(t). Writing everthing in terms of t: d = sin(t) dt, d = cos(t) dt, M = = sin(t), N = = cos(t). Putting this in the line integral F dr = M d + N d = 2π Since this is not, the field is not conservative. Eample GT.2. Is F = (, ) conservative? sin 2 (t) + cos 2 (t) dt = 2π dt = 2π answer: Again it is eas to check that N = M, BUT since F is not defined at (, ) Theorem GT.7(b) does not appl. HOWEVE, it turns out that F = ln( ) = ln r Since F is a gradient field, it is conservative. (Officiall, we should sa, F is conservative on the region consisting of the plane minus the origin.)

17 9 POTENTIAL FUNTIONS Finding the potential function We will show two methods for finding the potential functions. In general, for 8.4 the method of integrating along a rectangular path is more relevant. Eample GT.22. Show that F = ( , ) is conservative and find the potential function f such that F = f. answer: We have F = (M, N), where M = , N = First, M = 6 = N. Since F is defined for all (, ) Theorem GT.7 implies F is a gradient field, hence conservative. Method for finding f. Since F is a gradient field we know F dr = f(q) f(p ) for an path from P to Q. We make use of this b letting be a rectangular path from the origin to an arbitrar point Q = (, ) (see figure). 2 Q = (, ) ectangular path from the origin to Q. We know F dr = f(, ) f(, ). So + 2 f(, ) = F dr + f(, ). + 2 On the rectangular path shown d = on and d = on 2. Therefore, F dr = + 2 N d + M d. 2 These integrals are straightforward to compute. We do each one separatel. Integral over : Parametrize : parameter = : =, =, runs from to. Put everthing we need in terms of the parameter : Put this in the integral and compute d = d, N = = 6. N d = Integral over 2 : Parameter = : =, =, runs from to. 6 d = 3 2.

18 9 POTENTIAL FUNTIONS 8 Put everthing we need in terms of the parameter : d = d, M = = Put this in the integral and compute (remember is a constant): M d = d = So, f(, ) f(, ) = F dr = Now, we are free to choose an value for f(, ), i.e. it is an arbitrar constant of integration c. So, dropping the subscripts on and, we have Method 2 for finding f. f(, ) = c. We know M = f and N = f. We start b integrating M with respect to. f = f(, ) = g(). The function g() is the constant of integration with respect to. Now f = N, so differentiating our epression for f we get f = g () = N = Thus, g () = 6, which implies g() = c. Using this in our epression for f, we have (Same as method.) f(, ) = g() = c. Eample GT.23. Let F = ( ( + 2 ), ( ) ). Show that F is a gradient field and find the potential function using both methods. answer: Testing the partials we have: M = 2 = N, F defined on all (, ). Thus, b Theorem GT.7, F is conservative. Method : Use the path shown. 2 Q = (, ) We know f(, ) f(, ) = + 2 F dr = M d + 2 N d, Parametrize : =, =, runs from to. In terms of the parameter along : d = d, M = + 2 =.

19 GEEN S THEOEM 9 Integrating: M d = d = 2 2. Parametrize 2 : =, =, runs from to. In terms of the parameter along 2 : d = d, N = Integrating: N d = d = So, f(, ) = F dr + f(, ) = f(, ). Letting f(, ) = c and dropping the subscripts on, we have f(, ) = c. Method 2. Since, in 8.4, we are less interested in method 2, we ll leave this to the reader. Green s theorem Green s theorem is the one of the big theorems of multivariable calculus. It relates line integrals and area integrals. Using this relation we can often compute a seemingl difficult integral without integration or reduce it to an eas integral. At the this section we will describe how it is analogous to the fundamental theorem of calculus.. Simple closed curves Definition. A simple closed curve is a closed curve with no self-intersection. A simple closed curve has a well-defined interior. all the interior. We sa that is positivel oriented if is alwas on the left as ou traverse the curve. We call the boundar of. Three positivel oriented simple closed curves bounding a region losed but not simple Note. For smooth curves like the ones shown above the interior is eas to define. For an arbitrar simple closed curves, showing that it has a well-defined interior is more subtle. The theorem that proves this is called the Jordan curve theorem.

20 GEEN S THEOEM 2.2 Green s theorem Theorem GT.24. Green s theorem. Let be a positivel oriented simple closed curve with interior region. We assume is piecewise smooth (a few corners are oka). If the vector field F = (M, N) is defined and differentiable on then M d + N d = N M da. (4) In two dimensions we define curlf = N M. So, in vector form, Green s theorem is written F dr = curlf da. Eample GT.25. (Using the right hand side of Equation 4 to find the left hand side.) Use Green s theorem to compute I = d ( + ) d where is the circle shown. a answer: The line integral is of the form on the left hand side of Green s theorem. So, b Green s theorem we can convert the line integral to an area integral. In the line integral M = 3 2 2, N = 2 2 ( + ), so N M = = 4. Therefore, I = d ( + ) d = N M d d = 4 d d. We could compute this directl, but here s a trick. We know the center of mass is cm = d d = a. A Since area A = πa 2, we have d d = πa 3, so I = 4πa 3. Eample GT.26. (Using the left hand side of Equation 4 to find the right hand side.) Use Green s theorem to find the area under one arch of the ccloid. answer: Our strateg is to use Green s theorem to replace the area integral with a line integral. The figure shows one arch of the ccloid. The region is under the arch and above the -ais. The boundar of the region is = + 2.

21 GEEN S THEOEM 2 2a 2 πa 2πa The trick is to use the vector field F = (, ), so curlf = N M =. With this F, Green s theorem sas F dr = d = N M da = da = area That is, the area is equal to the line integral usual: Parametrize : =, =, runs from to 2πa. So, d. We compute the line integral as d = d, d =, M = =, N (skip N because d = ). Thus F dr =. Parametrize 2 : = a(θ sin(θ)), = a( cos(θ)), θ runs from 2π to. direction θ runs.) So, (Note the d = a( cos(θ)) dθ, d (skip d because N = ), M = = a( cos(θ)), N =. omputing the integral over 2 : 2π F dr = d = a 2 ( cos(θ)) 2 dθ = a 2 ( cos(θ)) 2 dθ = 3πa π (The integral is easil computed b epanding the square and using the half-angle formula.) Adding the two integrals: the area under one arch of the ccloid is 3πa 2..3 Other was to compute area using line integrals The ke to the previous eample was that for F = (, ) we had curlf = N M =. There are other vector fields with the propert curlf =. For eample, F = (, ) or F = ( /2, /2). Using Green s theorem we have Area of = d d = d + d. 2 Here is the positivel oriented curve that bounds..4 Proof of Green s theorem (i) First we ll work on the rectangle shown. Later we ll use a lot of rectangles to approimate an arbitrar region.

22 GEEN S THEOEM 22 d c a b (ii) We ll simplif a bit and assume N =. The proof when N is essentiall the same with a bit more writing. First we consider the right hand side of Green s theorem (Equation 4). B direct calculation (assuming N = ), the right hand side is M da = b d a c M (, ) d d. The inner integral is the integral with respect to of a derivative with respect to. That is, we can compute it using the fundamental theorem of calculus. d c M (, ) d = M(, ) d c = M(, d) + M(, c) Putting this into the outer integral we have shown that M b da = M(, c) M(, d) d. (5) a Net we consider the left hand side of Equation 4. We have (remember N = ) to compute M d. has four sides we parametrized each one: So, M d = bottom: =, = c, runs from a to b, d = d = top: =, = d, runs from b to a, d = d sides: skip because d =. bottom b a M d + M(, c) d + top a b M d M(, d) d = (since d = along the sides) b a M(, c) M(, d) d. (6) omparing Equations 5 and 6 we find that we have proved Green s theorem for the rectangle. Net we ll use rectangles to build up an arbitrar region. We start b stacking two rectangles on top of each other. For line integrals when adding two rectangles with a common edge the common edges are traversed in opposite directions. So, the sum of the line integrals over the two rectangles equals the line integral over the outside boundar.

23 ANALOGY TO THE FUNDAMENTAL THEOEM OF ALULUS 23 = Similarl when adding a lot of rectangles: everthing cancels ecept the outside boundar. This etends Green s theorem on a rectangle to Green s theorem on a sum of rectangles. Since an region can be approimated as closel as we want b a sum of rectangles, Green s theorem must hold on arbitrar regions. (See figure below.) An region and boundar can be approimated as a sum of rectangles. Analog to the fundamental theorem of calculus M We saw in the proof of Green s theorem that at one ke step we had to integrate d. To do this we literall used the fundamental theorem. There is another wa to view this connection. We will be rather informal in describing it, but it can be made formal and has deep and wide-ranging applications in math and science. To set up the analog we recall the fundamental theorem of calculus b a F () d = F (b) F (a) Here s a picture of the domain of integration: a b Notice that the left hand side of the fundamental theorem involves the integral of the derivative of F over a region (interval), and the right hand side is a sum of F itself over the boundar (endpoints) of the region.

24 2 SIMPLY ONNETED EGIONS 24 Likewise, Green s theorem sas curlf da = F dr. The left hand side involves the integral of a derivative of F (i.e. curlf = N M ) over a region, and the right hand side is an integral (i.e. a sum ) of F itself over the boundar of the region. This is eactl the same language we used to describe the fundamental theorem of calculus. 2 Simpl connected regions We will need the topological notion of a simpl connected region. We will stick with an informal definition of simpl connected that will be sufficient for our purposes. (For those who are interested: We will assume that a simple closed curve has an inside and an outside. This is intuitive and is eas to show if is a smooth curve, but turns out to surprisingl hard if we allow to be strange, e.g. a Koch snowflake.) Definition: A region D in the plane is called simpl connected if, for ever simple closed curve that lies entirel in D the interior of also lies entirel in D. Eamples: D D 2 D 3 D 4 D 5 = whole plane D-D5 are simpl connected, since for an simple closed curve inside them its interior is entirel inside the region. This is sometimes phrased as each region has no holes. Note. An alternative definition, which works in higher dimensions is that the region is simpl connected if an curve in the region can be continuousl shrunk to a point without leaving the region. The regions at below are not simpl connected. That is, the interior of the curve is not entirel in the region. Annulus Puntured plane

25 3 POTENTIAL THEOEM AND ONSEVATIVE FIELDS 25 3 Potential theorem and conservative fields As an application of Green s theorem we can now give a more complete answer to our question of how to tell if a field is conservative. The theorem does not have a standard name, so we choose to call it the Potential theorem. You should check that it is largel a restatement for simpl connected regions of Theorem GT.7 above. Theorem GT.27. (Potential theorem) Take F = (M, N) defined and differentiable on a region D. (a) If F = f then curlf = N M =. (b) If D is simpl connected and curlf = on D, then F = f for some f. Notes.. We know that on a connected region, being a gradient field is equivalent to being conservative. So we can restate the Potential theorem as: On a simpl connected region, F is conservative is equivalent to curlf =. 2. ecall that once we know work integral is path independent, we can compute the potential function f b picking a base point P in D and letting f(q) = F dr, where is an path in D from P to Q. Proof of (a): This was proved in Theorem GT.7. Proof of (b): Suppose is a simple closed curve in D. Since D is simpl connected the interior of is also in D. Therefore, using Green s theorem we have, F dr = curlf da =. D This shows that F is conservative in D. Therefore b Theorem GT.4, F is a gradient field. Summar: Suppose the vector field F = (M, N) is defined on a simpl connected region D. Then, the following statements are equivalent. () (2) Q P F dr is path independent. F dr = for an closed path.

26 4 EXTENDED GEEN S THEOEM 26 (3) F = f for some f in D (4) F is conservative in D. If F is continuousl differentiable then, 2, 3, 4 all impl 5: (5) curlf = N M = in D 3. Wh we need simpl connected in the Potential theorem The basic idea is that if there is a hole in D, then F might not be defined on the interior of. This is illustrated in the net eample. Eample GT.28.(What can go wrong if D is not simpl connected.) Here we will repeat the super-duper reall important Eample GT.9. (, ) Let F = r 2 ( tangential field ). F is defined on D = plane - (,) = punctured plane Puntured plane Several times now we have shown that curlf =. (If ou ve forgotten this, ou should recompute it now.) We also know that on an circle of radius a centered at the origin F dr = 2π. So, the conclusion of the above theorem that curlf = implies F is conservative does not hold. The problem is that D is not simpl connected and, in fact, F is not defined on the entire region inside, so we are not able to appl Green s theorem to conclude that the line integral is. 4 Etended Green s theorem We can etend Green s theorem to a region which has multiple boundar curves. The figures below show regions bounded b 2 or more curves. You will see that this gives us awa to work around singularities in the field F. 4. egions with multiple boundar curves onsider the following three regions.

27 4 EXTENDED GEEN S THEOEM 27 B 3 A The region on the left, A is bounded b and 2. We sa that the boundar is + 2. Note that the wa it is drawn, the region is alwas to the left as ou traverse either boundar curve. The region on the right, is bounded b 7 and 8. We sa that the boundar is 7 8. The reason for the minus sign is that the boundar curves should be oriented so that the region is to our left as ou traverse the curve. As shown, the region is to the right of 8, but to the left of 8. Likewise, in the middle figure, B has boundar You should check that our signs are consistent with the orientation of the curves. 4.2 Etended Green s theorem Theorem GT.29. Etended Green s theorem. Suppose A is the region in the left-hand figure above then, for an vector field F differentiable in all of A we have F dr = curlf d d. + 2 A Likewise for more than two curves: If B has boundar and F is differentiable on all of B then F dr = curlf d d B Proof. We will prove the formula for A. The case of more than two curves is essentiall the same. The ke is to make the cut shown in the figure below, so that the resulting curve is simple. 3 3 A 2 In the figure the curve surrounds the region A. (You have to imagine that the cut is infinitesimall wide so 3 and 3 are right on top of each other.) Now the original Green s theorem applies: F dr = curlf d d

28 4 EXTENDED GEEN S THEOEM 28 Since the contributions of 3 and 3 will cancel, we have proved the etended form of Green s theorem. F dr = curlf d d. QED + 2 (, ) Eample GT.3. Again, let F be the tangential field F = r 2. What values can F dr take for a simple closed positivel oriented curve that doesn t go through the origin? answer: We have two cases (i) does not go around ; (ii) 2 goes around 2 2 ase (i) We know F is defined and curlf = in the entire region inside, so Green s theorem implies F dr = curlf d d =. ase (ii) We can t appl Green s theorem directl because F is not defined everwhere inside 2. Instead, we use the following trick. Let 3 be a circle centered on the origin and small enough that is entirel inside The region 2 has boundar 2 3 and F is defined and differentiable in 2. We know that curlf = in 2, so etended Green s theorem implies F dr = 2 3 curlf d d =. 2 So F dr = 2 F dr. 3 Since 3 is a circle centered on the origin we can compute the line integral directl we ve

29 5 ONE MOE EXAMPLE 29 done this man times alread. F dr = 2π. 3 Therefore, for a simple closed curve and F as given, the line integral 2π or, depending on whether surrounds the origin or not. Answer to the question: The onl possible values are and 2π. F dr is either Eample GT.3. Use the same F as in the previous eample. What values can the line integral take if is not simple. answer: If is not simple we can break it into a sum of simple curves. 2 In the figure, we can think of the entire curve as + 2. Since each of these curves surrounds the origin we have F dr = + 2 F dr + F dr = 2π + 2π = 4π. 2 In general, F dr = 2πn, where n is the number of times goes around (,) in a counterclockwise direction. Aside for those who are interested: The integer n is called the winding number of around. The number n also equals the number of times crosses the positive -ais, counting + if it crosses from below to above and if it crosses from above to below. 5 One more eample Eample GT.32. Let F = r n (, ). For n, F is defined on the entire plane. For n <, F is defined on the -plane minus the origin (the punctured plane). Use etended Green s theorem to show that F is conservative on the punctured plane for all integers n. Then, find a potential function. answer: We start b computing the curl: M = r n M = nr n 2 N = r n N = nr n 2

30 5 ONE MOE EXAMPLE 3 So, curlf = N M =. To show that F is conservative in the punctured plane, we will show that all simple closed curves that don t go through the origin. F dr = for If is a simple closed curve not around then F is differentiable on the entire region inside and Green s theorem implies F dr = curlf d d =. If is a simple closed curve that surrounds, then we can use the etended form of Green s theorem as in Eample GT.3 2 We put a small circle 2 centered at the origin and inside. Since F is radial, it is orthogonal to 2. So, on 2, F dr =, which implies F dr =. 2 Now, on the region with boundar 2 we can appl the etended Green s theorem F dr = curlf d d =. 2 Thus, F dr = F dr, which, as we saw, equals. 2 Thus F dr = for all closed loops, which implies F is conservative. QED To find the potential function we use method over the curve = + 2 shown. 2 (, ) (, ) The following calculation works for n 2. For n = 2 everthing is the same ecept we get natural logs instead of powers. Parametrize using : =, = ; from to. So,

31 5 ONE MOE EXAMPLE 3 d =, d = d, skip M, since d =, N = r n = ( + 2 ) n/2. So, F dr = M d + N d = ( + 2 ) n/2 d = ( + 2 ) (n+2)/2 (u-substitution: u = + 2 ) n + 2 Parametrize 2 using : =, = ( + 2 )(n+2)/2 n + 2 2(n+2)/2 n + 2. = ; from to. So, d = d, d =, M = r n = ( 2 + ) 2 n/2 skip, N since d =. So, F dr = M d + N d = ( 2 + ) 2 n/2 d 2 2 = (2 + 2 )(n+2)/2 (u-substitution: u = n + 2 ) = (2 + 2 )(n+2)/2 n + 2 ( + 2 )(n+2)/2. n + 2 Adding these we get f(, ) f(, ) = (2 + 2 )(n+2)/2 2 (n+2)/2. So, n + 2 f(, ) = rn+2 n c. (If n = 2 we get f(, ) = ln r +.) (Note, we ignored the fact that if (, ) is on the negative -ais we shoud have used a different path that doesn t go through the origin. This isn t reall an issue because we know there is a potential function. Because our function f is known to be a potential function everwhere ecept the negative -ais, b continuit it also works on the negative -ais.)

Green s Theorem Jeremy Orloff

Green s Theorem Jeremy Orloff Green s Theorem Jerem Orloff Line integrals and Green s theorem. Vector Fields Vector notation. In 8.4 we will mostl use the notation (v) = (a, b) for vectors. The other common notation (v) = ai + bj runs

More information

ES.182A Topic 41 Notes Jeremy Orloff. 41 Extensions and applications of Green s theorem

ES.182A Topic 41 Notes Jeremy Orloff. 41 Extensions and applications of Green s theorem ES.182A Topic 41 Notes Jerem Orloff 41 Etensions and applications of Green s theorem 41.1 eview of Green s theorem: Tangential (work) form: F T ds = curlf d d M d + N d = N M d d. Normal (flu) form: F

More information

ES.182A Topic 36 Notes Jeremy Orloff

ES.182A Topic 36 Notes Jeremy Orloff ES.82A Topic 36 Notes Jerem Orloff 36 Vector fields and line integrals in the plane 36. Vector analsis We now will begin our stud of the part of 8.2 called vector analsis. This is the stud of vector fields

More information

18.02 Review Jeremy Orloff. 1 Review of multivariable calculus (18.02) constructs

18.02 Review Jeremy Orloff. 1 Review of multivariable calculus (18.02) constructs 18.02 eview Jerem Orloff 1 eview of multivariable calculus (18.02) constructs 1.1 Introduction These notes are a terse summar of what we ll need from multivariable calculus. If, after reading these, some

More information

Topic 3 Notes Jeremy Orloff

Topic 3 Notes Jeremy Orloff Topic 3 Notes Jerem Orloff 3 Line integrals and auch s theorem 3.1 Introduction The basic theme here is that comple line integrals will mirror much of what we ve seen for multivariable calculus line integrals.

More information

MATH Line integrals III Fall The fundamental theorem of line integrals. In general C

MATH Line integrals III Fall The fundamental theorem of line integrals. In general C MATH 255 Line integrals III Fall 216 In general 1. The fundamental theorem of line integrals v T ds depends on the curve between the starting point and the ending point. onsider two was to get from (1,

More information

is the two-dimensional curl of the vector field F = P, Q. Suppose D is described by a x b and f(x) y g(x) (aka a type I region).

is the two-dimensional curl of the vector field F = P, Q. Suppose D is described by a x b and f(x) y g(x) (aka a type I region). Math 55 - Vector alculus II Notes 4.4 Green s Theorem We begin with Green s Theorem: Let be a positivel oriented (parameterized counterclockwise) piecewise smooth closed simple curve in R and be the region

More information

Conservative fields and potential functions. (Sect. 16.3) The line integral of a vector field along a curve.

Conservative fields and potential functions. (Sect. 16.3) The line integral of a vector field along a curve. onservative fields and potential functions. (Sect. 16.3) eview: Line integral of a vector field. onservative fields. The line integral of conservative fields. Finding the potential of a conservative field.

More information

11.4 Polar Coordinates

11.4 Polar Coordinates 11. Polar Coordinates 917 11. Polar Coordinates In Section 1.1, we introduced the Cartesian coordinates of a point in the plane as a means of assigning ordered pairs of numbers to points in the plane.

More information

MTH234 Chapter 16 - Vector Calculus Michigan State University

MTH234 Chapter 16 - Vector Calculus Michigan State University MTH234 hapter 6 - Vector alculus Michigan State Universit 4 Green s Theorem Green s Theorem gives a relationship between double integrals and line integrals around simple closed curves. (Start and end

More information

Solutions for the Practice Final - Math 23B, 2016

Solutions for the Practice Final - Math 23B, 2016 olutions for the Practice Final - Math B, 6 a. True. The area of a surface is given by the expression d, and since we have a parametrization φ x, y x, y, f x, y with φ, this expands as d T x T y da xy

More information

(a) We split the square up into four pieces, parametrizing and integrating one a time. Right side: C 1 is parametrized by r 1 (t) = (1, t), 0 t 1.

(a) We split the square up into four pieces, parametrizing and integrating one a time. Right side: C 1 is parametrized by r 1 (t) = (1, t), 0 t 1. Thursda, November 5 Green s Theorem Green s Theorem is a 2-dimensional version of the Fundamental Theorem of alculus: it relates the (integral of) a vector field F on the boundar of a region to the integral

More information

11.1 Double Riemann Sums and Double Integrals over Rectangles

11.1 Double Riemann Sums and Double Integrals over Rectangles Chapter 11 Multiple Integrals 11.1 ouble Riemann Sums and ouble Integrals over Rectangles Motivating Questions In this section, we strive to understand the ideas generated b the following important questions:

More information

CHAPTER 2: Partial Derivatives. 2.2 Increments and Differential

CHAPTER 2: Partial Derivatives. 2.2 Increments and Differential CHAPTER : Partial Derivatives.1 Definition of a Partial Derivative. Increments and Differential.3 Chain Rules.4 Local Etrema.5 Absolute Etrema 1 Chapter : Partial Derivatives.1 Definition of a Partial

More information

x y plane is the plane in which the stresses act, yy xy xy Figure 3.5.1: non-zero stress components acting in the x y plane

x y plane is the plane in which the stresses act, yy xy xy Figure 3.5.1: non-zero stress components acting in the x y plane 3.5 Plane Stress This section is concerned with a special two-dimensional state of stress called plane stress. It is important for two reasons: () it arises in real components (particularl in thin components

More information

Functions of Several Variables

Functions of Several Variables Chapter 1 Functions of Several Variables 1.1 Introduction A real valued function of n variables is a function f : R, where the domain is a subset of R n. So: for each ( 1,,..., n ) in, the value of f is

More information

(6, 4, 0) = (3, 2, 0). Find the equation of the sphere that has the line segment from P to Q as a diameter.

(6, 4, 0) = (3, 2, 0). Find the equation of the sphere that has the line segment from P to Q as a diameter. Solutions Review for Eam #1 Math 1260 1. Consider the points P = (2, 5, 1) and Q = (4, 1, 1). (a) Find the distance from P to Q. Solution. dist(p, Q) = (4 2) 2 + (1 + 5) 2 + (1 + 1) 2 = 4 + 36 + 4 = 44

More information

Section 3.1. ; X = (0, 1]. (i) f : R R R, f (x, y) = x y

Section 3.1. ; X = (0, 1]. (i) f : R R R, f (x, y) = x y Paul J. Bruillard MATH 0.970 Problem Set 6 An Introduction to Abstract Mathematics R. Bond and W. Keane Section 3.1: 3b,c,e,i, 4bd, 6, 9, 15, 16, 18c,e, 19a, 0, 1b Section 3.: 1f,i, e, 6, 1e,f,h, 13e,

More information

Math 261 Solutions to Sample Final Exam Problems

Math 261 Solutions to Sample Final Exam Problems Math 61 Solutions to Sample Final Eam Problems 1 Math 61 Solutions to Sample Final Eam Problems 1. Let F i + ( + ) j, and let G ( + ) i + ( ) j, where C 1 is the curve consisting of the circle of radius,

More information

9.1 VECTORS. A Geometric View of Vectors LEARNING OBJECTIVES. = a, b

9.1 VECTORS. A Geometric View of Vectors LEARNING OBJECTIVES. = a, b vectors and POLAR COORDINATES LEARNING OBJECTIVES In this section, ou will: View vectors geometricall. Find magnitude and direction. Perform vector addition and scalar multiplication. Find the component

More information

Triple Integrals. y x

Triple Integrals. y x Triple Integrals. (a) If is an solid (in space), what does the triple integral dv represent? Wh? (b) Suppose the shape of a solid object is described b the solid, and f(,, ) gives the densit of the object

More information

Section 8.5 Parametric Equations

Section 8.5 Parametric Equations 504 Chapter 8 Section 8.5 Parametric Equations Man shapes, even ones as simple as circles, cannot be represented as an equation where is a function of. Consider, for eample, the path a moon follows as

More information

We have examined power functions like f (x) = x 2. Interchanging x

We have examined power functions like f (x) = x 2. Interchanging x CHAPTER 5 Eponential and Logarithmic Functions We have eamined power functions like f =. Interchanging and ields a different function f =. This new function is radicall different from a power function

More information

ENGI 4430 Advanced Calculus for Engineering Faculty of Engineering and Applied Science Problem Set 3 Solutions [Multiple Integration; Lines of Force]

ENGI 4430 Advanced Calculus for Engineering Faculty of Engineering and Applied Science Problem Set 3 Solutions [Multiple Integration; Lines of Force] ENGI 44 Advanced Calculus for Engineering Facult of Engineering and Applied Science Problem Set Solutions [Multiple Integration; Lines of Force]. Evaluate D da over the triangular region D that is bounded

More information

Math Review Packet #5 Algebra II (Part 2) Notes

Math Review Packet #5 Algebra II (Part 2) Notes SCIE 0, Spring 0 Miller Math Review Packet #5 Algebra II (Part ) Notes Quadratic Functions (cont.) So far, we have onl looked at quadratic functions in which the term is squared. A more general form of

More information

Physics Gravitational force. 2. Strong or color force. 3. Electroweak force

Physics Gravitational force. 2. Strong or color force. 3. Electroweak force Phsics 360 Notes on Griffths - pluses and minuses No tetbook is perfect, and Griffithsisnoeception. Themajorplusisthat it is prett readable. For minuses, see below. Much of what G sas about the del operator

More information

9.1 VECTORS. A Geometric View of Vectors LEARNING OBJECTIVES. = a, b

9.1 VECTORS. A Geometric View of Vectors LEARNING OBJECTIVES. = a, b vectors and POLAR COORDINATES LEARNING OBJECTIVES In this section, ou will: View vectors geometricall. Find magnitude and direction. Perform vector addition and scalar multiplication. Find the component

More information

Vector fields, line integrals, and Green s Theorem

Vector fields, line integrals, and Green s Theorem Vector fields, line integrals, and Green s Theorem Line integrals The problem: Suppose ou have a surface = f(, ) defined over a region D. Restrict the domain of the function to the values of and which

More information

Mathematics. Mathematics 2. hsn.uk.net. Higher HSN22000

Mathematics. Mathematics 2. hsn.uk.net. Higher HSN22000 Higher Mathematics UNIT Mathematics HSN000 This document was produced speciall for the HSN.uk.net website, and we require that an copies or derivative works attribute the work to Higher Still Notes. For

More information

A CURL-FREE VECTOR FIELD THAT IS NOT A GRADIENT. Robert L. Foote. Math 225

A CURL-FREE VECTOR FIELD THAT IS NOT A GRADIENT. Robert L. Foote. Math 225 A URL-FREE VETOR FIELD THAT IS NOT A GRADIENT Robert L. Foote Math 225 Recall our main theorem about vector fields. Theorem. Let R be an open region in E 2 and let F be a vector field on R. The following

More information

Extra Problems Chapter 7

Extra Problems Chapter 7 MA11: Prepared b Asst.Prof.Dr. Archara Pacheenburawana 1 Etra Problems hapter 7 1. onsider the vector field F = i+z j +z 3 k. a) ompute div F. b) ompute curl F. Solution a) div F = +z +3z b) curl F = i

More information

Vector Calculus. Vector Fields. Reading Trim Vector Fields. Assignment web page assignment #9. Chapter 14 will examine a vector field.

Vector Calculus. Vector Fields. Reading Trim Vector Fields. Assignment web page assignment #9. Chapter 14 will examine a vector field. Vector alculus Vector Fields Reading Trim 14.1 Vector Fields Assignment web page assignment #9 hapter 14 will eamine a vector field. For eample, if we eamine the temperature conditions in a room, for ever

More information

Extra Problems Chapter 7

Extra Problems Chapter 7 MA11: Prepared b Asst.Prof.Dr. Archara Pacheenburawana 1 Etra Problems hapter 7 1. onsider the vector field F = i+z j +z 3 k. a) ompute div F. b) ompute curl F. Solution a) div F = +z +3z b) curl F = i

More information

Major Ideas in Calc 3 / Exam Review Topics

Major Ideas in Calc 3 / Exam Review Topics Major Ideas in Calc 3 / Exam Review Topics Here are some highlights of the things you should know to succeed in this class. I can not guarantee that this list is exhaustive!!!! Please be sure you are able

More information

MATH 223 FINAL EXAM STUDY GUIDE ( )

MATH 223 FINAL EXAM STUDY GUIDE ( ) MATH 3 FINAL EXAM STUDY GUIDE (017-018) The following questions can be used as a review for Math 3 These questions are not actual samples of questions that will appear on the final eam, but the will provide

More information

One of the most common applications of Calculus involves determining maximum or minimum values.

One of the most common applications of Calculus involves determining maximum or minimum values. 8 LESSON 5- MAX/MIN APPLICATIONS (OPTIMIZATION) One of the most common applications of Calculus involves determining maimum or minimum values. Procedure:. Choose variables and/or draw a labeled figure..

More information

Derivatives 2: The Derivative at a Point

Derivatives 2: The Derivative at a Point Derivatives 2: The Derivative at a Point 69 Derivatives 2: The Derivative at a Point Model 1: Review of Velocit In the previous activit we eplored position functions (distance versus time) and learned

More information

Lab 5 Forces Part 1. Physics 211 Lab. You will be using Newton s 2 nd Law to help you examine the nature of these forces.

Lab 5 Forces Part 1. Physics 211 Lab. You will be using Newton s 2 nd Law to help you examine the nature of these forces. b Lab 5 Forces Part 1 Phsics 211 Lab Introduction This is the first week of a two part lab that deals with forces and related concepts. A force is a push or a pull on an object that can be caused b a variet

More information

10.5 Graphs of the Trigonometric Functions

10.5 Graphs of the Trigonometric Functions 790 Foundations of Trigonometr 0.5 Graphs of the Trigonometric Functions In this section, we return to our discussion of the circular (trigonometric functions as functions of real numbers and pick up where

More information

Vectors and the Geometry of Space

Vectors and the Geometry of Space Chapter 12 Vectors and the Geometr of Space Comments. What does multivariable mean in the name Multivariable Calculus? It means we stud functions that involve more than one variable in either the input

More information

Ideas from Vector Calculus Kurt Bryan

Ideas from Vector Calculus Kurt Bryan Ideas from Vector Calculus Kurt Bryan Most of the facts I state below are for functions of two or three variables, but with noted exceptions all are true for functions of n variables..1 Tangent Line Approximation

More information

Mathematics 309 Conic sections and their applicationsn. Chapter 2. Quadric figures. ai,j x i x j + b i x i + c =0. 1. Coordinate changes

Mathematics 309 Conic sections and their applicationsn. Chapter 2. Quadric figures. ai,j x i x j + b i x i + c =0. 1. Coordinate changes Mathematics 309 Conic sections and their applicationsn Chapter 2. Quadric figures In this chapter want to outline quickl how to decide what figure associated in 2D and 3D to quadratic equations look like.

More information

2.1 Rates of Change and Limits AP Calculus

2.1 Rates of Change and Limits AP Calculus . Rates of Change and Limits AP Calculus. RATES OF CHANGE AND LIMITS Limits Limits are what separate Calculus from pre calculus. Using a it is also the foundational principle behind the two most important

More information

Calculus: Several Variables Lecture 27

Calculus: Several Variables Lecture 27 alculus: Several Variables Lecture 27 Instructor: Maksim Maydanskiy Lecture 27 Plan 1. Work integrals over a curve continued. (15.4) Work integral and circulation. Example by inspection. omputation via

More information

Derivatives of Multivariable Functions

Derivatives of Multivariable Functions Chapter 0 Derivatives of Multivariable Functions 0. Limits Motivating Questions In this section, we strive to understand the ideas generated b the following important questions: What do we mean b the limit

More information

10.2 The Unit Circle: Cosine and Sine

10.2 The Unit Circle: Cosine and Sine 0. The Unit Circle: Cosine and Sine 77 0. The Unit Circle: Cosine and Sine In Section 0.., we introduced circular motion and derived a formula which describes the linear velocit of an object moving on

More information

Directional derivatives and gradient vectors (Sect. 14.5). Directional derivative of functions of two variables.

Directional derivatives and gradient vectors (Sect. 14.5). Directional derivative of functions of two variables. Directional derivatives and gradient vectors (Sect. 14.5). Directional derivative of functions of two variables. Partial derivatives and directional derivatives. Directional derivative of functions of

More information

2.5 CONTINUITY. a x. Notice that Definition l implicitly requires three things if f is continuous at a:

2.5 CONTINUITY. a x. Notice that Definition l implicitly requires three things if f is continuous at a: SECTION.5 CONTINUITY 9.5 CONTINUITY We noticed in Section.3 that the it of a function as approaches a can often be found simpl b calculating the value of the function at a. Functions with this propert

More information

College Algebra Final, 7/2/10

College Algebra Final, 7/2/10 NAME College Algebra Final, 7//10 1. Factor the polnomial p() = 3 5 13 4 + 13 3 + 9 16 + 4 completel, then sketch a graph of it. Make sure to plot the - and -intercepts. (10 points) Solution: B the rational

More information

Methods of Solving Ordinary Differential Equations (Online)

Methods of Solving Ordinary Differential Equations (Online) 7in 0in Felder c0_online.te V3 - Januar, 05 0:5 A.M. Page CHAPTER 0 Methods of Solving Ordinar Differential Equations (Online) 0.3 Phase Portraits Just as a slope field (Section.4) gives us a wa to visualize

More information

Mathematics. Mathematics 2. hsn.uk.net. Higher HSN22000

Mathematics. Mathematics 2. hsn.uk.net. Higher HSN22000 hsn.uk.net Higher Mathematics UNIT Mathematics HSN000 This document was produced speciall for the HSN.uk.net website, and we require that an copies or derivative works attribute the work to Higher Still

More information

AQA Level 2 Further mathematics Number & algebra. Section 3: Functions and their graphs

AQA Level 2 Further mathematics Number & algebra. Section 3: Functions and their graphs AQA Level Further mathematics Number & algebra Section : Functions and their graphs Notes and Eamples These notes contain subsections on: The language of functions Gradients The equation of a straight

More information

Methods for Advanced Mathematics (C3) Coursework Numerical Methods

Methods for Advanced Mathematics (C3) Coursework Numerical Methods Woodhouse College 0 Page Introduction... 3 Terminolog... 3 Activit... 4 Wh use numerical methods?... Change of sign... Activit... 6 Interval Bisection... 7 Decimal Search... 8 Coursework Requirements on

More information

Section 5-7 : Green's Theorem

Section 5-7 : Green's Theorem Section 5-7 : Green's Theorem In this section we are going to investigate the relationship between certain kinds of line integrals (on closed paths) and double integrals. Let s start off with a simple

More information

8.7 Systems of Non-Linear Equations and Inequalities

8.7 Systems of Non-Linear Equations and Inequalities 8.7 Sstems of Non-Linear Equations and Inequalities 67 8.7 Sstems of Non-Linear Equations and Inequalities In this section, we stud sstems of non-linear equations and inequalities. Unlike the sstems of

More information

8.1 Exponents and Roots

8.1 Exponents and Roots Section 8. Eponents and Roots 75 8. Eponents and Roots Before defining the net famil of functions, the eponential functions, we will need to discuss eponent notation in detail. As we shall see, eponents

More information

Math 234 Exam 3 Review Sheet

Math 234 Exam 3 Review Sheet Math 234 Exam 3 Review Sheet Jim Brunner LIST OF TOPIS TO KNOW Vector Fields lairaut s Theorem & onservative Vector Fields url Divergence Area & Volume Integrals Using oordinate Transforms hanging the

More information

Multivariable Calculus Lecture #13 Notes. in each piece. Then the mass mk. 0 σ = σ = σ

Multivariable Calculus Lecture #13 Notes. in each piece. Then the mass mk. 0 σ = σ = σ Multivariable Calculus Lecture #1 Notes In this lecture, we ll loo at parameterization of surfaces in R and integration on a parameterized surface Applications will include surface area, mass of a surface

More information

AP Calculus AB Summer Assignment

AP Calculus AB Summer Assignment AP Calculus AB Summer Assignment Name: When you come back to school, you will be epected to have attempted every problem. These skills are all different tools that you will pull out of your toolbo this

More information

Topic 4 Notes Jeremy Orloff

Topic 4 Notes Jeremy Orloff Topic 4 Notes Jeremy Orloff 4 auchy s integral formula 4. Introduction auchy s theorem is a big theorem which we will use almost daily from here on out. Right away it will reveal a number of interesting

More information

Introduction to Vector Spaces Linear Algebra, Spring 2011

Introduction to Vector Spaces Linear Algebra, Spring 2011 Introduction to Vector Spaces Linear Algebra, Spring 2011 You probabl have heard the word vector before, perhaps in the contet of Calculus III or phsics. You probabl think of a vector like this: 5 3 or

More information

AP Calculus AB Summer Assignment

AP Calculus AB Summer Assignment AP Calculus AB Summer Assignment Name: When you come back to school, it is my epectation that you will have this packet completed. You will be way behind at the beginning of the year if you haven t attempted

More information

. This is the Basic Chain Rule. x dt y dt z dt Chain Rule in this context.

. This is the Basic Chain Rule. x dt y dt z dt Chain Rule in this context. Math 18.0A Gradients, Chain Rule, Implicit Dierentiation, igher Order Derivatives These notes ocus on our things: (a) the application o gradients to ind normal vectors to curves suraces; (b) the generaliation

More information

Math 21a: Multivariable calculus. List of Worksheets. Harvard University, Spring 2009

Math 21a: Multivariable calculus. List of Worksheets. Harvard University, Spring 2009 Math 2a: Multivariable calculus Harvard Universit, Spring 2009 List of Worksheets Vectors and the Dot Product Cross Product and Triple Product Lines and Planes Functions and Graphs Quadric Surfaces Vector-Valued

More information

Topic 7 Notes Jeremy Orloff

Topic 7 Notes Jeremy Orloff Topic 7 Notes Jeremy Orloff 7 Taylor and Laurent series 7. Introduction We originally defined an analytic function as one where the derivative, defined as a limit of ratios, existed. We went on to prove

More information

1.6 CONTINUITY OF TRIGONOMETRIC, EXPONENTIAL, AND INVERSE FUNCTIONS

1.6 CONTINUITY OF TRIGONOMETRIC, EXPONENTIAL, AND INVERSE FUNCTIONS .6 Continuit of Trigonometric, Eponential, and Inverse Functions.6 CONTINUITY OF TRIGONOMETRIC, EXPONENTIAL, AND INVERSE FUNCTIONS In this section we will discuss the continuit properties of trigonometric

More information

LESSON #42 - INVERSES OF FUNCTIONS AND FUNCTION NOTATION PART 2 COMMON CORE ALGEBRA II

LESSON #42 - INVERSES OF FUNCTIONS AND FUNCTION NOTATION PART 2 COMMON CORE ALGEBRA II LESSON #4 - INVERSES OF FUNCTIONS AND FUNCTION NOTATION PART COMMON CORE ALGEBRA II You will recall from unit 1 that in order to find the inverse of a function, ou must switch and and solve for. Also,

More information

Vector Calculus, Maths II

Vector Calculus, Maths II Section A Vector Calculus, Maths II REVISION (VECTORS) 1. Position vector of a point P(x, y, z) is given as + y and its magnitude by 2. The scalar components of a vector are its direction ratios, and represent

More information

16.3. Conservative Vector Fields

16.3. Conservative Vector Fields 16.3 onservative Vector Fields Review: Work F d r = FT ds = Fr '( t ) dt Mdx Nd Pdz if F Mi Nj Pk F d r is also called circulation if F represents a velocit vector field. Outward flux across a simple closed

More information

LINE AND SURFACE INTEGRALS: A SUMMARY OF CALCULUS 3 UNIT 4

LINE AND SURFACE INTEGRALS: A SUMMARY OF CALCULUS 3 UNIT 4 LINE AN URFAE INTEGRAL: A UMMARY OF ALULU 3 UNIT 4 The final unit of material in multivariable calculus introduces many unfamiliar and non-intuitive concepts in a short amount of time. This document attempts

More information

Math 53 Homework 4 Solutions

Math 53 Homework 4 Solutions Math 5 Homework 4 Solutions Problem 1. (a) z = is a paraboloid with its highest point at (0,0,) and intersecting the -plane at the circle + = of radius. (or: rotate the parabola z = in the z-plane about

More information

ES.182A Problem Section 11, Fall 2018 Solutions

ES.182A Problem Section 11, Fall 2018 Solutions Problem 25.1. (a) z = 2 2 + 2 (b) z = 2 2 ES.182A Problem Section 11, Fall 2018 Solutions Sketch the following quadratic surfaces. answer: The figure for part (a) (on the left) shows the z trace with =

More information

Preface. Implicit Differentiation. y =

Preface. Implicit Differentiation. y = Preface Here are the solutions to the practice problems for m Calculus I notes. Some solutions will have more or less detail than other solutions. The level of detail in each solution will depend up on

More information

206 Calculus and Structures

206 Calculus and Structures 06 Calculus and Structures CHAPTER 4 CURVE SKETCHING AND MAX-MIN II Calculus and Structures 07 Copright Chapter 4 CURVE SKETCHING AND MAX-MIN II 4. INTRODUCTION In Chapter, we developed a procedure for

More information

Ch 5 Alg 2 L2 Note Sheet Key Do Activity 1 on your Ch 5 Activity Sheet.

Ch 5 Alg 2 L2 Note Sheet Key Do Activity 1 on your Ch 5 Activity Sheet. Ch Alg L Note Sheet Ke Do Activit 1 on our Ch Activit Sheet. Chapter : Quadratic Equations and Functions.1 Modeling Data With Quadratic Functions You had three forms for linear equations, ou will have

More information

Lesson 29 MA Nick Egbert

Lesson 29 MA Nick Egbert Lesson 9 MA 16 Nick Egbert Overview In this lesson we build on the previous two b complicating our domains of integration and discussing the average value of functions of two variables. Lesson So far the

More information

Symmetry Arguments and the Role They Play in Using Gauss Law

Symmetry Arguments and the Role They Play in Using Gauss Law Smmetr Arguments and the Role The la in Using Gauss Law K. M. Westerberg (9/2005) Smmetr plas a ver important role in science in general, and phsics in particular. Arguments based on smmetr can often simplif

More information

Vector Fields. Field (II) Field (V)

Vector Fields. Field (II) Field (V) Math 1a Vector Fields 1. Match the following vector fields to the pictures, below. Eplain our reasoning. (Notice that in some of the pictures all of the vectors have been uniforml scaled so that the picture

More information

Wave Phenomena Physics 15c

Wave Phenomena Physics 15c Wave Phenomena Phsics 15c Lecture 13 Multi-Dimensional Waves (H&L Chapter 7) Term Paper Topics! Have ou found a topic for the paper?! 2/3 of the class have, or have scheduled a meeting with me! If ou haven

More information

3.3.1 Linear functions yet again and dot product In 2D, a homogenous linear scalar function takes the general form:

3.3.1 Linear functions yet again and dot product In 2D, a homogenous linear scalar function takes the general form: 3.3 Gradient Vector and Jacobian Matri 3 3.3 Gradient Vector and Jacobian Matri Overview: Differentiable functions have a local linear approimation. Near a given point, local changes are determined by

More information

5.6 RATIOnAl FUnCTIOnS. Using Arrow notation. learning ObjeCTIveS

5.6 RATIOnAl FUnCTIOnS. Using Arrow notation. learning ObjeCTIveS CHAPTER PolNomiAl ANd rational functions learning ObjeCTIveS In this section, ou will: Use arrow notation. Solve applied problems involving rational functions. Find the domains of rational functions. Identif

More information

MATHEMATICS 317 April 2017 Final Exam Solutions

MATHEMATICS 317 April 2017 Final Exam Solutions MATHEMATI 7 April 7 Final Eam olutions. Let r be the vector field r = îı + ĵj + z ˆk and let r be the function r = r. Let a be the constant vector a = a îı + a ĵj + a ˆk. ompute and simplif the following

More information

3 Polynomial and Rational Functions

3 Polynomial and Rational Functions 3 Polnomial and Rational Functions 3.1 Quadratic Functions and Models 3.2 Polnomial Functions and Their Graphs 3.3 Dividing Polnomials 3.4 Real Zeros of Polnomials 3.5 Comple Zeros and the Fundamental

More information

ES.1803 Topic 16 Notes Jeremy Orloff

ES.1803 Topic 16 Notes Jeremy Orloff ES803 Topic 6 Notes Jerem Orloff 6 Eigenalues, diagonalization, decoupling This note coers topics that will take us seeral classes to get through We will look almost eclusiel at 2 2 matrices These hae

More information

Chapter 9 Overview: Parametric and Polar Coordinates

Chapter 9 Overview: Parametric and Polar Coordinates Chapter 9 Overview: Parametric and Polar Coordinates As we saw briefly last year, there are axis systems other than the Cartesian System for graphing (vector coordinates, polar coordinates, rectangular

More information

Some common examples of vector fields: wind shear off an object, gravitational fields, electric and magnetic fields, etc

Some common examples of vector fields: wind shear off an object, gravitational fields, electric and magnetic fields, etc Vector Analysis Vector Fields Suppose a region in the plane or space is occupied by a moving fluid such as air or water. Imagine this fluid is made up of a very large number of particles that at any instant

More information

13.1. For further details concerning the physics involved and animations of the trajectories of the particles, see the following websites:

13.1. For further details concerning the physics involved and animations of the trajectories of the particles, see the following websites: 8 CHAPTER VECTOR FUNCTIONS N Some computer algebra sstems provide us with a clearer picture of a space curve b enclosing it in a tube. Such a plot enables us to see whether one part of a curve passes in

More information

Broken Extremals. Variational Methods & Optimal Control lecture 20. Broken extremals. Broken extremals

Broken Extremals. Variational Methods & Optimal Control lecture 20. Broken extremals. Broken extremals Broken etremals Variational Methods & Optimal Control lecture 2 Matthew Roughan Discipline of Applied Mathematics School of Mathematical Sciences Universit of Adelaide

More information

MATH141: Calculus II Exam #1 review 6/8/2017 Page 1

MATH141: Calculus II Exam #1 review 6/8/2017 Page 1 MATH: Calculus II Eam # review /8/7 Page No review sheet can cover everything that is potentially fair game for an eam, but I tried to hit on all of the topics with these questions, as well as show you

More information

STUDY KNOWHOW PROGRAM STUDY AND LEARNING CENTRE. Functions & Graphs

STUDY KNOWHOW PROGRAM STUDY AND LEARNING CENTRE. Functions & Graphs STUDY KNOWHOW PROGRAM STUDY AND LEARNING CENTRE Functions & Graphs Contents Functions and Relations... 1 Interval Notation... 3 Graphs: Linear Functions... 5 Lines and Gradients... 7 Graphs: Quadratic

More information

1.2 Functions and Their Properties PreCalculus

1.2 Functions and Their Properties PreCalculus 1. Functions and Their Properties PreCalculus 1. FUNCTIONS AND THEIR PROPERTIES Learning Targets for 1. 1. Determine whether a set of numbers or a graph is a function. Find the domain of a function given

More information

Notes on Green s Theorem Northwestern, Spring 2013

Notes on Green s Theorem Northwestern, Spring 2013 Notes on Green s Theorem Northwestern, Spring 2013 The purpose of these notes is to outline some interesting uses of Green s Theorem in situations where it doesn t seem like Green s Theorem should be applicable.

More information

MAT 1275: Introduction to Mathematical Analysis. Graphs and Simplest Equations for Basic Trigonometric Functions. y=sin( x) Function

MAT 1275: Introduction to Mathematical Analysis. Graphs and Simplest Equations for Basic Trigonometric Functions. y=sin( x) Function MAT 275: Introduction to Mathematical Analsis Dr. A. Rozenblum Graphs and Simplest Equations for Basic Trigonometric Functions We consider here three basic functions: sine, cosine and tangent. For them,

More information

Wave Phenomena Physics 15c

Wave Phenomena Physics 15c Wave Phenomena Phsics 15c Lecture 13 Multi-Dimensional Waves (H&L Chapter 7) Term Paper Topics! Have ou found a topic for the paper?! 2/3 of the class have, or have scheduled a meeting with me! If ou haven

More information

LESSON #48 - INTEGER EXPONENTS COMMON CORE ALGEBRA II

LESSON #48 - INTEGER EXPONENTS COMMON CORE ALGEBRA II LESSON #8 - INTEGER EXPONENTS COMMON CORE ALGEBRA II We just finished our review of linear functions. Linear functions are those that grow b equal differences for equal intervals. In this unit we will

More information

MA123, Chapter 8: Idea of the Integral (pp , Gootman)

MA123, Chapter 8: Idea of the Integral (pp , Gootman) MA13, Chapter 8: Idea of the Integral (pp. 155-187, Gootman) Chapter Goals: Understand the relationship between the area under a curve and the definite integral. Understand the relationship between velocit

More information

Limits 4: Continuity

Limits 4: Continuity Limits 4: Continuit 55 Limits 4: Continuit Model : Continuit I. II. III. IV. z V. VI. z a VII. VIII. IX. Construct Your Understanding Questions (to do in class). Which is the correct value of f (a) in

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

LESSON 35: EIGENVALUES AND EIGENVECTORS APRIL 21, (1) We might also write v as v. Both notations refer to a vector.

LESSON 35: EIGENVALUES AND EIGENVECTORS APRIL 21, (1) We might also write v as v. Both notations refer to a vector. LESSON 5: EIGENVALUES AND EIGENVECTORS APRIL 2, 27 In this contet, a vector is a column matri E Note 2 v 2, v 4 5 6 () We might also write v as v Both notations refer to a vector (2) A vector can be man

More information

ragsdale (zdr82) HW7 ditmire (58335) 1 The magnetic force is

ragsdale (zdr82) HW7 ditmire (58335) 1 The magnetic force is ragsdale (zdr8) HW7 ditmire (585) This print-out should have 8 questions. Multiple-choice questions ma continue on the net column or page find all choices efore answering. 00 0.0 points A wire carring

More information