Factorization of a polynomial of degree 2

99 Views Asked by At

I want to find a factorization of the following polynomial of degree 2.

Let $\alpha >0, \beta > 0,$ and $\gamma \geq 1$. Is there any hope to factorize the following polynomial: $$ \alpha^2 x^2 + \beta^2 y^2 - 2 \alpha \beta \gamma xy = C(Ax- By)^2, $$ for some positive constants $A, B, C$.

Thank you in advance

S

2

There are 2 best solutions below

1
On

Old answer

Your expression can be factorized of we set $\gamma = \frac{1}{\sqrt{\alpha\beta}}$. In that case, $C=1, A=\sqrt{\alpha}$, and $B=\sqrt{\beta}$.

Edit: as done by JY1853, comparing coefficients is the way.

1
On

If we expand the RHS first:

$C(Ax-By)^2=C(A^2x^2+B^2y^2-2ABxy)=CA^2x^2+CB^2y^2-2ABCxy$

Comparing coefficients with the LHS now:

$CA^2=\alpha^2$ (1)

$CB^2=\beta^2$ (2)

$-2ABC=-2\alpha\beta\gamma\implies ABC=\alpha\beta\gamma$

Multiplying together (1) and (2), we have $C^2A^2B^2=\alpha^2\beta^2$, which means that your polynomial can only be factored into the form $C(Ax-By)^2$ if $\gamma=1$.