shamieh
- 538
- 0
Evaluate the following integral
I think this is a recursion type problem, but I'm not quite sure. Again, I could be going about this problem horribly. Just need someone to check to see if this is the correct answer or if I'm even close to doing this problem right.$$\int sin(x) e^x \, dx$$
$$u = sinx$$
$$du = cosx dx$$
$$dv = e^x$$
$$v = e^x$$
$$sinx e^x - \int e^x cosx \,dx$$
$$u = e^x $$
$$du = e^x $$
$$dv = -sinx$$
$$v = cosx$$
$$sinx e^x - e^x cos x - \int cosx e^x dx$$
$$u = cosx$$
$$du = -sinx$$
$$dv = e^x$$
$$v = e^x$$
$$I = sinx e^x - cosx e^x - cosx e ^x + \int e^x sinx \, dx$$
$$2I = sinx e^x - 2cosx e^x$$
$$I = \frac{sinx e^x - 2cosx e^x}{2}$$
I think this is a recursion type problem, but I'm not quite sure. Again, I could be going about this problem horribly. Just need someone to check to see if this is the correct answer or if I'm even close to doing this problem right.$$\int sin(x) e^x \, dx$$
$$u = sinx$$
$$du = cosx dx$$
$$dv = e^x$$
$$v = e^x$$
$$sinx e^x - \int e^x cosx \,dx$$
$$u = e^x $$
$$du = e^x $$
$$dv = -sinx$$
$$v = cosx$$
$$sinx e^x - e^x cos x - \int cosx e^x dx$$
$$u = cosx$$
$$du = -sinx$$
$$dv = e^x$$
$$v = e^x$$
$$I = sinx e^x - cosx e^x - cosx e ^x + \int e^x sinx \, dx$$
$$2I = sinx e^x - 2cosx e^x$$
$$I = \frac{sinx e^x - 2cosx e^x}{2}$$
Last edited: