summaryrefslogtreecommitdiff
path: root/graphics/pgf/contrib/simpleoptics/simpleoptics.tex
blob: b56c7c066167f306a7b176ae50434fcfcecb7eb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
\documentclass[12pt]{article}

\usepackage[right=1in, top=1in, left=1in, bottom=1in]{geometry}
\usepackage[parfill]{parskip}
\usepackage{hyperref, float}
\hypersetup{
    colorlinks=true,
    linkcolor=blue,
    filecolor=magenta,      
    urlcolor=cyan,
}

\usepackage{simpleoptics}


\begin{document}


\begin{titlepage}
\vspace*{\fill}
\begin{center}
{\Huge Simple Optics Documentation}\\[0.5cm]
{\Large Version: 1.1.1}\\[0.4cm]
{\Large Date: $7^{th}$ of September 2019}\\[0.2cm]
{\small Author: Justin Cawood}
\end{center}
\vspace*{\fill}
\end{titlepage}

\newpage

\tableofcontents

\newpage

\section{Important Info}

All optics diagrams drawn with this package \textbf{must} be contained within a "tikzpicture" environment

Example.

$\backslash$begin\{center\}

$\backslash$begin\{tikzpicture\}

$\backslash$mirror\{0\}\{0\}\{-4\}\{3\}

$\backslash$end\{tikzpicture\}

$\backslash$end\{center\}

\begin{figure}[H]

\begin{center}

\begin{tikzpicture}

\mirror{0}{0}{-4}{3}

\end{tikzpicture}

\end{center}

\caption{Simple mirror example}
\end{figure}

\section{Quick Macro Reference}

The available macros are

\begin{itemize}
\item $\backslash$mirror\{x\}\{y\}\{focal length\}\{mirror height\}
\item $\backslash$leftplanoconvexlens\{x\}\{y\}\{focal length\}\{mirror height\}\{thickness\}
\item $\backslash$rightplanoconvexlens\{x\}\{y\}\{focal length\}\{mirror height\}\{thickness\}
\item $\backslash$leftplanoconcavelens\{x\}\{y\}\{focal length\}\{mirror height\}\{thickness\}
\item $\backslash$rightplanoconcavelens\{x\}\{y\}\{focal length\}\{mirror height\}\{thickness\}
\item $\backslash$biconvexlens\{x\}\{y\}\{focal length\}\{mirror height\}\{thickness\}
\item $\backslash$biconcavelens\{x\}\{y\}\{focal length\}\{mirror height\}\{thickness\}
\item $\backslash$convexconcavelens\{x\}\{y\}\{focal length\}\{mirror height\}\{thickness\}
\item $\backslash$concaveconvexlens\{x\}\{y\}\{focal length\}\{mirror height\}\{thickness\}
\end{itemize}


\section{Mirrors}

Mirrors can be drawn using the $\backslash$mirror macro.

The macro takes the following parameters, all of which are required.

$\backslash$mirror\{x\}\{y\}\{focal length\}\{mirror height\}

The parameters x and y are the coordinates for where the mirror will be placed. The focal length and height are simply the focal length and height of the mirror.

If you want to flip the mirror the other way, just specify a negative focal length. Examples of both are done below with the code below each.


\begin{minipage}{\textwidth}
\begin{minipage}{0.5\textwidth}

\begin{figure}[H]

\begin{center}

\begin{tikzpicture}

\mirror{0}{0}{3}{2}

\end{tikzpicture}

\end{center}

\caption{Positive focal length example}
\end{figure}

$\backslash$begin\{center\}

$\backslash$begin\{tikzpicture\}

$\backslash$mirror\{0\}\{0\}\{3\}\{4\}

$\backslash$end\{tikzpicture\}

$\backslash$end\{center\}
\end{minipage}
\begin{minipage}{0.5\textwidth}

\begin{figure}[H]

\begin{center}

\begin{tikzpicture}

\mirror{0}{0}{-3}{2}

\end{tikzpicture}

\end{center}

\caption{Negative focal length example}
\end{figure}

$\backslash$begin\{center\}

$\backslash$begin\{tikzpicture\}

$\backslash$mirror\{0\}\{0\}\{-3\}\{4\}

$\backslash$end\{tikzpicture\}

$\backslash$end\{center\}
\end{minipage}
\end{minipage}

\section{Lenses}

The lenses are made using mirrors.

There are a few different lenses that can be drawn with this package, each of which has its own macro.

\subsection{Plano Lenses}
Plano lenses have one flat side and the other side is either convex or concave.

The plano lenses have macros following this format

$\backslash$leftplano"convex/concave"lens\{x\}\{y\}\{focal length\}\{mirror height\}\{thickness\}

or

$\backslash$rightplano"convex/concave"lens\{x\}\{y\}\{focal length\}\{mirror height\}\{thickness\}

\subsubsection{Plano-Convex Lenses}

This package provides two plano-covex lens macros. One faces left and the other right. The left and right refer to the flat side of the lens. These are shown below.

\begin{minipage}{\textwidth}
\begin{minipage}{0.5\textwidth}

\begin{figure}[H]

\begin{center}

\begin{tikzpicture}

\leftplanoconvexlens{0}{0}{3}{2}{0.3}

\end{tikzpicture}

\end{center}

\caption{Left plano convex lens}
\end{figure}

$\backslash$begin\{center\}

$\backslash$begin\{tikzpicture\}

$\backslash$leftplanoconvexlens\{0\}\{0\}\{3\}\{4\}\{0.3\}

$\backslash$end\{tikzpicture\}

$\backslash$end\{center\}
\end{minipage}
\begin{minipage}{0.5\textwidth}

\begin{figure}[H]

\begin{center}

\begin{tikzpicture}

\rightplanoconvexlens{0}{0}{3}{2}{0.3}

\end{tikzpicture}

\end{center}

\caption{Right plano convex lens}
\end{figure}

$\backslash$begin\{center\}

$\backslash$begin\{tikzpicture\}

$\backslash$rightplanoconvexlens\{0\}\{0\}\{3\}\{4\}\{0.3\}

$\backslash$end\{tikzpicture\}

$\backslash$end\{center\}
\end{minipage}
\end{minipage}

\subsubsection{Plano-Concave Lenses}

The same can be done with plano concave lenses. Again there are two available macros. One faces left and the other right. The left and right refer to the flat side of the lens. These are shown below.

\begin{minipage}{\textwidth}
\begin{minipage}{0.5\textwidth}

\begin{figure}[H]

\begin{center}

\begin{tikzpicture}

\leftplanoconcavelens{0}{0}{5}{3}{0.5}

\end{tikzpicture}

\end{center}

\caption{Left plano concave lens}
\end{figure}

$\backslash$begin\{center\}

$\backslash$begin\{tikzpicture\}

$\backslash$leftplanoconcavelens\{0\}\{0\}\{5\}\{3\}\{0.5\}

$\backslash$end\{tikzpicture\}

$\backslash$end\{center\}
\end{minipage}
\begin{minipage}{0.5\textwidth}

\begin{figure}[H]

\begin{center}

\begin{tikzpicture}

\rightplanoconcavelens{0}{0}{5}{3}{0.5}

\end{tikzpicture}

\end{center}

\caption{Right plano concave lens}
\end{figure}

$\backslash$begin\{center\}

$\backslash$begin\{tikzpicture\}

$\backslash$rightplanoconcavelens\{0\}\{0\}\{5\}\{3\}\{0.5\}

$\backslash$end\{tikzpicture\}

$\backslash$end\{center\}
\end{minipage}
\end{minipage}

\subsection{Bi Lenses}

Bi lenses are made of two mirrors facing opposite directions.

Bi lenses have macros with this format 

$\backslash$bi"convex/concave"lens\{x\}\{y\}\{focal length\}\{mirror height\}\{thickness\}

\subsubsection{Bi-Convex Lens}

\begin{figure}[H]

\begin{center}

\begin{tikzpicture}

\biconvexlens{0}{0}{1}{2}{1}

\end{tikzpicture}

\end{center}

\caption{Bi convex lens}
\end{figure}

$\backslash$begin\{center\}

$\backslash$begin\{tikzpicture\}

$\backslash$biconvexlens\{0\}\{0\}\{1\}\{2\}\{1\}

$\backslash$end\{tikzpicture\}

$\backslash$end\{center\}

\subsubsection{Bi-Concave Lens}

\begin{figure}[H]

\begin{center}

\begin{tikzpicture}

\biconcavelens{0}{0}{1}{3}{5}

\end{tikzpicture}

\end{center}

\caption{Bi concave lens}
\end{figure}

$\backslash$begin\{center\}

$\backslash$begin\{tikzpicture\}

$\backslash$biconcavelens\{0\}\{0\}\{1\}\{3\}\{5\}

$\backslash$end\{tikzpicture\}

$\backslash$end\{center\}

\subsection{Convex-Concave and Concave-Convex Lenses}

Convex and concave mirrors can be combined to make convex-concave lenses and concave-convex lenses.

They have macros with the format

$\backslash$convexconcavelens\{x\}\{y\}\{focal length\}\{mirror height\}\{thickness\}

$\backslash$concaveconvexlens\{x\}\{y\}\{focal length\}\{mirror height\}\{thickness\}

\begin{minipage}{\textwidth}
\begin{minipage}{0.5\textwidth}

\begin{figure}[H]

\begin{center}

\begin{tikzpicture}

\convexconcavelens{0}{0}{2.5}{3}{0.8}

\end{tikzpicture}

\end{center}

\caption{Convex-Concave lens}
\end{figure}

$\backslash$begin\{center\}

$\backslash$begin\{tikzpicture\}

$\backslash$convexconcavelens\{0\}\{0\}\{2.5\}\{3\}\{0.8\}

$\backslash$end\{tikzpicture\}

$\backslash$end\{center\}
\end{minipage}
\begin{minipage}{0.5\textwidth}

\begin{figure}[H]

\begin{center}

\begin{tikzpicture}

\concaveconvexlens{0}{0}{2.5}{3}{0.8}

\end{tikzpicture}

\end{center}

\caption{Concave-Convex lens}
\end{figure}

$\backslash$begin\{center\}

$\backslash$begin\{tikzpicture\}

$\backslash$concaveconvexlens\{0\}\{0\}\{2.5\}\{3\}\{0.8\}

$\backslash$end\{tikzpicture\}

$\backslash$end\{center\}
\end{minipage}
\end{minipage}

\section{Multiple At Once}

The macros can all be used at the same time to produce diagrams with multiple lenses and/or mirrors.


\begin{figure}[H]

\begin{center}

\begin{tikzpicture}

\mirror{1}{0}{2.5}{3}
\convexconcavelens{3}{0}{2.5}{3}{0.7}
\biconvexlens{5}{0}{2.5}{3}{0.5}
\concaveconvexlens{7}{0}{2.5}{3}{0.6}
\biconcavelens{9}{0}{2.5}{3}{1.3}
\leftplanoconvexlens{11}{0}{4}{3}{0.5}
\concaveconvexlens{12}{0}{1}{3}{0.8}
\rightplanoconcavelens{15}{0}{5}{3}{0.8}

\end{tikzpicture}

\end{center}

\caption{Concave-Convex lens}
\end{figure}

$\backslash$begin\{center\}

$\backslash$begin\{tikzpicture\}

$\backslash$mirror\{1\}\{0\}\{2.5\}\{3\}

$\backslash$convexconcavelens\{3\}\{0\}\{2.5\}\{3\}\{0.7\}

$\backslash$biconvexlens\{5\}\{0\}\{2.5\}\{3\}\{0.5\}

$\backslash$concaveconvexlens\{7\}\{0\}\{2.5\}\{3\}\{0.6\}

$\backslash$biconcavelens\{9\}\{0\}\{2.5\}\{3\}\{1.3\}

$\backslash$leftplanoconvexlens\{11\}\{0\}\{4\}\{3\}\{0.5\}

$\backslash$concaveconvexlens\{12\}\{0\}\{1\}\{3\}\{0.8\}

$\backslash$rightplanoconcavelens\{15\}\{0\}\{5\}\{3\}\{0.8\}

$\backslash$end\{tikzpicture\}

$\backslash$end\{center\}


\end{document}