Inverting Schmitt Trigger Theory

Site Home

Electronics Home

Calculator Index

About Us

Privacy Policy
schematic of inverting schmitt trigger

First calculate the voltage at the non-inverting input, \(V_+\) using Ohm's law, \(V=IR\).

The voltage at the non-inverting input will be \(R_2 \times I_2\) where \(I_2\) is the current flowing through \(R_2 \)

\( V_+ =I_2R_2 \) (i)

If the current flowing into the non-inverting input is negligible, then:

\(I_2 = I_1 + I_3\) (ii)

Using (ii) to emliminate \(I_2\) from (i): we get

\(V_+ =R_2(I_1 + I_3)\) (iii)

Since the voltage across \(R_1\) is \(V_{ref} - V_+\), the current flowing through \(R_1\) will be:

\( I_1 = \dfrac{V_{ref} - V_+}{R_1}\) (iv)

Similarly, the current through \(R_3\) will be:

\( I_3 = \dfrac{V_{out} - V_+}{R_3} \) (v)

Using (iv) & (v) to eliminate \(I_1\) and \(I_3\) from (iii) gives:

\( V_+ = R_2\Bigg(\dfrac{V_{ref} - V_+}{R_1} + \dfrac{V_{out} - V_+}{R_3}\Bigg) \) (vi)

The output will change state when the voltage at the inverting input crosses the voltage at the non-inverting input. The voltage at the non-inverting input is therefore the threshold voltage, \(V_T\):

\( V_T = R_2\Bigg(\dfrac{V_{ref} - V_T}{R_1} + \dfrac{V_{out} - V_T}{R_3}\Bigg) \) (vii)

This looks like an equation with three unknowns. However, we are interested in the ratios of the resistor values rather than the values themselves so we really only have two unknowns.

Make the substitution \( \alpha = \dfrac{R_2}{R_1}\) and \(\beta =\dfrac{R_2}{R_3}\) to get:

\( V_T = \alpha \big( V_{ref} - V_T \big) + \beta \big( V_{out} - V_T \big) \)

Now re-arrange to make \(\alpha\) the subject:

\( V_T - \beta \big( V_{out} - V_T \big) = \alpha \big( V_{ref} - V_T \big) \)
\( \alpha = \dfrac{V_T + \beta \big( V_T - V_{out} \big)}{\big( V_{ref} - V_T \big)} \)

Now consider the case where the output is high, \(V_{out} = V_{OH} \), and the threshold, \( V_{T} = V_{HT} \):

\( \alpha = \dfrac{V_{HT} + \beta \big( V_{HT}- V_{outH} \big)}{\big( V_{ref} - V_{HT} \big)} \) (viii)

Similarly, when the output is low, \(V_{out} = V_{OL} \), and the threshold, \( V_{T} = V_{LT} \):

\( \alpha = \dfrac{V_{LT} + \beta \big( V_{LT}- V_{outL} \big)}{\big( V_{ref} - V_{LT} \big)} \) (ix)

Combine equations (viii) & (ix) to eliminate \(\alpha\):

\( \dfrac{V_{HT} + \beta \big( V_{HT}- V_{outH} \big)}{\big( V_{ref} - V_{HT} \big)}= \dfrac{V_{LT} + \beta \big( V_{LT}- V_{outL} \big)}{\big( V_{ref} - V_{LT} \big)} \) (ix)

Solve for \( \beta \):

\( \big( V_{ref} - V_{LT} \big) \Big[ V_{HT} + \beta \big( V_{HT}- V_{outH} \big)\Big] = \big( V_{ref} - V_{HT} \big) \Big[V_{LT} + \beta \big( V_{LT}- V_{outL} \big) \Big]\)
\( \big( V_{ref} - V_{LT} \big) V_{HT} + \beta \big( V_{ref} - V_{LT} \big) \big( V_{HT}- V_{outH} \big) = \big( V_{ref} - V_{HT} \big) \Big[V_{LT} + \beta \big( V_{LT}- V_{outL} \big) \Big]\)
\( V_{ref} V_{HT} - V_{LT} V_{HT} + \beta \big( V_{ref} - V_{LT} \big) \big( V_{HT}- V_{outH} \big) = V_{ref} V_{LT} - V_{HT} V_{LT} + \beta \big( V_{ref} - V_{HT} \big) \big( V_{LT}- V_{outL} \big) \)
\( V_{ref} V_{HT} + \beta \big( V_{ref} - V_{LT} \big) \big( V_{HT}- V_{outH} \big) = V_{ref} V_{LT} + \beta \big( V_{ref} - V_{HT} \big) \big( V_{LT}- V_{outL} \big) \)
\( V_{ref} V_{HT} -V_{ref} V_{LT} + \beta \big( V_{ref} - V_{LT} \big) \big( V_{HT}- V_{outH} \big) = \beta \big( V_{ref} - V_{HT} \big) \big( V_{LT}- V_{outL} \big) \)
\( V_{ref} V_{HT} -V_{ref} V_{LT} = \beta \Big[ \big( V_{ref} - V_{HT} \big) \big( V_{LT}- V_{outL} \big) -\big( V_{ref} - V_{LT} \big) \big( V_{HT}- V_{outH} \big) \Big] \)

Eventually we get an equation for \( \beta \):

\( \beta = \dfrac{V_{ref} \big( V_{HT} - V_{LT}\big)}{ \big( V_{ref} - V_{HT} \big) \big( V_{LT}- V_{outL} \big) -\big( V_{ref} - V_{LT} \big) \big( V_{HT}- V_{outH} \big)} \)

We can now put the numbers in and get a numerical value for \( \beta \). This value can then be used in (ix) to find \(\alpha\).

Now choose a value for R2, say 10kΩ, and solve for R1 & R3 using:

\( R_1 = \dfrac{R_2}{\alpha}\)
\( R_3=\dfrac{R_2}{\beta}\)

If you don't fancy doing the math yourself you can use my Inverting Schmitt Trigger Calculator.




Related links

Inverting Schmitt Trigger Calculator

Non-Inverting Schmitt Trigger Calculator



Whilst I try to keep the information on this site accurate, I'm only human and I do occasionally make mistakes. I therefore advise you to check any information before using it for anything important. If you do find any errors, please let me know so that I can correct them.

Click here to report an error on this page.

This page was last changed on: 02 August 2021.

Thanks for visiting my site.