DEV Community

Cover image for Resistors in Parallel
Jason Charney
Jason Charney

Posted on

Resistors in Parallel

Hello, this is my first post here. One of the things I like to do in my spare time is generalize mathematical formulas.

On the subreddit r/calculus, this question was posted.

Question

The question essentially asks what is the change in resistance with respect to time.

The formula for two resistors in parallel is the following.

1RΣ2=1R1+1R2 \frac{1}{R_{\Sigma 2}} = \frac{1}{R_1} + \frac{1}{R_2}

Note: I used the RΣ2R_{\Sigma 2} to indicate the Sum of Two Resistors. ( Σ\Sigma often used for "Sum". I will use this notation in future posts.

What trips up a lot of students with this problem is that they feel overwhelmed by how they should calculate the problem.

To fix that, they should adjust the formula before plug in the numbers.

1RΣ2=1R1+1R21RΣ2=R2R1R2+R1R1R21RΣ2=R1R1R2+R2R1R21RΣ2=R1+R2R1R2RΣ2=R1R2R1+R2 \begin{aligned} \frac{1}{R_{\Sigma 2}} &= \frac{1}{R_1} + \frac{1}{R_2} && \square \cr \frac{1}{R_{\Sigma 2}} &= \frac{R_2}{R_1 R_2} + \frac{R_1}{R_1 R_2} \cr \frac{1}{R_{\Sigma 2}} &= \frac{R_1}{R_1 R_2} + \frac{R_2}{R_1 R_2} \cr \frac{1}{R_{\Sigma 2}} &= \frac{R_1 + R_2}{R_1 R_2} && \square \cr R_{\Sigma 2} &= \frac{R_1 R_2}{R_1 + R_2} && \blacksquare \end{aligned}

Since this is a problem with respect to time, we need to think of this problem like this.

1RΣ2(t)=1R1(t)+1R2(t) \frac{1}{R_{\Sigma 2}(t)} = \frac{1}{R_1(t)} + \frac{1}{R_2(t)}

Or, since we adjusted our formula, this.

RΣ2(t)=R1(t)R2(t)R1(t)+R2(t) R_{\Sigma 2}(t) = \frac{R_1(t) \cdot R_2(t)}{R_1(t) + R_2(t)}

We need to find the derivative of this problem.

RΣ2(t)=(R1(t)R2(t)R1(t)+R2(t)) R'_{\Sigma 2}(t) = \left( \frac{R_1(t) \cdot R_2(t)}{R_1(t) + R_2(t)} \right)'

Let's make some substitutions. Let us set the numerator to u(t)u(t) and the denominator to v(t)v(t) .

RΣ2(t)=(u(t)v(t))=(R1(t)R2(t)R1(t)+R2(t)) R'_{\Sigma 2}(t) = \left(\frac{u(t)}{v(t)}\right)' = \left( \frac{R_1(t) \cdot R_2(t)}{R_1(t) + R_2(t)} \right)'

We can apply the quotient rule to our equation.

RΣ2(t)=(u(t)v(t))=u(t)v(t)u(t)v(t)[v(t)]2 R'_{\Sigma 2}(t) = \left(\frac{u(t)}{v(t)}\right)' = \frac{u'(t) \cdot v(t) - u(t) \cdot v'(t)}{[v(t)]^2}

Let us find the derivatives of u(t)u(t) and v(t)v(t) . We will apply the product rule to u(t)u'(t) and the Sum Rule to v(t)v'(t) .

u(t)=R1(t)R2(t)    u(t)=R1(t)R2(t)+R1(t)R2(t)v(t)=R1(t)+R2(t)    v(t)=R1(t)+R2(t) \begin{aligned} u(t) &= R_1(t) \cdot R_2(t) &\implies u'(t) &= R_1'(t) \cdot R_2(t) + R_1(t) \cdot R_2'(t) && \square \cr v(t) &= R_1(t) + R_2(t) &\implies v'(t) &= R_1'(t) + R_2'(t) && \square \end{aligned}

Since the denominator of the quotient rule is [v(t)]2[v(t)]^2 , we should find the square of v(t)v(t) .

[v(t)]2=[R1(t)+R2(t)]2=[R1(t)]2+2R1(t)R2(t)+[R2(t)]2 \begin{aligned} [v(t)]^2 &= [R_1(t) + R_2(t)]^2 \cr &= [R_1(t)]^2 + 2 \cdot R_1(t) \cdot R_2(t) + [R_2(t)]^2 && \square \end{aligned}

Let's return to the numerator, u(t)v(t)u(t)v(t)u'(t) \cdot v(t) - u(t) \cdot v'(t) . We should find u(t)v(t)u'(t) \cdot v(t) and u(t)v(t)u(t) \cdot v'(t) . This is quite long, so let's wrap this around each term.

u(t)v(t)=(R1(t)R2(t)+R1(t)R2(t))(R1(t)+R2(t))=R1(t)R2(t)R1(t)+R1(t)R2(t)R2(t)+R1(t)R2(t)R1(t)+R1(t)R2(t)R2(t)u(t)v(t)=(R1(t)R2(t))(R1(t)+R2(t))=R1(t)R2(t)R1(t)+R1(t)R2(t)R2(t) \begin{aligned} u'(t) \cdot v(t) &= (R_1'(t) \cdot R_2(t) + R_1(t) \cdot R_2'(t)) \cdot (R_1(t) + R_2(t)) \cr &= R_1'(t) \cdot R_2(t) \cdot R_1(t) \cr &+ R_1'(t) \cdot R_2(t) \cdot R_2(t) \cr &+ R_1(t) \cdot R_2'(t) \cdot R_1(t) \cr &+ R_1(t) \cdot R_2'(t) \cdot R_2(t) \cr \cr u(t) \cdot v'(t) &= (R_1(t) \cdot R_2(t)) \cdot (R_1'(t) + R_2'(t)) \cr &= R_1(t) \cdot R_2(t) \cdot R_1'(t) \cr &+ R_1(t) \cdot R_2(t) \cdot R_2'(t) \end{aligned}

Recall that there is a minus sign in front of u(t)v(t)u(t) \cdot v'(t) . We will need to negate the sign on the two terms distributed. We will also group similar terms in the u(t)v(t)u'(t) \cdot v(t) equation. We will remove the terms that cancel each other out, and add what remains to get our numerator.

u(t)v(t)u(t)v(t)=(R1(t)R2(t)+R1(t)R2(t))(R1(t)+R2(t))=R1(t)R2(t)R1(t)+R1(t)[R2(t)]2+[R1(t)]2R2(t)+R1(t)R2(t)R2(t)R1(t)R2(t)R1(t)R1(t)R2(t)R2(t)=R1(t)[R2(t)]2+[R1(t)]2R2(t) \begin{aligned} u'(t) \cdot v(t) - u(t) \cdot v'(t) &= (R_1'(t) \cdot R_2(t) + R_1(t) \cdot R_2'(t)) \cdot (R_1(t) + R_2(t)) \cr &= \cancel{R_1'(t) \cdot R_2(t) \cdot R_1(t)} \cr &+ R_1'(t) \cdot [R_2(t)]^2 \cr &+ [R_1(t)]^2 \cdot R_2'(t) \cr &+ \bcancel{R_1(t) \cdot R_2'(t) \cdot R_2(t)} \cr &- \cancel{R_1(t) \cdot R_2(t) \cdot R_1'(t)} \cr &- \bcancel{R_1(t) \cdot R_2(t) \cdot R_2'(t)} \cr &= R_1'(t) \cdot [R_2(t)]^2 + [R_1(t)]^2 \cdot R_2'(t) && \square \end{aligned}

Let's put our equations together.

RΣ2(t)=R1(t)[R2(t)]2+[R1(t)]2R2(t)[R1(t)]2+2R1(t)R2(t)+[R2(t)]2 \begin{aligned} R_{\Sigma 2}'(t) &= \frac{R_1'(t) \cdot [R_2(t)]^2 + [R_1(t)]^2 \cdot R_2'(t)}{[R_1(t)]^2 + 2 \cdot R_1(t) \cdot R_2(t) + [R_2(t)]^2} && \square \end{aligned}

You know what, let's factor the denominator. It seems pointless to expand it.

RΣ2(t)=R1(t)[R2(t)]2+[R1(t)]2R2(t)[R1(t)+R2(t)]2 \begin{aligned} R_{\Sigma 2}'(t) &= \frac{R_1'(t) \cdot [R_2(t)]^2 + [R_1(t)]^2 \cdot R_2'(t)}{[R_1(t) + R_2(t)]^2} && \blacksquare \end{aligned}

Perfect!

Take note that in the numerator there is no negative sign like is typical in a quotient rule. Because we cancelled out some terms, we can simply add everything in the numerator.

We can now solve the problem with that equation.

Let's consider R1(t)=1Ω/sR_1'(t) = 1\Omega/\text{s} and R2(t)=1.5Ω/sR_2'(t) = 1.5\Omega/\text{s} . (These are our derived values because these values are in ohms per second, so resistance with respect to time.)

If R1(t)=50ΩR_1(t) = 50\Omega and R2(t)=75ΩR_2(t) = 75\Omega , what is the rate of change of R(t)R(t) ?

RΣ2(t)=R1(t)[R2(t)]2+[R1(t)]2R2(t)[R1(t)+R2(t)]2RΣ2(t)=1[R2(t)]2+[R1(t)]21.5[R1(t)+R2(t)]2R1(t)=1Ω/s,R2(t)=1.5Ω/sRΣ2(t)=1[75]2+[50]21.5[50+75]2R1(t)=50Ω,R2(t)=75ΩRΣ2(t)=15625+25001.5[125]2RΣ2(t)=5625+375015625RΣ2(t)=937515625RΣ2(t)=0.6Ω/s \begin{aligned} R_{\Sigma 2}'(t) &= \frac{R_1'(t) \cdot [R_2(t)]^2 + [R_1(t)]^2 \cdot R_2'(t)}{[R_1(t) + R_2(t)]^2} \cr R_{\Sigma 2}'(t) &= \frac{1 \cdot [R_2(t)]^2 + [R_1(t)]^2 \cdot 1.5}{[R_1(t) + R_2(t)]^2} && R_1'(t) = 1\Omega/\text{s}, R_2'(t) = 1.5\Omega/\text{s} \cr R_{\Sigma 2}'(t) &= \frac{1 \cdot [75]^2 + [50]^2 \cdot 1.5}{[50 + 75]^2} && R_1(t) = 50\Omega, R_2(t) = 75\Omega\cr R_{\Sigma 2}'(t) &= \frac{1 \cdot 5625 + 2500 \cdot 1.5}{[125]^2}\cr R_{\Sigma 2}'(t) &= \frac{5625 + 3750}{15625}\cr R_{\Sigma 2}'(t) &= \frac{9375}{15625}\cr R_{\Sigma 2}'(t) &= 0.6\Omega/\text{s} && \blacksquare \end{aligned}

Our solution is 0.6 ohms per second. 😎

This was a wonderful problem to solve.

In my next post, I want to show how we could generalize the formula we used. What if we had more than two resistors in parallel.

I look forward to using this blog to share math problems as well as code examples. Thanks for reading!

Top comments (0)