How to solve the following system of equations.

148 Views Asked by At

$2x^2-3xy+2y^2=2\frac{3}{4}\\x^2-4xy+y^2+\frac{1}{2}=0$

I tried all the methods that I know, but I could't isolate $x$ or $y$ to form one equation.

4

There are 4 best solutions below

1
On

Hint

Multiply the second by $2$, substract the result from the first. So, $x^2$ is gone and you express $x$ as a function of $y$. Plug it into one of the equations to get one equation in $y$.

2
On

By multiplying the second by $-2$ you get: $$2x^2-3xy+2y^2=\frac{6}{4}$$ $$-2x^2+8xy-2y^2=1$$ Then adding them you get: $$5xy=\frac{10}{4} \Rightarrow xy=\frac{1}{2} \Rightarrow x=\frac{1}{2y}$$

Substituting this in the second equation you get: $$\frac{1}{4y^2}-2+y^2+\frac{1}{2}=0 \Rightarrow \frac{1}{4y^2}+y^2=\frac{3}{2}$$

Multiplying this equation by $4y^2$ you get: $$1+4y^4=6y^2 \Rightarrow 4y^4-6y^2+1=0$$

Let $u=y^2$:$$4u^2-6u+1=0$$ Then continue by solving this quadratic polynomial...

4
On

Multiply second equation by $2$, $$2x^2-8xy+2y^2+1=0$$ Substract the first equation by the second, $$2x^2-3xy+2y^2-\frac{11}{4}-(2x^2-8xy+2y^2+1)=0\\2x^2-3xy-2y^2-\frac{11}{4}-2x^2+8xy-2y^2-1=0\\5xy=\frac{15}{4}\\x=\frac{3}{4y}$$ Substitute $x=\frac{3}{4y}$ in the first equation, $$2x^2-3xy+2y^2=\frac{11}{4}\\2(\frac{3}{4y})^2-3(\frac{3}{4y})y+2y^2-\frac{11}{4}=0\\\frac{9}{8y^2}+2y^2-5=0\\16y^4-40y^2+9=0$$Now use the quadratic Formula to solve $16y^4-40y^2+9=0$,$$y^2=\frac{-(-40)\pm\sqrt{(-40)^2-4.16.9}}{2.16}\\y^2=\frac{40\pm\sqrt{1600-4.16.9}}{2.16}\\y^2=\frac{40\pm\sqrt{16(100-4.9)}}{2.16}\\y^2=\frac{40\pm4\sqrt{64}}{2.16}=\frac{40\pm4.8}{2.16}=\frac{5\pm4}{4}\\y^2=\frac{5+4}{4}=\frac{9}{4}\Rightarrow y=\pm\frac{3}{2}\\or,~~y^2=\frac{5-4}{4}=\frac{1}{4}\Rightarrow y=\pm\frac{1}{2}$$

0
On

As has been said in other answers, first solve for $xy$

$$2x^2-3xy+2y^2=\frac{11}4$$ $$-2x^2+8xy-2y^2=1$$ $$5xy=\frac{15}4$$ $$xy=\frac34$$

Now take the original second equation and manipulate it.

$$x^2-4xy+y^2+2xy=-\frac12+2(\frac34)$$ $$(x-y)^2=1$$ $$x-y=\pm1$$ $$x^2-4xy+y^2+6xy=-\frac12+6(\frac34)$$ $$(x+y)^2=4$$ $$x+y=\pm2$$

So there are 4 pairs of linear equations for 4 different solutions.