Skip to main content
16-Pearl
September 8, 2022
Question

Mathcad Community Challenge September 2022 - Resistors in Parallel

  • September 8, 2022
  • 14 replies
  • 19244 views

This month’s challenge is related to electrical engineering. We have a simple circuit with an electrical potential of 220 Volts. Initially we have a single 10 Ohm resistor. Then we add a second resistor in parallel, with 10% higher resistance. Then we add a third resistor in parallel, with 10% higher resistance than the previous resistor. And so on.

  • Calculate the current in the circuit for the single resistor case.
  • Calculate the resistance of each additional resistor and current through each resistor for 2, 3, 4, 5, and 10 resistors in parallel.
  • Can you write a function or program that calculates the resistance of each resistor and current through each resistor for n resistors in parallel?

These calculations are fairly straightforward, so it will be interesting to see what tools – vectors, matrices, loops, plots, charts, etc. – that you use to solve the problem. As always, how you document your calculations is important as your worksheet will be visible to the community.

Here is an example of three resistors in parallel, as drawn in Creo Schematics:

Resistors Challenge.png

Find the Mathcad Community Challenge Guidelines here!

14 replies

19-Tanzanite
September 8, 2022
23-Emerald IV
September 8, 2022

Here's a solution in Prime 4 express.

LucMeekes_0-1662628477835.png

Luc

23-Emerald I
September 8, 2022

Calculating resistance and current for each resistor is simple. 

Fred_Kohlhepp_0-1662636469703.png 

Calculating resistance and current for the network is more pertinent:

Fred_Kohlhepp_1-1662636534136.png

Prime Express 4 attached

 

14-Alexandrite
September 8, 2022

I like to use Mathcad symbolics for insights into how to derive solutions.  My final and generalized answer for the total resistance equation is: 

RantEng_1-1662656025958.png

 

The complete solution is attached.

 

 

ttokoro
21-Topaz I
21-Topaz I
September 9, 2022

In your Mathcad sheet, you write,

When then the resistance approaches zero.

However, Fred, ppal and others show the total parallel resistance is

image.png

t.t.
14-Alexandrite
September 13, 2022

Good catch.  I stand corrected.  I was not considering that the the resistors are increasing in value.  Before stating so, I should have taken the extra step to derive the limit as you did, 

 

Bob

18-Opal
September 8, 2022
ttokoro
21-Topaz I
21-Topaz I
September 9, 2022
ttokoro
21-Topaz I
21-Topaz I
September 10, 2022

Prime 8 with plot.

image.png

t.t.
ttokoro
21-Topaz I
21-Topaz I
September 13, 2022

image.pngimage.png

t.t.
23-Emerald IV
September 9, 2022

Here's another incarnation, using recursion to generate the resistor values:

LucMeekes_0-1662726187081.png

Prime 4 attached, works also in Prime Express.

Luc

18-Opal
September 11, 2022

Just another one.

ppal_1-1662935205601.png

 

12-Amethyst
September 16, 2022

Some nice analyses, indeed.

But... don't do this at home!

Even just the first 10 ohm resistor is dissipating 4840 Watts, and the others not much less!   Gonna get toasty in there!

23-Emerald I
September 17, 2022

Yeah, don't try this as home,  Or anywhere else but as an exercise.

 

(We could argue that you deserve the burnt fingers and having to sweep up the charred remains, but . . .) 

 Here's your sign!

1-Visitor
September 17, 2022
1-Visitor
September 17, 2022