How to get (v1+v2)/n for odd n with minimum resistors

  • Thread starter Thread starter LongApple
  • Start date Start date
  • Tags Tags
    Minimum Resistors
AI Thread Summary
The discussion revolves around finding a method to calculate (V1 + V2)/n for odd n using a minimal number of resistors without the aid of op-amps. Participants suggest that while the simplest case for n=3 can be approached with clever resistor configurations, the challenge lies in treating all input voltages equally. A proposed solution involves connecting each voltage input through a resistor scaled by the number of inputs and adding another resistor to ground to achieve the desired output. The conversation highlights the complexity of the problem, especially with the requirement for odd n and the limitation of using only resistors. Ultimately, it is suggested that with innovative thinking, the problem can potentially be solved with just two or three resistors.
LongApple
Messages
68
Reaction score
0
Member warned about posting homework without the template
For example, the simplest case n=3 I am even stuck on much less the general problem we can start with that and evidently it may be able to be soled with only two or three resistors if you are clever

Also we are not allowed to use op amps only resistors and we are given two voltage sources.

My first plan was to use two resistors to get the average of the voltages and then connect that node with the average to more resistors- however, we can't use op amps and therefore I can't isolate that average of the voltages. I imagine we need to come up with the 1/3 or the 1/5 using a more clever and indirect way
 
Physics news on Phys.org
You are assuming V1 and V2 are equal. Why not just put V1 and V2 in series with a 2 ohm/1 ohm divider?
 
Seems to be one of those problems where you have k voltage inputs.
And you want an output voltage = Sum( V1 ... Vk) / n.
This general problem turns out to have a very simple solution. But it can take some people a long time to reach it.

Since this has now transmuted into a homework problem I won't give you the answer.
The first thing to realize is that the input voltages are all unknown, but must all be treated equally.

Start by selecting an arbitrary scale value of resistance, say r = 1k ohm.
Connect each of the k inputs to the output through a resistor having a value of k * r.
Does that meet the above requirement of treating all equally ?

Now, to get an output voltage that is 1/n of the average input, you will add one resistor to ground.
How might you work out the value of that resistor ?
 
meBigGuy said:
Why not just put V1 and V2 in series with a 2 ohm/1 ohm divider?
Good thinking! :woot: Unfortunately, the problem statement doesn't assure us there is not a common earth. :nb)
 
V1 + V2 =N*SomethingOdd ? ... Well, anything_even -1 is odd.
 
Without an op-amp, the student, who now appears to have withdrawn, cannot use the negative resistance of an amplifier.

It is also odd that n must be an integer.

The reason why odd and integer were specified may suggest that all resistors needed be composed of series / parallel combinations from the same batch of resistors having the same value.
 
Voltage divider has been suggested

R1/(R1+R2) = 1/N ?

but i think in pictures , and since this is homework forum won't post my circuit

said i wouldn't
 
NascentOxygen said:
the problem statement doesn't assure us there is not a common earth

Maybe, but it's very common in lab supplies and in simulations and with batteries, etc., to stack voltage sources in series...
 
Odd might be a red herring... ?
 
  • #10
berkeman said:
Maybe, but it's very common in lab supplies and in simulations and with batteries, etc., to stack voltage sources in series...
Sure, either solution should be fine. The solution with the fewer limitations should attract more marks.
 
  • #11
LongApple said:
we can start with that and evidently it may be able to be soled with only two or three resistors if you are clever
Now, let's turn that advice around. "... and evidently it may be able to be solved with only three resistors, or two if you are clever"
That really only changes the punctuation and implied brackets.

If the voltages could be summed by stacking then it would never need more than two resistors. (You are clever).

If the voltages are all ground referenced inputs, then for odd n, three resistors are necessary in all but the one case of n = 1. That cannot be solved without stacking.
 
  • #12
Baluncore said:
If the voltages could be summed by stacking then it would never need more than two resistors. (You are clever).

and it'd work for any N .ge. 1, even or odd, integer or non-integer.
 
Back
Top