Triple Integrals: Solving \int\int\int^{}_{B} ye^(-xy) dV

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
4 replies · 4K views
shards5
Messages
37
Reaction score
0

Homework Statement


[tex]\int\int\int^{}_{B} ye^(-xy) dV[/tex] where B is the box determined by 0 \leq x \leq 4, 0 \leq y \leq 1, 0 \leq z \leq 5.

Homework Equations


The Attempt at a Solution


[tex]\int^{4}_{0}\int^{1}_{0}\int^{5}_{0} ye^(-xy) dzdydx[/tex]
Integrating the first time I get
zye-xy
Plugging in 5 and 0 I get
5ye-xy
Integrating the above with respect to y. I use u = 5y and dv = e-xy which gives me du = 5du and v = [tex]\frac{-e^(-xy)}{x}[/tex]
Which leaves me with the following equation.
-5y*[tex]\frac{e^(-xy)}{x}[/tex] - [tex]\int e^(-xy)5du[/tex]
After integration I get
-5y*[tex]\frac{e^(-xy)}{x}[/tex] + [tex]\frac{5e^(-xy)}{x}[/tex]
Plugging in 1 and 0 into the above I get
-5[tex]\frac{e^(-x)}{x}[/tex] + 5[tex]\frac{e^(-x)}{x}[/tex] - 5[tex]\frac{e^0}{x}[/tex]
Which just leaves me with since the first two cancel each other out.
-5[tex]\frac{e^0}{x}[/tex]
Integrating the above I get
-5log(x) which is where my problem lies, I can't get the log of 0.
 
Last edited:
Physics news on Phys.org
Let's fix up the latex a little. For exponents, use e^{-xy} instead of e^(-xy).

Homework Statement



[tex]\int\int\int^{}_{B} ye^{-xy} dV[/tex] where B is the box determined by [tex]0 \leq x \leq 4, 0 \leq y \leq 1, 0 \leq z \leq 5[/tex].


Homework Equations




The Attempt at a Solution



[tex]\int_0^4 \int_0^ 1 \int_0^5 ye^{-xy} dzdydx[/tex]

[tex]= \int_0^4 \int_0^1 \Bigr|_0^5 zye^{-xy} dzdydx[/tex]

[tex]= \int_0^4 \int_0^1 5ye^{-xy} dydx[/tex]


At this point, I think it would be simpler to integrate with respect to x.
 
Didn't even think about that . . .but for some reason it doesn't seem to be working.
I switched the integration around and got the following.
[tex]\int_0^1 \int_0^4 5ye^{-xy} dxdy[/tex]
After the first integration it comes out really neatly as
-5e-xy
and after plugging in 0 and 4 I get
-5e-4y
Integrating the above I get
5/4e-4y
but after plugging in 0 and 1 I get the wrong answer, not sure what I am doing wrong.
 
shards5 said:
Didn't even think about that . . .but for some reason it doesn't seem to be working.
I switched the integration around and got the following.
[tex]\int_0^1 \int_0^4 5ye^{-xy} dxdy[/tex]
After the first integration it comes out really neatly as
-5e-xy
and after plugging in 0 and 4 I get
-5e-4y

[tex]5 e^{-(0)(y)}[/tex] isn't zero.
 
I guess I shouldn't have rushed through the calculations as I did, thanks a lot for pointing out my mistake.