How can the constant and x^12 terms be found in the expansion of (3/x - x^3)^8?

  • Thread starter Thread starter angel_eyez
  • Start date Start date
AI Thread Summary
To find the constant and x^12 terms in the expansion of (3/x - x^3)^8, the binomial expansion formula is applied. The expression can be rewritten to facilitate the expansion, resulting in terms of the form (-3)^(8-k) * (8 choose k) * x^(4k-8). For the constant term, set 4k - 8 = 0, which gives k = 2, leading to the calculation of the coefficient. For the x^12 term, set 4k - 8 = 12, resulting in k = 5, and similarly calculate the corresponding coefficient. This method avoids full expansion and focuses on finding specific terms efficiently.
angel_eyez
Messages
19
Reaction score
0
i don't get this question

in the expansion of (3/x - x^3)^8 find

a) the constant term ( is dere an easier way to find this instead of expandin the equation n den finding it)

b) the term containin x^12
 
Physics news on Phys.org
angel_eyez said:
i don't get this question

in the expansion of (3/x - x^3)^8 find

a) the constant term ( is dere an easier way to find this instead of expandin the equation n den finding it)

b) the term containin x^12

The expansion of (x + a)^n gives terms:

(x + a)^n = \sum_{k=0}^n \left(\begin{array}{c} n\\k\end{array}\right) x^ka^{n-k}

where the coefficient:

\left(\begin{array}{c} n\\k\end{array}\right) = \frac{n!}{(n-k)!k!}

So multiply your expression by -1/x^8 and then do the binomial expansion. Then multiply the binomial terms by -1/x^8 to find the constant term and one containing x^12 (if there is one).

(3/x - x^3)^8 = (\frac{-1}{x}(x^4-3))^8 = \frac{1}{x^8}\sum_{k=0}^n \left(\begin{array}{c} 8\\k\end{array}\right) x^{4k}(-3)^{8-k}

Can you do the rest from that?

AM
 
Last edited:
i still kind adont get it..can u please complete it:blushing:
 
It's just doing the arithmetic now.
(3/x - x^3)^8 = (\frac{-1}{x}(x^4-3))^8 = \frac{1}{x^8}\sum_{k=0}^n \left(\begin{array}{c} 8\\k\end{array}\right) x^{4k}(-3)^{8-k}

The "kth" term is
(-3)^{8- k}\left(\begin{array}{c} 8\\k\end{array}\right)x^{-8}x^{4k}= (-3)^{8- k}\left(\begin{array}{c} 8\\k\end{array}\right)x^{4k-8}

a) The constant term has no x term or an x0 term. For what value of k is 4k- 8= 0? What is
(-3)^{8- k}\left(\begin{array}{c} 8\\k\end{array}\right)
for that k?
b) For what value of k is 4k- 8= 12? What is
(-3)^{8- k}\left(\begin{array}{c} 8\\k\end{array}\right)
for that k?
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top