$ x+y = 1 $ and $ \frac{1}{x} + \frac{1}{y} = 1 $ Solve $ x^3 + y^3 $

109 Views Asked by At

$x$, $y$ are complex numbers, $x$ and $y$ aren't $0$.

$$ x + y = 1 $$ $$ \frac{1}{x} + \frac{1}{y} = 1 $$ $$ x^3 + y^3 = ? $$

Thank You!

3

There are 3 best solutions below

0
On BEST ANSWER

Multiplying the second equation by $xy$ we have $$x+y = 1 \quad \text{and} \quad xy = 1.$$ Any symmetric polynomial in two variables, such as $x^3 + y^3$, can be expressed in terms of $x+y$ and $xy$. Indeed, $$x^3 + y^3 = (x+y)(x^2 - xy + y^2) = (x+y)((x+y)^2 - 3xy) = 1 \cdot (1 - 3) = -2.$$

0
On

A hint:

From the given data it is easy to compute the value of $xy$ as well. This means that you know the values both elementary symmetric functions $\sigma_1:=x+y$ and $\sigma_2:=xy$ of the unknown numbers $x$, $y\in{\mathbb C}$. This will allow you to compute any symmetric function of $x$ and $y$, in particular $\pi_3:=x^3+y^3$, without bothering about the values of $x$ and $y$ themselves. Look at Simiore's comment for hints.

0
On

\begin{align} \frac{1}{x}+\frac{1}{y}&=1 \\ \frac{x+y}{xy}&=1 \\ xy&=1 \\ (x+y)^3&=1^3 \\ x^3+y^3+3xy(x+y)&=1 \\ x^3+y^3&=-2 \end{align}