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:
parent
0e494d2336
commit
01e343f66c
8 changed files with 153 additions and 64 deletions
|
@ -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)} \\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue