The inverter converts DC voltage into AC by alternately switching two devices connected to a capacitor divider, producing an AC output across the load.
Execution Sample
Power Electronics
Time(ms) | S1 | S2 | Output Voltage
0-5 | ON | OFF| +Vdc/25-10 | OFF| ON | -Vdc/210-15 | ON | OFF| +Vdc/215-20 | OFF| ON | -Vdc/2
This switching pattern creates an alternating output voltage of +Vdc/2 and -Vdc/2 across the load.
Analysis Table
Step
Time (ms)
S1 State
S2 State
Output Voltage
Explanation
1
0-5
ON
OFF
+Vdc/2
S1 conducts, output connected to positive half of DC through capacitor
2
5-10
OFF
ON
-Vdc/2
S2 conducts, output connected to negative half of DC through capacitor
3
10-15
ON
OFF
+Vdc/2
S1 conducts again, positive half cycle repeats
4
15-20
OFF
ON
-Vdc/2
S2 conducts again, negative half cycle repeats
5
20+
Repeat
Repeat
Alternating +Vdc/2 and -Vdc/2
Cycle repeats to produce AC output
💡 The switching cycle repeats continuously to maintain AC output.
State Tracker
Variable
Start
After Step 1
After Step 2
After Step 3
After Step 4
Final
S1 State
OFF
ON
OFF
ON
OFF
Repeating ON/OFF
S2 State
OFF
OFF
ON
OFF
ON
Repeating OFF/ON
Output Voltage
0
+Vdc/2
-Vdc/2
+Vdc/2
-Vdc/2
Alternating +Vdc/2 and -Vdc/2
Key Insights - 3 Insights
Why does the output voltage only reach half of the DC source voltage?
Because the half-bridge inverter uses two capacitors dividing the DC voltage into two halves, the output swings between +Vdc/2 and -Vdc/2, not the full Vdc.
Why must S1 and S2 never be ON at the same time?
If both switches are ON simultaneously, it would short-circuit the DC source, causing damage. The execution_table shows only one switch ON per step.
How does the switching sequence create AC output?
Alternating turning ON of S1 and S2 reverses the output voltage polarity, producing an alternating waveform as seen in the output voltage column of the execution_table.
Visual Quiz - 3 Questions
Test your understanding
Look at the execution_table at Step 2. What is the output voltage and which switch is ON?
A+Vdc/2, S1 ON
B-Vdc/2, S2 ON
C0, both OFF
D+Vdc, both ON
💡 Hint
Check Step 2 row in execution_table for Output Voltage and S2 State.
At which step does the output voltage switch from positive to negative?
AStep 2
BStep 1
CStep 3
DStep 4
💡 Hint
Look at the Output Voltage column in execution_table to find when it changes from +Vdc/2 to -Vdc/2.
If S1 and S2 were ON at the same time, what would happen to the output voltage?
AOutput would be zero
BOutput would be +Vdc
CShort circuit, dangerous condition
DOutput would be -Vdc/2
💡 Hint
Refer to key_moments about switch states and safety.
Concept Snapshot
Single-phase half-bridge inverter:
- Uses two switches and two capacitors dividing DC voltage
- Switches alternate ON/OFF to create AC output
- Output voltage swings between +Vdc/2 and -Vdc/2
- Never turn both switches ON simultaneously
- Produces a square wave AC voltage across the load
Full Transcript
A single-phase half-bridge inverter converts DC voltage into AC by using two switches connected to a capacitor divider. The DC voltage is split into two halves by capacitors. By alternately turning ON one switch and OFF the other, the output voltage across the load alternates between positive half and negative half of the DC voltage, creating an AC waveform. The switches must never be ON at the same time to avoid short circuits. This switching pattern repeats continuously to maintain the AC output voltage.