Definite Integral as a Limit of a Sum: The limit of a sum can be expressed as a definite integral using the formula:
n→∞limr=1∑nn1f(nr)=∫01f(x)dx
Partial Fraction Decomposition: A rational function can be decomposed into simpler fractions, which are easier to integrate.
Logarithm Properties:loga−logb=logba and kloga=logak.
Step-by-Step Solution
Step 1: Transform the given sum into the standard form for integration.
The given limit of the sum is:
S=n→∞limr=1∑n2r2−7rn+6n2r
To apply the definite integral as a limit of a sum formula, we need to express the summand in the form n1f(nr). We achieve this by dividing the numerator and denominator of the summand by n2:
S=n→∞limr=1∑n(2r2−7rn+6n2)/n2r/n2
This simplifies to:
S=n→∞limr=1∑n2(r/n)2−7(r/n)+6(r/n)⋅(1/n)
Rearranging the terms to fit the standard form:
S=n→∞limr=1∑nn1(2(r/n)2−7(r/n)+6r/n)
Here, we can identify f(x)=2x2−7x+6x by substituting nr with x.
Step 2: Convert the sum into a definite integral.
Using the formula n→∞limr=1∑nn1f(nr)=∫abf(x)dx:
The function is f(x)=2x2−7x+6x.
The lower limit of integration is determined by the starting value of r: n→∞limn1=0.
The upper limit of integration is determined by the ending value of r: n→∞limnn=1.
Thus, the limit of the sum is equivalent to the definite integral:
S=∫012x2−7x+6xdx
Step 3: Evaluate the definite integral using partial fractions.
First, factor the denominator: 2x2−7x+6. We look for two numbers that multiply to 2×6=12 and add up to −7. These numbers are −3 and −4.
2x2−7x+6=2x2−4x−3x+6=2x(x−2)−3(x−2)=(2x−3)(x−2)
Now, we decompose the integrand using partial fractions:
(2x−3)(x−2)x=2x−3A+x−2B
Multiplying both sides by (2x−3)(x−2):
x=A(x−2)+B(2x−3)
To find A, set x=23:
23=A(23−2)+B(2(23)−3)23=A(−21)+B(0)⟹A=−3
To find B, set x=2:
2=A(2−2)+B(2(2)−3)2=A(0)+B(1)⟹B=2
So, the partial fraction decomposition is:
(2x−3)(x−2)x=2x−3−3+x−22
The integral becomes:
S=∫01(2x−3−3+x−22)dx
Step 4: Integrate the partial fractions.
We integrate each term separately:
∫2x−3−3dx=−3⋅21log∣2x−3∣=−23log∣2x−3∣∫x−22dx=2⋅11log∣x−2∣=2log∣x−2∣
Thus, the definite integral is:
S=[−23log∣2x−3∣+2log∣x−2∣]01
Step 5: Evaluate the definite integral using the limits of integration.
Substitute the upper limit (x=1) and the lower limit (x=0) into the integrated expression:
At x=1:
−23log∣2(1)−3∣+2log∣1−2∣=−23log∣−1∣+2log∣−1∣=−23log(1)+2log(1)=−23(0)+2(0)=0
At x=0:
−23log∣2(0)−3∣+2log∣0−2∣=−23log∣−3∣+2log∣−2∣=−23log(3)+2log(2)
Now, subtract the value at the lower limit from the value at the upper limit:
S=0−(−23log(3)+2log(2))S=23log(3)−2log(2)
Using logarithm properties: kloga=logak and loga−logb=logba:
S=log(33/2)−log(22)S=log(2233/2)S=log(4(3)3)S=log(433)
Common Mistakes & Tips
Incorrectly identifying f(x) or limits: Ensure the sum is correctly manipulated to match the n1f(nr) form and that the limits of integration are derived from the sum's bounds.
Errors in partial fraction decomposition: Carefully solve for the constants A and B.
Forgetting the chain rule in integration: When integrating ax+b1, remember to multiply by a1.
Handling absolute values:log∣x∣ is defined for negative x, and log∣−k∣=logk.
Summary
The problem is solved by recognizing the limit of the sum as a definite integral. The integrand is transformed into the standard form for this conversion by dividing the numerator and denominator by n2. The resulting definite integral is then evaluated using partial fraction decomposition and the fundamental theorem of calculus. The final answer is obtained by simplifying the logarithmic expression.