2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-19 11:38:05 +02:00
LaTeX-examples/documents/Numerik/Klausur3/Aufgabe4.tex
2013-09-24 08:44:34 +02:00

8 lines
271 B
TeX

\section*{Aufgabe 4}
\begin{align*}
I &= \int_0^1 \frac{1}{1+4x} dx\\
&= \int_0^{0.5} \frac{1}{1+4x} dx +\int_{0.5}^{1} \frac{1}{1+4x} dx\\
&= (0.5 - 0) \cdot \frac{f(0) + f(0.5)}{2} + (1 - 0.5) \cdot \frac{f(1) + f(0.5)}{2} \\
&= \frac{7}{15}
\end{align*}