vuoi
o PayPal
tutte le volte che vuoi
Derivate
- D(k) = 0
- D(x) = 1
- D(x2) = 2x
- D(ex) = ex
- D(ln x) = 1/x
Regole di derivazione
- D(f(x) + g(x)) = f'(x) + g'(x)
- D(f(x) - g(x)) = f'(x) - g'(x)
- D(f(x)g(x)) = f'(x)g(x) + f(x)g'(x)
- D(f(x)/g(x)) = (f'(x)g(x) - f(x)g'(x)) / g(x)2
- Dn(xn) = nxn-1
- D(f(g(x))) = f'(g(x))g'(x)
Funzioni logaritmiche ed esponenziali
- D(logax) = 1/(x ln a)
- D(ax) = ax ln a
Inverse delle funzioni goniometriche
- D(arcsin x) = 1/√(1-x2)
- D(arccos x) = -1/√(1-x2)
- D(arctan x) = 1/(1+x2)
- D(cot x) = -1/(1+x2)
Funzioni goniometriche
- D(sin x) = cos x
- D(cos x) = -sin x
- D(tan x) = sec2 x
- D(cot x) = -csc2 x
Function
- Domain
- Codomain
- Range
A function of a real variable x with domain D is one that assigns a single real number to each real number x in D. As x varies over the whole domain, the set of all possible resulting values f(x) is called the range of f.
- Linear
- Quadratic
- Rational
- Irrational
- Exponential
- Logarithmic
- Others
Is f(x) a function?
Is y2 = x a function?
A parabola is a function.
Is x2 + y2 = 1 a function?
NOT a function
Composition of Functions
- f(x) = 3x - 4
- g(x) = x2 - 3
f(g(x)): 3(x2 - 3) - 4
= 3x2 - 9 - 4
= 3x2 - 13
g(f(x)): (3x - 4)2 - 3
g(x) = 9x2 - 24x + 16 - 3
= 9x2 - 24x + 13
- f(x): 5x + 2
- y(x): x3 - 4
f(g(2)) = 5(4) + 2
= 22
g(f(-1)) = (-3)3 - 4
= -27 - 4
= -31
g(2) = 8 - 4
= 4
f(-1) = -3
One to One Functions
- Injective → Horizontal line test
2 points = NOT INJECTIVE
• Does it have an inverse function?
f(x)
One to one → Has an inverse function