If $\displaystyle \begin{vmatrix}x^2+3x & x-1 & x+3 \\ x+1 & -2x & x-4 \\ x-3 & x+4 & 3x\end{vmatrix}=ax^4+bx^3+cx^2+dx+e$
Then $a,b,c,d,e$ equals
I have tried several times using transformation properties of determinant but I could not get any satisfactory way
So here I have expand along $(1)$ st Row
$\displaystyle (x^2+3x)\bigg[(-2x)(3x)-(x^2-16)\bigg]-(x-1)\bigg[(3x)(x+1)-(x-4)(x-3)\bigg]+(x+3)\bigg[(x+1)(x+4)+(2x)(x-3)\bigg]$
$\displaystyle (x^2+3x)(16-7x^2)-(x-1)(2x^2+10x-12)+(x+3)(3x^2-x+4)$
$\displaystyle -7x^4-20x^3+36x^2+27x+24$
After comparing, we get
$a=-7,b=-20,c=36,d=27,e=24$
How can We expand the above determinant using transformation properties of determinant , please explain me, Thanks
I think there is an error in the step from
to
Although this answer does not use transformation properties of determinant, this answer shows some observations which should make the calculations easier.
Some observations :
$a_{11}=x(x+3),a_{22}=-2x,a_{33}=3x$ are divisible by $x$.
$a_{12}a_{23}a_{31}=(x\color{red}{-1})(x\color{red}{-4})(x\color{red}{-3})$
$a_{21}a_{32}a_{13}=(x\color{red}{+1})(x\color{red}{+4})(x\color{red}{+3})$
Since $(x\pm a)(x\pm b)(x\pm c)=x^3\pm(a+b+c)x^2+(ab+bc+ca)x\pm abc$, we see that $$a_{12}a_{23}a_{31}+a_{21}a_{32}a_{13}=2x^3+2(1\cdot 4+4\cdot 3+3\cdot 1)x=x(2x^2+38)$$ is divisible by $x$.
By the Rule of Sarrus, the determinant is given by $$\begin{align}&\underbrace{a_{12}a_{23}a_{31}+a_{21}a_{32}a_{13}}_{\text{divisible by $x$}}+\underbrace{\color{red}{a_{11}a_{22}a_{33}}-\color{red}{a_{22}}a_{13}a_{31}-\color{red}{a_{33}}a_{12}a_{21}-\color{red}{a_{11}}a_{23}a_{32}}_{\text{divisible by $x$}} \\\\&=x\bigg(2x^2+38+(x+3)\times (-2x)\times 3x-(-2)(x+3)(x-3)-3(x+1)(x-1) \\&\qquad\qquad-(x+3)(x+4)(x-4)\bigg) \\\\&=x\bigg(2x^2+38-6x^2(x+3)+2(x^2-9)-3(x^2-1)-(x+3)(x^2-16)\bigg) \\\\&=x\bigg((-6-1)x^3+(2-18+2-3-3)x^2+16x+38-18+3+48\bigg) \\\\&=x(-7x^3-20x^2+16x+71) \\\\&=-7x^4-20x^3+16x^2+71x\end{align}$$
Therefore, the answer is $$\color{red}{a=-7,\quad b=-20,\quad c=16,\quad d=71,\quad e=0}$$