Monday, 24 December 2018

voltage - Electronics I problem


enter image description here



Suppose that Vin= -, that forces D1 to open(OFF) and D2 to close (ON).


Given E is 2 , then Vout=-2. Then I applied KVL to find the equation for Vd1 ( Off). Now I know that I have to find the current through Vd2 since it is ON. I applied KCL on the top right node. ID1=IR3+IR2

Now I know that I need to find the current going through R2 and R3 but I am not sure if Vin is involved in in R3 and R2 or not , if so, why? Please give me a hint.



Answer



You left out some details, so I'm making some assumptions.



  1. The diodes are ideal diodes.

  2. The problem is the standard one -- determine whether each diode is on or off, then find the current through the on diodes and the voltage across the off diodes.


If $V_{in} = -\infty$, the answer won't make much sense. You're correct that this condition causes $D_1$ to turn off and $D_2$ to turn on, and that this makes $V_{out} = -2\ V$. Now you're trying to solve a KCL equation (which had a typo):


ID2=IR3+IR2



$I_{R2}$ is pretty straightforward:


IR2=VoutR2=2 VR2


But $I_{R3}$ is not:


IR3=VoutVinR3=2 VR3=


That's what happens when you put an infinite voltage in your circuit. $V_{in}$ tries to pull an infinite amount of current from ground through $R_3$. That current is almost entirely supplied by $E$, which is an ideal voltage source. The rest of the current comes through $R_2$. How much is determined entirely by $V_{out}$, which is capped at $-2\ V$ by $E$ and $D_2$.


No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...