Scalar line integral along a curve C given by r(t) for a≤t≤b (can be used to compute arc length, mass, electric potential): ∫Cf(x,y,z)ds=∫abf(r(t))∣∣r′(t)∣∣dt
Vector line integral to calculate work along a curve C given by r(t) for a≤t≤b ∫CF⋅dr=∫abF(r(t))⋅r′(t)dt=∫CF1dx+F2dy+F3dz
Vector line integral to calculate flux across a curve C given by r(t) for a≤t≤b ∫CF⋅nds=∫abF(r(t))⋅N(t)dt
Surface integral over a surface with parametrization G(u,v) and parameter domain D (can be used to calculate surface area, total charge, gravitational potential) ∬Sf(x,y,z)dS=∬Df(G(u,v))∣∣N(u,v)∣∣dudv
Vector surface integral to calculate flux of a vector field F across a surface S with parameterization G(u,v) and parameter domain D: ∬S(F⋅n)dS=∬SF⋅dS=∬DF(G(u,v))⋅N(u,v)dudv
16.1 Vector Fields
Vector Field
A field to represent physical phenomena such as force fields, electric fields, magnetic fields and other large systems.
A vector field is typically represented in the form: F(x,y,z)=⟨F1(x,y,z),F2(x,y,z),F3(x,y,z)⟩ To each point P=(a,b,c) is associated the vector F(a,b,c), which we also denote as F(P) or F=F1i+F2j+F3k
Example :: Finding vector at a point using a vector field:
Which vector corresponds to the point P=(2,4,2) for the vector field F(x,y,z)=⟨y−z,x,z−y⟩?
Plug point P into F(x,y,z) F(P)=F(2,4,2)=⟨(4)−(2),(2),(2)−(4)⟩=⟨2,2,0⟩
Constant Vector Field
A sketch used to represent a complicated vector field as a uniform set of similar vectors
Unit Vector Field
A vector field, but all vectors are [[vectors#Unit Vector Normalizing a Vector|unit vector]] and represented through the equation ∣∣F(P)∣∣
Radial Vector Field
If F(P) is parallel to OP and ∣∣F(P)∣∣ depends only on the distance r from P to the origin
Dimensions
r
R2
r=x2+y2
R3
r=x2+y2+z2
Unit Radial Vector Field: er=⟨rx,ry,rz⟩=⟨x2+y2+z2x,x2+y2+z2y,x2+y2+z2z⟩
Solving for 2D Unit Vector Field
Match each of the following planar vector fields with the corresponding plot. Note that the vectors are scaled to avoid overlap
F(x,y)=⟨x2+y2−4y,x2+y24x⟩
F(x,y)=⟨x2+y24x,x2+y24y⟩
F(x,y)=⟨x2+y2−4y,x2+y24y⟩
F(x,y)=⟨x2+y24x,x2+y24x⟩
Operations on Vector Fields
Three of the most important derivative operations in multivariable calculus are the [[multivariable functions#The Gradient|gradient]], divergence, and curl.
Divergence
Operations on a vector field using dot product div(F)=∇⋅F=⟨∂x∂,∂y∂,∂z∂⟩⋅⟨F1,F2,F3⟩=∂x∂F1+∂y∂F2+∂z∂F3 Divergence laws:
Rule
Example
Distributive
div(F+G)=div(F)+div(G)
Scalar
div(cF)=c⋅div(F)
Curl
Operations on a vector field using cross product curl(F)=∇×F=[ijk∂x∂∂y∂∂z∂F1F2F3]=<br>(∂y∂F3−∂z∂F2)i−(∂x∂F3−∂z∂F1)j+(∂x∂F2−∂y∂F1)
Solving for Divergence and Curl
Calculate div(F) and curl(F) F=⟨y,2z,x⟩
Calculate the div(F)
Solve for ∇ ∇=⟨0,0,0⟩
Plug into the [[line and surface integrals#Divergence|divergence equation]] div(F)=⟨0,0,0⟩⋅⟨y,2z,x⟩=0+0+0=0
Calculate the curl(F)
plug in nabla solved for above into [[line and surface integrals#Curl|curl equation]]
Let F=⟨5x−4zx2,4z−xy,8z2x2⟩. Calculate div(F) and curl(F)
Solve div(F)
Plug into the [[line and surface integrals#Divergence|divergence equation]] div(F)=∇F=sum⟨5−4zx,−x,16zx2⟩=5−4zx−x+16zx2
Solve for curl(F)
Plug in nabla solved for above into [[line and surface integrals#Curl|curl equation]] curl(F)=∇×F=[ijk∂x∂∂y∂∂z∂5x−4zx24z−xy8z2x2] =∂y∂(8z2x2)−∂z∂(4z−xy)−(∂x∂(8z2x2)−∂z∂(5x−4zx2))+∂x∂(4z−xy)−∂y∂(5x−4zx2)
Evaluate using [[line and surface integrals#Curl|curl equation]] curl(F)=∇×F=[ijk∂x∂∂y∂∂z∂3x7x22]=⟨0,0,14x⟩
Calculate curl(G)
Evaluate using [[line and surface integrals#Curl|curl equation]] curl(G)=∇×G=[ijk∂x∂∂y∂∂z∂27x3]=⟨0,0,7⟩
Calculate curl(F+G)
Using the curl rule Curl(F+G)=Curl(F)+Curl(G) curl(F+G)=⟨0,0,14x⟩+⟨0,0,7⟩=⟨0,0,14x+7⟩
Conservative Vector Fields
A vector field F is conservative if there is a differentiable function f(x,y,z) such that F=∇f=⟨∂x∂f,∂y∂f,∂z∂f⟩
Example :: Finding the potential vector field function:
Consider the vector field F=⟨8xyz,6x2z,x2yz⟩. Identify the potential function for the vector field F.
To check whhether the vector field F=⟨F1,F2,F3⟩ is conservative, examine the cross-partials equation ∂y∂F1=∂x∂F2∂z∂F2=∂y∂F3∂x∂F3=∂z∂F1
Plug in values into cross-partials equation 8xz=12xz6x2=x2z2xyz=8xy If even just one didn’t equal the others we wouldn’t have a valid vectorfield
16.2 Line Integrals
Integrals can be separated into two categories, integrals over functions and integrals over vectorfields.
Scalar Line Integrals
∫Cf(x,y,z)ds=[Δsi]→0limi=1∑Nf(Pi)Δsi
This formula is stating how the line integral can be represented as a riemann sum
The line integral where f(x,y,z)=1 is equal to the length of the line shown below ∫C1ds=length(C)=Δsi=∫ti<em>t</em>i−1∣∣r′(t)∣∣dt
Theorem 1: Computing a Scalar Line Integral
Let r(t) be a parametrization that directly traverses C for a≤t≤b. If f(x,y,z) and r′(t) are continuous, then ∫Cf(x,y,z)ds=∫abf(r(t))∣∣r′(t)∣∣dt ds=∣∣r′(t)∣∣dt∣∣r′(t)∣∣=x′(t)2+y′(t)2+z′(t)2
Computing Scalar Line Integral
Compute the integral of the scalar function f(x,y,z)=3xy+5z over r(t)=⟨cos(t),sin(t),t⟩ for 0≤t≤π
Write out the integrand and evaluate δ(x,y,z)=δ(r(t))4t2+1dt=8(t2)4t2+1dt ∫02π8t4t2+1dt=1334.854
Example :: Arc Length:
The rear wheel of a bicycle is following the path ⟨t,t2⟩ for 0≤t≤2. The front wheel is always exactly 1 meter in front of the rear wheel.
Give a parametrization for the position of the front wheel of the tire.
Find the direction of real wheel path
dtd⟨t,t2⟩=⟨1,2t⟩
Find the unit vector of the directional vector
∣∣⟨1,2t⟩∣∣=⟨1+4t21,1+4t22t⟩
[C] Which wheel travels a longer distance? Set up arclength integrals for both paramtrization, and then use a computer to calculate the integrals and determine what distance each wheel travels.
Arclength integral
Front Wheel =∫0212+(2t)2dt=4.6467
Back Wheel =∫02(dtd(1+4t21))2+(dtd(1+4t22t))2=5.13
Consider the function f(x,y)=x2ey−xy2, and calculate ∫C1∇f⋅dr, where C1 is the path taken by the rear wheel.
Find f(r(t))=t2et2−t5
f(r(2))−f(r(0))=22e22−25−e0=4e4−32−1=4e4−33
Vector Line Integrals
The difference between vector and scalar line integrals is that vector line integrals depend on the direction along the curve. This can be analgous to travelling up and down a mountain being very important to distinguish when regarding work.
Vector Line Integral Formula
The line integral of a vector field F along an oriented curve C is the integral of the tangential component of F.
∫C(F⋅T)ds=∫CF⋅drdr=T⋅ds
Orientation
The specified direction along curve C is known as the orientation. Positive is movement in the chosen direction while negative is opposing said direction.
Theorem 2: Computing a Vector Line Integral
If r(t) is a positively oriented regular paramtrization of an oriented curve C for a≤t≤b, then ∫CF⋅dr=∫CF⋅Tds=∫abF(r(t))⋅r′(t)dt dr=r′(t)dt=⟨x′(t),y′(t),z′(t)⟩dt
Example :: Computing Vector Line Integral:
Calculate the work done by the field F(x,y,z)=⟨ex,ey,xyz⟩ when the object moves along the path r=⟨t2,t,3t⟩ for 0≤t≤1
Using [[line and surface integrals#Theorem 2 Computing a Vector Line Integral|Theorem 2]], we will follow and use the formula W=∫CF(r(t))⋅r′(t)dt
Find the value of F(r(t)) F(r(t))=⟨et2,et,(t2)(t)(3t)⟩=⟨et2,et,3t4⟩
Find the value of r′(t) r′(t)=⟨2t,1,31⟩
Plug into the equation F⋅dr=F(r(t))⋅r′(t)dt=⟨et2,et,3t4⟩⋅⟨2t,1,31⟩dt=(2tet2+et+9t4)dt
Set up integral
∫01(2tet2+et+9t4)dt=2e−4589
Evaluate the line integral: ∫C17ydx+16zdy+xdz,r(t)=(2+t−1,t3,t2) for 0≤t≤1
Using [[line and surface integrals#Theorem 2 Computing a Vector Line Integral|Theorem 2]], we will follow and use the formula ∫abF(r(t))⋅r′(t)dt
Find r′(t) r′(t)=(−t21,3t2,2t)
Plug in r(t) to find F(r(t)) F=17ydx+16zdy+xdz=⟨17y,16z,x⟩ F(r(t))=⟨17(t3),16(t2),(2+t−1)⟩
Plug both F(r(t)) and r′(t) into [[line and surface integrals#Theorem 2 Computing a Vector Line Integral|Theorem 2]] ∫abF(r(t))⋅r′(t)dt=∫01⟨17t3,16t2,2+t−1⟩⋅⟨−t21,3t2,2t⟩dt =∫01−17t+48t4+4t+2=1051
Theorem 3: Properties of Vector Line Integrals
Let C be a smooth oriented curve, and let F and G be vector fields i. Linearity: ∫C(F+G)dr=∫CFdr+∫CGdr ∫CkFdr=k∫CFdr(k a constant) ii. Reversing Orientation: ∫−CFdr=−∫CFdr iii.Additivity: If C is a union of n smooth curves C1,…,CN, then ∫CFdr=∫C1Fdr+…+∫CNFdr
Example :: Additivity Integration:
Calculate the line integral of F(x,y,z)=(ez,ex−y,ey) over the closed path ABCA, where A=(2,0,0),B=(0,4,0),C=(0,0,6). Solve for ∫CF⋅dr
To solve this problem we will use [[line and surface integrals#Theorem 3 Properties of Vector Line Integrals|additivity theorem]] to find the area under a smooth curve ∫CFdr=∫ABFdr+∫BCFdr+∫CAFdr
First compute r(t) for AB . r(t)=B−A=(0,4t,0)−(−2+2t,0,0)=⟨2−2t,4t,0⟩
Set up integral of AB . ∫ABF(r(t))⋅r′(t)=(e0,e2−2t−4t,e4t)⋅(−2,4,0)=∫01−2+4e2−6t
Compute r(t) for BC . r(t)=C−B=(0,0,6t)−(0,−4+t,0)=(0,4−4t,6t)
Set up integral of BC ∫BCFdr=(e6t,e0−4+4t,e4−4t)⋅(0,−4,6)=∫01−4e4t−4+6e4−4tdt
Find r(t) of CA r(t)=A−C=(2t,0,0)−(0,0,−6+6t)=(2t,0,6−6t)
Set up integral for CA ∫CAFdr=(e6−6t,e2t−0,e0)⋅(2,0,−6)=∫012e6−6t−6dt
Sum all the integrals together ∫CFdr=∫01−2+4e2−2tdt+∫01−4e4t−4+6e4−4tdt+∫012e6−6t−6dt ∫01(4e2−2t−4e4t−4+6e4−4tdt+2e6−6t−8)dt =−665+31e−4+32e2+23e4+31e6
Work Equation
Work refers to the energy expended when a force is applide to an object as it moves along a path. W=tangential component of F×distance=(∣∣F∣∣cosθ)×∣∣PQ∣∣
Example :: Integration for total charge:
Find the total charge on the curve y=x4/3 for 8≤x≤27 assuming a charge density of δ(x,y)=yx
We can equate y=x4/3,r(t)=⟨t,t4/3,0⟩8≤t≤27 r′(t)=⟨1,34t1/3,0⟩
Solve for ds ds=∣∣r′(t)∣∣dt=12+(34x(1/3))2+02=12+916t2/3dt u=12+916t2/3,du=2732t−1/3dt u(8)=973u(27)=17
Set up integral ∫27<em>8t−1/31+916t2/3dt=32∫17</em>73/927udu=26.43
Example :: Integration for work done by a field:
Calculate the work done by the field F when the object moves along the given path from the initial ponit to the final point. F(x,y,z)=⟨x,y,z⟩,r(t)=⟨cost,sint,t⟩2π≤t≤27π
Using the [[line and surface integrals#Theorem 2 Computing a Vector Line Integral|theorem 2 formula]], we can find the answer
We find r′(t) r′(t)=⟨−sint,cost,1⟩
Find F(r(t)) F(r(t))=⟨cost,sint,t⟩
Plug it into the formula ∫C=⟨cost,sint,t⟩⋅⟨−sint,cost,1⟩=∫π/27π/2(−costsint+sintcost+t)dt=6π2
16.3 Conservative Vector Fields
A conservative vector field is one that satisfies the equation ∂y∂F1=∂x∂F2∂z∂F2=∂y∂F3∂x∂F3=∂z∂F1
The circulation around a closed path is denoted as ∮CF⋅dr
Path Independence
Theorem indicating that the line integral of F along a path from P to Q depends only on the endpoints P and Q
Theorem: Fundamental Theorem for Conservative Vector Fields
Assume that F=∇f on a domain D
If r is a path along a curve C from P to Q in D, then ∫CF⋅dr=f(Q)−f(P) where F is path independent
In circulation around a closed curve C, where P=Q, we get 0 ∮CF⋅dr=0
Example :: Fundamental Theorem for Conservative Vector Field
Let F(x,y,z)=⟨2xy+z,x2,x⟩
Verify that f(x,y,z)=x2y+xz is a potential function for F
Find the partial derivative of f(x,y,z)
Potential function=∇f=⟨2xy+z,x2,x⟩
Evaluate ∫CF⋅dr, where C is a curve from P=(1,−1,2) to Q=(2,2,3)
Use the [[line and surface integrals#Fundamental Theorem for Conservative Vector Fields|fundamental theorem for conservative vector fields]] to find ∫CF⋅dr
∫CF⋅dr=f(Q)−f(P)=f(2,2,3)−f(1,−2,2)
Let f(x,y)=7xcos(y). Find the conservative vector field F, which is the gradient of f.
Find the gradient of f(x,y)
∇f=F=⟨7cos(y),−7xsin(y)⟩ Evaluate the line integral of F over the upper half of the unit circle centered at the origin, oriented clockwise
Since the orgin is oriented clockwise we get P=(−1,0) and Q=(1,0)
∫CF⋅dr=f(Q)−f(P)=7(1)cos(0)−7(−1)cos(0)=7+7=14
Let f(x,y,z)=3y+3zln(x). Find the conservative vector field F, which is the gradient of f.
F=∇f=⟨x3z,3,3ln(x)⟩ Evaluate the line integral of F over the circle (x−2)2+y2=1 in the counter clockwise direction. Find ∫CF⋅dr=?
Since the line is a circle, we know that the integral is equal to zero
A vector field F and contour lines of a potential function for F are shown in the figure
Calculate the common value of ∫CF⋅dr for the curves in the direction from P to Q, where ∫CF⋅dr=?
Find f(Q) and f(P)
f(Q)=22+3.5=25.5
f(P)=1+3.5=4.5
∫CF⋅dr=f(Q)−f(P)=25.5−4.5=21
Calculate the following line integrals using the fundamental theorem of line integrals; be sure to check that the vector fields are conservative
∫CF⋅dr, where F(x,y)=⟨4xyex2,2ex2−3y2⟩ where C is the path along (5t−4t2+t3,3+3t−2t2) for 0≤t≤2
Calculate the [[line and surface integrals#Curl|curl]] of F
Curl(F)=[∂x∂∂y∂4xyex22ex2−3y2]=x4ex2−x4ex2=0
t=0:5(0)−4(0)2+(0)3,3+3(0)−2(0)2)=(0,3)
t=3:5(2)−4(2)2+(2)3,3+3(2)−2(2)2)=(2,1)
Find ∇F
∇F=(8xyex2,−6y)
Plug into equation
F(0,3)=2(0)e(0)2−()3o=−25
F(2,1)=2(1)e(2)2−(1)3=2e4−5
F(2,1)−F(3,0)=2e4−5−(−25)=2e4+20
ANS: 2e4+20
∫C(2xy−3z,x2+8y3z,2y4−3x) where C is the path (cos(πt),3t2−5t,tsin2(πt/4) from (1,0,0) to (1,2,2)
∮CA⋅dr, where A(x,y,z)=⟨z2+1y2,z2+12xy,(z2+1)2−2xy2z⟩ and C is the path along the ellipse 4x2+3xy+y2=10 oriented counter-clockwise
Since z2+1 in each component enables the shape of A to be a circle, we get the answer of 0
ANS: 0
Theorem 2
A vector field F on an open connected domain D is path independent if and only if it is conservative
Potential Function
Consider the vector field F=⟨y,x,z3⟩. Choose a potential function for F=⟨y,x,z3⟩ if it exists.
Identify whether F is conservative. So, determine whether the field F=⟨y,x,z3⟩ satisfies the cross-partials condition.
∂y∂F1=∂y∂(y)=1
∂z∂F1=∂z∂(y)=0
∂x∂F1=∂x∂(x)=1
∂z∂F1=∂z∂(x)=0
∂x∂F1=∂x∂(z3)=0
∂y∂F1=∂y∂(z3)=0
Now compare values to check
∂y∂F1=∂x∂F2=1
∂z∂F2=∂y∂F3=0
∂x∂F3=∂z∂F1=0
Thus, F satisfies the cross-partial condition everywhere. Hence, F is conservative. Iff(x,y,z) is a potential function, then it satisfies the following equation
f(x,y,z)=∫ydx=xy+f(y,z)
f(x,y,z)=∫xdy=xy+g(x,z)
f(x,y,z)=∫z3dz=41z4+h(x,y)
These three ways of writing f(x,y,z) must be equal so
xy+f(x,y)=xy+g(x,z)=4z4+h(x,y) for any constant C
Therefore, there are two potential functions for F:
f(x,y,z)=xy+4z4+2π
f(x,y,z)=xy+4z4−67
Evaluate ∫C2xyzdx+x2zdy+x2ydz over the path r(t)=(6t2,sin(2πt),et2−6t) over the path 0≤t≤6
The conservation of energy priciple says that KE+PE, or kenetic energy plus potential energy, remains constant in an isolated system
In a conservative force field, the work W against F required to move the particle from P to Q is equal to the change in potential energy W=−∫CF⋅dr=V(Q)−V(P)
Theorem: Conservation of Energy
The total energy E of a particle moving under the influence of conservative force field F=−∇V is constant in time. That is, dtdE=0
Compute the work W against the earth’s gravitational field required to move a satellite of mass kg along any path from an orbit of altitude 2000 km to an orbit of altitude 4000 km.
The earth’s gravitational field is the inverse-square field
Theorem: Existence of a Potential Function Theorem
Let F be a vector field on a smiply connected domain D. If F satisfies the cross-partials condition, then F is conservative.
16.4 Parametrized Surfaces and Surface Integrals
parametrization of a Sphere
G(θ,ϕ)=(Rcosθsinϕ,Rsinθsinϕ,Rcosϕ),0≤θ≤2π,0≤ϕ≤π Location of north pole: G(θ,0)=(0,0,R) Location of south pole: F(θ,π)=(0,0,−R)
Parametrization of a Graph:
G(x,y)=(x,y,f(x,y))
parametrization Examples:
⟨u,v3,v⟩
⟨u,u(2+cos(v)),u(2+sin(v))⟩
⟨u,u+v,v⟩
⟨cos(u)sin(v),3cos(u)sin(v),cos(v)⟩
⟨u,cos(v),sin(v)⟩
Surface Area
To simplify the process, we assume the shapes are squares
Theorem 1: Surface Integrals and Surface Area
Let G(u,v) be a parametrization of a surface S with parameter domain D. Assume that G is continuously differentiable, one-to-one and regular (except possibly at the boundary of D). Then ∬Sf(x,y,z)dS=∬Df(G(u,v))∣∣N(u,v)∣∣dudv For f(x,y,z)=1, we obtain the surface area of S: area(S)=∬D∣∣N(u,v)∣∣dudvdS=∣∣N(u,v)∣∣dudv
Example :: Evaluating the Surface Area:
Let S=Φ(D) where D=(u,):u2+v2≤1,u≥0,v≥0 and Φ(u,v)=(2u+1,u−v,3u+v) (a) calculate the surface area of S and (b) evaluate ∬S(5x−5y)dS
Find the area of S
Compute the tangent and normal vectors Tu=∂u∂Φ=⟨2,1,3⟩Tv=∂v∂Φ=⟨0,−1,1⟩
Compute the normal vector N N=Tu×Tv=[ijk2130−11]=4i−2j−2k
Find the length of the normal vector ∣∣N∣∣=(4)2+(−2)2+(−2)2=26 dS=26dudv
Calculate the surface area area(S)=∬D∣∣N∣∣dudv=26∫01∫01−v2dudv=23π
Find ∬S(5x−5y)dS (hint use polar coordinates)
Convert to dudv f(x=2u+1,y=u−v,z=3u+v)=5(2u+1)−5(u−v) f=10u+5−5u+5v=5u+5v+5
Set up the integral ∬S(5u+5v+5)dS=26∫0∫05(u+v+1)dudv
=26∫0π/2∫015r(rcosθ+rsinθ+1)drdθ=106(4π+32)
Calculate ∬Sf(x,y,z)dS for the given surface and function Φ(u,v)=(ucos(v),usin(v),u),0≤u≤1,0≤v≤1 f(x,y,z)=9z(x2+y2)∬Sf(x,y,z)dS=?
Find the area of S
Find the partial derivatives of Φ Fu=∂u∂Φ=⟨cos(v),sin(v),1⟩Fv=∂v∂Φ=⟨−usin(v),ucos(v),0⟩
Cross multiply to find the normal vector N=Fu×Fv=[ijkcos(v)sin(v)1usin(v)ucos(v)0]=⟨−ucos(v),usin(v),u⟩ ∣∣Fu×Fv∣∣=u2cos2(v)+u2sin2(v)+u2=u1+1=u2
Calculate ∬S11dS for the surface S:y=4−z2,0≤x≤z≤2
Find the area of S
Take partial derivatives of S Fx=0,Fy=1,Fz=−2z
Find normalzied vector
∣∣F∣∣=02+12+(−2z)2=1+4z2
Take the integral
Set bounds for integral ∫z=02∫x=0z11dS
Multiply by normalzied vector
∫z=02∫x=0z111+4z2dxdz=1211(1717−1)
Find the surface area of the part of the cone x2+y2=z2 between the planes z=3 and z=12
Find the area area(S)=∬D∣∣N(u,v)∣∣dudvdS=∣∣N(u,v)∣∣dudv
Start by writing the parametrization of the surface S in polar coordinates G(u,v)=(ucos(v),usin(v),u) D:0≤v≤2π3≤u≤12
Find the tangent vectors using partial derivatives Tu=∂u∂G=∂u∂(ucos(v),usin(v),u)=(cos(v),sin(v),1)Tv=∂v∂G=∂v∂(ucos(v),usin(v),u)=(−usin(v),ucos(v),0)
Find the normal vector of the tangent vectors N=Tu×Tv=[ijkcos(v)sin(v)1−usin(v)ucos(v)0]=⟨−ucos(v),usin(v),u⟩
Find the length of the vector N through ∣∣N∣∣ ∣∣N∣∣=(−ucos(v))2+(usin(v))2+u2=u2
Using the formula Area(S)=∬D∣∣N∣∣dudv
∫02π∫312u2dudv=1352π
Calculate ∬Sx2zdS where S is the cylinder (including the top and bottom) x2+y2=4 over 0≤z≤4.
The integral over surface is just the sum of the integrals over the faces. Calculate the surface integral for each of the three faces.
Bottom face integral
Find the bounds of the surface S1:ϕ(x,y)=(x,y,0)
Take the integral ∬S1x2zdS=∬D1x2⋅0⋅∣∣n1∣∣dxdy=0
Top integral
Find the surface parametrization S2:ϕ(x,y)=(x,y,4)
Take the partial integrals and integrate Tx=(1,0,0),Ty=(0,1,0)→Tx×Ty=(0,0,1)
Find side parametrization S3:ϕ(θ,z)=(2cos(θ),2sin(θ),z) Tθ=(−2sin(θ),2cos(θ),0)Tz=(0,0,1)
Find ∣∣Tθ×Tz∣∣ ∣∣Tθ×Tz∣∣=2
Plug in ∬S3x2zdS=∫02π∫04(2cosθ)2⋅z⋅2dzdθ=64π
Add all the compontents of the cylinder together because of [[line and surface integrals#Theorem 3 Properties of Vector Line Integrals|additivity principle]] ∬Sx2zdS=0+16π+64π=80π
Theorem 2: Gravitational Pontential of a Uniform Hollow Sphere
The gravitational potential V due to a hollow sphere of radius R with uniform mass distribution of total mass m at a point P located at a distance r from the center of the sphere is…
V(P)={r−Gmif r>R(P outside the sphere)R−Gmif r≤R(P inside the sphere)
16.5 Surface Integrals of Vector Fields
Flux integrals, or rates of flow through a surface. The orientation of a flux can vary with specifying vectors n(P) to point upward and −n(P) to point inside the sphere.
Normal Component on a Vector Field
normal compontent at P=F(P)⋅n(P)=∣∣F(P)∣∣cosθ where θ is the angle between fieldF(P) and [[vectors#Unit Vector Normalizing a Vector|normal vector]] n(P). vector surface integral=∬S(F⋅n)dS
Reminder: [[line and surface integrals#Theorem 1 Surface Integrals and Surface Area|Scalar Surface Integral]]
Theorem 1: Vector Surface Integral
Let G(u,v) be an oriented parametrization of a surface S with parameter domain D. Assume that G is one-to-one and regular, except possibly at points on the boundary of D. Then ∬S(F⋅n)dS=∬DF(G(u,v))⋅N(u,v)dudv If the orientation of S is reversed, the surface integral changes sign.
Fluid Flux
Flow rate is the volume of water that flows through the net per unit time.
To compute the flow rate…
v(P) is the velocity vector field at point P
Flow Rate through surface S is equal to the surface integral of v over S
parallel / straight flow rate=velocity⋅area=∣∣v0∣∣A Points can also be visualizes as blocks, as shown below
flow rate at an angle=velocity⋅area⋅cosθ=A∣∣v0∣∣cosθ
Flow Rate Through a Surface
For a fluid with velocity vector field v, flow rate across the surface=∬Sv⋅dS
Electric and Magnetic Fields
Faraday’s Law of Induction
∫CE⋅dr=−dtd∬SB⋅dS
E is the electric field
B is the magnetic field
Compute ∬SF⋅dS for F=⟨xy,7y,0⟩ S being the cone z2=x2+y2,x2+y2≤16,z≥0 with the normal pointing downward
Let S be the ellipsoid (4x)2+(3y)2+(3z)2=1 Calculate the flux of F=zi over S1, the upward-pointing normal. Parametrize S using a modified form of spherical coordinates (θ,ϕ) using ∬SF⋅dS
(1) We have a thin metal plate on the part of x2+y2≤9 in the first quadrant which has a density of ρ(x,y)=Kx−K3y, in kg/m3. Determine the value of K which makes the metal plate have the maximum mass, and then determine this maximal mass.
mass = ∬Sδ(x,y,z)dS
g(x,y)=x2+y2−9
gx=2x
gy=2y
Find dS
dS=1+gx2+gy2dxdy=1+4x2+4y2dydx
Find x
x=y29
Plug in x
ρ(x,y)=K(y29)−K3y=y3K−K3y
3K=K3y2 ; y2=3K2; K=y2/3
Plug in y
ANS: K=31
Question 2:
(2) An object is moving along the path ⟨t2,t−t3⟩ for which starting when t=−1. The object is in the presence of a force field F(x,y)=⟨y,x⟩
Find a function which calculates the work done by the vector field if the object moves until t=T?
(6) Consider a parabolic solar panel which lies in the part of z=x2+y2 below the plane z=1 which is oriented downwards. A field of photons is given by (x2,y2,−z). Calculate the flux of the photon field through the solar panel.
The concentration of a chemical can be given by the function C(x,y,z)=1+x2+y2z. By the law of the diffusion, the chemical will begin to flow in the direction where the concentration decreases the fastest. Let S be part of the cylinder x2+y2=1 where x≥0,y≥0,0≤z≤2, oriented away from the origin. Calculate the flux of the chemical flow through S.
Find where the concentration decreases the fastest
Show that this vector field is conservative. What theorem does this allow us to use?
The cross-partials equation, which allows us to find the potential function
Find the potential function for this field
∂y∂F1=∂x∂F2∂z∂F2=∂y∂F3∂x∂F3=∂z∂F1
∂y∂F1=∂x∂F2:(2y+4,2x−z2,−2yz)
2=2
∂z∂F2=∂y∂F3:(2y+4,2x−z2,−2yz)
−2z=−2z
∂x∂F3=∂z∂F1:(2y+4,2x−z2,−2yz)
0=0
We have a valid vector field
∫(2y+4)dx=2xy+4x
∫(2x−z2)dy=2xy−z2y
∫(−2yz)=−yz2
Potential function = 2xy+4x−z2y
Calculate the potential at the starting and end points of the path
P(P)=2(1)(4)+4(1)−(1)2(4)=8
P(Q)=2(4)(5)+4(4)−(−2)(5)=40+16+10=66
What is the difference in potential between these points?
66−8=58
Potential difference of 58
Question 12:
Consider a particle starting at the point (0,0,1) moving with an acceleration of (4e−2t,3,3t2) and an initial velocity of (5,2,−4). The particle is moving through the force field B(x,y,z)=(2y2,4xy,−3z2)