Solve for :
See the structure: it is a cubic in Vout. Each bracket contributes a constant term and a term, and each is multiplied by , so the equation has the form with no term. There is no need for a general cubic formula - the numbers decide everything.
Collect the first group's coefficients exactly. (not - carry all digits). Multiplying by the bracket: the linear part is and the cubic part is .
Collect the second group's coefficients. , giving a linear part and a cubic part .
Subtract - and respect the cancellation. Both differences are catastrophic cancellations: loses three significant digits and loses four, so rounding either factor to six digits would destroy the answer. Working with exact fractions is the only safe route here.
Solve the resulting cubic. The cubic term is negligible near the root, so the linear estimate is ; one Newton correction (or bisection on ) gives
Verify and note the sensitivity. At : and , and . Using the slightly-off coefficient instead would return - a error from a fifth-digit slip, which is exactly why the cancellation must be handled exactly.
Need to solve a different problem like this? Open the solver →