Find R1 & R2 for Vo in 4-8V Range in Figure

  • Thread starter scrgirl173
  • Start date
  • Tags
    Resistors
In summary, the conversation discusses the determination of values for resistors R1 and R2 in a network with a voltage source and a potentiometer. The goal is to obtain a voltage of 4 V to 8 V across the full range of the potentiometer. The conversation explains the concept of a potentiometer and how it can be adjusted to different resistance values to achieve the desired voltage range. The conversation also discusses the use of Ohm's law and algebraic manipulations to solve for the values of R1 and R2.
  • #1
scrgirl173
1
0
Given the network in the Figure, we wish to obtain a voltage of 4 V ≤ Vo ≤ 8 V across the full range of the pot. Determine the values of (a) R1 and (b) R2.

I'm quite confused as to what it means by "the full range of the pot." And I'm not quite sure how to approach this problem. Can anyone help me out?


Figure: V.S. = 10 V R3 = 1kOhm
___________________
l l
l R1
l l
l l
V.S. R3 <---- Vo
l l
l R2
l__________________l
 
Physics news on Phys.org
  • #2
If I'm reading this right (which I may not be):

From ohm's law:
V = I * R
R = V/I
I = V/R

The range of a pot is the maximum range it can be adjusted over.
Mechanically and electrically you have:

R3A C=Vo R3B
A ---/\/\/\/\/\/\/\/\/\/\/\--- B

So there's a fixed resistance of 1000 ohms (your pot's
specified maximum value of resistance) between 'A' and 'B'.
Mechanically there's a 'wiper arm' that literally wipes across
the resistor surface anywhere from 'A' to 'B' that is your
terminal 'C', so there's a variable resistance from
'A' to 'C' and 'C' to 'B'.

So as you move the pot wiper arm contact C moves between
(A) and (B) so that

at one maximum:
Contact C is at the place of Contact A and R3A=0, R3B=1000.

at the other maximum:
Contact C is at the place of Contact B and R3A=1000, R3B=0.

in the middle:
Contact C is in the middle of Contact A and Contact B and R3A=500, R3B=500.


In your case your 'C' terminal APPEARS to be your 'Vo' point
where you're seeking to measure a voltage from 4V to 8V over the
possible range of the pot.

Since the pot R3 divides the circuit into two resistances with
a tap point in the middle you have electrically:

VS
R1
V1
R3A
VO
R3B
V2
R2
GROUND

as your network, where I've added V1, V2 as voltage measurement
points just for convenience of discussion, but in reality
R2(top) connects to R3B bottom,
Vo is connected between R3B(top) and R3A(bottom),
V1 is at the connection of R1(bottom) and R3A(top), etc.

Since it's a series network
I = current = constant through all series elements = VS/R(total)
so I = VS/(R1+R3A+R3B+R2).

The voltage difference between the terminals of any resistor is
by ohms law: V = I*R, so the voltage differences across each of your
resistors is:

V across R2 = I * R2
V across R3B = I * R3B
V across R3A = I * R3A
V across R1 = I * R1

so from bottom to top we have the actual circuit voltages:

Bottom of R2: 0V = Ground.
V2 at top of R2 = 0V + (I*R2)
VO at top of R3B = V2 + (I*R3B)
V1 at top of R3A = VO + (I*R3A)
VS at top of R1 = V1 + (I*R1) = your supply voltage.

So if you assume the pot is adjusted for one maximum extent,
R3A = 0, R3B = 1000, and
VO = I*(R2+R3B) = I*(R2+1000) which must be setup to become 8V since
this will represent your highest possible output voltage at VO.


So if you assume the pot is adjusted for the other maximum extent,
R3A = 1000, R3B = 0, and
VO = I*(R2+R3B) = I*(R2+0) which must be setup to become 4V since this
will represent your lowest possible output voltage at VO.

Fully explicitly we can combine the equations:
I = VS/(R1+R3A+R3B+R2)
VO = I*(R2+R3B)
VO = VS * (R2+R3B) / (R1+R3A+R3B+R2)

since it's a 1000 ohm pot, (R3A+R3B) = 1000, so:
VO = VS * (R2+R3B) / (R1+1000+R2)

at VO = 8V you must have R3B = 1000 and R3A=0 for maximum voltage VO, so
VO = 8V = VS * (R2+1000) / (R1+1000+R2)
VO = 8V = 10V * (R2+1000) / (R1+1000+R2)

at VO = 4V you must have R3B = 0 and R3A=1000 for maximum voltage VO, so
VO = 4V = VS * (R2+0) / (R1+1000+R2)
VO = 4V = 10V * (R2+0) / (R1+1000+R2)

You can use algebraic manipulations and simple evaluations
to solve for the actual values of the resistors (R1) and (R2) since
you've specified VS, two different values of VO, and two different
combinations of R3A;R3B which must generate your specified values of VO.

At VO=8V you're saying that
VS = 10V, R3A=0 (for maximum output VO),
VO=VS-(I*(R1+R3A)), i.e. you must have I*(R1+R3A) = 2V, a 2V
voltage drop across R1+R3A. Since we've already said that
R3A must be adjusted to be 0 to get the maximum voltage here,
you're just saying that:
(drop between VS and VO to get VO=8V) = 2V = I*(R1+R3A),
and since R3A is here adjusted to 0,
2V = I*(R1+0) = I*R1.
If 2 = I*R1, algebraically R1=2/I.

At VO=4V you're saying that there must be a 6V drop on top of VO,
and a 4V drop from VO to ground. In this minimum VO case R3B will
be adjusted to zero ohms.
So VO = 4V = I*(R2+R3B), and since we've said that here R3B=0,
VO = 4V = I*(R2+0) = I*R2.
If 4 = I*R2, algebraically, R2=4/I.

Since the total series resistance never changes between VS and GROUND,
I will never change, so since we know from our above evaluations of
the limiting values of operation:
R2=4/I.
R1=2/I.

...we can say:
R2=2*R1 i.e. 2*(R1)=2*(2/I)=4/I=R2.


So we know the proportions of R1 and R2, and just have to pick
R1 to satisfy some other known constraint, such as this one
from above:

VO = 4V = 10V * (R2+0) / (R1+1000+R2)
4=10*(R2)/(R1+1000+R2)
4*(R1+1000+R2) = 10*R2
4*R1+4*R2+4000 = 10*R2
but R2=2*R1 from above, so,
4*R1+4*(2*R1)+4000 = 10*(2*R1)
4*R1+8*R1+4000 = 20*R1
(4*R1+8*R1+4000)/(20*R1) = 1
(12*R1+4000)/(20*R1)=1
(12*R1+4000)/(R1)=20
(12+(4000/R1))=20
(0+(4000/R1))=20-12
4000/R1=8
4000=8*R1
R1=4000/8 = 500.

From above,
R2=2*R1= so R2 = 1000.

Knowing that (R3A+R3B)=1000 since it's an 1000 ohm range pot,
I = VS/(R1+R3A+R3B+R2)
I = 10/(500+1000+1000) = 10/2500 = 0.004A.

Going back checking the 8V required case given R1=500 and R2=1000:
VO = 8V = 10V * (R2+1000) / (R1+1000+R2)
8 = 10 * (R2+1000) / (R1+1000+R2)
8 = 10 * (1000+1000) / (500+1000+1000)
8 = 10*2000/2500 = true, so that works to get 8V at one extreme pot setting.


Going back checking the 4V required case given R1=500 and R2=1000:
VO = 4V = 10V * (R2+0) / (R1+1000+R2)
4 = 10*(1000+0) / (500+1000+1000)
4 = 10000 / 2500 = true, so that works to get 4V at the other extreme pot setting.

So basically you just work with combinations of what you know must be true
given the specified circuit operations to try to define important
component relationships to each other and the known parameters, and
simplify, substitute algebraically, simplify, etc. until you have
solved for one unknown, then go back and substitute that known value
to get the values for other unknowns.
 
  • #3


Hello, I am a scientist and I would be happy to help you with this problem. The "full range of the pot" refers to the entire range of values that the potentiometer (labeled R3 in the figure) can be adjusted to. In this case, it is stated that we want a voltage of 4 V ≤ Vo ≤ 8 V across this full range.

To solve this problem, we can use the voltage divider formula: Vout = Vin * (R2/(R1+R2)). In this case, Vin is the voltage of the voltage source (labeled V.S. in the figure) which is 10 V. We also know that Vout = Vo.

Since we want Vo to be in the range of 4 V to 8 V, we can set up the following equations:

4 V = 10 V * (R2/(R1+R2))
8 V = 10 V * (R2/(R1+R2))

Solving these equations simultaneously, we can find that R1 = 2kOhm and R2 = 2kOhm. This means that both resistors R1 and R2 should have a value of 2kOhm in order to achieve a voltage output of 4 V to 8 V across the full range of the potentiometer.

I hope this helps clarify the problem and the solution for you. Let me know if you have any further questions.
 

1. What is the purpose of finding R1 and R2 for Vo in the 4-8V range in Figure?

The purpose of finding R1 and R2 is to determine the resistor values that will produce an output voltage (Vo) within the specified range of 4-8V. This is important in designing circuits and ensuring that the output voltage meets the desired requirements.

2. How do R1 and R2 affect the output voltage in this circuit?

R1 and R2 are part of a voltage divider circuit, which divides the input voltage into two parts. The output voltage is determined by the ratio of R2 to the total resistance (R1+R2). Changing the values of R1 and R2 will change this ratio and therefore affect the output voltage.

3. What is the formula for calculating the output voltage in this circuit?

The output voltage (Vo) can be calculated using the formula: Vo = Vin * (R2 / (R1 + R2)). This is based on the voltage divider principle, where the output voltage is proportional to the ratio of R2 to the total resistance (R1+R2).

4. Can R1 and R2 be any value within the 4-8V range?

No, R1 and R2 must be carefully chosen to ensure that the output voltage falls within the desired range of 4-8V. The values of R1 and R2 must be within a specific range that is determined by the input voltage (Vin) and the desired output voltage range.

5. How can I determine the values of R1 and R2 for a specific output voltage range?

To determine the values of R1 and R2 for a specific output voltage range, you will need to know the input voltage (Vin) and the desired output voltage range. Then, you can use the formula Vo = Vin * (R2 / (R1 + R2)) and rearrange it to solve for R1 and R2. Alternatively, you can use an online calculator or consult a circuit designer for assistance.

Similar threads

  • Engineering and Comp Sci Homework Help
Replies
4
Views
1K
  • Engineering and Comp Sci Homework Help
Replies
3
Views
817
  • Engineering and Comp Sci Homework Help
Replies
28
Views
2K
  • Engineering and Comp Sci Homework Help
Replies
34
Views
4K
  • Engineering and Comp Sci Homework Help
Replies
8
Views
2K
  • Engineering and Comp Sci Homework Help
Replies
4
Views
695
  • Engineering and Comp Sci Homework Help
Replies
16
Views
1K
  • Engineering and Comp Sci Homework Help
Replies
9
Views
6K
  • Introductory Physics Homework Help
Replies
10
Views
1K
  • Engineering and Comp Sci Homework Help
Replies
9
Views
3K
Back
Top