Fault Tree Analysis (FTA) is a top-down, deductive failure analysis method used to determine the
various combinations of hardware and software failures and human errors that could cause undesired
events (top-level events) in a system. It’s widely used in fields like aerospace, nuclear power, chemical
processing, and reliability engineering.
Key Concepts
1. Top Event:
o The undesirable system-level event you're analyzing (e.g., system failure, fire, data
breach).
2. Intermediate Events:
o Events that lead to the top event. These are results of other failures and are further
analyzed.
3. Basic Events:
o Root causes (e.g., component failures, human errors) with no further subdivision.
4. Gates:
o Logical symbols that show how events are related:
▪ AND Gate: All inputs must occur for the output event to occur.
▪ OR Gate: Any input can cause the output event.
▪ Other gates (e.g., XOR, Priority AND) are used in complex systems.
Steps in Performing FTA
1. Define the Top Event (e.g., system shutdown).
2. Understand the System (functional analysis, documentation review).
3. Construct the Fault Tree using gates and events.
4. Analyze the Tree:
o Qualitative: Identify minimal cut sets (smallest combinations causing failure).
o Quantitative: Assign probabilities to basic events and calculate system failure probability.
5. Evaluate and Mitigate Risks.
Applications
• Safety and reliability assessment
• Root cause analysis
• Design improvement
• Maintenance prioritization
Would you like an example fault tree diagram or help applying FTA to a specific system?
4o