Key Concepts and Formulas
- Indefinite Integration: Finding a function whose derivative is the given function. The result includes an arbitrary constant of integration, denoted by c.
- Substitution Method: A technique to simplify integrals by substituting a part of the integrand with a new variable. If ∫f(g(x))g′(x)dx is given, substitute u=g(x), then du=g′(x)dx. The integral becomes ∫f(u)du.
- Power Rule of Integration: ∫xndx=n+1xn+1+c, where n=−1.
Step-by-Step Solution
Step 1: Rewrite the integral by factoring out x14 from the denominator.
We are given the integral:
f(x)=∫(x2+1+2x7)25x8+7x6dx
Factor out x14 from the denominator:
f(x)=∫x14(x−5+x−7+2)25x8+7x6dx
Step 2: Simplify the integrand.
Divide the numerator by x14:
f(x)=∫(x−5+x−7+2)25x−6+7x−8dx
Step 3: Apply substitution.
Let t=x−5+x−7+2. Then, differentiate t with respect to x:
dxdt=−5x−6−7x−8
dt=(−5x−6−7x−8)dx
(5x−6+7x−8)dx=−dt
Step 4: Substitute and integrate.
Substitute t and dt into the integral:
f(x)=∫t2−dt=−∫t−2dt
f(x)=−−1t−1+c=t1+c
Step 5: Substitute back for t.
Substitute t=x−5+x−7+2 back into the expression:
f(x)=x−5+x−7+21+c
Step 6: Simplify the expression.
Multiply the numerator and denominator by x7:
f(x)=x2+1+2x7x7+c
Step 7: Use the initial condition to find the constant of integration.
We are given f(0)=0. Substitute x=0 into the expression for f(x):
f(0)=02+1+2(0)707+c=10+c=0+c=0
Therefore, c=0.
Step 8: Write the final expression for f(x).
f(x)=x2+1+2x7x7
Step 9: Evaluate f(1).
Substitute x=1 into the expression for f(x):
f(1)=12+1+2(1)717=1+1+21=41
Common Mistakes & Tips
- Algebraic Manipulation: Be careful with algebraic manipulations, especially when dealing with negative exponents. A small error can lead to a completely different result.
- Constant of Integration: Don't forget to include the constant of integration, c, when evaluating indefinite integrals. Use the initial condition to find its value.
- Substitution: Choosing the right substitution is crucial. In this case, recognizing that the derivative of x−5+x−7 is related to the numerator of the integrand is key.
Summary
We solved the given integral by first manipulating the integrand to make it suitable for substitution. We let t=x−5+x−7+2, which simplified the integral to ∫−t−2dt. We then integrated, substituted back to get an expression in terms of x, and used the given initial condition f(0)=0 to find the constant of integration. Finally, we evaluated f(1), which resulted in 1/4.
Final Answer
The final answer is \boxed{1/4}, which corresponds to option (D).