Voltage across a potentiometer?

Click For Summary
The discussion revolves around determining the position of the slider on a 10 kΩ potentiometer with a 5 kΩ load when the voltage across specific points is 3 V. Participants express confusion about calculating current and total resistance, emphasizing the need to apply the voltage divider rule effectively. A key suggestion involves treating the potentiometer as two resistors and using algebra to derive the output voltage in terms of the wiper position. After several exchanges, one user successfully finds the wiper position to be 0.5, confirming their understanding of the circuit analysis. The conversation highlights the importance of clear mathematical representation and systematic problem-solving in electrical circuit analysis.
  • #31
This expands to

$$\frac{3}{9}=\frac{50-50x}{100x-100x^2+50x+50-50x}$$

Which then matches my original answer further up in this thread. Funny how something so simple was overlooked on my part.

Could you explain a little further how you managed to get to that stage in your last post. Always keen to learn new methods.

Regards

Electest
 
Physics news on Phys.org
  • #32
Electest said:
Could you explain a little further how you managed to get to that stage in your last post. Always keen to learn new methods.

I mentioned it in the post. Beginning with the full "complex fraction" of post 22, I divided numerator and denominator by the numerator expression. Naturally that leaves a "1" for the numerator and "<mess> + 1" for the denominator.
 
  • #33
gneill said:
As a suggestion, since R2 is in parallel with R3 and you'll need to expand that twice, why not make R2 = 10x and R1 = 10(1-x)? That will cut down the amount of work you need to do when you expand the parallel combinations. It just means that x will be the "distance" from the bottom end of the potentiometer rather than the top end.

Hi, I've just tried this method and couldn't get it to work, can you show me this other method, when i tried i canceled it down to 2x2 -x -1 =0
not sure where I made my mistake, I got the other way to work fine, can't see why it didn't work swapping them round
 
  • #34
also, wouldn't it work if the slider was at the bottom, which would put the resistors in series, as 5/(5+10) is still a third which is what we want
 
  • #35
agreaves said:
Hi, I've just tried this method and couldn't get it to work, can you show me this other method, when i tried i canceled it down to 2x2 -x -1 =0
not sure where I made my mistake, I got the other way to work fine, can't see why it didn't work swapping them round

You'll have to show us your workings, not just your conclusion, in order for us to see where your attempt has gone awry.
 
  • #36
agreaves said:
also, wouldn't it work if the slider was at the bottom, which would put the resistors in series, as 5/(5+10) is still a third which is what we want

If the slider is at the bottom of the pot then it will be connected to the 0 V reference node and the output will be 0 V, not the required 3 V. Another way to look at it is that when the slider is at the very bottom of the POT the 5k load resistor will be shorted out.

attachment.php?attachmentid=71186&stc=1&d=1404993454.gif
 

Attachments

  • Fig1.gif
    Fig1.gif
    2.4 KB · Views: 1,528
  • Like
Likes 1 person
  • #37
my working was pretty much the same as the others, just swapping the (1-x)'s and x's around

1/3 = [5*10x/(10x+5)] / [(5*10x/(10x+5) + 10(1-x)]

got this to 1/3 = [50x]/ [5*10x + 10(1-x)(10x+5)]

then to 1/3 = [x]/[-2x2+2x+1] divided through by 50
 
  • #38
agreaves said:
my working was pretty much the same as the others, just swapping the (1-x)'s and x's around

1/3 = [5*10x/(10x+5)] / [(5*10x/(10x+5) + 10(1-x)]

got this to 1/3 = [50x]/ [5*10x + 10(1-x)(10x+5)]

then to 1/3 = [x]/[-2x2+2x+1] divided through by 50

Something went wrong between your first and second lines. While the first line expression is fine and leads to the correct solution for x, the second line does not. So, check your algebra steps in between the two.
 
  • #39
yeah, sussed it, 3x - 2x does not equal -x
thanks for the help
 
  • #40
Hi, I am also struggling with this one if anyone can point me in the right direction.

This is where I am with it:

3/9 = 10χ5/10χ + 5
-------------------------
10(1-χ) + 10χ5/10χ + 5

I have tried to simplify further:

50χ/10χ+5
------------------------
10χ-10 + 50χ/10χ+5

5/5
--------------
10χ-10 + 5/5

1
-------
10χ-9

I can work out χ but feel that I am not doing this right and would appreciate and help or input.

Thanks for your time :smile:
 
Last edited:
  • #41
Koogle said:
Hi, I am also struggling with this one if anyone can point me in the right direction.

This is where I am with it:

3/9 = 10χ5/10χ + 5
-------------------------
10(1-χ) + 10χ5/10χ + 5

I have tried to simplify further:

50χ/10χ+5
------------------------
10χ-10 + 50χ/10χ+5

5/5
--------------
10χ-10 + 5/5

1
-------
10χ-9

I can work out χ but feel that I am not doing this right and would appreciate and help or input.

Thanks for your time :smile:
Your problems seem to be with the algebra rather than the physics. For example in your second line, in expanding the 10(1 - x) term in the denominator you wrote 10x - 10. You've negated the signs.

Work through your algebra carefully. Pick a "test" value for x that you can plug in after each "simplification" to check that the overall expression hasn't changed value (not a 100% foolproof test, but it will usually raise the "I did something boneheaded there in that step" flag).

By the way, you may want to investigate the LaTex syntax that's available for rendering math formulas. You can avoid having space compression and proportional fonts mucking up the formatting of your equations by using LaTex. Check out this quick LaTex overview post for more information.
 
  • #42
Hi guys,

I have been searching for a way to solve the equation past here and came up short ( no idea why the image is sideways sorry). Is there a rule I'm forgetting about to simplify the last part to determine x?
IMAG0111[1].jpg
 
  • #43
Check your expansions of ##10(1 - x) + 5##. There should be a ##10 x## in the result.

There's no secret method, it's just a matter of slogging through the expansions and cancellations, cross multiplications and so forth, to arrive at a quadratic equation in x.
 
  • #44
After cross multiplying and simplifying the equation and then using the quadratic formula to get 2 values for x I've ended up with 2 values that use imaginary numbers, clearly this is not correct and I've gone wrong somewhere above. I'm pretty sure I've cross multiplied incorrectly but not obviously not 100% sure at what stage I've messed up. Any help would would be greatly appreciated thanks.

IMAG0112[1].jpg
IMAG0113[1].jpg
 

Similar threads

  • · Replies 50 ·
2
Replies
50
Views
9K
Replies
24
Views
5K
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 17 ·
Replies
17
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 19 ·
Replies
19
Views
3K
  • · Replies 4 ·
Replies
4
Views
9K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
34
Views
4K