Advertisements
Advertisements
Question
For `int (x - 1)/(x - 1)^3 e^ x dx = e^x * f(x) + c`, where f(x) = (x + 1)2.
Advertisements
Solution
This statement is false.
Explanation:
1. Simplify the Integrand
The given expression in the integral is `(x - 1)/(x - 1)^3`. This simplifies by canceling one term of (x – 1) from the numerator and denominator:
`(x - 1)/(x - 1)^3 e^x = 1/(x - 1)^2 e^x`
We are looking for `int e^x/(x - 1)^2 dx`. To check if the result is ex · f(x) + c where f(x) = (x + 1)2, we can differentiate the proposed solution:
`d/dx [e^x (x + 1)^2]`
Using the product rule:
`d/dx [e^x (x + 1)^2] = e^x (x + 1)^2 + e^x * 2(x + 1)`
Factoring out ex:
ex[(x + 1)2 + 2x + 2]
= ex[x2 + 2x + 1 + 2x + 2]
= ex(x2 + 4x + 3)
The derivative of the proposed answer, ex(x2 + 4x + 3), does not match our simplified integrand `e^x/(x - 1)^2`. Furthermore, standard integration of `e^x/(x - 1)^2` typically involves terms like `(-e^x)/(x - 1)` when using the form `int e^x[f(x) + f^'(x)] dx`, but it does not result in (x + 1)2.
