Given that $P = (V^2 R_1)/(R_1 + R_2)^2$, manipulate the equation so that we get $R_1$ by itself and that we have a quadratic equation.
Where $V, P, R_1$, and $R_2$, are variables.
I'm stuck when I find that $R_1 = P(R_1 + R_2)^2/(V^2)$
Given that $P = (V^2 R_1)/(R_1 + R_2)^2$, manipulate the equation so that we get $R_1$ by itself and that we have a quadratic equation.
Where $V, P, R_1$, and $R_2$, are variables.
I'm stuck when I find that $R_1 = P(R_1 + R_2)^2/(V^2)$
$P (R_1+R_2)^2 = V^2 R_1$, then you have $P R_1^2 +(2 P R_2- V^2) R_1 + P R_2^2 = 0$, or $R_1^2 + (2R_2-{V^2 \over P}) R_1+ R_2^2 = 0$, which has solutions $R_1 = {1 \over 2} ({V^2 \over P}- 2 R_2) \pm {V^2 \over P}\sqrt{1-4 {PR_2^2 \over V^2}})$.