0

What is he term independent of $x$ in the expansion of $$ \Bigg[\left(\dfrac{x+1 }{ x^{2/3} - x^{1/3} + 1}\right ) - \left(\dfrac{x - 1 }{ x-x^{1/2}}\right)\Bigg]^{10} $$

ABC
  • 6,034

2 Answers2

1

A much simpler proof: Try to simplify.

$$ \begin{align*} \left( \dfrac{x + 1}{x^{2/3} - x^{1/3} + 1} - \dfrac{x - 1}{x - x^{1/2}} \right)^{10} &= \left( (x^{1/3} + 1) - \dfrac{(\sqrt{x} - 1) (\sqrt{x} + 1)}{\sqrt{x} ( \sqrt{x} - 1)} \right)^{10} \\ &= (x^{1/3} + 1 - 1 - x^{-1/2})^{10} \\ &= (x^{1/3} - x^{-1/2})^{10} \end{align*} $$ The general term is: $$ \binom{10}{r} x^{r/3} x^{-(10 - r)/2} $$ So we want $r$ such that: $$ \frac{r}{3} - \frac{10 - r}{2} = 0 $$ This gives $r = 6$, and the coefficient is $$\binom{10}{6} = \binom{10}{4} = 210$$

ABC
  • 6,034
  • 1
    Please don't add images when LaTeX will do. Please don't use that bletcherous notation for binomial coefficients, the civilized world has long agreed they are written \binom{n}{k} in LaTeX, rendered $\binom{n}{k}$. – vonbrand Apr 08 '13 at 16:25
  • @vonbrand If you can write it for me , please. – ABC Apr 08 '13 at 16:27
  • You owe me big time... – vonbrand Apr 08 '13 at 16:43
  • Yes! thank you. – ABC Apr 08 '13 at 16:45
  • The roots can be eliminated by the substitution $x \mapsto u^6$. The development will be essentially the same, just less root signs to make you pause... – vonbrand Apr 08 '13 at 16:47
  • @vonbrand Well in exam this substitution was first method in my brain but afterwards i simplified it. – ABC Apr 08 '13 at 16:50
0

To simplify the mess, substitute $x \mapsto u^6$, and multiply the parentesis through by $u^6$: $$ \begin{align*} \left( (u^6 + u^{-4} - u^{-2} + 1) - (u^6 - u^{-6} - u^{-3}) \right)^{10} &= u^{-60} (u^{12} + u^2 - u^4 + u^6 - u^{12} + 1 + u^3)^{10} \\ &= u^{-60} (u^6 - u^4 + u^3 + u^2 + 1)^{10} \end{align*} $$ The only way to get $u^{60}$ is by $(u^6)^{10}$; by the binomial theorem its coefficient is 1.

vonbrand
  • 27,812