Calculating Flux Integral for Cylindrical Portion with Outward Normal Vectors

  • Thread starter Thread starter kthejohn
  • Start date Start date
  • Tags Tags
    Flux Integral
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
kthejohn
Messages
4
Reaction score
0

Homework Statement


Flux integral:
S is the portion of the cylinder with these cylindrical coordinates:
0<=z<=3 r=1 0<=theta<=pi/2

orient S with outward normal vectors from z-axis and compute the flux of F = <2x,y,-3z> across S

Homework Equations



Flux integral ∫∫SFdS = ∫∫S F (ruxrv)dS

The Attempt at a Solution



i know that i should convert double integral but don't know how to get the partial derivs. with respect to r and theta of the portion of the cylinder but i figured out that F should be <2costheta, sintheta, -3z>
 
Physics news on Phys.org
The cylinder is given by [itex]x= cos(\theta)[/itex], [itex]y= sin(\theta)[/itex], z= z. Any point on the cylinder is given by the "position vector"
[tex]\vec{r}(\theta, z)= cos(\theta)\vec{i}+ sin(\theta)\vec{j}+ z\vec{k}[/tex]
The two vectors
[tex]\vec{r}_\theta= -sin(\theta)\vec{i}+ cos(\theta)\vec{j}[/tex]
[tex]\vec{r}_z= \vec{k}[/tex]
are in the tangent plane at every point on the cylinder.

Their cross product,
[tex]cos(\theta)\vec{i}+ sin(\theta)\vec{j}[/tex]
also called the "fundamental vector product" for the surface, gives the "vector differential of surface area:
[tex]d\vec{S}= \vec{n}dS= (cos(\theta)\vec{i}+ sin(\theta)\vec{j})d\theta dz[/tex]

Integrate the dot product of the flux vector with that.