2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-26 06:48:04 +02:00

next (failed?) try to calculate the quadratic

This commit is contained in:
Martin Thoma 2013-12-20 12:36:06 +01:00
parent 0e494d2336
commit 01e343f66c
8 changed files with 153 additions and 64 deletions

View file

@ -43,6 +43,7 @@ The situation can be seen in Figure~\ref{fig:constant-min-distance}.
\label{fig:constant-min-distance}
\end{figure}
The point $(x, f(x))$ with minimal distance can be calculated directly:
\begin{align}
d_{P,f}(x) &= \sqrt{(x_P - x)^2 + (y_P - f(x))^2}\\
&= \sqrt{(x_P^2 - 2x_P x + x^2) + (y_P^2 - 2 y_P c + c^2)} \\