Math Flashcards
Logs and stuff
1
Q
Derivative of ln(x)
A
1/x
2
Q
Derivative of 2^x
And
a^x
A
2^x * ln(2)
And
a^x * ln(a)
3
Q
Show the relationship btwen Log and exponents
A
b^x=a // Log_b(a) = x
4
Q
n + (n-1) + (n-2) + (n-3) +…+ 1
A
n(n+1) / 2
5
Q
Derive a function inside a function:
f(g(x))
A
[f(g(x))]’ = f’(g(x)) * g’(x)
6
Q
Derive two functions multiplied by eachother
f(x)*g(x)
A
[f(x)g(x)]’ = f’(x)g(x) + f(x)*g’(x)