Pre-midterm Flashcards

(50 cards)

1
Q

Method of exhaustion

A

Using super tiny polynomials to approximate curved stuff

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Riemann Sum

A

Lim (n-> inf) (sum)(i=1)(n)(f(xi))Δx = S(b,a)f(x)dx

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Trapezoid rule

A

Riemann sum average (f(xi-1) + f(xi))/2

And n->N

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Properties of the definite integral

A
  • Linearity
  • can break it up
  • from a to a = 0
  • a to b = -b to a
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Mean value theorem for integrals

A

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)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Proof for MVT for integrals

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Fundamental Theorem of Calculus

A

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)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

FTC proof

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Indefinite integral

A

Integral +C

No limits

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Integral of x^n

A

x^n+1/n+1, n NOT 1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Integral of e^x

A

e^x

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Integral of 1/x

A

ln(|x|)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Integral of b^x

A

b^x/lnb

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Integral of sin(x)

A

-cos(x)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Integral of cos(x)

A

Sin(x)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Integral of sec^2(x)

A

Tan(x)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Integral of 1/x^2+1

A

Arctan(x)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

Integral of 1/sqrt(1-x^2)

A

Arcsin(x)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

Integral of sinh(x)

A

Cosh(x)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

Integral of cosh(x)

A

Sinh(x)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

Substitution

A

1) identify substitution (derivative should appear in numerator!)
2) change infinitesimal
3) change limits

22
Q

Integration by parts

A

integral of f’g = fg-integral(fg’)

23
Q

Cos power reduction

A

Cos^2(x) = 1/2(1+cos(2x))

24
Q

Sin power reduction

A

sin^2(x) = 1/2(1-cos(2x))

25
When you have a bunch of cyclic stuff...
Integrate by parts several times! Integrand comes back
26
When you're stuck?
Try multiplying by 1 and IBP
27
Trig sub sqrt(a^2-x^2)
Sub x=asin (angle between -+ Pi/2)
28
Trig sub sqrt(a^2+x^2)
Sub x=atan (angle between +-Pi/2)
29
Trig sub sqrt(x^2-a^2)
Sub x=asec (angle between 0 and Pi/2)
30
Partial fraction - OP(x) >_ OQ(x)
ZIT-FR it!!!
31
Partial fraction - repeated root in denom
Include repeated root (has n different times now)
32
Partial fraction - irreducible quadratic factor
Has Ax+B over quad factor You'll always get arctan and ln factors
33
Improper integrals
Improper if the integrand exhibits an asymptote over domain of integration Approach asymptote via limits (if lim exists)
34
Comparisons you should know
Integral from 0-inf of e^-x converges | Integral from 1-inf of 1/x^p converges iff p>1
35
Euler-Lagrange equation
δF/δy - d/dx(δF/δy') = 0 If a function minimizes another function, it satisfies this
36
Beltrami's identity
When there's no explicit x dependence F - y'(δF/δy') = constant
37
Differential Equation (def)
A differential equation is an algebraic equation involving the derivative (or multiple, or higher order) of a function
38
Most common way to write differential equations
Derivative (thing) = (all effects that increase) - (all effects that decrease) Sources and sinks
39
Separable 1st order ODEs
Separable if we can write dy/dx = A(x)B(y) So then rearrange and integrate both sides Integral(1/B(y))dy = integral(A(x))dx
40
Evaluating sin^mxcos^nx - cos is odd
Save a cos, express rest in sin, u=sin
41
Evaluating sin^mxcos^nx - sin is odd
Save a sin, express rest as cos, u=cos
42
Evaluating sin^mxcos^nx - sin and cos both odd
Can do the same method for either sin or cos being odd, doesn't matter
43
Evaluating sin^mxcos^nx - both sin and cos are even
Use power reduction formulas (aka half angle IDs) Also maybe use sinxcosx = 1/2sin(2x)
44
Evaluating tan^mx•sec^nx - sec is even
Save a factor of sec^2, express rest as tan | u = tan
45
Evaluating tan^mx•sec^nx - tan is odd
Save a factor of sectan, express rest as sec, u=sec
46
Evaluating sin(mx)cos(nx)
Use sin(A)cos(B) = 1/2[sin(A-B) + sin(A+B)]
47
Evaluating sin(mx)sin(nx)
Use sin(A)sin(B) = 1/2[cos(A-B) - cos(A+B)]
48
Evaluating cos(mx)cos(nx)
Use cos(A)cos(B) = 1/2[cos(A-B) + cos(A+B)]
49
Comparison theorem - integrals
Suppose that f(x) and g(x) are continuous functions with f>_g>_0 for x>_a If S(inf,0)f(x)dx is convergent, then S(inf,0)g(x)dx is convergent If S(inf,0)g(x)dx is divergent, then S(inf,0)f(x)dx is divergent
50
What do the Euler-Lagrange equations tell us about the curve y
Give us the curve y that minimizes J=S(x2,x1)F(x,y(x),y'(x))dx, the action