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

  • Thread starter Thread starter chwala
  • Start date Start date
AI Thread 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.
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top