Electronic – Calculation of parallel resistors

parallelresistors

I am following calculating resistors video lesson and stuck on trying to understand how combining of:

1/Rp=(R2/R1R2) + (R1/R1R2)

to

1/Rp=(R1+R2)/(R1R2)

at https://youtu.be/S0AJZjt0sEg?t=159 happened, what are the idea behind this, because if I try to derive Rp I assume I can do the following:

(1/Rp)^-1=(R2/R1R2 + R1/R1R2)^-1

that results to:

Rp=(R1R2/R2) + (R1R2/R1)

Correct?

But seems that:

(R1R2/R2) + (R1R2/R1) != (R1+R2)/(R1R2)

Because, once I test with values for example R1=3,R2=5 these expressions results in different values.

What I am doing wrong here here?

Best Answer

The correct equation for calculating parallel resistance is: \$ \frac{1}{R_{p}}= \frac{1}{R_{1}} + \frac{1}{R_{2}} + ...\frac{1}{R_{n}}\$, for however many different resistances you have in parallel.

The alternate form of \$ \frac{1}{x} + \frac{1}{y} \$ is \$ \frac{x+y}{xy} \$. This is true for any numbers, try it yourself if you're not sure.

So in the limited case where there are only 2 resistors in parallel, we can alternatively say \$ \frac{1}{R_{p}}= \frac{R_{1}+R_{2}}{R_{1}R_{2}}\$. Taking the inverse of both sides results in \$ R_{p}= \frac{R_{1}R_{2}}{R_{1}+R_{2}}\$

Your statement that \$ \frac{1}{R_{p}}= \frac{R_{2}}{R_{1}R_{2}} + \frac{R_{1}}{R_{1}R_{2}}\$, while technically correct, is simply an unsimplified form of what was already stated. As the \$ R_{2}\$ terms cancel in the fraction \$ \frac{R_{2}}{R_{1}R_{2}}\$, leaving simply \$ \frac{1}{R_{1}} \$ and vise versa for the other term.

All you're doing is making it more complicated that necessary. As to why your equations don't seem to work out, it is because you are not evaluating it correctly.

The inverse of \$ \left ( \frac{R_{2}}{R_{1}R_{2}} + \frac{R_{1}}{R_{1}R_{2}} \right ) \$ is not equal to \$ \frac{R_{1}R_{2}}{R_{2}} + \frac{R_{1}R_{2}}{R_{1}}\$. Exponentiation cannot be distributed over multiple terms unless those terms are multiplicative. You are distributing the exponentiation as if the two terms were being multiplied, rather than added, and that is incorrect. You must invert the entire expression, yielding (and this is why this is needlessly overcomplicating things):

\$ R_{p}= \frac{1}{\frac{R_{2}}{R_{1}R_{2}} + \frac{R_{1}}{R_{1}R_{2}}} \$. This is correct, if complicated.