even function
f(x) = f(-x)
odd function
f(x) = -f(-x)
domain of root(sin(x))
[0, pie] u [2kpie, (2k + 1)pie]
what is function composition
takes 2 functions & produces a new one
- f(x) and g(x), h(x) = f(g(x))
limits x -> x-0
meaning x approaches x0 from the left: x < x0
limits x -> x+0
meaning x approaches x0 from the right: x > x0
function continuity
a function is continuous at a point x0 if lim(f(x)) where x -> x-0 = lim(f(x) where x -> x-0 = f(x0)
what a discontinuous function
if continuous function is not met we say the function is discontinuous at x=x0
3 types of discontinuity
lim((n^2 - 5)/(2n^2 + n)
1/2
lim((sin(x/3))/x) where x -> 0
1/3