Infinite Capacitor Oscillator

The LM555 is an integrated circuit that can accept analog signal to drive digital circuits.

Assuming V c c = + 5 V V_{cc} = +5V and G N D = 0 V GND = 0V

It works as follows:

When pin 2 receives an input less than 1 3 \frac {1}{3} of its V c c V_{cc} , pin 3 will give an output of + 5 V +5V .

When pin 6 receives an input greater than 2 3 \frac {2}{3} of its V c c V_{cc} , pin 3 will give an output of 0 V 0V .

When pin 3 is 0 V 0V , pin 7 is 0 V 0V .

When pin 3 is 5 V 5V , pin 7 has high impedance.

In the shown circuit, the LM 555 is configured as a clock circuit.

Calculate the period of OUT in seconds to the nearest hundreths.


The answer is 2.77.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

2 solutions

Grant Bulaong
Aug 21, 2015

First, we can compute the total capacitance C C of the parallel capacitor array which, by observation, is given by the infinite sum: k = 0 ( 1 2 k ) μ F \sum\limits_{k = 0}^\infty \left({\frac{1}{{2^k }}}\right) \mu F

Therefore, by the infinite series formula: C = 2 μ F C = 2 \mu F

Next, we look at the states of the circuit which determine the period of O U T OUT .

Let the node of intersection of pin 2, pin 6, and the capacitor array be denoted as α \alpha . From the operation of the circuit, O U T OUT is at V c c V_{cc} when V α 1 3 V c c V_{\alpha} \leq\frac {1}{3}V_{cc} . At this state, pin 7 has high impedance and the capacitor array can charge through resistors R 1 R_{1} and R 2 R_{2} , which have a total resistance of: R 1 + R 2 = 1 K Ω + 1 M Ω R_{1} + R_{2} = 1K\Omega + 1M\Omega R 1 + R 2 = 1 , 001 , 000 Ω R_{1} + R_{2} = 1,001,000\Omega

After some t p t_{p} seconds, V α V_{\alpha} reaches 2 3 V c c \frac {2}{3}V_{cc} , changing the state of O U T OUT to 0 V 0V which also causes pin 7 to change to 0 V 0V . The capacitor array then discharges through R 2 R_{2} until V α V_{\alpha} reaches 1 3 V c c \frac {1}{3}V_{cc} after some t n t_{n} seconds, where the cycle repeats.

Let us assume, without loss of generality, that the period of O U T OUT begins when O U T OUT is at V c c V_{cc} , pin 7 has high impedance, and V α = 1 3 V c c V_{\alpha}=\frac {1}{3}V_{cc} .

The capacitor array V α V_{\alpha} charges through resistors R 1 R_{1} and R 2 R_{2} with an initial voltage E p E_{p} which is defined as the input voltage with respect to the voltage of the capacitor: E p = V c c 1 3 V c c = 2 3 V c c E_{p} = V_{cc} - \frac {1}{3}V_{cc} = \frac {2}{3}V_{cc}

The O U T = V c c OUT = V_{cc} half of the period ends when the capacitor voltage V α V_{\alpha} becomes 2 3 V c c \frac {2}{3}V_{cc} after increasing by: Δ v p = 2 3 V c c 1 3 V c c = 1 3 V c c \Delta v_{p} = \frac {2}{3}V_{cc} - \frac {1}{3}V_{cc} = \frac {1}{3}V_{cc}

We can compute the time t p t_{p} taken to charge the capacitor array to 2 3 V c c \frac {2}{3}V_{cc} by using the formula for capacitor charge rate: t = R C ln ( 1 1 Δ v E ) t=RC\ln\left({\frac{1}{{1-{\frac{\Delta v}{{E}}}}}}\right)

t p = ( 1 , 001 , 000 Ω ) ( 2 μ F ) ln ( 1 1 1 3 V c c 2 3 V c c ) t_{p}=(1,001,000\Omega)(2 \mu F)\ln\left({\frac{1}{{1-{\frac{\frac {1}{3}V_{cc}}{{\frac {2}{3}V_{cc}}}}}}}\right)

t p = 1.387680655 s e c . t_{p}=1.387680655 sec.

Now, O U T OUT will become 0 V 0V and V α V_{\alpha} will begin to discharge to 1 3 V c c \frac {1}{3}V_{cc} (as previously mentioned) with a voltage E n E_{n} . At this point, the voltage of the capacitor is 2 3 V c c \frac {2}{3}V_{cc} and the input voltage to the capacitor is 0 V 0V due to pin 7, so E n E_{n} is: E n = 0 V 2 3 V c c = 2 3 V c c E_{n} = 0V - \frac {2}{3}V_{cc} = -\frac {2}{3}V_{cc}

To reach 1 3 V c c \frac {1}{3}V_{cc} , the voltage V α V_{\alpha} must change by: Δ v n = 1 3 V c c 2 3 V c c = 1 3 V c c \Delta v_{n} = \frac {1}{3}V_{cc} - \frac {2}{3}V_{cc} = -\frac {1}{3}V_{cc}

The capacitor now only discharges through R 2 = 1 M Ω R_{2} = 1M\Omega . We compute for the time of t n t_{n} in a similar way to t p t_{p} . t n = ( 1 M Ω ) ( 2 μ F ) ln ( 1 1 1 3 V c c 2 3 V c c ) t_{n}=(1M\Omega)(2 \mu F)\ln\left({\frac{1}{{1-{\frac{-\frac {1}{3}V_{cc}}{{-\frac {2}{3}V_{cc}}}}}}}\right)

t n = 1.386294361 s e c . t_{n}=1.386294361 sec.

Therefore, the period is: t p + t n = 1.387680655 + 1.386294361 s e c . t_{p}+t_{n} = 1.387680655 + 1.386294361 sec. t p + t n 2.77 s e c . t_{p}+t_{n} \approx \boxed{2.77 sec.}

Phew, that took a while... I'm sure that this method can also be used to derive general formulas for the 555 Astable.

Grant Bulaong - 5 years, 9 months ago
Daniel Turizo
Jul 18, 2015

The circuit of the problem corresponds to the astable configuration of the LM555. As explained in the pages 10 and 11 of this PDF, the frecuency of oscillation is: f = 1.44 ( R A + 2 R B ) C f = \frac{{1.44}}{{\left( {R_A + 2R_B } \right)C}} And the period is: T = 1 f = ( R A + 2 R B ) C 1.44 T = \frac{1}{f} = \frac{{\left( {R_A + 2R_B } \right)C}}{{1.44}} Where R A R_A is the resistance between pins 7 7 and 8 8 , R B R_B is the resistance between pins 7 7 and 6 6 , and C C is the capacitance between pin 6 6 and ground. Therefore: R A = 1 k Ω = 1 0 3 Ω R_A = 1 k \Omega = 10^3 \Omega R B = 1 M Ω = 1 0 6 Ω R_B =1 M \Omega = 10^6 \Omega C = k = 0 1 2 k μ F = 2 μ F = 2 1 0 6 F C = \sum\limits_{k = 0}^\infty {\frac{1}{{2^k }}} \mu F = 2\mu F = 2 \cdot 10^{ - 6} F Replacing: T = ( 1 0 3 + 2 1 0 6 ) × 2 1 0 6 Ω F 1.44 = 667 240 2.779 T = \frac{{\left( {10^3 + 2 \cdot 10^6 } \right) \times 2 \cdot 10^{ - 6} \Omega F}}{{1.44}} = \frac{{667}}{{240}} \approx \boxed{2.779}

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...