ok.. thx.. i can get it... btw, help me to check this circuit capability...**broken link removed**
is it a voltage dependant current source??
Hello again,
It does look like that, however there are some limitations but also something interesting.
The static equation for vRL (voltage across RL) is:
vRL=(Vin*R2*R4*RL)/(R2*R4*RL-R1*R3*RL+R1*R2*R4)
and then of course that means that iRL is:
IL=vRL/RL
The limitation, along with the limited Vout again, is:
k*dVout^2/d^2t=-((R2*R4*RL-R1*R3*RL+R1*R2*R4))
or written more simply:
K= -(R2*R4*RL-R1*R3*RL+R1*R2*R4)
and if K<0 then the circuit is stable but if K>=0 then the circuit latches up.
But the good news is that because of the equation for vRL (the voltage across RL):
vRL=(Vin*R2*R4*RL)/(R2*R4*RL-R1*R3*RL+R1*R2*R4)
we can note that we have two terms in the denominator that both contain R1, and one is negative and one is positive. This means with the proper selection of R3 and R4 (and RL) we can make the circuit independent from R1 so that R1 can be just about any reasonable value!
This is a good thing, because that means if R1 is some output from some other circuit it doesnt matter what output impedance it is, this circuit will not load it at all. That means the input current through R1 is negligible. Pretty cool huh?
If we look at the denominator alone:
D=R2*R4*RL-R1*R3*RL+R1*R2*R4
we have a couple choices with the main goal is to get:
D=R2*R4*RL
or equivalently make this equal zero:
R1*R2*R4 -R1*R3*RL=0
We can then factor out R1:
R1(R2*R4 -R3*RL)=0
and we are left with:
R2*R4 -R3*RL=0
so the goal now is simply to get R2 times R4 equal to R3 times RL:
R2*R4 =R3*RL
Since there are a couple ways to do this i'll leave it up to you to figure out what you would like to do.
Note that once this condition is met we get a simpler vRL:
vRL=Vin*RL/RL=Vin
and of course that means that IL is easy to calculate:
IL=Vin/RL
Also you can make a check on the output voltage with this:
Vout=(Vin*R2*(R4+R3)*RL)/(R2*R4*RL-R1*R3*RL+R1*R2*R4)
just to make sure Vout stays reasonable.