Limits at Infinity: When evaluating limits as x→∞, we often divide the numerator and denominator by the highest power of x to simplify the expression. Terms of the form xnc (where c is a constant and n>0) approach 0 as x→∞.
Binomial Expansion: The binomial theorem states that (a+b)n=∑k=0n(kn)an−kbk. For specific cases like (a+b)6 and (a−b)6, terms often cancel out when added or subtracted.
Algebraic Manipulation: Simplifying expressions involving radicals and powers is crucial. We can factor out common terms from under the radical.
Step-by-Step Solution
Let the given limit be L.
L=x→∞lim(x+x2−1)6+(x−x2−1)6(3x+1+3x−1)6+(3x+1−3x−1)6x3
Step 1: Prepare terms for limit evaluation.
We need to manipulate the terms in the numerator and denominator so that we can evaluate the limit as x→∞. We will factor out the highest power of x from the expressions under the square roots and from the terms within the parentheses.
For the numerator:
Consider the term (3x+1+3x−1)6.
3x+1=x(3+x1)=x3+x13x−1=x(3−x1)=x3−x1
So,
(3x+1+3x−1)6=(x(3+x1+3−x1))6=x3(3+x1+3−x1)6
Similarly,
(3x+1−3x−1)6=x3(3+x1−3−x1)6
The numerator becomes:
x3[(3+x1+3−x1)6+(3+x1−3−x1)6]
For the denominator:
Consider the term (x+x2−1)6.
x2−1=x2(1−x21)=x1−x21
So,
(x+x2−1)6=(x+x1−x21)6=x6(1+1−x21)6
Similarly,
(x−x2−1)6=x6(1−1−x21)6
The denominator becomes:
x6[(1+1−x21)6+(1−1−x21)6]
Now, substitute these back into the limit expression:
L=x→∞limx6[(1+1−x21)6+(1−1−x21)6]x3[(3+x1+3−x1)6+(3+x1−3−x1)6]x3
Step 2: Simplify the expression by cancelling powers of x.L=x→∞limx6[(1+1−x21)6+(1−1−x21)6]x6[(3+x1+3−x1)6+(3+x1−3−x1)6]L=x→∞lim(1+1−x21)6+(1−1−x21)6(3+x1+3−x1)6+(3+x1−3−x1)6
Step 3: Evaluate the limit as x→∞.
As x→∞, we have x1→0 and x21→0.
Let a=3+x1 and b=3−x1.
As x→∞, a→3 and b→3.
The numerator becomes:
(3+3)6+(3−3)6=(23)6+(0)6=(23)6
Let c=1 and d=1−x21.
As x→∞, c=1 and d→1−0=1.
The denominator becomes:
(1+1)6+(1−1)6=(2)6+(0)6=26
So, the limit is:
L=26(23)6
Step 4: Calculate the final value.L=2626(3)6=(3)6(3)6=(31/2)6=3(1/2)×6=33=27
Common Mistakes & Tips
Incorrectly factoring out x: Ensure that when factoring out x from terms like x2−1, you get x1−x21 and not just x. Also, remember that x2=∣x∣, but since x→∞, x is positive, so x2=x.
Algebraic errors in binomial expansion: While direct expansion is possible, recognizing that (a+b)n+(a−b)n simplifies to terms with even powers of b can be helpful. In this case, for the second term in both numerator and denominator, the second part of the sum becomes zero.
Forgetting the x3 term: The x3 term in the original expression needs to be accounted for. In Step 1, we see it cancels out with x3 factors from the numerator and x6 from the denominator, leaving the correct ratio of terms.
Summary
The problem involves evaluating a limit at infinity of a complex expression. The strategy is to simplify the expression by factoring out the highest powers of x from the terms within the radicals and the main parentheses. This allows us to substitute x→∞ and observe that terms with 1/x or 1/x2 go to zero. We then apply the binomial expansion concept, noting that the terms involving the difference of square roots go to zero. Finally, we simplify the remaining terms to arrive at the numerical value of the limit.