Double Integral of f(x,y) in a Triangle Domain

AI Thread Summary
To calculate the double integral of the function f(x,y) = (2x+3y)^2 over a triangular domain defined by the vertices (-1,0), (0,1), and (1,0), the bounds are set from 0 to 1 for y, and from y-1 to 1-y for x. The integral is expressed as ∫_0^1 ∫_{y-1}^{1-y} (4x^2 + 12xy + 9y^2) dx dy. This can be split into three separate integrals for easier computation: ∫_0^1 ∫_{y-1}^{1-y} 4x^2 dx dy, ∫_0^1 ∫_{y-1}^{1-y} 12xy dx dy, and ∫_0^1 ∫_{y-1}^{1-y} 9y^2 dx dy. The integration process involves applying the power rule and simplifying the resulting expressions.
quasar987
Science Advisor
Homework Helper
Gold Member
Messages
4,796
Reaction score
32
I am asked to calculate the double integral of the function

f(x,y) = (2x+3y)^2 = 4x^2 + 12xy + 9y^2

on the domain defined by a triangle whose summits(?) are at (-1,0), (0,1) and (1,0). I chose to integrate from left to right. So the bounds of my integral are

\int_0^1 \int_{y-1}^{1-y} (4x^2 + 12xy + 9y^2)dxdy
 
Physics news on Phys.org
1) Vertices, not summits
2) Looks good to me
 


To calculate the double integral of f(x,y) in a triangle domain, we first need to set up the bounds of the integral. In this case, the triangle domain is defined by the points (-1,0), (0,1), and (1,0), so we can set up the bounds of the integral as follows:

- The outer integral will be with respect to y, and it will go from 0 to 1 since those are the y-coordinates of the points at the top and bottom of the triangle.
- The inner integral will be with respect to x, and it will go from the left side of the triangle to the right side. Since we are integrating from left to right, the left side of the triangle will be given by the equation x = y-1, and the right side will be given by the equation x = 1-y.

Plugging these bounds into the double integral, we get:

\int_0^1 \int_{y-1}^{1-y} (4x^2 + 12xy + 9y^2)dxdy

Now, we can use the properties of double integrals to split this into two separate integrals:

\int_0^1 \int_{y-1}^{1-y} 4x^2dxdy + \int_0^1 \int_{y-1}^{1-y} 12xydxdy + \int_0^1 \int_{y-1}^{1-y} 9y^2dxdy

From here, we can easily integrate each of these individual integrals using the power rule for integration. This will give us:

\int_0^1 \left[ \frac{4x^3}{3} + 6x^2y + 9xy^2 \right]_{y-1}^{1-y} dy

Simplifying this further, we get:

\int_0^1 \left[ \frac{4(1-y)^3}{3} + 6(1-y)^2y + 9(1-y)y^2 - \frac{4(y-1)^3}{3} - 6(y-1)^2y - 9(y-1)y^2 \right] dy

Now, we can simplify the expressions inside the brackets and combine like terms:

\int_0^1 \
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top