Sun K.
asked 03/25/13Find the flux of F over Q where Q is bounded?
Find the flux of F over Q where Q is bounded by z=sqrt(x^2+y^2) and z=sqrt(2-x^2-y^2), F=<x^2, z^2-x, y^3>. (Answer: 0)
I know the integrand is 2x and I need to integrate 2x dV but how do I find the points of the integral?
1 Expert Answer
Roman C. answered 03/26/13
We can apply the divergence theorem, ∫∂Q F·n dA = ∫...∫Q div(F) dV (left hand integral is over the entire boundary ∂Q) as follows.
Here you mention Q as bounded by z = √(x2 + y2) and z = √(2 - x2 - y2)
Now as you calculated, div(F) = (∂/∂x)x2 + (∂/∂y) (z2 - x) + (∂/∂z) y3 = 2x
So by the divergence theorem the answer equals ∫∫∫Q 2x dx dy dz
Before we evaluate, note, it is convenient to convert to cylindrical coordinates.
Note that the conversion to cylindric coordinates is
∫∫∫ f(x,y,z) dx dy dz = ∫∫∫ r * f(r cos θ, r sin θ, z) dr dθ dz
For the boundary, note that x2 + y2 = r2 so it consists of z = r and z = √(2 - r2)
The two parts meet where r = √(2 - r2) so r2 = 2 - r2 so 2r2 = 2 so r = 1 because √(2 - r2) > 0
Thus we get
∫∫∫Q 2x dx dy dz = ∫01∫02π∫r√(2 - r^2) r * 2 r cos θ dz dθ dr
= (∫01∫r√(2 - r^2) 2r2 dz dr) (∫02π cos θ dθ)
= 0
because ∫02π cos θ dθ = 0 and the double integral in r and z converges.
Still looking for help? Get the right answer, fast.
Get a free answer to a quick problem.
Most questions answered within 4 hours.
OR
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.
Sun K.
Thanks.
03/26/13