sorry, the diode that I use is the 1N4142, I understand that 0A 10V means the square signal begin in the 0v, and the peak is 10V, I can simplify the circuit understanding how the C1 works? TyAs your schematic stands you are using the "default" diode model. Depending on your understanding of this default model you may or may not get intuitive results when you run the simulation. It would be better for you to pick an actual diode model for at least two reasons:
What does the "0a" next to the 10v on voltage source V1 supposed to do?
- Other people can run the simulation and help you understand what is happening
- You will avoid having to understand the default diode
Is it possible there is no solution to this problem?
I don't think you understand how to make a square wave source. This is what a proper square wave source should look like. I have used parameters so that the properties can be easily modified as you experiment with the simulation.sorry, the diode that I use is the 1N4142, I understand that 0A 10V means the square signal begin in the 0v, and the peak is 10V, I can simplify the circuit understanding how the C1 works? Ty
Thank you very much for the help!!!I don't have a model of 1 1N4142, but using a 1N4148 small signal diode, and depending on your definition of "conducting", I do not believe this problem has a solution. For low values of C1's capacitance, the diode D3 conducts whenever D1 conducts. As the value of C1 increases you trade rise time and fall time for time at peak value. Reaching a steady state where D1 "conducts" 1/3 the time of D1 appears to be a challenge.
View attachment 277470
Another data that I have is the time that take the capacitor to charge, that is the double of the period in V1 before the steady state, I think in maybe use the charge capacitor formule, I dont know if is correct get Vc final with V2 (4v) and the diode 3(I understand with the datasheet that 1n4142 have 1v voltage drop), and with this data obtain C1.I have added a .measure script to the simulation to demonstrate that a 33% conduction time on D3 with respect to D1 is not achievable by a considerable margin. 64% is about as low as you can go. do you have any thoughts on what you might do to make the goal achievable? Changing the values of R1 and R2 perhaps.
View attachment 277474
Direct Newton iteration for .op point succeeded.
.step ct=1e-006
.step ct=1e-005
.step ct=0.0001
.step ct=0.00047
.step ct=0.00068
.step ct=0.001
.step ct=0.0012
.step ct=0.0016
.step ct=0.002
.step ct=0.0022
Measurement: ts1r
step i(d3)=0.7ma
1 0.66711
2 0.670999
3 0.701833
4 1.06836
5 1.4059
6 1.74179
7 2.07552
8 2.40819
9 2.74015
10 3.0725
Measurement: ts1f
step i(d3)=0.7ma
1 0.833351
2 0.833505
3 0.835061
4 1.1748
5 1.51168
6 1.85062
7 2.18735
8 2.5274
9 2.86738
10 3.20392
Measurement: dt1
step ts1f-ts1r
1 0.166241
2 0.162506
3 0.133228
4 0.106434
5 0.105781
6 0.108835
7 0.111831
8 0.119209
9 0.127233
10 0.131428
Measurement: ts2r
step i(d1)=0.7ma
1 0.666667
2 0.666667
3 0.666667
4 0.666667
5 0.666667
6 0.666667
7 0.666667
8 0.666667
9 0.666667
10 0.666667
Measurement: ts2f
step i(d1)=0.7ma
1 0.833333
2 0.833333
3 0.833333
4 0.833333
5 0.833333
6 0.833333
7 0.833333
8 0.833333
9 0.833333
10 0.833333
Measurement: dt2
step ts2f-ts2r
1 0.166667
2 0.166667
3 0.166667
4 0.166667
5 0.166667
6 0.166667
7 0.166667
8 0.166667
9 0.166667
10 0.166667
Measurement: ratio
step dt1/dt2
1 0.997446
2 0.975039
3 0.799368
4 0.638602
5 0.634687
6 0.653011
7 0.670984
8 0.715252
9 0.763399
10 0.78857
What diode model are you expected to use when solving this problem? The ideal diode model? The constant-voltage diode model? The piecewise linear diode model? The exponential diode model?Hi community, I need to find the value of C1 for the time conduction of diode D3 be 1/3 the time conduction of the diode D1, I know that V1 is a square wave function, with 10v, 3 Hz and a work cycle of 50%, how I can face this problem? any kind of help is appreciated, ty and sorry for my english.View attachment 277467
The 1n4142 has a maximum forward voltage of 1 V when it is conducting 3 A of current -- the typical forward voltage drop is quite a bit less (somewhere between 850 mV and 900 mV). Even if we take the 10 V of V1 and put it across the 680 Ω resistor directly we get less than 15 mA of current, which parks the typical forward voltage at between 650 mV and 700 mV, making the traditional 0.7 V forward diode drop a very reasonable estimate to use.Another data that I have is the time that take the capacitor to charge, that is the double of the period in V1 before the steady state, I think in maybe use the charge capacitor formule, I dont know if is correct get Vc final with V2 (4v) and the diode 3(I understand with the datasheet that 1n4142 have 1v voltage drop), and with this data obtain C1.
Thanks you very much !The 1n4142 has a maximum forward voltage of 1 V when it is conducting 3 A of current -- the typical forward voltage drop is quite a bit less (somewhere between 850 mV and 900 mV). Even if we take the 10 V of V1 and put it across the 680 Ω resistor directly we get less than 15 mA of current, which parks the typical forward voltage at between 650 mV and 700 mV, making the traditional 0.7 V forward diode drop a very reasonable estimate to use.
Please tell us how you are expected to work this problem? By analyzing the behavior manually? Or via simulation?Thanks you very much !
Im working this problem manually, I think in simplify the circuit assuming that when C1 is charging, the current dont flow in D3, and when C1 is discharging, the current flow for D2, I assume the Max voltage in C1 is 4.7, and I think in use the Charge capacitor equation, but I found a problem with the current, that value I dont havePlease tell us how you are expected to work this problem? By analyzing the behavior manually? Or via simulation?
If you do it manually, you have some approximations that make it easy to get results. Specifically, you assume that the diode is not conducting if the voltage across it is anything less than Vd, whatever you choose that to be, and that it is conducting otherwise.
But in simulation, when is the diode conducting and when isn't it? In reality, a diode is going to conduct current if the forward voltage across it is anything greater than zero and the amount it conducts is a smooth increase, albeit exponential, making it difficult to define a specific point at which it starts conducting other than the point at which it is no longer reverse biased, but this leads to unreasonable results because the amount of conducted current is orders of magnitude below anything significant for much of that time. That makes it nearly impossible to clearly define what the conduction time is for D3.
But, you might be asking, shouldn't the manual calculations be close to the simulation results?
Yes, as long as the approximations aren't pushed too hard.
If the capacitor discharges to a voltage low enough that D3 is significantly reverse-biased, then the amount of time that it is operating in the "squishy" zone is limited and the results will be pretty close to the approximated expectations. But if the capacitor is only being discharged a small amount, perhaps not even enough to reverse bias D3, then it is conducting the entire time, albeit in subthreshold, and the actual results may be quite different than expected because the assumptions used weren't valid.
You are making a bad assumption about when current flows in the diodes. You are correct that the max voltage on C1 is 4.7 V, but that is because D3 is acting as a clamp, which requires that it be conducting. That means that once C1 reaches that point while charging via D1 that any further current through D1 is shunted by D3.Im working this problem manually, I think in simplify the circuit assuming that when C1 is charging, the current dont flow in D3, and when C1 is discharging, the current flow for D2, I assume the Max voltage in C1 is 4.7, and I think in use the Charge capacitor equation, but I found a problem with the current, that value I dont have
by Jake Hertz
by Jake Hertz
by Duane Benson