Difficulty: Easy
Correct Answer: Correct
Explanation:
Introduction / Context:
Edge detection is a primary use case for RC differentiators. When a rectangular pulse is very wide compared with the circuit time constant, the differentiator s output between edges is negligible. Recognizing when the spike approximation is valid helps simplify timing analysis in digital interfacing and trigger circuitry.
Given Data / Assumptions:
Concept / Approach:
At each transition, dv/dt is large, producing a current impulse through the capacitor and a correspondingly sharp voltage across the resistor. After a few time constants, the capacitor current decays toward zero and the output settles very close to 0 V for the remainder of the pulse plateau. With T_p ≫ 5τ, most of the period is flat at zero output, and the response looks like two spikes per pulse—one positive at the rising edge and one negative at the falling edge.
Step-by-Step Solution:
Verification / Alternative check:
Simulations with τ = 1 ms and pulses of width 50 ms show spikes of a few milliseconds width and nearly zero output elsewhere. Scope captures in labs confirm this classical behavior used for trigger generation.
Why Other Options Are Wrong:
Common Pitfalls:
Using T_p only slightly greater than τ and expecting perfect spikes; forgetting that finite source and load impedances shape spike width and amplitude.
Final Answer:
Correct.
Discussion & Comments