I figured out that the question can be solved by finding r and then using the formula of $Tr+1$. But the problem is I get stuck in the middle
2026-03-26 01:04:50.1774487090
On
Find the term independent of $x$ in the expansion of $(x^{2}+4/x)^{6}$
1.3k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
4
There are 4 best solutions below
0
On
\begin{align*} \left( x^2 + \frac{4}{x} \right)^6 &= \left( \left( x^2 + \frac{4}{x} \right)^2 \right)^3 \\ &= \left( x^4 + 8x + \frac{16}{x^2} \right)^3 \text{.} \end{align*} The degrees are $4$, $1$, and $-2$. Taking these in triples, the only combinations giving $0$ are $4-2-2$ and $1+1-2$. So the constant terms are $$ 3 \cdot (x^4)\left(\frac{16}{x^2}\right)\left(\frac{16}{x^2}\right) = 768 $$ and $$ 3 \cdot (8x)(8x)\left(\frac{16}{x^2}\right) = 3072 \text{.}$$
So the desired coefficient is $768 + 3072 = 3840$.
Hint:
Use the binomial formula: $$\Bigl(x^2+\frac4x\Bigr)^6=\sum_{k=0}^6\binom 6kx^{2k}\frac{4^{6-k}}{x^{6-k}}=\sum_{k=0}^6\binom 6k 4^{6-k}x^{3k-6}.$$