Chapter 7: Triple Integration
Section 7.5: Spherical Coordinates
Example 7.5.7
Sketch the region between the spheres ρ=1 and ρ=2, and above the cone φ=π/3.
Solution
p1≔plot3d1,θ=0..2 π,φ=0..π/3,coords=spherical:p2≔plot3d2,θ=0..2 π,φ=0..π/3,coords=spherical:p3≔plot3dρ,θ,π/3,ρ=1..2,θ=0..2 π,coords=spherical:plots:-displayp1,p2,p3,scaling=constrained,axes=frame,labels=x,y,z,tickmarks=3,3,3,orientation=130,75,180,lightmodel=none
The plot data-structures p1 and p2 house the graphs of the two spherical surfaces ρ=1 and ρ=2, respectively. The plot data structure p3 houses the graph of the cone.
<< Previous Example Section 7.5 Next Example >>
© Maplesoft, a division of Waterloo Maple Inc., 2024. All rights reserved. This product is protected by copyright and distributed under licenses restricting its use, copying, distribution, and decompilation.
For more information on Maplesoft products and services, visit www.maplesoft.com
Download Help Document