Domain?
-all sets of values they give
Codomain?
-described by function, outputs not inputs
Range?
-values emitted using domain
Function?
-emits unique values
π:π΄βπ΅ where π(π₯)βπ΅ for every π₯βπ΄
Surjective?
-codomain = range
Injective (one to one)?
Bijective?
-both surjective and injective
How do you prove something is differentiable?
Differentiating from right?
lim Ξ΅->0+ f(x) - f(x+Ξ΅) / Ξ΅
Differentiating from left?
lim Ξ΅ ->0+ f(x+Ξ΅) - f(x) / Ξ΅
Taylor series?
f(0) + f’(0)(x-a)+f’‘(0) +1/2! f’’‘(0)(x-a)^2 ……