diff --git a/README.md b/README.md index 0eeb1e2..bc29c88 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ For dielectric spheres with a diameter much larger than the wavelength, geometri A simple geometrical-optical model of a single-beam gradient trap is shown in Fig. 1. +![](images/fig_1.png) + The trap consists of an incident parallel beam of a better arbitrary mode composition and polarization, which falls into a high-aperture micro lens and focuses in focus $f$. The maximum angle of deflection of the rays at the output of a micro lens is determined by its numerical aperture $$NA = n_1 \cdot \sin{\sigma_A}$$ @@ -96,6 +98,9 @@ It can be seen from the graph that when the particle is displaced from the equil In the same way, forces acting in the lateral plane can be obtained. Here we consider the $Y$ axis, but the same consideration is valid for displacement along any direction in a plane perpendicular to the direction of the laser beam. However, in this case, new angles appear, shown in Fig. 6. +![Test Caption](images/fig_6.png) +*Test Caption* + They are determined by the following formulas: $$\alpha = 90^\circ - \arctan{\frac{r}{f}}$$ diff --git a/README_RU.md b/README_RU.md index d824d75..2ba081c 100644 --- a/README_RU.md +++ b/README_RU.md @@ -6,6 +6,8 @@ Простая геометрооптическая модель однолучевой градиентной ловушки показана на рис. 1. +![](images/fig_1.png) + Ловушка состоит из падающего параллельного пучка лучше произвольного модового состава и поляризации, который попадает в высокоапертурный микрообъектив и фокусируется в фокусе $f$. Максимальный угол отклонения лучей на выходе микрообъектива определяется его числовой апертурой $$NA = n_1 \cdot \sin{\sigma_A}$$ @@ -95,6 +97,8 @@ $$F_{sZ}^\Sigma = \frac{1}{\pi r_{max}} \int_{0}^{2\pi} \int_{0}^{r_{max}} F_{sZ Таким же образом можно получить силы, действующие в латеральной плоскости. Здесь мы рассматриваем ось $Y$, но это же рассмотрение справедливо для смещения вдоль любого направления в плоскости, перпендикулярной направлению лазерного пучка. Однако, в этом случае появляются новые углы, показанные на рис. 6. +![](images/fig_6.png) + Они определяются следующими формулами: $$\alpha = 90^\circ - \arctan{\frac{r}{f}}$$ diff --git a/images/fig_1.png b/images/fig_1.png new file mode 100644 index 0000000..a337152 Binary files /dev/null and b/images/fig_1.png differ diff --git a/images/fig_6.png b/images/fig_6.png new file mode 100644 index 0000000..d9b009b Binary files /dev/null and b/images/fig_6.png differ