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

Click For Summary

Discussion Overview

The discussion revolves around the derivation of error in voltage readings from a potentiometer when a finite load is attached. Participants explore the mathematical relationships involved in calculating output voltage and error, considering both infinite and finite load resistances.

Discussion Character

  • Technical explanation
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • One participant presents an equation for output voltage (Vo) and attempts to derive the error based on different load conditions.
  • Another participant expresses difficulty in understanding the initial equations and suggests using a schematic for clarity.
  • A participant clarifies their use of notation and revises their equations using LaTeX, aiming to calculate the error from both infinite and finite load resistances.
  • There is a discussion about the correct form of the error equation, with one participant noting a discrepancy between their derived equation and the expected result from lecture slides.
  • Another participant identifies an extra term in the denominator of the output voltage equation and requests verification of the steps leading to that conclusion.
  • Further clarification is sought regarding the definition of error and its derivation, with suggestions to test the equations with real values for validation.

Areas of Agreement / Disagreement

Participants do not reach a consensus on the derivation of the error equation, with multiple interpretations and approaches presented. Disagreements exist regarding the correct formulation and simplification of the equations.

Contextual Notes

Participants express uncertainty about the notation used in equations and the assumptions underlying the derivations. There are unresolved steps in the mathematical reasoning, particularly in transitioning from derived equations to the expected results.

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, R_1 = (1-x)*R_p\ and\ R_2 = x*R_p

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

From this:

V_{out} =\frac{V_s}{R_{total}} * R_{out}

R_{out} = x * R_p || R_L
R_{out} = \frac{x*R_p*R_L}{x*R_p + R_L}

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

=> 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}
V_{out} = \frac{V_s*x}{\frac{R_p}{R_L}*(1-x) + 1}

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

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

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

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

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

\frac{Rp}{RL} * V_s * (x^2-x^3)

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:
=> 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}
V_{out} = \frac{V_s*x}{\frac{R_p}{R_L}*(1-x) + 1}
I get an extra x term in the denominator here:

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

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:
V_{out} = \frac{V_s*x}{\frac{x*R_p}{R_L}*(1-x) + 1}

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:

---------------------------------------------------------------------------------------------------------------------------------------------------------
V_{out} =\frac{V_s}{R_{total}} * R_{out}
=> 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}
V_{out} = \frac{V_s*x}{\frac{R_p}{R_L}*x*(1-x) + 1}

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

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

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

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

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

\frac{R_p}{R_L} * V_s * (x^2-x^3)
--------------------------------------------------------------------------------------------------------------------------------------------------------

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

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

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

\frac{R_p}{R_L} * V_s * (x^2-x^3)
--------------------------------------------------------------------------------------------------------------------------------------------------------

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.
 

Similar threads

Replies
6
Views
4K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 4 ·
Replies
4
Views
4K
  • · Replies 1 ·
Replies
1
Views
5K
  • · Replies 1 ·
Replies
1
Views
3K