1. Key Concept: Binomial Theorem
The binomial theorem provides a formula for the algebraic expansion of powers of a binomial. For an expression of the form (X+Y)n, the general term (or (r+1)th term) in its expansion is given by:
Tr+1=nCrXn−rYr
where nCr=r!(n−r)!n! is the binomial coefficient. This formula is crucial for finding specific terms or coefficients without expanding the entire expression.
2. Analyzing the First Expansion: (ax3+bx1/31)15
We want to find the coefficient of x15 in the expansion of (ax3+bx1/31)15.
Here, n=15, X=ax3, and Y=bx1/31=b−1x−1/3.
The general term, Tr+1, is:
Tr+1=15Cr(ax3)15−r(bx1/31)r
Now, let's separate the coefficient part and the x part.
Tr+1=15Cra15−r(x3)15−r(b−1)r(x−1/3)r
Tr+1=15Cra15−rb−rx3(15−r)x−r/3
Tr+1=15Cra15−rb−rx(45−3r−r/3)
Tr+1=15Cra15−rb−rx(45−310r)
To find the coefficient of x15, we equate the power of x to 15:
45−310r=15
Subtract 15 from both sides:
30=310r
Multiply by 3 and divide by 10:
r=1030×3
r=9
Now, substitute r=9 back into the coefficient part of the general term:
Coefficient of x15=15C9a15−9b−9=15C9a6b−9=15C9b9a6
3. Analyzing the Second Expansion: (ax1/3−bx31)15
Next, we find the coefficient of x−15 in the expansion of (ax1/3−bx31)15.
Here, n=15, X=ax1/3, and Y=−bx31=−b−1x−3.
The general term, Tk+1 (using k to distinguish from the previous r), is:
Tk+1=15Ck(ax1/3)15−k(−bx31)k
Separate the coefficient part and the x part:
Tk+1=15Cka15−k(x1/3)15−k(−1)k(b−1)k(x−3)k
Tk+1=15Cka15−k(−1)kb−kx315−kx−3k
Tk+1=15Cka15−k(−1)kb−kx(315−k−3k)
Tk+1=15Cka15−k(−1)kb−kx(315−k−9k)
Tk+1=15Cka15−k(−1)kb−kx(315−10k)
To find the coefficient of x−15, we equate the power of x to −15:
315−10k=−15
Multiply by 3:
15−10k=−45
Add 10k to both sides and add 45 to both sides:
15+45=10k
60=10k
k=6
Now, substitute k=6 back into the coefficient part of the general term:
Coefficient of x−15=15C6a15−6(−1)6b−6
Since (−1)6=1:
Coefficient of x−15=15C6a9b−6=15C6b6a9
4. Equating the Coefficients
The problem states that the coefficient of x15 in the first expansion is equal to the coefficient of x−15 in the second expansion.
Therefore:
15C9b9a6=15C6b6a9
We know that nCr=nCn−r. So, 15C9=15C15−9=15C6.
Since the binomial coefficients are equal, we can cancel them from both sides of the equation:
b9a6=b6a9
Now, we solve for the relationship between a and b. Since a and b are positive real numbers, we know a,b=0.
Divide both sides by a6:
b91=b6a3
Multiply both sides by b9:
1=a3b6b9
1=a3b3
This can be written as:
(ab)3=1
Since a and b are positive real numbers, ab must also be a positive real number. The only positive real number whose cube is 1 is 1 itself.
Therefore:
ab=1
5. Tips and Common Mistakes
- General Term Formula: Always start by correctly writing down the general term Tr+1=nCrXn−rYr. Pay close attention to the powers of X and Y.
- Sign Convention: If the binomial is (X−Y)n, remember that the second term is −Y. So, Yr becomes (−Y)r=(−1)rYr. This is crucial for getting the correct sign of the coefficient.
- Fractional and Negative Exponents: Be careful while manipulating exponents, especially when dealing with fractions or negative signs. Combine them correctly to get the net power of x.
- Binomial Coefficient Property: Remember the property nCr=nCn−r. This often helps simplify equations when equating coefficients.
- Algebraic Simplification: After equating coefficients, carefully simplify the algebraic expression to find the relationship between the variables. Don't rush through this step.
6. Summary and Key Takeaway
By correctly applying the binomial theorem and determining the general terms for both expansions, we found the values of r that yield the desired powers of x. Equating the coefficients derived from these terms led to the relationship (ab)3=1. Given that a and b are positive real numbers, the final solution is ab=1. This problem emphasizes a thorough understanding of the binomial theorem's general term and careful algebraic manipulation of exponents and coefficients.