vault backup: 2023-12-15 09:25:09
This commit is contained in:
parent
8e82b64c70
commit
6d15b07751
7
education/math/Domain.md
Normal file
7
education/math/Domain.md
Normal file
@ -0,0 +1,7 @@
|
||||
# Examples
|
||||
|
||||
Given the below problem, the two equations can't simplified further. So to find the domain, you need to look for the domain where they're both valid, eg $[-2, 5]$.
|
||||
$$ \sqrt{x+2} + \sqrt{5-x} $$
|
||||
The below example has a domain of $[-2, 5)$ because $x$ cannot equal 0 for the denominator
|
||||
$$ \frac{\sqrt{x+2}}{\sqrt{5-x}} $$
|
||||
Assuming $f(x) = \frac{2}{x-3}$,
|
Loading…
Reference in New Issue
Block a user