Fault Tree Analysis I. Concept Discussion
Fault Tree Analysis I. Concept Discussion
I. CONCEPT DISCUSSION
Fault tree analysis (FTA) is a top down, deductive failure analysis in which an undesired state of
a system is analyzed using Boolean logic to combine a series of lower-level events. This
analysis method is mainly used in the fields of safety engineering and reliability engineering to
understand how systems can fail, to identify the best ways to reduce risk or to determine (or get
a feeling for) event rates of a safety accident or a particular system level (functional) failure. FTA
is used in the aerospace, nuclear power, chemical and process, pharmaceutical, petrochemical
and other high-hazard industries; but is also used in fields as diverse as risk factor identification
relating to social service system failure. FTA is also used in software engineering for debugging
purposes and is closely related to cause-elimination technique used to detect bugs.
In aerospace, the more general term "system Failure Condition" is used for the "undesired
state" which is the top event of the fault tree. These conditions are classified by the severity of
their effects. The most severe conditions require the most extensive fault tree analysis. These
"system Failure Conditions" and their classification are often previously determined in the
functional hazard analysis.
USAGE:
Understand the logic leading to the top event/undesired state.
Show compliance with the (input) system safety/reliability requirements
Prioritize the contributors leading to the top event- creating the critical
equipment/parts/events lists for different important measures
Monitor and control the safety performance of the complex system (e.g. is a
particular aircraft safe to fly when fuel valve x malfunctions? For how long is it
allowed to fly with the valve malfunction?)
Minimize and optimize resources
Assist in designing a system. The FTA can be used as a design tool that helps to
create (output/ lower level) requirements
Function as a diagnostic tool to identify and correct causes of the top event. It
can help with the creation of diagnostic manuals/processes
GRAPHIC SYMBOLS:
The basic symbols used in FTA are grouped as events, gates, and transfer symbols.
Figure 1: Graphic Symbols used in Fault Tree Analysis
EVENT SYMBOLS
These are used for primary and intermediate events. Primary events are not further developed
on the fault tree. Intermediate events are found at the output of a gate. The event symbols are
shown below:
GATE SYMBOLS:
Gate symbols describe the relationship between input and output events. The symbols are
derived from Boolean logic symbols:
Figure 3: Gate Symbols used in Fault Tree Analysis
TRANSFER SYMBOLS:
Transfer symbols are used to connect the inputs and outputs of related fault trees, such as the
fault tree of a subsystem to its system. NASA prepared a complete document about FTA
through practical incidents.
P = 1 - exp(-t)
P t, t < 0.1
A fault tree is often normalized to a given time interval, such as a flight hour or an average
mission time. Event probabilities depend on the relationship of the event hazard function to this
interval.
Unlike conventional logic gate diagrams in which inputs and outputs hold the binary values of
TRUE (1) or FALSE (0), the gates in a fault tree output probabilities related to the set operations
of Boolean logic. The probability of a gate's output event depends on the input event
probabilities.
An AND gate represents a combination of independent events. That is, the probability of any
input event to an AND gate is unaffected by any other input event to the same gate. In set
theoretic terms, this is equivalent to the intersection of the input event sets, and the probability
of the AND gate output is given by:
P (A or B) = P (A B) = P(A) + P(B) - P (A B)
Since failure probabilities on fault trees tend to be small (less than .01), P (A B) usually
becomes a very small error term, and the output of an OR gate may be conservatively
approximated by using an assumption that the inputs are mutually exclusive events:
P (A or B) P(A) + P(B), P (A B) 0
An exclusive OR gate with two inputs represents the probability that one or the other input, but
not both, occurs: