I was solving questions related to polynomial factorization. I have learnt the remainder and factor theorems, and some basic identities.
There was a question like this one:
$$p(x)=x^3+8x^2+19x+12$$
The method we have been taught is to first find the factors of the last number, here it is $12$, so the factors are $\pm1$, $\pm2$, $\pm3$, $\pm4$, $\pm6$, $\pm12$. Then we have to substitute each of these values for $x$ till $p(x)=0$. Then, using factor theorem, we get a factor. For example, if $p(2)=0$, $x-2$ is a factor. Then, we use long division to get the product of the other two factors. Finally, we split the middle term and factor that expression.
I noticed that all of the answers were of the form $(x+a)(x+b)(x+c)$, which is equal to $x^3+x^2(a+b+c)+x(ab+bc+ca)+abc$. So, for the given question, if you find three integers such that $a+b+c=8$ (coefficient of $x^2$) and $abc=12$, can the factorization be simply written as $(x+a)(x+b)(x+c)$? In this case, it is $1+3+4=8$ and $1\times3\times4=12$, so factorization is $(x+1)(x+3)(x+4)$
I tried explaining this to my teacher, but she said that we must use the prescribed method of the NCERT book only.
So, is my method right? (I think so, but I'm not 100% sure) Also, is it necessary to confirm that the coefficient of $x$ is $ab+bc+ca$, or will that always hold true?
So tell me if I am getting this right. You have 2 equations $a+b+c$ and $abc$ and you want $a,b,c$, which means you are using trial and error. If you use this in you exams, you surely won't get marks. You may think that what you were doing previously (factoring the constant term and substituting) was also trial and error, but it has a name)and you may know it- Rational Root Theorem. And this is how the Indian education system is. And now you may wonder why can't you use the third equation $ab+bc+ca$, now you have three equations and three variables. Try to solve them, you will get back again to the cubic equation.