2

If $\frac ab+\frac ba=1$, and if "a" and "b" are not equal to zero then what would be the value of $a^3-b^3$? It would be helpful if the answer is given in the form of steps leading to the value.

user426
  • 223

1 Answers1

2

Expanding on Lab's comments,

Making the assumption that $\frac{a}{b} + \frac{a}{b} = -1 $,

Hint: Clear denominators for the equation. It states that

$$a^2 + b^2 = -ab$$

Hint: $$a^3 -b^3 = (a-b)(a^2 + b^2 + ab) = ??$$


If we want $a^3 + b^3$ instead, we can proceed in a similar manner.

Calvin Lin
  • 68,864