If \( R_s \) and \( R_p \) are the equivalent resistances of \( n \) resistors, each of value \( R \), in series and parallel combinations respectively, then the value of \( (R_s - R_p) \) is:
Show Hint
Remember: for \( n \) equal resistors in series, add normally. For parallel, take reciprocal sum. Always simplify using LCM when subtracting expressions.
The expressions for total resistance are as follows:
- For resistors in series:
\[
R_s = nR
\]
- For resistors in parallel:
\[
\frac{1}{R_p} = \frac{1}{R} + \frac{1}{R} + \cdots + \frac{1}{R} = \frac{n}{R} \Rightarrow R_p = \frac{R}{n}
\]
The difference between these resistances is:
\[
R_s - R_p = nR - \frac{R}{n}
\]
Finding a common denominator yields:
\[
R_s - R_p = \frac{n^2R - R}{n} = \frac{R(n^2 - 1)}{n}
\]
Therefore, the difference is:
\[
R_s - R_p = \left( \frac{n^2 - 1}{n} \right) R
\]