Files
.obsidian
.stfolder
IT
education
calculus
computer engineering
math
MATH1050
Exponents
Dividing Polynomials.md
Domain.md
Inverse Functions.md
Matrices.md
Partial Fractions.md
Polynomial Fractions.md
Rational Inequalities.md
Standard forms of circles.md
Systems of Equations.md
MATH1060 (trig)
MATH1210 (calc 1)
nutrition
statistics
notes
personal
software
..gitignore.un~
.gitignore
.gitignore~
notes/education/math/MATH1050/Domain.md
2024-08-28 10:39:34 -06:00

7 lines
556 B
Markdown

# 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}$, and $g(x) = \frac{5}{x+1}$, $(f\circ g)(x)$, you can find the domain by finding the domain for each function, then fully expanding it and seeing if any more unreachable numbers are included