Problem 49

Question

Use a symbolic integration utility to evaluate the double integral. $$ \int_{1}^{2} \int_{0}^{x} e^{x y} d y d x $$

Step-by-Step Solution

Verified
Answer
The final solution of the double integral can only be obtained using a symbolic integration utility or numerical methods.
1Step 1: Analyze the Inner Integral
First, start with the inner integral. This is \(\int_{0}^{x} e^{xy} dy\). Here, we have to integrate with respect to y, while treating x as a constant.
2Step 2: Evaluate the Inner Integral
The integral of \(e^{xy}\) with respect to y, when x is considered a constant, is \((1/x) e^{xy}\). Now, apply this to the bounds from 0 to x. This gives \((1/x)e^{x*x} - (1/x)e^{x*0} = e^{x^2} - 1/x\). A simplification implies the inner integral ends up as \( e^{x^{2}} - 1/x \).
3Step 3: Implement the Outer Integral
Next, take the result from the inner integral and insert it into the outer integral: \(\int_{1}^{2} (e^{x^{2}} - 1/x) dx\). Now, x is the variable of integration.
4Step 4: Evaluate the Outer Integral
Finally, evaluate the outer integral. However, this integral is too complicated to solve symbolically. It requires numerical methods or symbolic integration utility. Assuming the integral is evaluated with such a tool, we get the final result.