Engineering How can R1 and R3 be expressed in terms of R2 and R4 in an op-amp circuit?

AI Thread Summary
The discussion focuses on calculating resistor values R1 and R3 in terms of R2 and R4 in an op-amp circuit, ensuring that the output voltage vo equals v1 - 5v2. Participants confirm that the initial equations are correct but emphasize the importance of resistor ratios rather than absolute values, leading to infinite possible solutions. The approach involves using gain formulas for non-inverting and inverting op-amp configurations and applying the superposition theorem. Ultimately, a solution is proposed where R1 equals 5R2 and R3 equals (1/5)R4, highlighting the need to express relationships rather than specific resistor values. The conversation concludes with the acknowledgment that the task may have been poorly formulated, as only ratios of resistors matter in op-amp circuits.
ichabodgrant
Messages
48
Reaction score
0
Member warned to use homework template
In the following circuit, compute the values of R1 and R3 in terms of R2 and R4, such that vo is always equal to v1 - 5v2.I have marked 3 nodes, A, B and C. v+ = v- as assumption for the op-amp.
Consider node A.
v- = v+ = v1 × (R2 / (R1+R2))

Consider node B and C.

(v- - v2) / R3 = (vo - v-) / R4

I now stick at here...
I can write R1 in terms of R2, but there exist v- and v1.
And for R3, the same problem exists.

First, is there anything wrong in my above computations?
Second, can I express R1 and R3 in terms of R2 and R4 without using other unknowns?
 

Attachments

  • problem_0.png
    problem_0.png
    5.6 KB · Views: 564
  • problem_1.png
    problem_1.png
    6.1 KB · Views: 531
Physics news on Phys.org
The two given expressions (formulas) are correct. However, I would use another approach.
Do you know the gain formulas for (a) non-inverting and (b) inverting opamp circuits?
Your circuit is a combination of both and the most simple solution uses the above mentioned formulas. This is allowed because of the superposition theorem.
That means: The output voltage is Vo = V1- 5V2 = V1*k*gain1 - V2*gain2.
It shouldn`t be a problem to solve the system (starting with gain2).
 
LvW said:
The two given expressions (formulas) are correct. However, I would use another approach.
Do you know the gain formulas for (a) non-inverting and (b) inverting opamp circuits?
Your circuit is a combination of both and the most simple solution uses the above mentioned formulas. This is allowed because of the superposition theorem.
That means: The output voltage is Vo = V1- 5V2 = V1*k*gain1 - V2*gain2.
It shouldn`t be a problem to solve the system (starting with gain2).

That's good stuff and all, but how do you get R1 and R3 in terms of R2 and R4?

This is a tough one!
 
"...compute the values of R1 and R3 in terms of R2 and R4,"

I think the task is not well formulated. For all opamp amplifiers it is only the ratio of resistors that matters.
Therefore, we have - in theory - an infinite number of resistor values which all fulfill the required ratios.
The answer can only be R2/R1=C*R4/R3 and we can select - as one possible solution - R1=R3 and R2=C*R4.
 
ichabodgrant said:
In the following circuit, compute the values of R1 and R3 in terms of R2 and R4, such that vo is always equal to v1 - 5v2.I have marked 3 nodes, A, B and C. v+ = v- as assumption for the op-amp.
Consider node A.
v- = v+ = v1 × (R2 / (R1+R2))

Consider node B and C.

(v- - v2) / R3 = (vo - v-) / R4

I now stick at here...
I can write R1 in terms of R2, but there exist v- and v1.
And for R3, the same problem exists.

First, is there anything wrong in my above computations?
Second, can I express R1 and R3 in terms of R2 and R4 without using other unknowns?

You have 2 equations. both equations have extra variables (V+ and V-). so plug one equation into the other getting rid of V+ and V-. Then solve for Vo.

The equation will then look like this

Vo=XV1-YV2

you know X=1 and Y=5

so solve for the two equations and you will get the relationship between all the resistors in the form of two equations. take it one step further and solve in the form of

R1=Z and R3=T
 
LvW said:
"...compute the values of R1 and R3 in terms of R2 and R4,"

I think the task is not well formulated. For all opamp amplifiers it is only the ratio of resistors that matters.
Therefore, we have - in theory - an infinite number of resistor values which all fulfill the required ratios.
The answer can only be R2/R1=C*R4/R3 and we can select - as one possible solution - R1=R3 and R2=C*R4.
1. In general the goal of the exercise is to find that C value
2. I don't want to just give the answer to the OP, but I do want to point for his/her sake that your solution is incorrect.
 
I solve it...
I had never thought of using comparing coefficients... turns out to be not too difficult...Thanks everyone
 
Can you tell us your solution?
 
R1 = 5R2
R3 = (1/5)R4

there might be some calculation mistakes...
 
  • #10
Yes - is correct. And - as I have expected - no other results than a RATIO only (with infinite alternatives for resistor values9.
 
Back
Top