« View all new features in Mathematica 9  previous  |  next 
New in Mathematica 9Advanced Hybrid and Differential Algebraic Equations

AC-DC Full-Wave Rectifier 

Model an AC-to-DC full-wave rectifier with four diodes and a capacitor for smoothing the output.

Plot the input voltage vi and the voltage rectified by the diodes, vr.

In[1]:=
Click for copyable input
X
Out[1]=

When vr increases, vo[t]=vr[t]; it charges the capacitor and supplies current to the load. When vr starts to decrease (vr'[t]<0), the capacitor discharges through the load and the output voltage follows vo'[t]=vo[t]/cr.

In[2]:=
Click for copyable input
X

Simulate the system.

In[3]:=
Click for copyable input
X

Plot the output voltage smoothened by the capacitor.

In[4]:=
Click for copyable input
X
Out[4]=