Sun K.
asked 04/14/13True or False? The integral from 0 to 2pi?
True or False? The integral from 0 to 2pi, from 0 to 4, from r to 4 dz dr dtheta represents the volume enclosed by the cone z=sqrt(x^2+y^2) and the plane z=4.
2 Answers By Expert Tutors
Robert J. answered 04/14/13
volume = ∫[0, 4] dr∫[r, 4] dz ∫[0, 2pi] r dθ = (64/3)pi
Answer: True
Roman C. answered 04/16/13
It's false.
Whenever you convert an n-fold integral from x1-....-xn coordinate system to the u1-...-un coordinate system, you get a term called the Jacobian.
I'm pretty sure you must have already covered Jacobians in your class, but here is a review.
It is an n by n matrix determinant. The ij entry in the matrix is the partial derivative ∂xi / ∂uj
Of course to evaluate this determinant you need to know the conversion formulas from the old system to the new system.
The Jacobian is denoted by ∂(x1,...,xn) / ∂(u1,...,un).
Once you have the Jacobian, then the integral transformation is
∫...∫ f dx1 ... dxn = ∫...∫ f * Jacobian * du1 ... dun.
For example, from cartesian coordinates (x,y) to polar coordinates (r,θ), we have
x = r cos θ and y = r sin θ so that
∂ ( x , y ) | ∂x/∂r ∂x/∂θ | | cos θ -r sin θ |
Jacobian = ----------- = | | = | |
∂ ( r , θ ) | ∂y/∂r ∂y/∂θ | | sin θ r cos θ |
= (cos θ)(r cos θ) - (sin θ)(-rsin θ) = r(sin2 θ + cos2 θ) = r
Thus we have that when integrating over a region R,
∫∫R f(x , y) dx dy = ∫∫R f(r cos θ, r sin θ) r dr dθ
The jacobian for cartesian to cylindrical coordinates is also r, so we get
∫∫∫R f(x , y , z) dx dy dz = ∫∫∫R f(r cos θ , r sin θ , z) r dr dθ dz.
In your question, you said ∫02π ∫04 ∫r4 dz dr dθ which is missing the Jacobian.
The correct expression for the volume would be ∫02π ∫04 ∫r4 r dz dr dθ.
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.
But the answer in the book says false.
04/14/13