milesdai / TAoE3Solutions

Solutions to the problems in The Art of Electronics 3ed.
MIT License
157 stars 30 forks source link

made corrections to 1.24 #24

Closed jensenr30 closed 2 years ago

jensenr30 commented 2 years ago

@zoelzw I appreciate you creating this solution. I made a few corrections. Can you please take a look and see if you agree with them?

changed R2 to 10kohm as per guidance from exercise 1.23 in the book on page 44. general idea is to make each stage 10 times higher impedance than the last stage to prevent voltage division.

I also correct the 1.5 figures to 1.6 figures because 1/2*pi is much closer to 0.16 than 0.15.

Also included units in the formulas

I double checked the values I came up with using this calculator http://sim.okawa-denshi.jp/en/CRtool.php

milesdai commented 2 years ago

Merged for now -- if they are incorrect, feel free to file another PR to change them back.

zoelzw commented 2 years ago

Looks great. Thanks