summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/guide-to-latex/exercises/chap7/exer7-11.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/guide-to-latex/exercises/chap7/exer7-11.tex')
-rw-r--r--Master/texmf-dist/doc/latex/guide-to-latex/exercises/chap7/exer7-11.tex15
1 files changed, 15 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/guide-to-latex/exercises/chap7/exer7-11.tex b/Master/texmf-dist/doc/latex/guide-to-latex/exercises/chap7/exer7-11.tex
new file mode 100644
index 00000000000..afefe1e54a5
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/guide-to-latex/exercises/chap7/exer7-11.tex
@@ -0,0 +1,15 @@
+\documentclass{article}
+\begin{document}
+\begin{equation}
+\lim_{x\to0}\frac{\sqrt{1+x} - 1}{x} =
+\lim_{x\to0}\frac{(\sqrt{1+x} - 1)(\sqrt{1+x} + 1)}{x(\sqrt{1+x} + 1)} =
+\lim_{x\to0}\frac{1}{\sqrt{1+x} + 1} = \frac{1}{2}
+\end{equation}
+\begin{equation}
+\frac{\partial^2 U}{\partial x^2} + \frac{\partial^2 U}{\partial y^2} = 0\quad
+\Longrightarrow\quad
+U_M = \frac{1}{4\pi}\oint\limits_\Sigma\frac{1}{r}\frac{\partial U}{\partial n}
+\,ds - \frac{1}{4\pi}\oint\limits_\Sigma\frac{\partial\frac{1}{r}}{\partial n}
+U\,ds
+\end{equation}
+\end{document}