Finding the Equation of the Hypotenuse of a Triangle in Multi-Variable Calculus

Larrytsai
Messages
222
Reaction score
0

Homework Statement


Evaluate the double integral I=int(int(D)( xydA) where D is the triangular region with vertices (0,0)(5,0)(0,3).


The Attempt at a Solution



I was wondering if my bounds for x would be 0 to 5 and y to be 0 to 3
 
Physics news on Phys.org
Larrytsai said:

Homework Statement


Evaluate the double integral I=int(int(D)( xydA) where D is the triangular region with vertices (0,0)(5,0)(0,3).


The Attempt at a Solution



I was wondering if my bounds for x would be 0 to 5 and y to be 0 to 3
No they wouldn't. If the region were a rectangle, those would be the bounds, but your region is a triangle. Think about the equation of the hypotenuse of the triangle.
 
k so my hypotnuse is x^2+y^2 = sqrt(34), then i isolate for x and have x=sqrt(sqrt(34)-y^2) so my bounds for x would be 0 to x=sqrt(sqrt(34)-y^2) , and y would be 0 to 3
 
Larrytsai said:
k so my hypotnuse is x^2+y^2 = sqrt(34), then i isolate for x and have x=sqrt(sqrt(34)-y^2) so my bounds for x would be 0 to x=sqrt(sqrt(34)-y^2) , and y would be 0 to 3
That is NOT the equation of the hypotenuse of the triangle - it's the equation of a circle centered at the origin.

The hypotenuse of the triangle is a straight line segment. Do you know how to find the equation of a line?
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top