Partial Derivatives, Gradient, Divergence and Curl

Total Page:16

File Type:pdf, Size:1020Kb

Partial Derivatives, Gradient, Divergence and Curl Partial Derivatives, Gradient, Divergence, and Curl Partial Derivatives Recall that the derivative of a function of one variable provides information about how the function changes as the input variable changes. For a function of multiple variables, we consider how the function changes when one input variable changes and all other input variables are fixed, and refer to partial derivatives. For example, if f is a function of two variables x and y , then its partial derivatives are the functions fx and f y , which are defined by fxhy( +, ) - fxy( , ) fxyh( , +) - fxy( , ) fxyxy( , ) == lim and fxy( , ) lim hh ®®0hh 0 provided that the limit(s) exist. Notation for Partial Derivatives For a function zfxy= ( , ), all of the following notation is used to represent partial derivatives. ¶¶fz ¶ fxyf( , ) == = fxy( , ) = == f DfDf = xx¶¶xx ¶ x11 x ¶¶fz ¶ fxyf( , ) == = fxy( , ) = == f DfDf = yy¶¶yy ¶ y22 y Rule for Finding Partial Derivatives of zfxy= ( , ) 1. To find fx , regard y as a constant and differentiate fxy( , ) with respect to x . 2. To find f y , regard x as a constant and differentiate fxy( , ) with respect to y . This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/4.0. Partial derivatives are similarly defined for functions of three or more variables. Higher Order Derivatives For higher order derivatives, we take derivatives one order at a time. For a function zfxy= ( , ), we use the notation ¶¶æöffz ¶22 ¶ ()fffxx=== xx 11 ç÷ =22 = ¶¶xxèø ¶ x ¶ x ¶¶æöffz ¶22 ¶ ()fffxy=== xy 12 ç÷ = = ¶¶yxèø ¶¶¶¶ yxyx ¶¶æöffz ¶22 ¶ ()fffyx=== yx 21 ç÷ = = ¶¶xyèø ¶¶¶¶ xyxy ¶¶æöffz ¶22 ¶ ()fffyy=== yy 22 ç÷ =22 = ¶¶yyèø ¶ y ¶ y The notation is similar for higher order partial derivatives. Clairaut’s Theorem Suppose that f is defined on a disk D that contains the point (ab, ). If the functions f xy and f yx are both continuous on D , then fabfabxy( , ) = yx ( , ). In essence, if f is a “nice” function, then a mixed partial derivative is independent of the order we take the derivatives, i.e. ffxy= yx . Del Operator The del operator is denoted as Ñ which is called nabla. The del operator is a vector written as æö¶¶¶æö æö Ñ =ç÷ijk +ç÷ + ç÷ èø¶¶¶xyzèø èø Basically, the presence of the Ñ tells us we are taking a derivate, which takes several forms, each of which gives different results! - If f is a function, then Ñf (gradient) is a vector. This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/4.0. - If F is a vector field, then Ñ×F (divergence) is a scalar function. - If F is a vector field, then Ñ´F (curl) is a vector function. We will consider each of these forms below. Gradient If f is a function of two variables x and y , then the gradient of f is the vector Ñf defined by ¶¶ff gradfxy( ,) = Ñ fxy( ,) = f( xyf ,) , ( xy,) = i + j xy ¶¶xy where i and j are unit vectors. The gradient of a function is similarly defined for functions of three or more variables. We think of the gradient of a function of two or more variables as the direction of the fastest increase of f at a point, with magnitude equal to the maximum rate of increase at a point – just as we do for the derivative of a single-variable function. Geometrically, the gradient at a point is perpendicular to the tangent vector of any curve that passes through the point. Example. If fxy( ,2) = xy23- 45 y+, find the gradient at the point (2, -1). Solution. Taking the required partial derivatives, we obtain 322 Ñfxy( ,,,) = fxy( xy) f( xy,4,) = xyxy 64.- Plugging in the point (2, -1), we obtain Ñ-f (2, 1) = 4( 2)(- 1)322 ,6( 2) ( -- 1) 4=- 8, 20 . Divergence ¶P If FPiQjRk=++, where P , Q , and R are functions, is a vector field on R3, and , ¶x ¶Q ¶R , and exist, then the divergence of F is defined by ¶y ¶z ¶¶¶PQR Ñ×FF =div = + + ¶¶¶xyz This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/4.0. The divergence of a function is similarly defined for functions of an arbitrary number of variables. In essence, the divergence is the dot product of the del operator Ñ and the vector field F which results in a scalar function. Example. If Fxzixyzj=+ , then find Ñ×F . Solution. We note that R = 0 . Applying the definition, we obtain ¶¶¶PQR ¶ ¶ ¶ Ñ×Fxzxyzzxz = + + =( ) +( ) +(0.) = + ¶¶¶¶xyzx ¶ y ¶ z Curl ¶P If FPiQjRk=++, where P , Q , and R are functions, is a vector field on R3, and , ¶x ¶Q ¶R , and exist, then the curl of F is defined by ¶y ¶z æö¶¶RQæö ¶¶ PR æö ¶¶ QP Ñ´FF ==curl ç÷- i+ç÷- j+ ç÷- k èø¶¶yzèø ¶¶ zx èø ¶¶ xy ijk ¶¶¶ Or equivalently, Ñ´F = . ¶¶¶xyz PQR The curl of a function is not defined for functions with a different number of variables; it only applies to 3-dimensional space. In essence, the curl is the cross product of the del operator Ñ and the vector field F which results in a vector field. Geometrically, the curl of F is a vector that is perpendicular to the vector field that represents the velocity of a particle in motion. Its length and direction characterize the rotation at a particular point. Example. If Fxyzixyjxyzk=22-+ 23, then find Ñ´F . Solution. Applying the definition, we obtain This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/4.0. ijk ¶¶¶ Ñ´F = ¶¶¶xyz PQR ijk ¶¶ ¶ = ¶¶xy ¶ z xyz2223- x y x yz æö¶¶23 2æö ¶¶ 2 23 æö ¶ 2 ¶ 2 =ç÷xyz--( xy) i+ç÷ xyz- xyz j+ ç÷()-- xy xyz k èø¶¶yzèø ¶¶ zx èø ¶ x ¶ y =+( xz23) i(22 xyz- xyz 3) j+(-- 2 xy xz 2) k . Fun Facts: Theorem. If f is a function of three variables that has continuous second-order partial derivatives, then Ñ´Ñff =curl (Ñ) = 0. It follows that if F is conservative, meaning there is a function f such that Ff=Ñ , then Ñ´FF =curl( ) = 0. Theorem. If FPiQjRk=++ is a vector field on R3 that has continuous second-order partial derivatives, then Ñ×( Ñ´FF) = d i v c u r l =0 Proof. This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/4.0. ijk ¶¶¶ Ñ×( Ñ´F ) =Ñ× ¶¶¶xyz PQR æöæö¶¶RQæö ¶¶ PR æö ¶¶ QP =Ñ×ç÷ç÷ -ijk +ç÷-+ ç÷- èøèø¶¶yzèø ¶¶ zx èø ¶¶ xy ¶¶æöRQ ¶ ¶¶æö PR ¶ ¶¶ æö QP ¶ =ç÷-+ç÷-+ ç÷- ¶¶xyèø ¶ z ¶¶ yzèø ¶ x ¶¶ zx èø ¶ y ¶¶¶¶¶¶222222RQPRQP = -+-+-=0, ¶¶xy ¶¶ xz ¶¶ yz ¶¶ yz ¶¶ zx ¶¶ zx since mixed partial derivatives do not depend on the order of the variables. This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/4.0. .
Recommended publications
  • Lecture 11 Line Integrals of Vector-Valued Functions (Cont'd)
    Lecture 11 Line integrals of vector-valued functions (cont’d) In the previous lecture, we considered the following physical situation: A force, F(x), which is not necessarily constant in space, is acting on a mass m, as the mass moves along a curve C from point P to point Q as shown in the diagram below. z Q P m F(x(t)) x(t) C y x The goal is to compute the total amount of work W done by the force. Clearly the constant force/straight line displacement formula, W = F · d , (1) where F is force and d is the displacement vector, does not apply here. But the fundamental idea, in the “Spirit of Calculus,” is to break up the motion into tiny pieces over which we can use Eq. (1 as an approximation over small pieces of the curve. We then “sum up,” i.e., integrate, over all contributions to obtain W . The total work is the line integral of the vector field F over the curve C: W = F · dx . (2) ZC Here, we summarize the main steps involved in the computation of this line integral: 1. Step 1: Parametrize the curve C We assume that the curve C can be parametrized, i.e., x(t)= g(t) = (x(t),y(t), z(t)), t ∈ [a, b], (3) so that g(a) is point P and g(b) is point Q. From this parametrization we can compute the velocity vector, ′ ′ ′ ′ v(t)= g (t) = (x (t),y (t), z (t)) . (4) 1 2. Step 2: Compute field vector F(g(t)) over curve C F(g(t)) = F(x(t),y(t), z(t)) (5) = (F1(x(t),y(t), z(t), F2(x(t),y(t), z(t), F3(x(t),y(t), z(t))) , t ∈ [a, b] .
    [Show full text]
  • Notes on Partial Differential Equations John K. Hunter
    Notes on Partial Differential Equations John K. Hunter Department of Mathematics, University of California at Davis Contents Chapter 1. Preliminaries 1 1.1. Euclidean space 1 1.2. Spaces of continuous functions 1 1.3. H¨olderspaces 2 1.4. Lp spaces 3 1.5. Compactness 6 1.6. Averages 7 1.7. Convolutions 7 1.8. Derivatives and multi-index notation 8 1.9. Mollifiers 10 1.10. Boundaries of open sets 12 1.11. Change of variables 16 1.12. Divergence theorem 16 Chapter 2. Laplace's equation 19 2.1. Mean value theorem 20 2.2. Derivative estimates and analyticity 23 2.3. Maximum principle 26 2.4. Harnack's inequality 31 2.5. Green's identities 32 2.6. Fundamental solution 33 2.7. The Newtonian potential 34 2.8. Singular integral operators 43 Chapter 3. Sobolev spaces 47 3.1. Weak derivatives 47 3.2. Examples 47 3.3. Distributions 50 3.4. Properties of weak derivatives 53 3.5. Sobolev spaces 56 3.6. Approximation of Sobolev functions 57 3.7. Sobolev embedding: p < n 57 3.8. Sobolev embedding: p > n 66 3.9. Boundary values of Sobolev functions 69 3.10. Compactness results 71 3.11. Sobolev functions on Ω ⊂ Rn 73 3.A. Lipschitz functions 75 3.B. Absolutely continuous functions 76 3.C. Functions of bounded variation 78 3.D. Borel measures on R 80 v vi CONTENTS 3.E. Radon measures on R 82 3.F. Lebesgue-Stieltjes measures 83 3.G. Integration 84 3.H. Summary 86 Chapter 4.
    [Show full text]
  • MULTIVARIABLE CALCULUS (MATH 212 ) COMMON TOPIC LIST (Approved by the Occidental College Math Department on August 28, 2009)
    MULTIVARIABLE CALCULUS (MATH 212 ) COMMON TOPIC LIST (Approved by the Occidental College Math Department on August 28, 2009) Required Topics • Multivariable functions • 3-D space o Distance o Equations of Spheres o Graphing Planes Spheres Miscellaneous function graphs Sections and level curves (contour diagrams) Level surfaces • Planes o Equations of planes, in different forms o Equation of plane from three points o Linear approximation and tangent planes • Partial Derivatives o Compute using the definition of partial derivative o Compute using differentiation rules o Interpret o Approximate, given contour diagram, table of values, or sketch of sections o Signs from real-world description o Compute a gradient vector • Vectors o Arithmetic on vectors, pictorially and by components o Dot product compute using components v v v v v ⋅ w = v w cosθ v v v v u ⋅ v = 0⇔ u ⊥ v (for nonzero vectors) o Cross product Direction and length compute using components and determinant • Directional derivatives o estimate from contour diagram o compute using the lim definition t→0 v v o v compute using fu = ∇f ⋅ u ( u a unit vector) • Gradient v o v geometry (3 facts, and understand how they follow from fu = ∇f ⋅ u ) Gradient points in direction of fastest increase Length of gradient is the directional derivative in that direction Gradient is perpendicular to level set o given contour diagram, draw a gradient vector • Chain rules • Higher-order partials o compute o mixed partials are equal (under certain conditions) • Optimization o Locate and
    [Show full text]
  • Engineering Analysis 2 : Multivariate Functions
    Multivariate functions Partial Differentiation Higher Order Partial Derivatives Total Differentiation Line Integrals Surface Integrals Engineering Analysis 2 : Multivariate functions P. Rees, O. Kryvchenkova and P.D. Ledger, [email protected] College of Engineering, Swansea University, UK PDL (CoE) SS 2017 1/ 67 Multivariate functions Partial Differentiation Higher Order Partial Derivatives Total Differentiation Line Integrals Surface Integrals Outline 1 Multivariate functions 2 Partial Differentiation 3 Higher Order Partial Derivatives 4 Total Differentiation 5 Line Integrals 6 Surface Integrals PDL (CoE) SS 2017 2/ 67 Multivariate functions Partial Differentiation Higher Order Partial Derivatives Total Differentiation Line Integrals Surface Integrals Introduction Recall from EG189: analysis of a function of single variable: Differentiation d f (x) d x Expresses the rate of change of a function f with respect to x. Integration Z f (x) d x Reverses the operation of differentiation and can used to work out areas under curves, and as we have just seen to solve ODEs. We’ve seen in vectors we often need to deal with physical fields, that depend on more than one variable. We may be interested in rates of change to each coordinate (e.g. x; y; z), time t, but sometimes also other physical fields as well. PDL (CoE) SS 2017 3/ 67 Multivariate functions Partial Differentiation Higher Order Partial Derivatives Total Differentiation Line Integrals Surface Integrals Introduction (Continue ...) Example 1: the area A of a rectangular plate of width x and breadth y can be calculated A = xy The variables x and y are independent of each other. In this case, the dependent variable A is a function of the two independent variables x and y as A = f (x; y) or A ≡ A(x; y) PDL (CoE) SS 2017 4/ 67 Multivariate functions Partial Differentiation Higher Order Partial Derivatives Total Differentiation Line Integrals Surface Integrals Introduction (Continue ...) Example 2: the volume of a rectangular plate is given by V = xyz where the thickness of the plate is in z-direction.
    [Show full text]
  • 1 Curl and Divergence
    Sections 15.5-15.8: Divergence, Curl, Surface Integrals, Stokes' and Divergence Theorems Reeve Garrett 1 Curl and Divergence Definition 1.1 Let F = hf; g; hi be a differentiable vector field defined on a region D of R3. Then, the divergence of F on D is @ @ @ div F := r · F = ; ; · hf; g; hi = f + g + h ; @x @y @z x y z @ @ @ where r = h @x ; @y ; @z i is the del operator. If div F = 0, we say that F is source free. Note that these definitions (divergence and source free) completely agrees with their 2D analogues in 15.4. Theorem 1.2 Suppose that F is a radial vector field, i.e. if r = hx; y; zi, then for some real number p, r hx;y;zi 3−p F = jrjp = (x2+y2+z2)p=2 , then div F = jrjp . Theorem 1.3 Let F = hf; g; hi be a differentiable vector field defined on a region D of R3. Then, the curl of F on D is curl F := r × F = hhy − gz; fz − hx; gx − fyi: If curl F = 0, then we say F is irrotational. Note that gx − fy is the 2D curl as defined in section 15.4. Therefore, if we fix a point (a; b; c), [gx − fy](a; b; c), measures the rotation of F at the point (a; b; c) in the plane z = c. Similarly, [hy − gz](a; b; c) measures the rotation of F in the plane x = a at (a; b; c), and [fz − hx](a; b; c) measures the rotation of F in the plane y = b at the point (a; b; c).
    [Show full text]
  • Symmetry and Tensors Rotations and Tensors
    Symmetry and tensors Rotations and tensors A rotation of a 3-vector is accomplished by an orthogonal transformation. Represented as a matrix, A, we replace each vector, v, by a rotated vector, v0, given by multiplying by A, 0 v = Av In index notation, 0 X vm = Amnvn n Since a rotation must preserve lengths of vectors, we require 02 X 0 0 X 2 v = vmvm = vmvm = v m m Therefore, X X 0 0 vmvm = vmvm m m ! ! X X X = Amnvn Amkvk m n k ! X X = AmnAmk vnvk k;n m Since xn is arbitrary, this is true if and only if X AmnAmk = δnk m t which we can rewrite using the transpose, Amn = Anm, as X t AnmAmk = δnk m In matrix notation, this is t A A = I where I is the identity matrix. This is equivalent to At = A−1. Multi-index objects such as matrices, Mmn, or the Levi-Civita tensor, "ijk, have definite transformation properties under rotations. We call an object a (rotational) tensor if each index transforms in the same way as a vector. An object with no indices, that is, a function, does not transform at all and is called a scalar. 0 A matrix Mmn is a (second rank) tensor if and only if, when we rotate vectors v to v , its new components are given by 0 X Mmn = AmjAnkMjk jk This is what we expect if we imagine Mmn to be built out of vectors as Mmn = umvn, for example. In the same way, we see that the Levi-Civita tensor transforms as 0 X "ijk = AilAjmAkn"lmn lmn 1 Recall that "ijk, because it is totally antisymmetric, is completely determined by only one of its components, say, "123.
    [Show full text]
  • A Brief Tour of Vector Calculus
    A BRIEF TOUR OF VECTOR CALCULUS A. HAVENS Contents 0 Prelude ii 1 Directional Derivatives, the Gradient and the Del Operator 1 1.1 Conceptual Review: Directional Derivatives and the Gradient........... 1 1.2 The Gradient as a Vector Field............................ 5 1.3 The Gradient Flow and Critical Points ....................... 10 1.4 The Del Operator and the Gradient in Other Coordinates*............ 17 1.5 Problems........................................ 21 2 Vector Fields in Low Dimensions 26 2 3 2.1 General Vector Fields in Domains of R and R . 26 2.2 Flows and Integral Curves .............................. 31 2.3 Conservative Vector Fields and Potentials...................... 32 2.4 Vector Fields from Frames*.............................. 37 2.5 Divergence, Curl, Jacobians, and the Laplacian................... 41 2.6 Parametrized Surfaces and Coordinate Vector Fields*............... 48 2.7 Tangent Vectors, Normal Vectors, and Orientations*................ 52 2.8 Problems........................................ 58 3 Line Integrals 66 3.1 Defining Scalar Line Integrals............................. 66 3.2 Line Integrals in Vector Fields ............................ 75 3.3 Work in a Force Field................................. 78 3.4 The Fundamental Theorem of Line Integrals .................... 79 3.5 Motion in Conservative Force Fields Conserves Energy .............. 81 3.6 Path Independence and Corollaries of the Fundamental Theorem......... 82 3.7 Green's Theorem.................................... 84 3.8 Problems........................................ 89 4 Surface Integrals, Flux, and Fundamental Theorems 93 4.1 Surface Integrals of Scalar Fields........................... 93 4.2 Flux........................................... 96 4.3 The Gradient, Divergence, and Curl Operators Via Limits* . 103 4.4 The Stokes-Kelvin Theorem..............................108 4.5 The Divergence Theorem ...............................112 4.6 Problems........................................114 List of Figures 117 i 11/14/19 Multivariate Calculus: Vector Calculus Havens 0.
    [Show full text]
  • Curl, Divergence and Laplacian
    Curl, Divergence and Laplacian What to know: 1. The definition of curl and it two properties, that is, theorem 1, and be able to predict qualitatively how the curl of a vector field behaves from a picture. 2. The definition of divergence and it two properties, that is, if div F~ 6= 0 then F~ can't be written as the curl of another field, and be able to tell a vector field of clearly nonzero,positive or negative divergence from the picture. 3. Know the definition of the Laplace operator 4. Know what kind of objects those operator take as input and what they give as output. The curl operator Let's look at two plots of vector fields: Figure 1: The vector field Figure 2: The vector field h−y; x; 0i: h1; 1; 0i We can observe that the second one looks like it is rotating around the z axis. We'd like to be able to predict this kind of behavior without having to look at a picture. We also promised to find a criterion that checks whether a vector field is conservative in R3. Both of those goals are accomplished using a tool called the curl operator, even though neither of those two properties is exactly obvious from the definition we'll give. Definition 1. Let F~ = hP; Q; Ri be a vector field in R3, where P , Q and R are continuously differentiable. We define the curl operator: @R @Q @P @R @Q @P curl F~ = − ~i + − ~j + − ~k: (1) @y @z @z @x @x @y Remarks: 1.
    [Show full text]
  • Calculus Terminology
    AP Calculus BC Calculus Terminology Absolute Convergence Asymptote Continued Sum Absolute Maximum Average Rate of Change Continuous Function Absolute Minimum Average Value of a Function Continuously Differentiable Function Absolutely Convergent Axis of Rotation Converge Acceleration Boundary Value Problem Converge Absolutely Alternating Series Bounded Function Converge Conditionally Alternating Series Remainder Bounded Sequence Convergence Tests Alternating Series Test Bounds of Integration Convergent Sequence Analytic Methods Calculus Convergent Series Annulus Cartesian Form Critical Number Antiderivative of a Function Cavalieri’s Principle Critical Point Approximation by Differentials Center of Mass Formula Critical Value Arc Length of a Curve Centroid Curly d Area below a Curve Chain Rule Curve Area between Curves Comparison Test Curve Sketching Area of an Ellipse Concave Cusp Area of a Parabolic Segment Concave Down Cylindrical Shell Method Area under a Curve Concave Up Decreasing Function Area Using Parametric Equations Conditional Convergence Definite Integral Area Using Polar Coordinates Constant Term Definite Integral Rules Degenerate Divergent Series Function Operations Del Operator e Fundamental Theorem of Calculus Deleted Neighborhood Ellipsoid GLB Derivative End Behavior Global Maximum Derivative of a Power Series Essential Discontinuity Global Minimum Derivative Rules Explicit Differentiation Golden Spiral Difference Quotient Explicit Function Graphic Methods Differentiable Exponential Decay Greatest Lower Bound Differential
    [Show full text]
  • Infinitesimal Calculus
    Infinitesimal Calculus Δy ΔxΔy and “cannot stand” Δx • Derivative of the sum/difference of two functions (x + Δx) ± (y + Δy) = (x + y) + Δx + Δy ∴ we have a change of Δx + Δy. • Derivative of the product of two functions (x + Δx)(y + Δy) = xy + Δxy + xΔy + ΔxΔy ∴ we have a change of Δxy + xΔy. • Derivative of the product of three functions (x + Δx)(y + Δy)(z + Δz) = xyz + Δxyz + xΔyz + xyΔz + xΔyΔz + ΔxΔyz + xΔyΔz + ΔxΔyΔ ∴ we have a change of Δxyz + xΔyz + xyΔz. • Derivative of the quotient of three functions x Let u = . Then by the product rule above, yu = x yields y uΔy + yΔu = Δx. Substituting for u its value, we have xΔy Δxy − xΔy + yΔu = Δx. Finding the value of Δu , we have y y2 • Derivative of a power function (and the “chain rule”) Let y = x m . ∴ y = x ⋅ x ⋅ x ⋅...⋅ x (m times). By a generalization of the product rule, Δy = (xm−1Δx)(x m−1Δx)(x m−1Δx)...⋅ (xm −1Δx) m times. ∴ we have Δy = mx m−1Δx. • Derivative of the logarithmic function Let y = xn , n being constant. Then log y = nlog x. Differentiating y = xn , we have dy dy dy y y dy = nxn−1dx, or n = = = , since xn−1 = . Again, whatever n−1 y dx x dx dx x x x the differentials of log x and log y are, we have d(log y) = n ⋅ d(log x), or d(log y) n = . Placing these values of n equal to each other, we obtain d(log x) dy d(log y) y dy = .
    [Show full text]
  • Calculus Formulas and Theorems
    Formulas and Theorems for Reference I. Tbigonometric Formulas l. sin2d+c,cis2d:1 sec2d l*cot20:<:sc:20 +.I sin(-d) : -sitt0 t,rs(-//) = t r1sl/ : -tallH 7. sin(A* B) :sitrAcosB*silBcosA 8. : siri A cos B - siu B <:os,;l 9. cos(A+ B) - cos,4cos B - siuA siriB 10. cos(A- B) : cosA cosB + silrA sirrB 11. 2 sirrd t:osd 12. <'os20- coS2(i - siu20 : 2<'os2o - I - 1 - 2sin20 I 13. tan d : <.rft0 (:ost/ I 14. <:ol0 : sirrd tattH 1 15. (:OS I/ 1 16. cscd - ri" 6i /F tl r(. cos[I ^ -el : sitt d \l 18. -01 : COSA 215 216 Formulas and Theorems II. Differentiation Formulas !(r") - trr:"-1 Q,:I' ]tra-fg'+gf' gJ'-,f g' - * (i) ,l' ,I - (tt(.r))9'(.,') ,i;.[tyt.rt) l'' d, \ (sttt rrJ .* ('oqI' .7, tJ, \ . ./ stll lr dr. l('os J { 1a,,,t,:r) - .,' o.t "11'2 1(<,ot.r') - (,.(,2.r' Q:T rl , (sc'c:.r'J: sPl'.r tall 11 ,7, d, - (<:s<t.r,; - (ls(].]'(rot;.r fr("'),t -.'' ,1 - fr(u") o,'ltrc ,l ,, 1 ' tlll ri - (l.t' .f d,^ --: I -iAl'CSllLl'l t!.r' J1 - rz 1(Arcsi' r) : oT Il12 Formulas and Theorems 2I7 III. Integration Formulas 1. ,f "or:artC 2. [\0,-trrlrl *(' .t "r 3. [,' ,t.,: r^x| (' ,I 4. In' a,,: lL , ,' .l 111Q 5. In., a.r: .rhr.r' .r r (' ,l f 6. sirr.r d.r' - ( os.r'-t C ./ 7. /.,,.r' dr : sitr.i'| (' .t 8. tl:r:hr sec,rl+ C or ln Jccrsrl+ C ,f'r^rr f 9.
    [Show full text]
  • 10A– Three Generalizations of the Fundamental Theorem of Calculus MATH 22C
    10A– Three Generalizations of the Fundamental Theorem of Calculus MATH 22C 1. Introduction In the next four sections we present applications of the three generalizations of the Fundamental Theorem of Cal- culus (FTC) to three space dimensions (x, y, z) 3,a version associated with each of the three linear operators,2R the Gradient, the Curl and the Divergence. Since much of classical physics is framed in terms of these three gener- alizations of FTC, these operators are often referred to as the three linear first order operators of classical physics. The FTC in one dimension states that the integral of a function over a closed interval [a, b] is equal to its anti- derivative evaluated between the endpoints of the interval: b f 0(x)dx = f(b) f(a). − Za This generalizes to the following three versions of the FTC in two and three dimensions. The first states that the line integral of a gradient vector field F = f along a curve , (in physics the work done by F) is exactlyr equal to the changeC in its potential potential f across the endpoints A, B of : C F Tds= f(B) f(A). (1) · − ZC The second, called Stokes Theorem, says that the flux of the Curl of a vector field F through a two dimensional surface in 3 is the line integral of F around the curve that S R 1 C 2 bounds : S CurlF n dσ = F Tds (2) · · ZZS ZC And the third, called the Divergence Theorem, states that the integral of the Divergence of F over an enclosed vol- ume is equal to the flux of F outward through the two dimensionalV closed surface that bounds : S V DivF dV = F n dσ.
    [Show full text]