I am trying to factorise $2x^2+5x-12$ from Stewart's Calculus Early Transcendental diagnostic test part A (Algebra). The question is to factorise $2x^2+5x-12$ in the form of $(ax+b)(cx+d), a,b,c,d\in \mathbb{R}$. I am using the following table as I am familiar of using quadratic formula,
| $2x^2$ | $+5x$ | $-12$ |
|---|---|---|
| $2x$ | $8x$ | $-3$ |
| $x$ | $-3x$ | $4$ |
And the answer is $(2x-3)(x+4)$.
But now, I am think about that whether completing the square method can still produce in the form of $(ax+b)(cx+d)$? Here is my working, $$2x^2+5x-12$$ $$=2(x^2+\frac{5}{2}x-6)$$ $$=2(x^2+\frac{5}{2}x+\frac{25}{16}-\frac{25}{16}-6)$$ $$=2((x+\frac{5}{4})^2-\frac{25}{16}-\frac{96}{16})$$ $$=2((x+\frac{5}{4})^2-\frac{121}{16})$$ $$=2[(\frac{1}{4}(4x+5))^2-\frac{121}{16}]$$ $$=2[(\frac{1}{16}(4x+5)^2)-\frac{121}{16}]$$ $$=\frac{1}{8}((4x+5)^2-121)$$
But then I have no where to go and I think something goes wrong in my working. :(
I know in Calculus or indeed in mathematics, there are several possible methods to find the solution and I am trying to get as many methods as possible, yeh, trying to 'getting my hands dirty'.
My tears are coming out from my eyes at the moment. T_T