Formulas Flashcards

(41 cards)

1
Q

Washer method formula vs. cylinder method formula

A

washer:
pi * int( (outer)^2 - (inner)^2 )dx

cylinder:
2*pi * int( x * f(x) )dx

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

washer and cylinder method WHEN AXIS IS NOT X OR Y AXIS

A

washer:
pi*(int( outer^2 - inner^2 )) d whatevs

cylinder:

2piint( (x+d) (f(x)-g(x) )
^could adjust EITHER the radius in 2pir OR the functions, but DONT do both

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

integral of sinax

A

-1/a *cosax + c

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

integral of cosax

A

1/a*sinax + c

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

what is cos^2 ax =?

A

1/2 * (1 + cos(2a)x)

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

what is sin^2 ax =?

A

1/2 * (1-cos(2a)x)

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

curve length formula

A

inta, bdx

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

Pythagorean trig identities:

A

Sin^2x + cos^2x = 1
1 + tan^2x = sec^2 x
1 + cot^2x = csc ^2 x

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

work formula

A

int[starting end position, final position (generally from 0 to height)] ( mass density * acceleration * (total length - y) )

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

what is the key to solving volume work problems with cones?

A

similar triangles at different heights and the proportions therein

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

30-60-90 triangle side lengths

A

just like the unit circle!
bottom leg (cos) = 1/2, other leg = rad3/2 (sin), and hypoteneuse = 1!

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

45-45-90 side lengths

A

like pi/4 on a unit circle, hyp = 1 and rad2/2 for the rest

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

derivative of inverses of these functions (in order)
1. sinx
2. cosx
3. tanx
4. cscx
5. secx
6. cotx

A
  1. 1/ sqrt( 1-x^2 )
    • 1 / sqrt( 1-x^2 )
  2. 1/( 1 + x^2 )
    • 1/( abs(x) * sqrt( x^2-1 ) )
  3. 1/( abs(x) * sqrt( x^2-1 ) )
    • 1 /( 1 + x^2 )
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

what is cos2x equal to?

A
  1. cos^2(x) - sin^2(x)
  2. 1 - 2sin^2(x)
  3. 2cos^2(x)-1
  4. (1-tan^2(x))/(1+tan^2(x))
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

basic integration formula for e^(ax)

A

int( e^(ax) ) dx = 1/a * e^(ax) + c

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

integral of sec^2(7x)?

A

1/7 * tan(7x)

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

tanx reduction formula

A

int(tan^n x dx) = tan^(n-1)x/(n-1) - int( tan^(n-2) x dx)

18
Q

dividing fraction by whole number vs. dividing whole number by fraction?

A

fraction/whole number = multiply whole number into denominator

whole number/fraction = move bottom of fraction to top

19
Q

formula for work of chain

20
Q

formula for work of trough/pumping liquid

21
Q

domain of inverse trig functions?

22
Q

derivative of tan?

23
Q

what is sin(2x) equal to?

24
Q

domain of tangent?

A

-pi/2 to pi/2 (due to sin/cos if cos = 0 then undefined)

25
what is tan2x equal to?
2tanx/(1-tan^2(x))
26
how to find integral of secx? (and what it is)
multiply by sectan/sectan ln(abs(sec + tan) )
27
how to choose trig substitution.... (that table with 3 scenarios involving x and a)
a^2 - x^2 x = a*sin(theta) a^2 + x^2 x = a*tan(theta) x^2 - a^2 x = a * sec(theta)
28
integral of b^x
1/(lnb) * b^x
29
hyperbolic equations sinh(x) = ? cosh(x) = ? tanh(x) = ? csch(x) = ? sech(x) = ? coth(x) = ?
sinh(x) = (e^x - e^-x )/2 cosh(x) = (e^x + e^-x)/2 tanh(x) = (e^x - e^-x)/(e^x + e^-x) csch(x) = 2/(e^x - e^-x) sech(x) = 2/(e^x + e^-x) coth(x) = (e^x + e^-x)/(e^x - e^-x)
30
integral of 1/( sqrt(a^2 - x^2) )?
arcsin(x/a) + c, a > 0
31
Simpson's rule formula
delta x = (b-a)/n, where a and b are lower and upper bounds, n is number of intervals S(n) = delta x/3 * [ f(x_0) + 4f(x_1) + 2f(x_2).... + 2f(x_n-2) + 4f(x_n-1) + f(x_n) ] starts counting at indices 0, then goes up to nth value (inclusive) always attached to a 1/3 n MUST BE EVEN
32
trapezoid area
(top + bot)/2 * h
33
integral of tan(ax)
-1/a * ln(cos(ax))
34
formula for geometric series
sigma from k = 1 to n-1 (a*r^k) where a is the first term in the series basically constant to power of variable and k = n-1 if abs(r) < 1 lim is equal to lim of ( a/(1-r) )
35
geometric partial sum formula
S(n) = a*( (1-r^n)/(1-r) ) where n-1 = k (number at top of sigma minus the number at the bottom)
36
when does something diverge, according to the divergence test?
when the limit of the expression inside the sigma is not 0
37
p-series test?
p-series = basically variable to power of constant sum of (1/k^p) converges for p > 1, diverges for p <= 1
38
describe convergence test vs. divergence test vs. limit test vs. squeeze theorem vs. telescoping series test vs. p-series test vs. geometric series test
39
for what value of pe does the series sigma(k = 10, infinity)[ 1/k^p ] converge (initial index = 10)? for what values does it ddiverge?
the p-series converges for p > 1, and diverges for p <=1
40
what does the integral test say
the integral of some f(x) (where ak = f(x) = sigma ak behave the same
41