1 Answer
1
answers
What is the integral of f(x) * g(x) dx?
0
Answer link
The integral of f(x) * g(x) dx does not have a general, simple formula like the integral of a sum or a constant multiple. Instead, it is usually solved using a technique called integration by parts.
Integration by parts comes from the product rule for differentiation. The formula is:
∫ u dv = uv - ∫ v du
Where:
- u = f(x) or g(x) (a function to be differentiated)
- dv = the remaining part of the integrand, including dx (a function to be integrated)
- du = derivative of u
- v = integral of dv
Steps to apply integration by parts:
-
Choose u and dv from the integrand f(x)g(x) dx. A helpful guideline is the acronym
LIATE:
- Logarithmic functions
- Inverse trigonometric functions
- Algebraic functions
- Trigonometric functions
- Exponential functions
- Calculate du (the derivative of u) and v (the integral of dv).
- Apply the integration by parts formula: ∫ u dv = uv - ∫ v du
- Evaluate the new integral ∫ v du. If it's simpler than the original, the choice of u and dv was good. If not, you might need to try a different choice for u and dv or apply integration by parts again.
Example:
Evaluate ∫ x cos(x) dx
- Let u = x (algebraic) and dv = cos(x) dx (trigonometric).
- Then du = dx and v = ∫ cos(x) dx = sin(x).
- Apply the formula: ∫ x cos(x) dx = x sin(x) - ∫ sin(x) dx
- Evaluate the new integral: ∫ sin(x) dx = -cos(x)
- Therefore, ∫ x cos(x) dx = x sin(x) - (-cos(x)) + C = x sin(x) + cos(x) + C, where C is the constant of integration.
In summary, there is no direct general formula for the integral of f(x) * g(x) dx. You typically need to use integration by parts.