How would you solve the equality:
$$a\,b\,\left(b+a\right)=1$$
in terms of a and/or b?
Would you subtract 1 from both sides and work from there? Or would you simply expand and work from there?
2026-04-23 06:46:56.1776926816
Solving for $a$ and $b$
101 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
For the sake of closure I'll "answer" Pedro's answer in the comments. we have $ab^2+a^2b-1=0$, so we can use the quadratic equation to solve for one in terms of the other. This yields
$$b=\frac{-a^\frac{3}{2}\pm\sqrt{a^2+4}}{2\sqrt{a}}$$