Pre-midterm Flashcards
(50 cards)
Method of exhaustion
Using super tiny polynomials to approximate curved stuff
Riemann Sum
Lim (n-> inf) (sum)(i=1)(n)(f(xi))Δx = S(b,a)f(x)dx
Trapezoid rule
Riemann sum average (f(xi-1) + f(xi))/2
And n->N
Properties of the definite integral
- Linearity
- can break it up
- from a to a = 0
- a to b = -b to a
Mean value theorem for integrals
If f is continuous on [a,b], then there exists a point x* in [a,b] such that the integral from a to b of f(x)dx = f(x*)(b-a)
Proof for MVT for integrals
1) by EVT, has max and min
2) area within rectangles made with Max and min
3) by IVT f takes all values between it, so f is avg area
Fundamental Theorem of Calculus
Given a function f which is cts on an interval I, containing the point a, then
1) Let the function F be defined on II by
F(x) = S(a,x)f(t)dt
F(x) is differentiable on II, and F’(x) = f(x). So F(x) is the anti-derivative of f on II
d/dx[S(a,x)f(t)dt]=f(x)
2) if G(x) is any anti-derivative of f on II, so that G’(x) = f(x) on II, then for any point b in II, we have
S(a,b)f(x)dx = G(b)-G(a)
FTC proof
1) from def of derivative
Plug in F
Use MVT to replace x with c, c->x as h->0
2) G’(x) = f(x)
F(x) = G(x) + C on II for some constant C
Show integral
Let x = a, x = b
Indefinite integral
Integral +C
No limits
Integral of x^n
x^n+1/n+1, n NOT 1
Integral of e^x
e^x
Integral of 1/x
ln(|x|)
Integral of b^x
b^x/lnb
Integral of sin(x)
-cos(x)
Integral of cos(x)
Sin(x)
Integral of sec^2(x)
Tan(x)
Integral of 1/x^2+1
Arctan(x)
Integral of 1/sqrt(1-x^2)
Arcsin(x)
Integral of sinh(x)
Cosh(x)
Integral of cosh(x)
Sinh(x)
Substitution
1) identify substitution (derivative should appear in numerator!)
2) change infinitesimal
3) change limits
Integration by parts
integral of f’g = fg-integral(fg’)
Cos power reduction
Cos^2(x) = 1/2(1+cos(2x))
Sin power reduction
sin^2(x) = 1/2(1-cos(2x))