Midterm1 Flashcards

1
Q

Integration by parts formula

A

uv- integral v du

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

LIATE

A

Logarithmic,Inverse Trig, Algebraic, Trig, Exponential

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

if integral ( p(x)sin(ax))

A

let u = p(x) du=the rest

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

sqrt( a^2 - x^2)

A

sub with x=asin(theta), identity: cos^2(theta)= 1- sin^2(theta)

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

sqrt(a^2 +x^2)

A

sub with x=atan(theta) sec^2(theta) = 1+tan^2(theta)

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

sqrt(x^2 - a^2)

A

sub with x=asec(theta) tan^2(theta)=sec^2(theta)-1

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

Integrating rational functions

A

if degree P(x)>=Q(x) use long division

otherwise use partial fractions

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

when doing partial fractions, denominator has (x-2)^2

A

do a variable over each power up to 2

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

when doing partial fractions, denominator when factored has irreducible quadrativ

A

make it BX+C/irreducible.

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

ODE

A

ordinary diff eq- equation containing a fcn of one variable and one or more derivatives of that fcn

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

order of an ODE

A

order of the highest derivative

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

Eullers Method equation

A

yn = yn-1+ h * F(xn-1,Yn-1)

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

I(x) in diffeq

A

e^(integral(P(x))dx)

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

standard form of linear 1st order ODE

A

dy/dx + yP(x) = Q(x)

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

solve a linear 1st order ODE

A

y* I(x) = integral(Q(x) I(x) dx)

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

d/dx sinx

A

cosx

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

d/dx cosx

A

-sinx

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

d/dx tanx

A

sec^2x

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

d/dx cotx

A

-csc^2x

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

d/dx secx

A

secxtanx

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

d/dx cscx

A

-cscxcotx

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

d/dx sin-1(x)

A

1/sqrt(1-x^2)

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

d/dx tan-1(x)

A

1/(1+x^2)

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

d/dx cost-1(x)

A

-1/sqrt(1-x^2)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
d/dx cot-1(x)
-1/1+x^2
26
integral 1/ax+b
(1/a)ln(ax+b) +C
27
integral tanx
-lnI(cosx)+c
28
integral secx
ln(secx+tanx)+c
29
range of arcsin
pi/2 to -pi/2
30
range of arccos
0 to pi
31
cycloid
x=r(theta - sin(theta)) | y=r(1 - cos(theta))
32
equation for dy/dx parametrics
=(dy/dt) / (dx/dt) if dx/dt is not 0
33
area under parametric curve
``` A = integral a-b ( y(t) * x'(t) dt) wher where f(t) =x ```
34
if dx/dt =0and dy/dt=0 what is dy/dx
undefined
35
if dx/dt =0 and dy/dt != 0 what is dy/dx
vertical ( infinity)
36
Length of parametric curve a->b
integral a->b [(dx/dt)^2 + (dy/dt)^2] dt
37
converting x and y to polar
x= rcos(theta) | y =rsin(theta)
38
r^2 =
x^2 + y^2
39
tan(theta)
y/x
40
dy/dx of a polar curve
dy/dx = (dy/dtheta)/(dx/dtheta) = [(dr/dtheta)(sintheta) + rcos(theta)] / [ (dr/dtheta)cost(theta) - rsin(theta)]
41
Area of polar curve
A= integral a->b [ (1/2)r^2] dtheta
42
Arc length of polar curve
integral a->b [ sqrt( r^2 + (dr/dtheta)^2 ] dtheta
43
Improper integrals type 1
infinite integrals
44
Improper integrals type 2
discts integrals
45
integral a->infinity [ f(x)] dx
lim t->infinity[ integral a->t ( f(x) ) dx]
46
integral (- infinity -> b) [f(x)] dx
lim t-> - infinity ( integral t->b ( f(x) dx) )
47
integral -infinity -> infinity
integral -infinity -> a + integral a->infinity
48
p series, where convergent
integral 1->infinity 1/x^p convergent for p> 1./ divergent p<=1
49
integral a->b DISCTS AT b
integral a->b = lim t->b- [ integral a->t ]
50
integral a->b DISCTS AT a
= limit t-> a+ [integral t->b]
51
linear electricity problem
L(dI/dt) + RI = E(t) L is inductance R is resistance E(t) is voltage
52
if c is in [a,b], f(x) discts at c then integral a->b
= integral a->c + integral b-> c
53
comparison thm for improper integrals
supp f,g are cts with f(x)>=g(x) >=0 for all x>=a if integral a->infinity f(x) is convergent then so is a->infinity of g(x) if integral a->infinity g(x) divergent so is a->infinity f(x)
54
{An} has limit L
lim n->infinity an =L or an->L as n->infinity | {An} converges to L
55
if {An} limit DNE or is infinite
diverges
56
Squeeze thm for sequences
if {an}{bn}{cn} aninfinity an = lim n->infinity cn =L then lim n->infinity bn=L if lim abs[an] as n->infinity =0 theb lim n-> an=0
57
if {an} converges to L and fis a fcn that is cts at L then
lim n->infinity f(an) =f(L)
58
integral cotx
ln(sinx)
59
Second derivative for parametrics
dy/dx = (d/dx)(dy/dx) = [ d/dt(dy/dx) ] / [dx/dt]
60
concave up
second deriv >=0
61
concave down
second deriv <= 0
62
formula for a circle (h,k) and radius r
(x-h)^2 +(y-k)^2=r^2
63
arctan(infinity)
pi/2
64
Absolutely convergent
if the series of absolute values of an is convergent
65
Conditionally convergent
if its convergent but not absolutely
66
if a series is absolutely convergent
then it is convergent
67
ratio test
if lim abs[(an+1)/(an)]= L1 or infinite, then divergent if =1 inconclusive
68
root test
if limn->infinity (root(abs(an))) = L 1 or infinity then divergent if =1 then inconclusive
69
given a power series sigma(cn(x-a)^n) there are only three possibilities:
the series converges only when x=a the series converges for all x there isa positive number R such that the series converges if abs(x-a) < R and diverges if abs(x-a)>R
70
(1/(1-x)) = 1 +x +x^2 +x^3 + ... =
sigma(x^n) for abs(x)<1
71
if f hasa power series representation at a then its represented by
sigma[ (f(^n)(a)/n!)(x-a)^n) ] for abs(x-a)
72
Maclaurian series
when taylor series is centered at 0. equation is: sigma [ f(^n)(0)/n! * x^n ]
73
power series of sinx
sigma [ (-1)^n (x^2n+1)/(2n+1)! for all x
74
power series of cosx
sigma [ (-1)^n (x^2n)/(2n!) ]
75
geometric series
sigma [ar^n-1] = a/(1-r)
76
if a series is convergent then
lim n->infinity = 0
77
if limit n-> infinity an dne or is non zero
then series is divergent
78
integral test
if integral 1->infinity f(x) is convergent the series is convergent. if integral divergent, series is divergent
79
limit comparison test
limn->infinity (an/bn) =c if c>0 then either both converge or both diverge
80
alternating series test
if decreasing and limn->infinity =0 then series converges`
81
lim n->infinity (1+(1/n))^n
e
82
taylor series 1/(1-x)
sigma x^n
83
taylor series e^x
sigma (x^n)/(n!)
84
taylor series sinx
sigma (-1)^n * (x^2n+1)/(2n+1)!
85
taylor series cosx
sigma (-1)^n * (x^2n)/(2n)!
86
estimating series using integral
Rn needs to be less than some decimal number. so Rn by thm >= integral n->infinity an. the answer to that < the error. solve for n