Sigma Percentile
JEE Main 2019
LEVELJEE Main

Animated Solution for Physics - Semiconductor Electronics: To get output '1' at , for the given logic gate circuit, the input values must be

Select Answer:

Visualized Solution

Objective

  • Find such that

Intermediate Outputs

  • Define intermediate outputs:
  • Output of top OR gate
  • Output of bottom AND gate

Top Branch Analysis

  • Upper input to OR gate

Top Branch Analysis

  • Lower input to OR gate

Expression for

Bottom Branch Analysis

  • Upper input to AND gate

Bottom Branch Analysis

  • Lower input to AND gate

Expression for

Final Stage Analysis

  • Inputs to NOR gate are and

Expression for

Substitution

  • Substitute and :

Simplification

  • Using Absorption Law:

De Morgan's Law

Condition for

  • and
  • and

Final Answer

The Sigma Insight: Digital Circuits

Solution Diagram

The Challenge

Welcome! Let's decode this logic circuit to find out exactly what inputs and will give us an output of at . When faced with a complex web of logic gates, it is easy to feel overwhelmed. But don't worry, the trick is to divide and conquer.
Instead of trying to guess the inputs or drawing a massive truth table right away, we will break the circuit down into smaller, manageable pieces. We can do this by labeling the outputs of the intermediate gates.

Divide and Conquer

Let's define two intermediate signals to make our lives easier. We will call the output of the top OR gate , and the output of the bottom AND gate . By doing this, we can analyze the top and bottom branches independently before bringing them together at the final stage.

Tracing the Signals

Let's analyze the top branch first. The input passes through a NOT gate before reaching the OR gate. This means the upper input to the OR gate is inverted, becoming . The lower input to this OR gate is directly connected to the input . Since an OR gate performs logical addition, the Boolean expression for our intermediate signal is simply:
Now, let's look at the bottom branch. The upper input to the AND gate is directly connected to the input , and the lower input is directly connected to the input . An AND gate performs logical multiplication, so the expression for our second intermediate signal is:

The Final Gate

Finally, let's analyze the last stage. The intermediate signals and feed into a NOR gate. A NOR gate is essentially an OR gate followed by a NOT gate. It performs an OR operation and then complements the result. Therefore, the final output is the complement of :
Let's substitute the expressions we found for and into this equation to get the full picture:

Boolean Magic

Now comes the fun part: simplification! Look closely at the terms . According to the rules of Boolean algebra, this expression can be simplified dramatically. Think of it like factoring out : . Since is always in Boolean logic, the whole term simplifies to just . This is known as the Absorption Law.
Applying this law, our expression for shrinks down to:
Next, we apply De Morgan's Law to break the long bar over the expression. Remember the rule: "break the line, change the sign". The OR operation () changes to an AND operation (), and the individual terms get complemented.
Since the double complement of is just , we arrive at our beautifully simplified final expression:

The Conclusion

We are given the condition that the final output must be . Our simplified expression is an AND operation: .
For an AND gate to output a , all of its inputs must be . Therefore, must be , and must be . If , then must be .
And there we have it! By systematically breaking down the circuit and using the elegant rules of Boolean algebra, we found the exact inputs: .