While solving algebric I stuck on solving these pair of equations simulatneously: \begin{align} (x^2-y^2)(x-y)= 16xy\\ (x^4-y^4)(x^2-y^2)=640x^2y^2 \end{align} I have tried many substitution like $y=mx$ or $x+y=u$ and $x-y=v$ but nothing seems to work. Is there any other way out to solve these equations simultaneously?
2026-04-23 02:58:36.1776913116
Problem in solving equations
64 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Divide equation $2$ by equation $1$:
$$\frac{x^4-y^4}{x-y} = 40xy$$ $$\Rightarrow \frac{(x^2+y^2)(x^2-y^2)}{x-y} = 40xy$$ $$\Rightarrow (x^2+y^2)(x+y)= 40xy$$ $$\Rightarrow x^3+x^2y+y^2x+y^3= 40xy \tag{3}$$
And now expand equation $1$: $$x^3-x^2y-y^2x+y^3 = 16xy $$ $$\Rightarrow x^3+y^3 = 28xy \tag{4}$$
therefore:
$$x^2y+y^2x = 12xy$$ $$xy(x+y) = 12xy$$ $$x+y = 12 \tag{5}$$
Substituting this into the first equation gives a quadratic, which results in $x=3,9$, and $y=9,3$; so the solutions are $(3,9)$ and $(9,3)$.
We also have the case where $x-y=0$ or $x=y$. This gives the solution $(0,0)$ as well.