Math 2260E Exam 2

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/51

flashcard set

Earn XP

Description and Tags

calc 2

Last updated 4:22 PM on 7/19/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

52 Terms

1
New cards

sin²(x) =

½ - ½ cos(2x)

2
New cards

cos²(x) =

½ + ½ cos(2x)

3
New cards

sin(ax)sin(bx) =

½ cos((a-b)x) - ½ cos((a+b)x)

4
New cards

sin(ax)cos(bx) =

½ sin((a-b)x) + ½ sin((a+b)x)

5
New cards

cos(ax)cos(bx) =

½ cos((a-b)x) + ½ cos((a+b)x)

6
New cards

integral of sec²(x)

tan(x) + C

7
New cards

integral of sec(x)tan(x)

sec(x) + C

8
New cards

integral of tan(x)

ln|sec(x)| + C

9
New cards

integral of sec(x)

ln|sec(x) + tan(x)| + C

10
New cards

tan²(x) =

sec²(x) - 1

11
New cards

when integrating odd powers of sec(x), must use ___

integration by parts, set u = sec(x)

12
New cards

trig subs: remember you can back sub with u-sub forumla !!

!!

13
New cards

partial fraction decomp: if power on top is greater or equal to power on bottom,

divide fractions (and use placeholders!!)

14
New cards

what must you do when you have a repeated linear factor in partial fraction decomp that is repeated ‘n’ times?

include a distinct fraction for every power of that fraction from 1 to ‘n’

15
New cards

for integrals involving sqrt(a² - x²)

let x = a*sin(theta) and sub; use reference triangle to put into terms of x after (or adjust bounds with substitution if definite)

16
New cards

for integrals involving sqrt(a² + x²)

let x = a*tan(theta) and sub; use reference triangle to put into terms of x after (or adjust bounds with substitution if definite)

17
New cards

for integrals involving sqrt(x² - a²)

let x = a*sec(theta) and sub; use reference triangle to put into terms of x after (or adjust bounds with substitution if definite)

18
New cards

improper integrals

rewrite as limit, if (both) exists, integral converges to limit

19
New cards

completing the square:

add and subtract (b/2)², can’t have coefficient in front of x²

20
New cards

limit of arctan(x) as x approaches infinity

pi/2

21
New cards

improper integrals can also be improper if

within their bounds is a point where the integral DNE

22
New cards

order of differential equation:

highest order of derivative that appears in equation (ex. y’’’)

23
New cards

equilibrium solution of direction field

when y = constant, or when slope (y’) = 0

24
New cards

euler’s method formula for xn

xn = xo + nh, where n = number of steps and h = step size

25
New cards

euler’s method formula for yn

yn = yn-1 + h*f(xn-1, yn-1), where f(x,y) is given by what y’ =

26
New cards

seperable differential equations form

y’ = f(x)*g(y)

27
New cards

seperable differential equations steps

1) check for constant solutions (when g(y) = 0)
2) isolate variables to each side
3) integrate
4) solve for y
5) if possible, use initial condition to solve for C

28
New cards

logistic equation (rate version)

dP/dt = r*P*(1 - (P/L)), where r = growth rate, P = population and L = the limiting/maximum value or carrying capacity

29
New cards

logistic equation (curve version)

P = L/(1+C*e-r*t)

30
New cards

equation for change in population

P’ = birth rate - death rate + net immigration rate

31
New cards

squeeze theorem for sequences

an <= bn <= cn; if lim(n—>inf) an = L = lim(n—>inf) cn, then bn converges and lim(n—>inf) bn = L

32
New cards

0/inf converges to ___

zero

33
New cards

extreme values of sin(x) and cos(x) [for squeeze theorem]

-1, 1

34
New cards

harmonic series

infinte sum of (1/n); diverges to infinity very slowly

35
New cards

geometric series

sum from one to infinty of arn-1, where a is the initial term and r is the common ratio

36
New cards

partial sum forumla for geometric sum

Sk = (a(1 - rk)) / (1 - r) for r cannot = 1

37
New cards

infinite sum forumla for geometric sum

Sinf = a / (1 - r) for |r| < 1; Sinf diverges for |r| >= 1

38
New cards

telescoping series

most terms cancel except some at start and some at end; example: sum from one to infinity (bn - bn+1)

39
New cards

telescoping series formulas

Sk = b1 - bk-1; Sinf = b1 - B where B is what bk+1 converges to as k approaches infinity, if bk+1 diverges, so does Sinf

40
New cards

divergence test

if an does not = 0 as n approaches inf, test applies and series is divergent; if test doesn’t apply, series can be convergent or divergent

41
New cards

integral test

if f is continuous, decreasing, and f(n) = an for n >= N, series converges if identical improper integral converges

42
New cards

p-series test

sum 1 / np converges if p > 1, diverges if p <= 1

43
New cards

ratio test

take limit as n approaches infinity of ratio of an+1 to an; if L > 1, diverges; if L < 1, converges; if L = 1, test is inconclusive

44
New cards

redo Quiz 5 problems ! and alternating series test problem !

!

45
New cards

limit comparison test

take limit of an/bn as n approaches infinity; if lim = L does not = 0, both converges or diverge; if lim = 0 and bn converges, an converges; if lim = inf and bn diverges, an diverges

46
New cards

alternating series test

converges if an is decreasing and and lim an as n approaches infinity = 0

47
New cards

alternating series test absolute convergence

if |an| converges

48
New cards

alternating series test conditional convergence

if |an| diverges but an converges

49
New cards

root test of an

let p = lim as n approaches inf of (nth-root(|an|)); if 0 <= p <= 1, an converges absolutely; if p > 1 or = inf, an diverges; if p = 1, test is inconclusive

50
New cards

limit rule for any polynomial p(n)

lim as n approaches infinity of (p(n))1/n = 1

51
New cards

definition of constant e

lim as n approaches infinity of (1 + 1/n)n

52
New cards

power series: radius of convergence

distance from domain endpoints to center