Solve the simultaneous equations involving x, y, and their squares

  • Thread starter Thread starter chwala
  • Start date Start date
Click For Summary
The discussion focuses on solving simultaneous equations involving variables x and y, specifically using the equation y = 6 - x. The polynomial x^4 - 12x^3 + 34x^2 + 12x - 35 = 0 is derived, where the factor theorem reveals that (x - 1) is a factor, leading to additional factors (x + 1), (x - 5), and (x - 7). By substituting these factors back into the equation for y, the values of y can be determined. The transformation of the equation into w = xy simplifies the problem, resulting in the quadratic equation w^2 + 2w - 35 = 0, which yields solutions for xy as either 5 or -7. This method effectively demonstrates a straightforward approach to solving the simultaneous equations.
chwala
Gold Member
Messages
2,827
Reaction score
415
Homework Statement
See attached
Relevant Equations
simultaneous equations
1693396767973.png


In my approach,

##y=6-x##

##x^2(6-x)^2+2x(6-x)-35=0##

...

##x^4-12x^3+34x^2+12x-35=0##

using factor theorem, i noted that ##f(1)=0## therefore ##(x-1)## is a factor.

on long division we also have other factors:##(x+1), (x-5)## and ##(x-7)## from these we can find ##y## values by using ##y=6-x##. This may be the only approach ....quite easy this one.
 
Physics news on Phys.org
Let ##w = xy##, then ##x^2y^2 + 2xy - 35 = 0## becomes ##w^2 +2w - 35 = 0##.

##(w-5)(w+7) = 0##. I.e ##xy = 5## or ##xy=-7##. And take it from there.
 
Similar to @Steve4Physics's approach, but factoring the quadratic in x and y first:
##x^2y^2 + 2xy - 35 = 0 \Rightarrow (xy + 7)(xy - 5) = 0##
##\Rightarrow xy = -7 \text{ or } xy = 5##

Solve ##x + y = 6## for y (or x) and substitute this expression into the equations above.
 
The working out suggests first equating ## \sqrt{i} = x + iy ## and suggests that squaring and equating real and imaginary parts of both sides results in ## \sqrt{i} = \pm (1+i)/ \sqrt{2} ## Squaring both sides results in: $$ i = (x + iy)^2 $$ $$ i = x^2 + 2ixy -y^2 $$ equating real parts gives $$ x^2 - y^2 = 0 $$ $$ (x+y)(x-y) = 0 $$ $$ x = \pm y $$ equating imaginary parts gives: $$ i = 2ixy $$ $$ 2xy = 1 $$ I'm not really sure how to proceed from here.