PDA

View Full Version : Am I in right direction?


chart2006
Oct26-09, 07:25 PM
Set R1 = R2 = 500 ohms, then choose any R3 and plot I versus V1 and V2 for V1 and V2 are between 1 and 2 volts until you find a value of R3 that limits the magnitude of the current to .5 to 2mA.

http://i946.photobucket.com/albums/ad307/chart2006/DP45-1-1.jpg;http://i946.photobucket.com/albums/ad307/chart2006/DP45-2.jpg


KCL
i1, i2 = inv(A)*x
i = i1 - i2





I made some large changes and found a few errors with my previous attempt so I deleted that photo and added the new photo of my current work. The equation was derived from using the formula above in reference to matrices. My question is whether or not this is accurate and if so why are my values off? The closest value i can determine is when R3 = 1000 however it doesn't give me i from .5 to 2mA (0.0005 to 0.002). Checking from the extreme values of the source voltage when R3 = 1000:
Low: v1 = v2 = 1, i = .0008A
High: v1 = v2 = 2, i = .0016A

berkeman
Oct26-09, 08:38 PM
Sorry, I'm not understanding your problem statement. V1 and V2 both can vary between 1-2V? What does your notation "V1 = 1:0.01:2" mean?

chart2006
Oct26-09, 08:53 PM
sorry it's a matlab notation I'm using. It means V1 = 1 to 2 in increments of 0.01. The incrementation is for me when I'm plotting the function.

berkeman
Oct27-09, 12:03 AM
Can you post your MATLAB plots?

chart2006
Oct27-09, 01:25 AM
I only have MATLAB on my laptop and haven't had a chance to plot the function yet but if you take the extreme values as I have with v1=v2=1 and v1=v2=2 that will tell you the range of the function.