Visualizing Double Integrals

For beginners, Double Integrals can be difficult to visualize as the resulting diagram is in 3 dimensions. Here are some resources that can help:

1) YouTube Animation

This excellent animation explains the concept behind double integration and also polar integrals.

2) Wolfram Alpha Command: 3dplot

This command can help to visualize the surface z=f(x,y). For example, in Tutorial 7 Q3, what does the surface z=x looks like?

You can type “3dplot z=x” into WolframAlpha: http://www.wolframalpha.com/input/?i=3dplot+z%3Dx

Result:

img_9936

This makes sense, since z=x means x-0y-z=0, i.e. we can see that the surface should be a plane.

Leave a comment