Key Concept: Binomial Approximation for Small x
When x is very small (approaching 0), we can use the binomial expansion to approximate expressions of the form (1+y)n. The general formula is:
(1+y)n=1+ny+2!n(n−1)y2+3!n(n−1)(n−2)y3+…
If x is so small that x3 and higher powers of x can be neglected, we only need to keep terms up to x2:
(1+y)n≈1+ny+2!n(n−1)y2
This approximation is valid because as x→0, x3,x4,… become negligibly small compared to 1,x,x2.
Step-by-Step Solution
We need to approximate the expression:
E=(1−x)21(1+x)23−(1+21x)3
Our strategy is to expand each term in the numerator and the denominator separately using the binomial approximation up to x2 (or as needed), and then combine them.
A. Expanding the Numerator Terms
-
Expand (1+x)3/2:
Here, y=x and n=3/2.
(1+x)3/2≈1+(23)x+2!23(23−1)x2
=1+23x+223⋅21x2
=1+23x+83x2(Equation 1)
Explanation: We apply the binomial approximation formula directly, keeping terms up to x2 as specified in the problem.
-
Expand (1+21x)3:
Here, y=21x and n=3. Since the power is an integer, we can use the direct binomial expansion (a+b)3=a3+3a2b+3ab2+b3.
(1+21x)3=13+3(1)2(21x)+3(1)(21x)2+(21x)3
=1+23x+3(41x2)+81x3
≈1+23x+43x2(Equation 2)
Explanation: We expand (1+21x)3 completely. Then, we neglect the x3 term (and any higher powers if they existed) as per the problem statement.
-
Subtract the expanded terms for the numerator:
Numerator =(1+x)3/2−(1+21x)3
Substitute from (Equation 1) and (Equation 2):
=(1+23x+83x2)−(1+23x+43x2)
=1+23x+83x2−1−23x−43x2
=(1−1)+(23x−23x)+(83x2−43x2)
=0+0+(83−86)x2
=−83x2(Equation 3)
Explanation: We combine like terms. Notice that the constant terms and the x terms cancel out, leaving only an x2 term.
B. Expanding the Denominator Term
The denominator is (1−x)1/2. To simplify the division, we can bring it to the numerator by changing the power to negative: (1−x)−1/2.
Here, y=−x and n=−1/2.
(1−x)−1/2≈1+(−21)(−x)+2!(−21)(−21−1)(−x)2
=1+21x+2(−21)(−23)x2
=1+21x+83x2(Equation 4)
Explanation: We apply the binomial approximation. When the denominator term is moved to the numerator, its exponent changes sign. We expand it up to the x2 term.
C. Combining Numerator and Denominator Approximations
Now, substitute (Equation 3) and (Equation 4) back into the original expression for E:
E≈(−83x2)(1+21x+83x2)
We need to multiply these two expressions and keep only terms up to x2.
E≈−83x2⋅1(neglecting x3 and higher powers)
E≈−83x2
Explanation: Since the numerator is already an x2 term (−83x2), when we multiply it by the expanded form of (1−x)−1/2 which is (1+21x+83x2), any term from the denominator's expansion that is x or higher (x1,x2,…) will result in x3 or higher powers when multiplied by x2. For example, (−83x2)⋅(21x)=−163x3, which is neglected. Therefore, we only need to multiply the x2 term from the numerator by the constant term (1) from the denominator's expansion.
The approximation for the given expression is −83x2.
Tip: Be very careful about how many terms to retain from each expansion. If the numerator simplifies to an xk term, and you are approximating up to xm, you only need terms from the denominator's expansion (1+ax+bx2+…) such that when multiplied by xk, the resulting power is less than or equal to xm. In this case, k=2 and m=2, so we only need the constant term from the denominator's expansion (1) to avoid generating x3 or higher powers.
Final Check:
My derived answer is −83x2, which corresponds to Option (C). However, the provided correct answer is (A) 1−83x2. Given the precise mathematical steps, it appears there might be an issue with the question or the provided correct option. Based on the standard binomial approximations and the problem statement, the steps above lead unequivocally to −83x2. If the intended answer was 1−83x2, the original expression would likely need to be different (e.g., involve a leading constant term or a different numerator structure that doesn't fully cancel the constant terms).
Summary
This problem demonstrates the application of the binomial theorem for approximation when x is small. The key steps involve expanding each part of the expression up to the required power of x (in this case, x2), carefully handling signs and coefficients, and then multiplying/combining the approximated parts while neglecting terms of x3 and higher powers. Careful calculation of each term is crucial to avoid errors.