Question
Question: ∫(x^4)/((x^2)+1)...
∫(x^4)/((x^2)+1)
(x^3)/3 - x + arctan(x) + C
Solution
To evaluate the integral ∫x2+1x4dx, we first observe that the degree of the numerator (4) is greater than the degree of the denominator (2). In such cases, we perform polynomial long division.
Step 1: Perform Polynomial Long Division Divide x4 by x2+1: x2+1x4 We can rewrite x4 as x2(x2+1)−x2: x2+1x2(x2+1)−x2=x2−x2+1x2 Now, we deal with the remaining fraction x2+1x2. We can rewrite x2 as (x2+1)−1: x2+1(x2+1)−1=1−x2+11 Substitute this back into the expression: x2+1x4=x2−(1−x2+11) x2+1x4=x2−1+x2+11
Step 2: Integrate the Simplified Expression Now, integrate each term: ∫x2+1x4dx=∫(x2−1+x2+11)dx We can split this into three separate integrals: ∫x2dx−∫1dx+∫x2+11dx Using standard integration formulas:
- ∫xndx=n+1xn+1+C
- ∫x2+a21dx=a1tan−1(ax)+C
Applying these formulas:
- ∫x2dx=2+1x2+1=3x3
- ∫1dx=x
- ∫x2+11dx=∫x2+121dx=11tan−1(1x)=tan−1(x)
Combining these results and adding the constant of integration C: ∫x2+1x4dx=3x3−x+tan−1(x)+C
The final answer is 3x3−x+tan−1(x)+C.
Explanation:
- The integrand's numerator degree is higher than the denominator's, so polynomial long division is performed.
- The expression is simplified to x2−1+x2+11.
- Each term is integrated using standard integration formulas: ∫xndx=n+1xn+1 and ∫x2+a21dx=a1tan−1(ax).
- The results are combined, and the constant of integration C is added.