To convert AC (Alternating Current) to DC (Direct Current), you typically use a rectification process. The most common formulas and components involved are:
1. **Rectification (Full-Wave Rectification)**:
- For a full-wave rectifier using a bridge rectifier:
- **Peak Voltage (V_peak)**: The peak voltage of the AC supply is given by \( V_{peak} = V_{rms} \times \sqrt{2} \), where \( V_{rms} \) is the root mean square voltage of the AC supply.
- **DC Output Voltage (V_dc)**: For a bridge rectifier, the average DC output voltage is approximately \( V_{dc} = V_{peak} - 2 \times V_{diode} \), where \( V_{diode} \) is the forward voltage drop of the diodes (typically around 0.7V for silicon diodes).
2. **Filtering**:
- After rectification, the DC voltage is often pulsating, so it needs to be filtered to smooth it out. This is usually done with a capacitor:
- **Capacitor Value (C)**: The capacitance needed for smoothing can be approximated by \( C = \frac{I_{load}}{f \times V_{ripple}} \), where \( I_{load} \) is the load current, \( f \) is the frequency of the AC supply (usually 50Hz or 60Hz), and \( V_{ripple} \) is the allowable ripple voltage.
3. **Regulation**:
- To stabilize the DC output voltage, a voltage regulator may be used. For example, an LM7812 can regulate the output to 12V DC.
So, the process involves rectifying the AC voltage to DC using diodes, smoothing the rectified output with capacitors, and possibly regulating the DC voltage with a voltage regulator.