Post Reply 
(12C) Resistors in Parallel
10-25-2018, 02:57 PM
Post: #3
RE: (12C) Resistors in Parallel
Or then we can use the method described by Sam Levy in his article EE calculations, some not obvious:
Quote:Resistive Dividers
When calculating from known resistors, enter the lower resistor repeatedly.
  • Key in the top resistor, and add, the result is the total resistance,
  • then divide, the result is the fractional output voltage of the divider.
  • Then multiply and subtract to see the output resistance from the divider tap.

This leaves us with a program that consists of just the 4 arithmetic operators:
Code:
+
÷
×
-

Example:

50 ENTER ENTER ENTER
65 R/S
28.2609

Kind regards
Thomas


This method uses:

\(R_1 - \frac{R_1^2}{R_1 + R_2} = \frac{R_1 R_2}{R_1 + R_2}\)
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
(12C) Resistors in Parallel - Gamo - 10-25-2018, 10:18 AM
RE: (12C) Resistors in Parallel - Dieter - 10-28-2018, 09:23 AM
RE: (12C) Resistors in Parallel - Thomas Klemm - 10-25-2018 02:57 PM
RE: (12C) Resistors in Parallel - Gamo - 10-26-2018, 05:01 AM



User(s) browsing this thread: 1 Guest(s)