Author Topic: Need help with resistor network from hell  (Read 5015 times)

0 Members and 1 Guest are viewing this topic.

Offline modalenjrTopic starter

  • Newbie
  • Posts: 3
  • Country: no
Need help with resistor network from hell
« on: November 19, 2015, 11:26:40 pm »
Does anyone have a math formula to solve this one? (see attachment)
 

Offline fivefish

  • Frequent Contributor
  • **
  • Posts: 440
  • Country: us
Re: Need help with resistor network from hell
« Reply #1 on: November 19, 2015, 11:31:07 pm »
R4 || R2 || R5 are in parallel. Compute equiv. resistance of these 3 parallel resistors, let's call it R2'.

1/R2' = 1/R2 + 1/R4 + 1/R5 .... solve for R2'

Then do R1 + R2' + R3
 

Offline T3sl4co1l

  • Super Contributor
  • ***
  • Posts: 21658
  • Country: us
  • Expert, Analog Electronics, PCB Layout, EMC
    • Seven Transistor Labs
Re: Need help with resistor network from hell
« Reply #2 on: November 19, 2015, 11:31:43 pm »
Does anyone have a math formula to solve this one? (see attachment)

23.3... kohm

Spot the resistors in parallel and use the parallel formula:
1/Req = 1/R1 + 1/R2 + ... + 1/Rn

Then spot the resistors in series and use the addition formula:
Req = R1 + R2 + ... + Rn

Tim
Seven Transistor Labs, LLC
Electronic design, from concept to prototype.
Bringing a project to life?  Send me a message!
 

Offline modalenjrTopic starter

  • Newbie
  • Posts: 3
  • Country: no
Re: Need help with resistor network from hell
« Reply #3 on: November 19, 2015, 11:43:01 pm »
Sorry i draw it wrong |O
 

Online Andy Watson

  • Super Contributor
  • ***
  • Posts: 2084
Re: Need help with resistor network from hell
« Reply #4 on: November 19, 2015, 11:50:55 pm »
Easy! Remove R2. Work-out the resulting network.

Now put R2 back ... if you want - it makes no difference.

 

Offline modalenjrTopic starter

  • Newbie
  • Posts: 3
  • Country: no
Re: Need help with resistor network from hell
« Reply #5 on: November 19, 2015, 11:56:34 pm »
Easy! Remove R2. Work-out the resulting network.

Now put R2 back ... if you want - it makes no difference.

Don't mind 10K, Every resistor can have a different value.
 

Online wraper

  • Supporter
  • ****
  • Posts: 16849
  • Country: lv
Re: Need help with resistor network from hell
« Reply #6 on: November 20, 2015, 12:02:18 am »
For easier understanding the same thing drawn differently:
« Last Edit: November 20, 2015, 12:06:15 am by wraper »
 

Offline helius

  • Super Contributor
  • ***
  • Posts: 3639
  • Country: us
Re: Need help with resistor network from hell
« Reply #7 on: November 20, 2015, 12:03:51 am »
In this case the key is that both sides of R2 are equipotential nodes. So no current will ever flow through R2.
It's clearer if drawn this way:

     /--R1--+--R4--\
>----+      R2      +---->
     \__R5__+__R3__/
 

Online Andy Watson

  • Super Contributor
  • ***
  • Posts: 2084
Re: Need help with resistor network from hell
« Reply #8 on: November 20, 2015, 12:16:16 am »
Don't mind 10K, Every resistor can have a different value.
You didn't mention that!
In that case: Label the ends of R2 as points A and B. Split the network at A and B such that R1, R2 and R5 form an isolated network. Use a delta-star transform on R1, R2 and R5. Now reconnect the star-network to the points A and B.
 

Offline T3sl4co1l

  • Super Contributor
  • ***
  • Posts: 21658
  • Country: us
  • Expert, Analog Electronics, PCB Layout, EMC
    • Seven Transistor Labs
Re: Need help with resistor network from hell
« Reply #9 on: November 20, 2015, 02:00:10 am »
For reducing circuits of this shape, you need nodal analysis (the sledge hammer), or if you prefer a graphical approach, apply delta-wye transformations as mentioned by
In that case: Label the ends of R2 as points A and B. Split the network at A and B such that R1, R2 and R5 form an isolated network. Use a delta-star transform on R1, R2 and R5. Now reconnect the star-network to the points A and B.


Application of this will lead to equations with a lot of R / (R1 + R2 + R3), which after putting things together, probably looks a lot like what blueskull has. :) (I don't particularly care to check the result for correctness.. :-DD )

Tim
« Last Edit: November 20, 2015, 02:02:06 am by T3sl4co1l »
Seven Transistor Labs, LLC
Electronic design, from concept to prototype.
Bringing a project to life?  Send me a message!
 

Offline Syntax_Error

  • Regular Contributor
  • *
  • Posts: 204
  • Country: us
Re: Need help with resistor network from hell
« Reply #10 on: November 20, 2015, 03:03:24 am »
Dave will have a video on nodal analysis, mesh analysis and superposition theorem soon.

In the meantime, you can look at the lectures here:

http://www.digilentinc.com/Classroom/RealAnalog/

Click show all and watch chapter 3 videos and the first video from chapter 4.
It's perfectly acceptable to not know something in the short term. To continue to not know over the long term is just laziness.
 

Offline TheUnnamedNewbie

  • Super Contributor
  • ***
  • Posts: 1208
  • Country: 00
  • mmwave RFIC/antenna designer
Re: Need help with resistor network from hell
« Reply #11 on: November 20, 2015, 12:28:14 pm »
You can use y-delta tramsform. Use this to turn r1,r2 and r5 intoa y.
The best part about magic is when it stops being magic and becomes science instead

"There was no road, but the people walked on it, and the road came to be, and the people followed it, for the road took the path of least resistance"
 

Offline Electric flower

  • Regular Contributor
  • *
  • Posts: 83
  • Country: hr
Re: Need help with resistor network from hell
« Reply #12 on: November 20, 2015, 09:02:36 pm »
On first picture you see how to transform delta configuration of resistors into star (or Y)


NOTE: If you had ditched R2 you would still get same result of 20Kohm beacuse all resistors are of the same value, but if they were different you would have to use delta to Y transformation

Side question, if picture is worth thousand words, how much is worth picture of words?

Edit: On the second picture where is correctet exponent on 100 should be 100*10^6, not 100*^5
« Last Edit: November 20, 2015, 09:07:28 pm by Electric flower »
All work and no play makes Jack a dull boy.
All play and no work makes Jack a mere toy.
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf