This is a question from IB past papers. I factorized the equation to (2x+3)(x-1) and I tried finding the coefficients, but I got a wrong answer. Maybe I have forgotten how to solve it. Can someone tell me the way to solve it, but not the whole answer?
5 Answers
The term $2x^{2}$ makes no contribution to coefficient of $x$. Just expand $(x-3)^{8}$ by Binomial theorem. The answer is $-3^{7}(8)$
- 311,013
$$=\sum_{r=0}\binom8r(x-3)^{8-r}(2x^2)^r$$
So, we are interested in $r=0$
What is the coefficient of $x$ in $\binom80(x-3)^8?$
- 274,582
$P(x)=(2x^2+x-3)^8$ is a polynomial in $x$.
$P'(x)=8(2x^2+x-3)^7(4x +1);$
$P'(0)=8(-3)^7(1), $
The coefficient of $x$ is:
$P(0)= 8(-3)^7(1).$
- 20,344
- 2
- 17
- 28
-
Why dose this work ? – I0_0I Jun 17 '19 at 12:00
-
Yousef.The last terms of the polynomial are: ...bx^2+cx +d. Differentiate: p'(x). The last terms are:....2bx +c; Set x=0,i.e. p(0)=c, since all powers of x are 0; Correct?You get c , the coefficient of x in p(x). – Peter Szilas Jun 17 '19 at 13:14
-
Wow nice trick. – I0_0I Jun 17 '19 at 16:44
-
Not so difficult:) – Peter Szilas Jun 17 '19 at 17:00
Just do $${(x-3)^8}$$ and then use your pascal triangle to find the coefficent
1
1 1
1 2 1
1 3 3 1
1 4 6 4 1
1 5 10 10 5 1
1 6 15 20 15 6 1
1 7 21 35 35 21 7 1
1 8 28 56 70 56 28 8 1
Thus equal to $${(-1)(3^7)(8)} = -17496$$
- 151
Your method also works. We have $$ (2x+3)^{8}(x-1)^{8} = \left(\sum_{i=0}^{8}\binom{8}{i}(2x)^{i}3^{8-i}\right)\left(\sum_{j=0}^{8} \binom{8}{j}x^{j}(-1)^{8-j}\right) $$ and the coefficient of $x^{1}$ is $$ \binom{8}{1}\times 2^{1} \times 3^{7} \times\binom{8}{0}\times (-1)^{8}+ \binom{8}{0}\times 3^{8}\times \binom{8}{1}\times (-1)^{7} = 16\times 3^{7} - 8\times 3^{8} = -8\times 3^{7 } $$
- 15,137
- 2
- 19
- 49