Area under Gaussian peak by easy measurements

AI Thread Summary
The discussion focuses on calculating the area under Gaussian peaks, particularly in chromatograms, using simple measurements like maximum peak height and full width at half maximum (FWHM). The area, which indicates the number of detected molecules, can be derived from the peak height and FWHM, assuming a constant proportionality factor. The method proposed allows for variations in the standard deviation (σ) across different peaks, although its practical significance in educational settings is questioned. Additionally, the conversation touches on how software computes peak areas and the challenges of using integrals to find the area when working with physical data. Overall, the approach simplifies area calculation using basic tools, while acknowledging limitations in accuracy and assumptions about peak shape.
fysikjatack
Messages
4
Reaction score
0
First I try to find a way of finding area under Gaussian peak by using simple means. Questions at bottom of post.

This concerns peaks with Gaussian distribution, eg. peaks in a chromatogram in some chemical analysis.

The Gaussian distribution is
<br /> f(x) = \frac{1}{\sigma \sqrt{2\pi} } e^{ -\frac{(x-\mu)^2}{2\sigma ^2} }<br />

and the function for a peak in the chromatogram is

<br /> f(x) = \frac{A}{\sigma \sqrt{2\pi} } e^{ -\frac{(x-\mu)^2}{2\sigma ^2} }<br />

where A is the area under the curve. The area is interesting since it represents the number of detected molecules and by using calibration curves one can find the concentration of a previously unknown sample.
The maximum peak height H is easily proven to be found at x =\mu, hence the exponential part is equal to 1;

<br /> H=f(\mu) = \frac{A}{\sigma \sqrt{2\pi} } e^{ -\frac{(\mu-\mu)^2}{2\sigma ^2} }=\frac{A}{\sigma \sqrt{2\pi} } = \frac{0.3989A}{\sigma}<br />

This shows that the area (and hence concentration) is proportional to maximum peak height. But this assumes same /sigma. But I would like to consider that injection and stuff might be different etc and account for peaks having a bit different /sigma.

The full width at half maximum (FWHM) can be shown to be
FWHM=2 sqrt(2 ln(2))\sigma = 2.35\sigma by inserting f(x) = H/2 , find x1 and x2 and then calc the width.
<br /> H = \frac{0.3989A}{\sigma}<br />

<br /> A = \frac{H\sigma}{0.3989}<br />
<br /> FWHM = 2.35\sigma<br />
<br /> \sigma = \frac{FWHM}{2.35}<br />

<br /> A = \frac{H* FWHM}{2.35*0.3989}<br />


Then the area would easily be calculated from a paper with peaks using only ruler and calculator, by measuring the maximum height and FWHM, multiplying them and multiply by a constant.


1.Did I overlook something here, or does it work this way?

It seems very convenient to account for peaks having different /sigma this way, although I doubt it has any large practical significance in the high school lab... Also, this still is under assumption that all peaks are perfectly gaussian in shape.

In school we usually have software to calculate peak areas, or just plot peak maximum height.

2. How does a software compute such an area?


The integral with respect to x of <br /> f(x) = \frac{A}{\sigma \sqrt{2\pi} } e^{ -\frac{(x-\mu)^2}{2\sigma ^2} }<br /> would equal A. Integration yields A=A and does not give the value of the area...

3. If I just sit here with a bunch of peaks on a paper, can I use some method applying integrals to find A?
 
Physics news on Phys.org
I just spent some time trying to figure this out. For an equation of the form:

f(x)=N\cdot exp[-\frac{(x-u)^2}{2\sigma^2}]

The area under the curve is given by:

N\cdot\sigma\cdot\sqrt{2\pi}
 
I was reading documentation about the soundness and completeness of logic formal systems. Consider the following $$\vdash_S \phi$$ where ##S## is the proof-system making part the formal system and ##\phi## is a wff (well formed formula) of the formal language. Note the blank on left of the turnstile symbol ##\vdash_S##, as far as I can tell it actually represents the empty set. So what does it mean ? I guess it actually means ##\phi## is a theorem of the formal system, i.e. there is a...
Back
Top