HP35S Fraunhofer Diffraction - Spherical
Source: HP 67/97 Optics Pac, June 1978
This version takes advantage of the HP's integral function. The trade off is that two labels are required. On the plus side, this program can be typed directly into a 32Sii or 33S.
Labels: F (Main), G (Integral)
Variables:
D = diameter in microns (10^-6 meters)
L = wavelength of light in microns (10^-6 meters)
A = θ, angle of the slit, entered in degrees
Formulas:
X = π D ÷ L
W = X sin A
J = int(cos(T - W sin T) dT, 0, π)/π
I = (X^2 J ÷ W)^2
Output:
Bessel function of the first kind (J) - paused for 2 seconds;
Fraunhofer Intensity (I) - dimensionless - as I understand it, this is how intense the diffraction is
Programs:
LBL F
INPUT D
INPUT L
÷
π
*
STO X
INPUT A
→RAD
STO A
SIN
*
STO W
RAD
0
π
FN= G
∫ FN dT
STO J \\ Bessel store in J for future use, if desired
PSE
PSE
RCL ÷ W
RCL X
x^2
*
x^2
RTN
LBL G
COS(T-W*SIN(T))/π \\ enter as an equation (press [EQN])
RTN
This blog is property of Edward Shore. 2013
Friday, June 7, 2013
HP35S Fraunhofer Diffraction - Spherical
The New TI-84 Evo
The New TI-84 Evo Some Notes on the TI-84 Evo The TI-84 Evo was released on April 28, 2026 in the United States. It is an updat...