A function is an expression with a variable. y = x
2 + 6x + 9 can also be written ƒ(x) = x
2 + 6x + 9
The ƒ
(x) piece allows you to evaluate the function at a point. In other words, you input a
value, and you get a
value back in return → ƒ(
x) =
cƒ(
0) =
9 shown
hereƒ(
1) =
16 shown
hereƒ(
-1) =
4 shown
hereA derivative is a measure of how a function changes when it's input changes denoted ƒ'(x)
Power Rule for ƒ(x) = ax
n = a
nx
n - 1Power Rule Example: Given ƒ(x) = 3x
2 + 6x + 8, we calculate ƒ'(x) at x = 1 denoted ƒ'(1) = 12 shown
hereProduct Rule of Derivatives for (f · g) = f · g' + f' · g = (
u ·
v) =
uv' +
vu'Quotient Rule for Derivatives. If you have a fraction for a function, your derivative using the quotient rule is shown below:
ƒ'(x) = | h(x)g'(x) - h'(x)g(x) |
| [h(x)]2 |
Integral are the opposite of derivatives
a∫
bƒ(x)dx = F(b) - F(a)
0∫
1 12x
3dx is shown
here giving us an answer of
450∫
1 6x
2 + 4x - 1dx is shown
here giving us an answer of
3Translating Cartesian Coordinates of (x,y) to Polar Coordinates of (r,θ) where r = √
x2 + y2 and θ = tan
-1(y/x)
Translating Cartesian Coordinates of (3,4) to Polar Coordinates of (5,53.13°) is shown
hereTranslating Polar to Cartesian Transformation is (r,θ) → (x,y) = (rcosθ,rsinθ)
Translating Polar Coordinates of (r,θ) = (20,30°) = (17.3205,10) shown
hereThe explicit formula for an arithmetic series is a
n = a
1 + (n - 1)d
The explicit formula for the artithmetic series 1,5,9,13,17 is a
n = 1 + 4(n - 1) shown
hereThe explicit formula for a geometric series is a
n = a
1r
(n - 1) where r is the common ratio between each term shown below:
The explicit formula for the geometric series 2,4,8,16,32
is a
n = (2)2
(n - 1) shown
here