Double integral limits from an equation?

JasonHathaway
Messages
113
Reaction score
0
Hi everyone,

I've the equation x+y=6 (it's a surface equation which I'll integrate over) and the following integral limits is what I suppose to get it from the equation: \int\limits_0^6 \int\limits_0^{6-x}

K1V95tV.png


What's the trick here?
 
Physics news on Phys.org
Let's try to phrase your question coherently. My guess is that you mean:

I'm to integrate a function f(x,y) over the triangluar region bounded by the lines y = 0, x = 0, x + y = 6. The integration is \int_0^6 \int_0^{6-x} f(x,y) \ dy \ dx How does one arrive at the limits for the integrals?

Roughly speaking, you pretend that you cover the triangular region with vertical line segments. The segment through the point (x,0) goes from (x,0) to (0,6-x) where it meets the diagonal. The integral of the function over that line segment is \int_0^{6-x} f(x,y) dy. You integrate that integral over all possible vertical line segments, which implies you integrate withr respect to x from 0 to 6.
 
Stephen Tashi:

The only two thing that I know is the function and the surface equations, that drawing from the solution of the problem.

So, can I assume - in these situations - that x and y are equal to zero then solve?
 
JasonHathaway said:
So, can I assume - in these situations - that x and y are equal to zero then solve?

You are either badly confused or can't express what you mean. I suggest that you ask about a specific example. State the entire problem. If you have a textbook, quote a problem from the book.
 
Both of them actually :Z

"Determine the flux across the surface z=6-x-y in the first octant, where \vec{f}=(0,-1,-2)"

The double integral will be used to determine the flux, my question is: How to get the integration limits?
 
The integration limits will depend on whether you compute \int \int ... \ dy \ dx or \int \int ... \ dx \ dy. Which way do you want to work the problem?

So, can I assume - in these situations - that x and y are equal to zero then solve?

I think what you meant is "Can I set z equal to zero and consider how x and y vary?"

The integrations you set up must consider all points on the surface. In this particular problem, you can do that by considering the projection of the surface on the (x,y) plane. Yes, in this projection z = 0. To consider all points on the surface you may consider how (x,y) varies over this projection and set the limits of integration accordingly.

However, the integrand you use will express z as a function z(x,y) = 6 - x - y. So you aren't actually assuming z = 0 when we evaluate the integrand. Within the integrand, z varies as a function of x and y. So the integrand involves points on the surface, not points on the projection of the surface.
 
Back
Top