Difference between revisions of "Form Factor:Pyramid"

From GISAXS
Jump to: navigation, search
(Created page with "==Equations== For pyramid of base edge-length 2''R'', and height ''H''. The angle of the pyramid walls is <math>\alpha</math>. If <math>H < R/ \tan\alpha</math> then the pyram...")
 
Line 430: Line 430:
 
\right|^2 \sin\theta\mathrm{d}\theta\mathrm{d}\phi \\
 
\right|^2 \sin\theta\mathrm{d}\theta\mathrm{d}\phi \\
  
 +
\end{alignat}
 +
</math>
 +
 +
==Regular Pyramid==
 +
A regular pyramid (half of an octahedron) has faces that are equilateral triangles (each vertex is 60°). The 'corner-to-edge' distance along each triangular face is then:
 +
:<math> d_{face,c-e} = R \tan(60^{\circ}) = \sqrt{3} R</math>
 +
This makes the height:
 +
:<math>
 +
\begin{alignat}{2}
 +
(d_{face,c-e})^2 & = (H)^2 + (R)^2 \\
 +
H^2  & = (d_{face,c-e})^2 - (R)^2\\
 +
H  & = \sqrt{ (\sqrt{3} R)^2  - (R)^2 }\\
 +
  & = \sqrt{ 3 R^2  - R^2 }\\
 +
  & = \sqrt{ 2 } R \\
 +
\end{alignat}
 +
</math>
 +
 +
So that the pyramid face angle, <math>\alpha</math> is:
 +
:<math>
 +
\begin{alignat}{2}
 +
\tan(\alpha) & = \frac{ H }{ R } \\
 +
  \alpha & = \arctan \left( \frac{\sqrt{ 2 } R}{R} \right) \\
 +
  & = \arctan( \sqrt{2} ) \\
 +
  & \approx 0.9553 \\
 +
  & \approx 54.75^{\circ}
 +
\end{alignat}
 +
</math>
 +
 +
The square base of the pyramid has edges of length 2''R''. The distance from the center of the square to any corner is ''H'', such that:
 +
:<math>
 +
\begin{alignat}{2}
 +
\cos(45^{\circ}) & = \frac{R}{H} \\
 +
H & = \frac{R}{ 1/\sqrt{2} } \\
 +
  & = \sqrt{2} R
 +
\end{alignat}
 +
</math>
 +
 +
 +
===Surface Area===
 +
For a non-truncated, regular pyramid, each face is an equilateral triangle (each vertex is 60°). So each face:
 +
:<math>
 +
\begin{alignat}{2}
 +
S_{face}
 +
  & = 2 \times \left( \frac{ R R \tan(60^{\circ}) }{2} \right) \\
 +
  & = R^2 \sqrt{3}
 +
\end{alignat}
 +
</math>
 +
The base is simply:
 +
:<math>
 +
\begin{alignat}{2}
 +
S_{base}
 +
  & = 2 R \times 2 R \\
 +
  & = 4 R^2
 +
\end{alignat}
 +
</math>
 +
Total:
 +
 +
:<math>
 +
\begin{alignat}{2}
 +
S_{pyr}
 +
  & = 4 \times R^2 \sqrt{3} + 4 R^2 \\
 +
  & = 4(1 + \sqrt{3}) R^2
 +
\end{alignat}
 +
</math>
 +
===Volume===
 +
For a regular pyramid, the height <math>H=\sqrt{2}R</math> and <math>\tan(\alpha)=H/R = \sqrt{2}</math>:
 +
:<math>
 +
\begin{alignat}{2}
 +
V_{pyr}
 +
  & = \frac{4}{3} \tan (\alpha) \left[ R^3 - \left( R - \frac{H}{ \tan (\alpha)} \right)^3 \right] \\
 +
  & = \frac{4}{3} \sqrt{2} \left[ R^3 - \left( R - \frac{ \sqrt{2} R }{ \sqrt{2}} \right)^3 \right] \\
 +
  & = \frac{4\sqrt{2}}{3} R^3 \\
 
\end{alignat}
 
\end{alignat}
 
</math>
 
</math>

Revision as of 16:00, 13 June 2014

Equations

For pyramid of base edge-length 2R, and height H. The angle of the pyramid walls is . If then the pyramid is truncated (flat top).

  • Volume
  • Projected (xy) surface area

Form Factor Amplitude

where

Isotropic Form Factor Intensity

Derivations

Form Factor

For a pyramid of base-edge-length 2R, side-angle , truncated at H (along z axis), we note that the in-plane size of the pyramid at height z is:

Integrating with Cartesian coordinates:

A recurring integral is (c.f. cube form factor):

Which gives:

This can be simplified automated solving. For a regular pyramid, we obtain:

Form Factor near q=0

qy

When :

So:

qx

When :

Since sinc is an even function:

And:

qz

When :

So:

q

When :

So:

And:

qx and qy

When :

So:

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \begin{alignat}{2} F_{pyr}(\mathbf{q}) & = \frac{H}{q_x q_y} \left( \begin{array}{l} \cos\left[ (q_x-q_y)R \right] K_1 \\ \,\,\,\, + \sin\left[ (q_x-q_y)R \right] K_2 \\ \,\,\,\, - \cos\left[ (q_x+q_y)R \right] K_1 \\ \,\,\,\, - \sin\left[ (q_x+q_y)R \right] K_2 \end{array} \right) \\ \end{alignat} }

To analyze the behavior in the limit of small and Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle q_y} , we consider the limit of where Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle q_x=q_y=q} . We replace the trigonometric functions by their expansions near zero (keeping only the first two terms):

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \begin{alignat}{2} \lim_{q\to0} F_{pyr}(\mathbf{q}) & = \frac{H}{q q} \left( \begin{array}{l} \cos\left[ (q-q)R \right] K_1 \\ \,\,\,\, + \sin\left[ (q-q)R \right] K_2 \\ \,\,\,\, - \cos\left[ (q+q)R \right] K_1 \\ \,\,\,\, - \sin\left[ (q+q)R \right] K_2 \end{array} \right) \\ & = \frac{H}{q^2} \left( \begin{array}{l} \left[ 1 - \frac{ ((q-q)R)^2 }{2!} + \cdots \right] K_1 \\ \,\,\,\, + \left[ (q-q)R - \frac{((q-q)R)^3}{3!} + \cdots \right] K_2 \\ \,\,\,\, - \left[ 1 - \frac{ ((q+q)R)^2}{2!} + \cdots \right] K_1 \\ \,\,\,\, - \left[ (q+q)R - \frac{((q-q)R)^3}{3!} + \cdots \right] K_2 \end{array} \right) \\ & = \frac{H}{q^2} \left( \begin{array}{l} \left[ 1 - \frac{ ((q-q)R)^2 }{2!} - 1 + \frac{ ((q+q)R)^2}{2!} \right] K_1 \\ \,\,\,\, + \left[ (q-q)R - \frac{((q-q)R)^3}{3!} - (q+q)R + \frac{((q-q)R)^3}{3!}\right] K_2 \\ \end{array} \right) \\ & = \frac{H}{q^2} \left( \begin{array}{l} \left[ \frac{ ((2q)R)^2}{2!} - \frac{ ((q-q)R)^2 }{2!} \right] K_1 \\ \,\,\,\, + \left[ (q-q)R - (2q)R \right] K_2 \\ \end{array} \right) \\ & = \frac{ (2qR)^2}{2!}\frac{H K_1}{q^2} - \frac{ ((q-q)R)^2 }{2!}\frac{H K_1}{q^2} + (q-q)R \frac{H K_2}{q^2} - 2qR \frac{H K_2}{q^2} \\ & = \frac{ 4R^2 H K_1}{2} - \frac{ R^2 H K_1}{2}\frac{(q-q)^2}{q^2} + R H K_2\frac{(q-q)}{q^2} - \frac{2 R H K_2}{q} \\ & = 2R^2 H K_1 \end{alignat} }

Note that since Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \mathrm{sinc}} is symmetric Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle K_2=K_4=0} . When Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle q_x} and Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle q_y} are small (but not zero and not necessarily equal), many of the above arguments still apply. It remains that Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle K_2 \approx K_4 \approx 0} , and:

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \begin{alignat}{2} \lim_{(q_x,q_y)\to0} F_{pyr}(\mathbf{q}) & = \frac{H K_1}{q_x q_y} \left( \cos\left[ (q_x-q_y)R \right] - \cos\left[ (q_x+q_y)R \right] \right) \\ & = \frac{H K_1}{q_x q_y} \left( \left[ 1 - \frac{ ((q_x-q_y)R)^2}{2!} + \cdots \right] - \left[ 1 - \frac{((q_x+q_y)R)^2}{2!} + \cdots \right] \right) \\ & = \frac{H K_1}{q_x q_y} \left( \frac{(q_x+q_y)^2 R^2}{2!} - \frac{(q_x-q_y)^2 R^2}{2!} \right) \\ & = \frac{H R^2 K_1}{2 q_x q_y} \left( (q_x+q_y)^2 - (q_x-q_y)^2 \right) \\ \end{alignat} }

Isotropic Form Factor Intensity

To average over all possible orientations, we note:

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \mathbf{q}=(q_x,q_y,q_z)=(-q\sin\theta\cos\phi,q\sin\theta\sin\phi,q\cos\theta)}

and use:

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \begin{alignat}{2} P_{pyr}(q) & = \int\limits_{S} | F_{pyr}(\mathbf{q}) |^2 \mathrm{d}\mathbf{s} \\ & = \int_{\phi=0}^{2\pi}\int_{\theta=0}^{\pi} \left| \frac{H}{q_x q_y} \left( \begin{array}{l} \cos\left[ (q_x-q_y)R \right] K_1 \\ \,\,\,\, + \sin\left[ (q_x-q_y)R \right] K_2 \\ \,\,\,\, - \cos\left[ (q_x+q_y)R \right] K_3 \\ \,\,\,\, - \sin\left[ (q_x+q_y)R \right] K_4 \end{array} \right) \right|^2 \sin\theta\mathrm{d}\theta\mathrm{d}\phi \\ & = \frac{H^2}{q^2} \int_{0}^{2\pi}\int_{0}^{\pi} \frac{1}{\sin^4\theta \sin^2\phi\cos^2\phi} \left| \left( \begin{array}{l} \cos\left[ (q_x-q_y)R \right] K_1 \\ \,\,\,\, + \sin\left[ (q_x-q_y)R \right] K_2 \\ \,\,\,\, - \cos\left[ (q_x+q_y)R \right] K_3 \\ \,\,\,\, - \sin\left[ (q_x+q_y)R \right] K_4 \end{array} \right) \right|^2 \sin\theta\mathrm{d}\theta\mathrm{d}\phi \\ \end{alignat} }

Regular Pyramid

A regular pyramid (half of an octahedron) has faces that are equilateral triangles (each vertex is 60°). The 'corner-to-edge' distance along each triangular face is then:

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle d_{face,c-e} = R \tan(60^{\circ}) = \sqrt{3} R}

This makes the height:

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \begin{alignat}{2} (d_{face,c-e})^2 & = (H)^2 + (R)^2 \\ H^2 & = (d_{face,c-e})^2 - (R)^2\\ H & = \sqrt{ (\sqrt{3} R)^2 - (R)^2 }\\ & = \sqrt{ 3 R^2 - R^2 }\\ & = \sqrt{ 2 } R \\ \end{alignat} }

So that the pyramid face angle, Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \alpha} is:

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \begin{alignat}{2} \tan(\alpha) & = \frac{ H }{ R } \\ \alpha & = \arctan \left( \frac{\sqrt{ 2 } R}{R} \right) \\ & = \arctan( \sqrt{2} ) \\ & \approx 0.9553 \\ & \approx 54.75^{\circ} \end{alignat} }

The square base of the pyramid has edges of length 2R. The distance from the center of the square to any corner is H, such that:

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \begin{alignat}{2} \cos(45^{\circ}) & = \frac{R}{H} \\ H & = \frac{R}{ 1/\sqrt{2} } \\ & = \sqrt{2} R \end{alignat} }


Surface Area

For a non-truncated, regular pyramid, each face is an equilateral triangle (each vertex is 60°). So each face:

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \begin{alignat}{2} S_{face} & = 2 \times \left( \frac{ R R \tan(60^{\circ}) }{2} \right) \\ & = R^2 \sqrt{3} \end{alignat} }

The base is simply:

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \begin{alignat}{2} S_{base} & = 2 R \times 2 R \\ & = 4 R^2 \end{alignat} }

Total:

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \begin{alignat}{2} S_{pyr} & = 4 \times R^2 \sqrt{3} + 4 R^2 \\ & = 4(1 + \sqrt{3}) R^2 \end{alignat} }

Volume

For a regular pyramid, the height Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle H=\sqrt{2}R} and Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \tan(\alpha)=H/R = \sqrt{2}} :

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \begin{alignat}{2} V_{pyr} & = \frac{4}{3} \tan (\alpha) \left[ R^3 - \left( R - \frac{H}{ \tan (\alpha)} \right)^3 \right] \\ & = \frac{4}{3} \sqrt{2} \left[ R^3 - \left( R - \frac{ \sqrt{2} R }{ \sqrt{2}} \right)^3 \right] \\ & = \frac{4\sqrt{2}}{3} R^3 \\ \end{alignat} }