How to factorise this expression $ x^2-y^2-x+y$

8.8k Views Asked by At

This part can be factorised as $x^2-y^2=(x+y)(x-y)$, How would the rest of the expression be factorised ?

:)

6

There are 6 best solutions below

0
On

$$x^2-y^2-x+y=(x^2-y^2)-(x-y)=(x-y)(x+y)-(x-y)=(x-y)(x+y-1)$$

0
On

This is a far less elegant method than the other answers but I'll keep it up for posterity: set it up as a quadratic in $x$.

$$x^2-x+(y-y^2)=0$$ $$x=\frac{1\pm\sqrt{1+4(y^2-y)}}{2}$$ $$\left(x-\frac{1+\sqrt{1+4(y^2-y)}}{2}\right)\left(x-\frac{1-\sqrt{1+4(y^2-y)}}{2}\right)$$ $$\frac{1}{4}\left(2x-1+\sqrt{(2y-1)^2}\right)\left(2x-1-\sqrt{(2y-1)^2}\right)$$ $$\left(x+y-1\right)\left(x-y\right)$$

0
On

If you have already $x^2-y^2=(x+y)(x-y)$, then $$ x^2-y^2-(x-y)=(x-y)(x+y)-(x-y)=(x-y)(x+y-1). $$

0
On

You can observe that $-x+y = -(x-y)$. So both $x^2-y^2$ and $-x+y$ have $x-y$ as a factor. You can use these info to get below factorization

$$ x^2 + y^2 - x +y = (x+y)(x-y)-(x-y) = (x+y-1)(x-y) $$

2
On

Another method to factor $${ x }^{ 2 }-x+\frac { 1 }{ 4 } -{ y }^{ 2 }+y-\frac { 1 }{ 4 } ={ \left( x-\frac { 1 }{ 2 } \right) }^{ 2 }-{ \left( y-\frac { 1 }{ 2 } \right) }^{ 2 }=\left( x-\frac { 1 }{ 2 } +y-\frac { 1 }{ 2 } \right) \left( x-\frac { 1 }{ 2 } -y+\frac { 1 }{ 2 } \right) =\left( x-y \right) \left( x+y-1 \right) $$

0
On

Notice here,

$$x^2 - y^2 - x + y$$ $$(x+y)(x-y)-1(x-y)$$ $$(x-y) (x+y-1)$$ That's done.