This looks wrong to me, too, and the current version on the site (Rev B) still has this in it. Has anyone talked to the author?
The EIN for the op-amp is 1.131 µV, meaning an output noise of 100x: 113.1 µV.
The thermal noise of a 100 kΩ resistor is 5.7 µV, but don't you have to multiply that by the noise gain, too? Then it would be 570 µV at the output. The book says "The amplifier noise is swamping the resistor noise", but 570 is certainly larger than 113.
Also, they list 5.7 + 5.7 + 113.1, as if the noise of the two 100 kΩ resistors sums. But don't you take them in parallel first and then use the noise of the equivalent resistance, since the two resistors act like "loads" for each other? So it would actually be one 50 kΩ source, which contributes 4.0 µV. (But the capacitor reduces this even more at audio frequencies, doesn't it? At 10 kHz, a 0.1 µF capacitor's reactance is only 159 Ω, which doesn't generate its own thermal noise, but does reduce the noise from the resistors. Right?)
Added after 6 minutes:
Equation 10-25 is even more wrong. It says the noise of a 10 M resistor is 57 µV (correct), but then "5.7 µV" is written in the equation, and then the answer is what they would have gotten if they had used 57 µV. The book's equation:
√(5.73 µV² + 113.1 µV²) = 126.8 µV
Real equations:
sqrt((5.73^2) + (113.1^2)) = 113.245057
sqrt((57.3^2) + (113.1^2)) = 126.786829
Obviously an error.
But even if you change 5.7 to 57, it's still wrong, for the same reason as the previous equation. They're calculating the output noise, which requires multiplying by the gain first. They even say so: "The noise associated with [the 10 MΩ resistor] appears as a voltage source at the inverting input of the op amp, and, therefore, is multiplied by a factor of 100 through the circuit." So why didn't they multiply it by 100??
Also, shouldn't this 10 M resistor be paralleled with the 100 kΩ resistor to get a single source of 99 kΩ?
Then they state "Adding this [the 10 M noise] and the 100-kΩ resistor noise to the amplifier noise", which sounds like it should have three terms, but their equation only has two terms.
Also, the schematic shows "TLE2201", which doesn't exist. The real part numbers are "TLC2201" and "TLE2027". And is the "0.1 F" supposed to be "0.1 µF"?
No wonder this confused me so much the last time I read it!
In fact, I thought you were supposed to combine ALL the resistors into a single equivalent resistance as seen from the input terminals. In this case, it would be 10MΩ || 100kΩ + 100kΩ || 100kΩ = 149 kΩ,
which produces 6.94 µV thermal noise, and then this would be combined with the op-amp's internal noise, and then multiplied by the noise gain (which is the non-inverting gain of 1 + 10M/100k = 101):
√(6.94 µV² + 1.131 µV²) × 101 = 710.4 µV
Does this look right?
When I simulate this in TINA-TI, I get a total noise of 658.55 µV from 20-20 kHz, so this seems right.