vault backup: 2023-12-19 10:51:37

This commit is contained in:
zleyyij 2023-12-19 10:51:37 -07:00
parent 9eecc310e6
commit 1afeb7fd57

View File

@ -3,7 +3,7 @@
For $(f\circ g)(x)$ for two sets, you look for $x$ from $f$ and an equivalent $y$ value from $g$, and leftover coordinates are the answer. The order of $f$ and $g$ does matter.
# Formulae
The general equation for a circle:
$$ (x - h)^2 + (y - k)^2 =r $$
$$ (x - h)^2 + (y - k)^2 =r^2 $$
Distance formula:
$$ \sqrt{(x_2-x_1)^2 + (y_2-y_1)^2} $$
Midpoint foruma: