Calculate the double integral : int int xye^((x^2)(y))

Rancy
Messages
2
Reaction score
0

Homework Statement



Calculate the double integral

int int xye^((x^2)(y)) , 0<= x <= 1 , 0<= y <= 2

Homework Equations



Integral by parts

uv - int vdu

The Attempt at a Solution



IMG_20130207_073836.jpg


The answer in the back of the book is (1/2)((e^2) -3) , but I get (1/2)((e^2) -1) .

I think I made a positive/negative sign error, but I can't find it. I've had similar encounters where I would get close to the answer for questions involving integration by parts. I might of made a consistent error in one of my lines for each other question involving integration by parts, but I don't know where.

Homework Statement


Homework Equations


The Attempt at a Solution

 
Physics news on Phys.org
Your error is in the first step
 
You have a ##dx## on the first line. That means you integrate with respect to x and hold y constant.

##\int\limits_{0}^1 xye^{x^2y} \ dx = y\int\limits_{0}^1 xe^{x^2y}\ dx##

Does this make it clearer?
 
Karnage1993 said:
You have a ##dx## on the first line. That means you integrate with respect to x and hold y constant.

##\int\limits_{0}^1 xye^{x^2y} \ dx = y\int\limits_{0}^1 xe^{x^2y}\ dx##

Does this make it clearer?
Not really, I already knew that I should think of y as a constant when integrating with respect to x, but I rarely ever factor it out and just imagine that y is a number, an integrate the function.

But I think I know where I made my mistake:
The derivative of e^((x^2)(y)) = (2xy)(e^((x^2)(y))) , and I forgot to take out the y in my answer.

Thanks!
 
That is, by the way, the hard way to do this problem. Change the order of integration:
\int_{y=0}^2\int_{x=0}^1 xye^{x^2y}dx dy
Let u=x^2y so that du= 2xydy and so (1/2)du= xydy. That simplifies the problem a lot!
 
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