1
0
mirror of https://gitlab.com/magicalsoup/Highschool.git synced 2025-04-19 10:31:45 -04:00

Update Unit 3: Quadratic Functions.md

This commit is contained in:
Daniel Chen 2019-10-25 13:57:14 +00:00
parent 8cbbe6920d
commit 6612c277ab

View File

@ -11,6 +11,8 @@
- `Optimal value`: y-value for vertex
- `Domain`: List of all valid x-values for relation, expressed as $`D = {num, num2, num3}`$ or as a relation such as $`D = {x E R, x != 0, x < 50`$
- `Range`: List of all valid y-values for relation, expressed as $`R = {num, num2, num3}`$ or as a relation such as $`D = {y E R, y != 0, y < 50`$
- `Relation`: Set of ordered pairs of numbers
- `Function`: A relation in which no y-coordinates share an x-coordinate (e.g., circles are not functions)
## Parabolas