Question Statement
Evaluate the following indefinite integral:
∫(5e5x−x−3+32x)dx
Background and Explanation
To solve this problem, we use the linearity property of integrals, which allows us to integrate each term of the sum separately. We also apply standard integration rules for exponential functions (eax and akx) and the power rule for xn.
Solution
To find the integral, we first split the expression into three separate integrals:
∫5e5xdx−∫x−3dx+∫32xdx
Now, we evaluate each term individually:
For the first term, we use the rule ∫eaxdx=a1eax+C.
The constant 5 remains outside the integration process:
∫5e5xdx=5⋅(51e5x)=e5x
For the second term, we use the power rule ∫xndx=n+1xn+1+C, where n=−3:
∫x−3dx=−3+1x−3+1=−2x−2=−21x−2
Since there is a subtraction sign before this term in the original expression, it becomes:
−(−21x−2)=+21x−2
For the third term, we use the general exponential rule ∫akxdx=kln(a)akx+C. Here, a=3 and k=2:
∫32xdx=2ln(3)32x
Finally, we combine all the evaluated parts and add the constant of integration C:
∫(5e5x−x−3+32x)dx=e5x+21x−2+2ln(3)32x+C
This can also be written as:
e5x+2x21+2ln(3)32x+C
- Linearity of Integrals: ∫[f(x)+g(x)]dx=∫f(x)dx+∫g(x)dx
- Exponential Rule (base e): ∫eaxdx=a1eax+C
- Power Rule: ∫xndx=n+1xn+1+C (for n=−1)
- General Exponential Rule: ∫akxdx=kln(a)akx+C
Summary of Steps
- Split the integral into three separate parts using the linearity property.
- Apply the exponential integration rule to 5e5x to get e5x.
- Apply the power rule to x−3 to get −21x−2.
- Apply the general exponential rule to 32x to get 2ln(3)32x.
- Combine all terms and add the integration constant C.