1/63
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
tanθ=
sinθ/cosθ
cotθ=
cosθ/sinθ
cscθ=
1/sinθ
secθ=
1/cosθ
cotθ=
1/tanθ
sin2θ + cos2θ=
1
tan2θ +
cot2θ + 1=
csc2θ
sin(2θ)=
2sinθcosθ
cos(2θ)=
cos2θ - sin2θ
2cos2θ - 1
1-2sin2θ
cos2θ=
(1+cos(2θ))/2
sin2θ=
(1-cos(2θ))/2
sin(-θ)=
-sinθ
cos(-θ)=
cosθ
tan(-θ)=
-tanθ
∫a dx=
ax + c
∫xn dx=
(xn+1/(n+1)) + c
∫1/x dx
In|x|+c
∫ex dx=
ex + c
∫ax dx=
(ax / Ina) + c
∫Inx dx=
xInx-x+c
∫sinx dx=
-cosx + c
∫cosx dx=
sinx + c
∫tanx dx=
In|secx|+c
∫cotx dx=
In|sinx|+c
∫secx dx=
In|secx + tanx| +c
∫cscx dx=
-In|cscx-cotx| + c
∫sec2x dx=
tanx + c
∫secxtanx dx=
secx+c
∫csc2x dx=
-cotx + c
∫cscxcotx dx=
-cscx + c
∫tan2x dx=
tanx-x+c
∫1/(a2 + x2) dx
1/a tan-1(x/a) + c
∫1/(√(a² - x²) dx=
sin-1(x/a) +c
∫1/x√(x² - a²) dx=
1/a sec-1|x/a| +c
Limit defintion of a derivative
f'(x) = lim(h→0) [f(x+h) - f(x)] / h
f'(a) = lim(h→0) [f(a+h) - f(a)] / h
Product Rule:
d/dx (fg)=
(f)(dg/dx) +(g)(df/dx)
Quotient Rule:
d/dx (Hi/Lo)=
Lo dHi-Hi dLo
/ (Lo)2
Chain Rule:
(f●g)’(x)=
or
dy/dx=
f’(g(x))●g’(x)
dy/du ● du/dx
Power Rules:
d/dx (xn)=
nxn-1
Derivative of a constant
=0
d/dx (au)=
In(a)auu’
d/dx(logau)=
1/In(a) ● u’/u
d/dx (eu)=
du/dx eu
d/dx (Inu)=
u’/u
Inverse function:
d/dx (f-1(x))=
1/(f’(f-1(x))
Intermediate value theorem
If a and b are any two points in an interval on which f is continuous, then f takes on every value between f(a) and f(b)
Intermediate value theorem for derivatives
If a and b are any two points in an interval on which f is differentiable, then the derivative f’ takes on every value between f’(a) and f’(b)
Average rate of change of a function f on [a,b]
(f(b) - f(a)) / (b - a)
Instantaneous rate of change of a function of f at x=a
f'(a) = lim(h→0) [f(a+h) - f(a)] / h
or
f'(a) = lim(x→a) [f(x) - f(a)] / (x - a)
mean value theorem (for derivatives)
If y=f(x) is continuous at every point of the closed interval [a,b] and differentiable at every point of its interior (a,b), then there is at least one point c in (a,b) such that f’(c) = (f(b) - f(a)) / (b - a)
Average value of a function on a interval [a,b]
Average value of f(x) on [a,b] = (1/(b - a)) ∫[a to b] f(x) dx
Mean value theorem (for definite integrals)
If f is continuous on [a,b], then at some point c [a,b], f(c) = (1/(b - a)) ∫[a to b] f(x) dx
(at some point, the function equals its average value on the interval)
Fundamental Theorem of Calculus
d/dx ∫[a to x] f(t) dt = f(x)
or
d/dx ∫[a to u] f(t)dt = u’f(u)
and
∫[a to b] f(x)= F(b)-F(a)
[F(x) is an antiderivative of f(x)]
∫[a to b] f(x)dx=
-∫[a to b] f(x)dx
∫[a to a] f(x) dx=
0
∫[a to b] k● f(x)dx=
k ∫[a to b] f(x) dx
∫[a to b] -f(x)dx=
-∫[a to b] f(x)dx
∫[a to b] f(x) (+-) g(x) dx=
∫[b to a] f(x) dx (+-) ∫[b to a]g(x)dx
∫[a to c] f(x)dx=
∫[a to b] f(x)dx +∫[b to c] f(x)dx
Improper integrals, f(x) continuous on [a, infinity]
∫[a to infinity] f(x)dx= lim b→infinity ∫[a to b] f(x)dx
L’Hopital’s rule for indeterminate
forms states that if a limit yields a form like 0/0 or ∞/∞, then you can take the derivative of the numerator and denominator to evaluate the limit.
exponential growth equation
y=yoekt
Linerarization
If f is differentiable at x=a, then the equation of the tangent line, L(x)=f(a)+f’(a)(x-a), defines the linearization of f at a. The standard linear approximation of f at a is f(x)≈L(x)