$3x^2+5xy-2y^2-3x+8y+\lambda$ find appropriate value for $\lambda$ such that expression can be expressed as two linear factors.
My Try
First I thought of separately writing x terms as complete squares and y terms as complete squares, then factorise them again since they are in form of quadratic difference. But Since there is xy terms in the expression I can't do. Can anyone please give me a hint to work this ? Thanks a lot!
Just taking the quadratic terms you can factor by using the usual root formula:
$$3x^2+5xy-2y^2=(x+2y)(3x-y).$$
Then add undetermined constants and identify:
$$(x+2y+a)(3x-y+b)=3x^2+5xy-2y^2+(b+3a)x+(2b-a)y+ab.$$
This gives $a=-2,b=3$ and $\lambda=-6$.