Derivation of the error due to a finite load attached to a potentiometer

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 3K views
Weaver
Messages
70
Reaction score
6
Homework Statement
Derivation of error due to finite load attached to potentiometer
Relevant Equations
(Included in main body, so that it formats correctly)
x = fraction of potentiometer connected to load
Vp in parrallel with VL = x/(Rp/RL.x.(1-x) + 1)

If RL = infinite, then Ro = x and Vo = x.Vs
If RL = finite, then Ro = x/(Rp/RL.x.(1-x) + 1) and Vo = x.Vs/(Rp/RL.x.(1-x) + 1)

Therefore error is x.Vs - x.Vs/(Rp/RL.x.(1-x) + 1)

Trying to break the equation down further, I did the following :

attemp.png

However, the final equation, is supposed to be (Rp/RL).Vs.(x2-x3)

Do you just ignore the denominator, or am I missing a step?

I appreciate any help or advice
 
Physics news on Phys.org
Sorry, I'm not able to decode your equations at all. Others may be able to, though.

It always helps to start with a schematic or figure, to be sure everybody understands the terminology and the variables. For example, I have no idea what you mean by:
Weaver said:
Vp in parrallel with VL
And I'm not able to understand your use of parenthesis. I think that I finally figured out that "." means multiplication, but I'm not even sure about that.

In general, it's best if you learn to use basic LaTeX for writing math equations online. We have a tutorial on that under INFO, Help at the top of the page.

In any case, I would think the error would be the difference in the wiper voltage between having the load resistor connected or not, right?

https://upload.wikimedia.org/wikipe...oad.svg/474px-Potentiometer_with_load.svg.png

1586360283501.png


If RL is infinite, then you just get the voltage divider between R1 and R2. If RL is finite, that modifies the voltage divider equation. Is that what you were trying to do with your work?
 
berkeman said:
Sorry, I'm not able to decode your equations at all. Others may be able to, though.

It always helps to start with a schematic or figure, to be sure everybody understands the terminology and the variables. For example, I have no idea what you mean by:

And I'm not able to understand your use of parenthesis. I think that I finally figured out that "." means multiplication, but I'm not even sure about that.

In general, it's best if you learn to use basic LaTeX for writing math equations online. We have a tutorial on that under INFO, Help at the top of the page.

In any case, I would think the error would be the difference in the wiper voltage between having the load resistor connected or not, right?

https://upload.wikimedia.org/wikipe...oad.svg/474px-Potentiometer_with_load.svg.png

View attachment 260259

If RL is infinite, then you just get the voltage divider between R1 and R2. If RL is finite, that modifies the voltage divider equation. Is that what you were trying to do with your work?
Hi, thanks for your reply! I didn't know LaTeX was an option for writing equations on here. I've re-done them below. I thought "." was a common convention for multiply, but maybe that's just in Europe. Sorry about the confusion. I've used "*" this time around for the multiply symbol.

The diagram you attached is correct and I think we are on the same page. Essentially, I am looking to calculate the error from having RL as infinite and finite.

In the case of my workings, [tex]R_1 = (1-x)*R_p\ and\ R_2 = x*R_p[/tex]

where x is the fraction of the resitor the wiper is at.

From this:

[tex]V_{out} =\frac{V_s}{R_{total}} * R_{out}[/tex]

[tex]R_{out} = x * R_p || R_L[/tex]
[tex]R_{out} = \frac{x*R_p*R_L}{x*R_p + R_L}[/tex]

[tex]R_{total} = (1-x)*R_p + R_{out}[/tex]
[tex]R_{total} = (1-x)*R_p + \frac{x*R_p*R_L}{x*R_p + R_L}[/tex]

=> [tex]V_{out} = \frac{V_s}{(1-x)*R_p + \frac{x*R_p*R_L}{x*R_p + R_L}} * \frac{x*R_p*R_L}{x*R_p + R_L}[/tex]
[tex]V_{out} = \frac{V_s*x}{\frac{R_p}{R_L}*(1-x) + 1}[/tex]

With an infinite RL, [tex]\frac{R_p}{R_L} = 0[/tex] => [tex]V_{out} = V_s * x[/tex]

With a finite R L, it can't be simplified

Following from this, the error is then
[tex]x*Vs - \frac{V_s*x}{\frac{R_p}{R_L}*(1-x) + 1}[/tex]

Which I then break down in my workings from the previous post to :
[tex]\frac{ \frac{R_p}{R_L} * V_s * (x^2-x^3)}{\frac{R_p}{R_L}*(1-x) + 1}[/tex]

However, in my lecture slides and textbooks, the correct result for error is:

[tex]\frac{Rp}{RL} * V_s * (x^2-x^3)[/tex]

I don't see the step in between my final line of workings and that? I assume I am missing something else? Thanks
 
Thanks! The LaTeX makes it so much easier to read and quote... :smile:
Weaver said:
=> [tex]V_{out} = \frac{V_s}{(1-x)*R_p + \frac{x*R_p*R_L}{x*R_p + R_L}} * \frac{x*R_p*R_L}{x*R_p + R_L}[/tex]
[tex]V_{out} = \frac{V_s*x}{\frac{R_p}{R_L}*(1-x) + 1}[/tex]
I get an extra x term in the denominator here:

[tex]V_{out} = \frac{V_s*x}{\frac{x*R_p}{R_L}*(1-x) + 1}[/tex]

I still need to check it again, but can you go through this set of steps one more time to see if you get that extra "x" also?
 
berkeman said:
I get an extra x term in the denominator here:
[tex]V_{out} = \frac{V_s*x}{\frac{x*R_p}{R_L}*(1-x) + 1}[/tex]

I still need to check it again, but can you go through this set of steps one more time to see if you get that extra "x" also?

Thanks. Yeah, there should be another x there. Nice spot! Made that mistake when typing. I then copied and pasted so it carries throughout the rest :frown: My written workings in the original post however has that x so it doesn't solve my problem. My typed workings though, from there on should be:

---------------------------------------------------------------------------------------------------------------------------------------------------------
[tex]V_{out} =\frac{V_s}{R_{total}} * R_{out}[/tex]
=> [tex]V_{out} = \frac{V_s}{(1-x)*R_p + \frac{x*R_p*R_L}{x*R_p + R_L}} * \frac{x*R_p*R_L}{x*R_p + R_L}[/tex]
[tex]V_{out} = \frac{V_s*x}{\frac{R_p}{R_L}*x*(1-x) + 1}[/tex]

With an infinite RL, [tex]\frac{R_p}{R_L} = 0[/tex] => [tex]V_{out} = V_s * x[/tex]

With a finite R L, it can't be simplified

Following from this, the error is then
[tex]x*Vs - \frac{V_s*x}{\frac{R_p}{R_L}*x*(1-x) + 1}[/tex]

Which I then break down in my workings from the previous post to :
[tex]\frac{ \frac{R_p}{R_L} * V_s * (x^2-x^3)}{\frac{R_p}{R_L}*x*(1-x) + 1}[/tex]

However, in my lecture slides and textbooks, the correct result for error is:

[tex]\frac{R_p}{R_L} * V_s * (x^2-x^3)[/tex]
--------------------------------------------------------------------------------------------------------------------------------------------------------

Thanks
 
Weaver said:
Following from this, the error is then
[tex]x*Vs - \frac{V_s*x}{\frac{R_p}{R_L}*x*(1-x) + 1}[/tex]

Which I then break down in my workings from the previous post to :
[tex]\frac{ \frac{R_p}{R_L} * V_s * (x^2-x^3)}{\frac{R_p}{R_L}*x*(1-x) + 1}[/tex]

However, in my lecture slides and textbooks, the correct result for error is:

[tex]\frac{R_p}{R_L} * V_s * (x^2-x^3)[/tex]
--------------------------------------------------------------------------------------------------------------------------------------------------------

Thanks
Did they specify at some point how to define the error? You start to derive it with a subtraction above, but I would have thought that the error was mainly the denominator that modifies x * Vs.

Anyway, maybe try substituting some real values into each equation to see if you get the right answer with your subtraction equation versus the final result in the book. I would use Vs = 10, Rp = 10, RL = 5, and x = 0.5. That makes a pretty easy voltage divider equation, so you should be able to test the results that you are getting to see if they give the right answer.