Why Do Different Integration Orders Give Different Results in Double Integrals?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
dlacombe13
Messages
100
Reaction score
3

Homework Statement


Find the volume of the given solid:
Under the surface z = xy and above the triangle with verticies (1,1), (4,1) and (1,.2)

Homework Equations


Double Integral

The Attempt at a Solution


I drew the triangle, and found the the equations of the lines to be:
x = 1;
y = 1;
y = -3x + 7

My issue is, I get different answers when solving using Type 1 and Type 2. Type two gives the right answer, however Type 1 does not. I have also put my Type 1 into a solver and it also gives the wrong answer. So the error must be in the setup and not my integration, but I can't see it.

Type 2:
[itex]\int_1^2 \int_1^{-3x+7} xy = \frac{31}{8}[/itex]

Type 1:
[itex]\int_1^4 \int_1^{-3x+7} xy = \frac{207}{8}[/itex]
 
Physics news on Phys.org
First of all, be explicit with your integral notation and your dx, dy. (I don't know if there is are standard meanings for "Type 1" and "Type 2" integrals.)
Second, do you mean the third vertex of the triangle is (1, 2)? If so, then check your equation for the line by plugging in some points...
 
Oh shoot, wow. I realized that I used some illegal algebra which resulted in the wrong equation for the line! The equation of the line is actually supposed to be [itex]y = -\frac{1}{3}x + \frac{7}{3}[/itex] . Now I am getting the right answer. Thanks for questioning my equation.
 
  • Like
Likes   Reactions: olivermsun
dlacombe13 said:

Homework Statement


Find the volume of the given solid:
Under the surface z = xy and above the triangle with verticies (1,1), (4,1) and (1,.2)

Homework Equations


Double Integral

The Attempt at a Solution


I drew the triangle, and found the the equations of the lines to be:
x = 1;
y = 1;
y = -3x + 7

My issue is, I get different answers when solving using Type 1 and Type 2. Type two gives the right answer, however Type 1 does not. I have also put my Type 1 into a solver and it also gives the wrong answer. So the error must be in the setup and not my integration, but I can't see it.

Type 2:
[itex]\int_1^2 \int_1^{-3x+7} xy = \frac{31}{8}[/itex]

Type 1:
[itex]\int_1^4 \int_1^{-3x+7} xy = \frac{207}{8}[/itex]
I agree with both points olivermsum made. First, "Type 1" and "Type 2" aren't standard attributes, so these should have been explained.
Second, your integrals are missing the dx and dy parts.
From this -- [itex]\int_1^2 \int_1^{-3x+7} xy = \frac{31}{8}[/itex] -- we can infer that you really mean this:
[itex]\int_1^2 \int_1^{-3x+7} xy dy dx= \frac{31}{8}[/itex], but only because the lower limit of integration for the inner integral suggests that x is the variable for that integral.
To be really explicit, you can do this:
[itex]\int_{x = 1}^2 \int_{y = 1}^{-3x+7} xy ~dy ~dx = \frac{31}{8}[/itex]