35 lines
933 B
HTML
35 lines
933 B
HTML
\documentclass[11pt, a4paper]{article}
|
|
|
|
\usepackage{amsmath}
|
|
\usepackage{graphicx}
|
|
\graphicspath{ {./images/} }
|
|
\usepackage[center]{caption}
|
|
\usepackage{gensymb}
|
|
|
|
\def\bmath{$}
|
|
\def\emath{$}
|
|
|
|
\title{Microscope}
|
|
\date{14.11.2024}
|
|
\author{Leander Koufen, Sayann Travers, Livi Winker\\
|
|
Tutor: Sandeeta Thakur}
|
|
|
|
\begin{document}
|
|
\pagenumbering{gobble}
|
|
\maketitle
|
|
\pagenumbering{arabic}
|
|
|
|
The first aim of this experiment is to construct a microscope and then to determine the magnification for three different tube lengths
|
|
and comparint the results with the theoretical expectation. After this the ocular is to be calibrated, to enable the measurement of the
|
|
distance between and the width of the wires of a wire grating.
|
|
Lastly the resolvable separation and the numerical aperture is to be calculated using the measured resolution limit.
|
|
|
|
\newpage
|
|
|
|
\input{include/toc.tex}
|
|
|
|
\input{section/Physical-Principals.tex}
|
|
|
|
|
|
|
|
\end{document} |