For each of the following circuit inputs, graph by hand 1) the input waveform and 2) the output waveform after passing through the circuit in Figure 4.7.1. These waveforms should appear on the same axes and should be as accurate and numerical as reasonably possible. Please use different colors (or solid vs dashed lines) for your two waveforms.
Assume an input waveform that is two cycles of a triangle wave alternating between \(\pm 2.0\)V in Figure 4.7.2. Then, graph by hand 1) the input waveform and 2) the output waveform. These waveforms should appear on the same axes and should be as accurate and numerical as reasonably possible. Please use different colors (or solid vs dashed lines) for your two waveforms.
Assume an input waveform that is two cycles of a triangle wave alternating between \(\pm 4.0\)V in Figure 4.7.3. Then, graph by hand 1) the input waveform and 2) the output waveform. These waveforms should appear on the same axes and should be as accurate and numerical as reasonably possible. Please use different colors (or solid vs dashed lines) for your two waveforms.
A red light-emitting diode (LED) has a forward voltage drop of 1.8V and has to be operated with a 10.0mA diode current. One possible circuit that can achieve these requirements is shown in Figure 4.7.4.
Hint: Consider the voltage drop across the \(700\Omega\) resistor if the diode were missing, and then determine the effect of the diode when it is present.
Analyze the circuit in Figure 4.7.8 using two different methods. Assume a sinusoidal \(V_\text{in}\) that has a 10V peak-to-peak amplitude and \(f=1\)kHz.
Numerical methods: Use Newton’s method in Python to analyze the circuit assuming the exponential description of diode behavior. Then, generate the following two figures using Python. The first figure should show \(V_\text{in},\ V_\text{out},\text{ and } V_D\) vs time on the same axes (with labels). The second figure should show \(I_1,\ I_2,\) and \(I_D\) vs time on the same axes. Figure 2 should appear below Figure 1 and the time axes of the two figures should align with each other. Submit your code along with your figures and any analytic work that you needed to perform before writing the Python code.
Analytic methods: Use the analytical circuit treatment from Subsection 4.4.1 to explain how we could have achieved similar results to what you found above with the analytic diode analysis using the cartoon diode behavior (with \(V_F=0.6\)V). You do not need to reproduce the graphs from the previous part, but you must provide narrative and equations to explain how you come to essentially the same plots.
For the circuit in Figure 4.7.9, use Python to plot \(V_\text{in}\) and \(V_\text{out}\) as a function of time and on the same axes. Assume a sinusoidal \(V_\text{in}\) with a peak-to-peak voltage of 10V and \(f=1\)kHz.