dyn said:
I have read all the posts but in my experience so far orientation does not come into double or triple integrals unless they are surface integrals
The point you seem to be missing is the difference between 1) the
integral of a function over an interval (single integral) or over a region in the plane (double integral), and 2) calculating an area or volume using integration.
From post #1:
dyn said:
If i do a double integral of 1.dxdy to find an area of an odd function eg. y=x from +a to -a i get zero because the area below the x-axis cancels with the area above the x-axis.
No. The
area below the line is positive.
Again, it doesn't matter whether you're doing a single integral or a double integral. You are confusing the
area between the graph of a function and the horizontal axis with the
integral of the same function over the same interval.
Here are two problems that show the difference.
1) Calculate ##\int_0^{2\pi} \sin(x) dx##
Answer: ##\int_0^{2\pi} \sin(x) dx = 0##
2) Find the area between the graph of ##y = \sin(x)## and the x-axis, on the interval ##[0, 2\pi]##
Answer: ##\int_0^{\pi} \sin(x) dx + \int_\pi^{2\pi} (0 - \sin(x))dx = 4##
I leave the grunt work of calculating the integrals to you.
dyn said:
If i do a double integral of a circle centred at the origin i get the area to be πr2 ; so why doesn't the area below the x-axis cancel the area above the x-axis ?
An integral can produce a negative value, but areas aren't negative. If your integration is done on x first and then y, you are calculating horizontal slices going from left to right, and then summing them going from bottom to top. Doing so will give you a positive number.
If your integration is done on y first and then x, you are calculating vertical slices going from bottom to top, and then summing them going from left to right. Doing things this way will also give you a positive number, the same as if you had integrated in the other order.