Let $a$ and $b$ denote the resistances of two resistors. If they're put in series, the total resistance is $a+b$. If they're put in parallel, the total resistance is $$a \oplus b := \frac{1}{\frac{1}{a}+\frac{1}{b}} = \frac{ab}{a+b}.$$
I suspect there's a formula describing how $+$ "distributes over" $\oplus$.
It should be of the form
$$a + (b \oplus c) = (f_{b,c}(a)+b) \oplus (f_{c,b}(a)+c)$$
for an appropriate choice of $f$. I haven't been able to find an $f$ that works, however.
Question. Does there exist an $f$ making the above formula true? If not, why not?
Remark. Unpacking the definitions, we're looking for a function $f$ such that
$$(ab+ac+bc)(f_{b,c}(a)+b + f_{c,b}(a)+c)$$
and
$$(b+c)(f_{b,c}(a)+b) (f_{c,b}(a)+c)$$
are equal.
Let me assume that $b\ge0,c\ge0, b+c>0$. I am looking for $f$ satisfying $f_{b,c}(a) = f_{c,b}(a)$. The equation in the OP is then equivalent to $$ (b+c) f_{bc}(a)^2 + ((b+c)^2-2ab-2bc-2ca)f_{bc}(a)- (b+c)(ab+bc+ca)=0. $$ Setting $d:=ab+bc+ca$ and dividing by $b+c$ this is equivalent to $$ f_{bc}(a)^2 + (b+c -\frac{2d}{b+c}) f_{bc}(a)- d=0. $$ The roots of this equation are $$\begin{split} f_{bc}(a) &= -\frac{ (b+c)^2 - 2d}{2(b+c)} \pm \frac1{b+c} \sqrt{ \frac14((b+c)^2 - 2d)^2+d(b+c)^2}\\ &=-\frac{ (b+c)^2 - 2d \pm\sqrt{ (b+c)^4 +d^2}}{2(b+c)}, \end{split} $$ one of them is positive, which gives you a formula for $f$.