Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

reduction of a symbolic expression

Status
Not open for further replies.

Souljah44

Junior Member level 1
Joined
Feb 17, 2009
Messages
17
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,445
Hi,

Using EET I derived the following symbolic expression
C1*C2*C3*R1*[R2 + (RL //R3)] (R2 //R3//RL)

I know that the expression reduces to this
C1*C2*C3*R1*R2 (RL //R3)

I don't know where to begin to reduce my expression to get the final answer. Can anyone help me? Are they identities to apply? Please point me to any reference material that deals with this.

Thanks
 

If we have 3 resistor in parallel (R2//R3//RL) we can consider the parallel of two and then add the third. Since we know that the parallel of two resistor let's say Ra and Rb is given by

Req = Ra*Rb/(Ra+Rb)

we can decompose the original parallel as (simply let Ra = R2 and Rb = RL//R3):

(R2//R3//RL) = R2*(RL//R3)/[R2 + (RL//R3)]

Now substituting in the original expression:

C1*C2*C3*R1*[R2 + (RL //R3)] (R2 //R3//RL) = C1*C2*C3*R1*[R2 + (RL //R3)]*R2*(RL//R3)/[R2 + (RL//R3)]

Thus we can simplify [R2 + (RL//R3)] having as a result:

C1*C2*C3*R1*R2*(RL//R3)
 
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top