Math

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

1/136

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 11:23 PM on 8/25/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

137 Terms

1
New cards

Sequence

A list of numbers with a pattern.

2
New cards

Series

The sum of numbers in a sequence. Take that list of numbers separated by commas and replace it with a +.

3
New cards

Infinite Sequence

Sequences that have infinite terms

4
New cards

Common Log

y=log₁₀x

<p>y=log₁₀x</p>
5
New cards

Natural Log

y=lnx OR y=logₑx

<p>y=lnx OR y=log<span>ₑx</span></p>
6
New cards

Property of Logarithm

knowt flashcard image
7
New cards

Partial Fractions

  1. Check the degree (highest exponent): The degree of the numerator must be strictly less than the degree of the denominator. If it isn't (e.g., \(x^{3}\) on bottom and \(x^{2}\) on top), you must use polynomial long division first to simplify it.

  2. Factor the denominator: Break the denominator down into its simplest multiplied components (factors).

  3. Set up the fraction template: Assign unknown constants (usually \(A, B, C\), etc.) for the numerators over each factor.

  4. Solve for the constants: Multiply the entire equation by the common denominator to eliminate the fractions, then equate the coefficients or plug in smart values for \(x\) to solve for $A, B$, and \(C\).


  • Repeated Linear Factors: If a factor repeats, like \((x-a)^2\), you must account for each power: \(\frac{A}{x-a} + \frac{B}{(x-a)^2}\).


  1. For each irreducible quadratic factor 𝑎⁢𝑥2+𝑏⁢𝑥+𝑐 that 𝑄⁡(𝑥) contains, the decomposition must include

    𝐴⁢𝑥+𝐵𝑎⁢𝑥2+𝑏⁢𝑥+𝑐.

  2. For each repeated irreducible quadratic factor (𝑎⁢𝑥2+𝑏⁢𝑥+𝑐)𝑛, the decomposition must include

    𝐴1⁢𝑥+𝐵1𝑎⁢𝑥2+𝑏⁢𝑥+𝑐+𝐴2⁢𝑥+𝐵2(𝑎⁢𝑥2+𝑏⁢𝑥+𝑐)2+⋯+𝐴𝑛⁢𝑥+𝐵𝑛(𝑎⁢𝑥2+𝑏⁢𝑥+𝑐)𝑛.


Ex: ∫x²+3x+1/(x+2)(x-3)²(x²+4)² → A/x+2 + B/(x-3)^1 + C/(x-3)² + Dx+E/(x²+4)^1 + Fx+G/(x²+4)²

8
New cards

Double angle identity for sin2x

2sinxcosx

9
New cards

Double angle identity for cos2x

cos²x-sin²x, 2cos²x-1, 1-2sin²x

10
New cards

Double angle identity for tan2x

2tanx/1-tan²x

11
New cards

Power Reduction for sin²x

1-cos2x/2

12
New cards

Power Reduction for cos²x

1+cos2x/2

13
New cards

Power Reduction for tan²x

1-cos2x/1+cos2x

14
New cards

Power Reduction for csc²x

2/1-cos2x

15
New cards

Power Reduction for sec²x

2/1+cos2x

16
New cards

Power Reduction for cot²x

1+cos2x/1-cos2x

17
New cards

Product to Sum Formula for sinAcosB

(1/2) [sin(A+B) + sin(A-B)]

18
New cards

Product to Sum Formula for cosAsinB

(1/2) [sin(A+B) - sin(A-B)]

19
New cards

Product to Sum Formula for cosAcosB

(1/2) [cos(A+B) + cos(A-B)]

20
New cards

Product to Sum Formula for sinAsinB

(1/2) [cos(A-B) - cos(A+B)]

21
New cards

Cofunction identities

knowt flashcard image
22
New cards

When you integrate a product of cosine and sin, where the exponent for one of the functions is 1, and the other is >1

let u=the trig function with the higher power

23
New cards

If you have the integral of cos²x sin³x dx

Take the one with the odd exponent and split it up, and then use pythag identity on what you just split up

24
New cards

-cosx + C

∫sinx dx

25
New cards

sinx + C

∫cosx dx

26
New cards

tanx + C

∫sec²x dx

27
New cards

-cotx + C

∫csc²x dx

28
New cards

secx + C

∫secx tanx dx

29
New cards

-cscx + C

∫cscx cotx dx

30
New cards

ln|secx + tanx| +C

∫secx dx

31
New cards

ln|secx| +C

∫tanx dx

32
New cards

Derivatives of Inverse Trig Functions

knowt flashcard image
33
New cards

PSST Rule

Sec → Sec ← Tan
Derivative of secx = secxtanx
Integral of secxtanx = secx

Derivative of tanx = sec²x
Integral of sec²x = tanx

34
New cards

CCC Rule

Csc → -Csc ← Cot
Derivative of cscx = -cscxcotx
Integral of -cscxcotx = cscx

Derivative of cotx = -csc²x
Integral of -csc²x = cotx

35
New cards

Derivate of ln|x|

= 1/x

36
New cards

Integral of ln(x)

xln(x) - x + C

37
New cards

Product Rule for Log

logₙ(xy)=logₙx+logₙy

38
New cards

Quotient Rule for Log

logₙ(x/y) = logₙx-logₙy

39
New cards

Power Rule for Log

logₙ(x^b) = b logₙx

40
New cards

Change of Base Rule for Log

logₙx = log(sub c) x / log (sub x)b

41
New cards

Zero Rule for Log

logₙb(1) = 0

42
New cards

Pythagorean Identities

csc²x + sec²x = 1

sin²x + cos²x = 1

tan²x + 1 = sec²x

43
New cards

Arithmetic Sequences

add a d(difference) to each term

formula: a₁+(n-1)d

find d: a(sub)n+1 - a(sub)n

44
New cards

Geometric Sequence

multiply a common ratio

find r: r=a(sub)n+1/an

45
New cards

Alternating Sequences

goes from positive term to negative, pos, neg, pos, neg, …

46
New cards

Recursive Formula

formula: an=asub(n-1) +d

47
New cards

Explicit Formula for all Geometric

an=a1(r^n-1)

48
New cards

Recursive Formula for Geometric

an=a(sub)n-1 * r

49
New cards

Convergent Sequence

Given a sequence {an} if the terms an becomes artbitrarily close to a finite number L, as n becomes sufficiently lathe, we say {an} is a convergent sequence and L is the lmit of the sequence, In this case we write the lim as n goes to inifnity of an = L.

if the sequence is not convergent we say it is divergent

50
New cards

L’Hopital Rule

Used to evaluate limit of a function is indeterminate (0/0 or oo/oo or any combination), then you can use this rule to find the derivative of the numerator by itself, and the derivative of the denominator by itself. do not use quotient rule!!!

51
New cards

Finding horizontal asymptope of px^a/qx^b

if a>b, no HA

if b>a, HA @ 0

if a=b, HA @ p/q

52
New cards

Derivative of exponential function


<p></p>
53
New cards

Squeeze Theorem for Sequences

put sequence b in between sequence a and c to determine where sequence b converges or diverges

<p>put sequence b in between sequence a and c to determine where sequence b converges or diverges</p>
54
New cards

Bounded Above

if it is bounded above by a M, then M = y if your ceiling, and M is your horizontal aymptope

the shape of the sequence dots can only be horizontal or concave down

55
New cards

Bounded Below

if it is bounded below by a M, then M = y if your floor, and M is your horizontal aymptope

the shape of the sequence dots can only be horizontal or concave up

56
New cards

Bounded Sequence

the sequence has both a ceiling and a floor

57
New cards

boundary for {1/n}?

it is bounded above because 1/1 is 1 which 1 ≤ 1. we are looking at sequences

58
New cards

Relationship between boundaries and sequences

if a sequence converges, then it is bounded

if a sequence is bounded, it doesnt have to converge

59
New cards

Monotonic

an ≤ an+1

meaning that a number in a sequence has to be greater than or equal to the previous term

ex: {1, 2, 3, 4, 5, …} monotonic
ex: {1, 1, 2, 3, 4, …} monotonic
ex: {1, 0, -1, -2, …} monotonic
ex: {1, 2, 3, 2, 1, ….} not monotonic

60
New cards

Factorial

factorial is the number times all the following terms

ex: 5! = 5×4×3×2×1

ex: (2n+3)! = 2n!(2n+1)(2n+2)(2n+3)

61
New cards

n! = n (n-1) (n-2) (n-3) … * 1

62
New cards

Partial Sums

The sum of some of the terms in your sequence, not all of the terms

63
New cards

Infinite Series

A series that has an infinite number of terms

64
New cards

Finite Series

The sum of a finite number of terms

65
New cards

x^0

any number to a power of 0 is 0

66
New cards

Convergent Series

A series that adds up to a finite number or a sum that equals to a finite number

67
New cards

Divergent Series

The sum goes to infinity

68
New cards
<p>1/n(n+1)</p>

1/n(n+1)

goes to 1

69
New cards
<p>Geometric Series</p>

Geometric Series

goes to 2

if |r| < 1 then the series converges
if |r| ≥ 1 then the series diverges


<p>goes to 2</p><p>if |r| &lt; 1 then the series converges<br>if |r| ≥ 1 then the series diverges</p><p></p>
70
New cards

Harmonic Series

diverges

<p>diverges</p>
71
New cards

Partial Sums Formula

works only on geometric series

<p>works only on geometric series</p>
72
New cards

Telescoping Series

first term - last term OR first half term - last half term

ex: {1 - 2} + {2 - 3} + … + {9 - 10}
1-10 = 9

<p>first term - last term OR first half term - last half term</p><p>ex: {1 - 2} + {2 - 3} + … + {9 - 10}<br>1-10 = 9</p>
73
New cards

Divergence Test (or nth term test)

If we have a series that converges then an must = 0 or a(infinity) = 0. it doesnt tell you if the series converges

<p>If we have a series that converges then an must = 0 or a(infinity) = 0. it doesnt tell you if the series converges</p>
74
New cards

Integral Test

knowt flashcard image
75
New cards

P-Series

1. if it looks like a p-series
2. what is p?

<p>1. if it looks like a p-series<br>2. what is p? </p>
76
New cards

Estimating the Remainder

  1. make sure it satisfies the conditions

  2. find the integral of f(x) from N to oo to find RN


<ol><li><p>make sure it satisfies the conditions</p></li><li><p>find the integral of f(x) from N to oo to find RN</p></li></ol><p></p>
77
New cards

Comparison Test

Compare one function we don’t know how to do with another function we know how to do

for any series an, we want to find a bn, such that bn is always less than an and greater than 0

0≤an≤bn OR an≥bn≥0

<p>Compare one function we don’t know how to do with another function we know how to do</p><p>for any series an, we want to find a bn, such that bn is always less than an and greater than 0</p><p>0≤an≤bn OR an≥bn≥0</p>
78
New cards

Limit Comparison Test

take an and divide it by bn, then apply the limit, if it

≠ 0 then both converge or diverge

= 0 then bn converges, then an converges
then bn diverges, then an is inconclusive

= ∞ then bn diverges, then an diverges
then bn converges, then an is inconclusive

<p>take an and divide it by bn, then apply the limit, if it </p><p>≠ 0 then both converge or diverge</p><p>= 0 then bn converges, then an converges<br>then bn diverges, then an is inconclusive</p><p>= ∞ then bn diverges, then an diverges<br>then bn converges, then an is inconclusive</p>
79
New cards

Alternating Series

the terms alternate signs, from negative to positive and vice versa
(-1)^n/n to start with negative
(-1)^n+1/n to start with positive

three conditions
i. alternating series
ii. series is non-increasing
iii. lim of series bn = 0 (the last term is 0)

<p>the terms alternate signs, from negative to positive and vice versa<br>(-1)^n/n to start with negative<br>(-1)^n+1/n to start with positive</p><p>three conditions<br>i. alternating series<br>ii. series is non-increasing<br>iii. lim of series bn = 0 (the last term is 0)</p>
80
New cards

Sequence of odd numbers

ex: 1, 3, 5, 7, 9, = 2n+1

ex: 2, 4, 6, 8, 10 = 2n

81
New cards

Find Remainder in Alt. Series

do |RN| ≤ b(sub)N+1

plug in bN and plug in N

<p>do |RN| ≤ b(sub)N+1</p><p>plug in bN and plug in N</p>
82
New cards

Absolute convergence

exhibits absolute convergence when if the series converges with |an|

<p>exhibits absolute convergence when if the series converges with |an|</p>
83
New cards

Conditional convergence

exhibits conditional convergence if the series diverges with |an|

<p>exhibits conditional convergence if the series diverges with |an|</p>
84
New cards

Alternating harmonic series

it is conditionally convergent

<p>it is conditionally convergent</p>
85
New cards

Ratio Test

take the series and do n+1 to every n, then divide the series by the original series

<p>take the series and do n+1 to every n, then divide the series by the original series</p>
86
New cards

Root Test

87
New cards

Definition of e

lim as n goes to oo of (1 + 1/n)^n

<p>lim as n goes to oo of (1 + 1/n)^n</p>
88
New cards

Choosing a Convergence Test

knowt flashcard image
89
New cards

Series Tests

a telescoping series is one in which most of the terms cancel in each of the partial sums

<p><span>a telescoping series is one in which most of the terms cancel in each of the partial sums</span></p>
90
New cards

Power Series

Used to represent functions and define new functions. A function with a coefficient times a variable, where the variable has an exponent.

Can be thought of as an infinite polynomial (therefore always an infinite series) and also geometric series where r = x

∑n=0 to ∞ of c(sub)nx^n = c0X^0 + c1X^1 + c2X^2 + c3X^3 + …
∑n=0 to ∞ of c(sub)n (x-a)^n = c0(x-a)^0 + c1(x-a)^1 + c2(x-a)² + c3(x-a)³ + …

|x| ∠ 1 it converges
|x| ≥ 1 it diverges

Center location is the center of the power series graph
x-a; a is the center

91
New cards

Convergence of Power Series

Converges at x=a, diverges when x doesnt equal a
Converges for all real numbers it converges
Converges between a-R to a+R, outside of that it diverges and have to test the endpoints using the ratio test

<p>Converges at x=a, diverges when x doesnt equal a<br>Converges for all real numbers it converges<br>Converges between a-R to a+R, outside of that it diverges and have to test the endpoints using the ratio test</p>
92
New cards

Find radius of convergence

How to find radius:

93
New cards

Find interval of convergence

How to find interval of convergence: test both endpoints using the ratio test, put a-R into power series and use ratio test to see if the series converges or diverges. Repeat the process for a+R

if it converges, then change parenthesis to brackets
if it diverges, then keep the parenthesis

94
New cards

Conditions of power series

i. radius: 0. interval: [0,0]
ii. radius: ∞. interval: (-∞,∞)
iii. radius = a. interval (a-R, a+R) or [a-R, a+R]

<p>i. radius: 0. interval: [0,0]<br>ii. radius: ∞. interval: (-∞,∞)<br>iii. radius = a. interval (a-R, a+R) or [a-R, a+R]</p>
95
New cards

Representing a Function using Power Series

If the function f(x) = 1/1-x then we can use the summation of n=0 to oo of x^n

Indicate the radius or interval of convergence

Your function is exactly like the infinite sum of a geometric series where the r=x and a=1. I can use a geometric series to represent it, since it is the sum of a geometric series formula (S∞ = a/1-r) → 1/1-r

<p>If the function f(x) = 1/1-x then we can use the summation of n=0 to oo of x^n</p><p>Indicate the radius or interval of convergence</p><p>Your function is exactly like the infinite sum of a geometric series where the r=x and a=1. I can use a geometric series to represent it, since it is the sum of a geometric series formula (S∞ = a/1-r) → 1/1-r</p>
96
New cards

Representing a function that can’t use geometric or power series directly

f(x) and identify a g(x) such that g’(x) = f(x). Then the power series representing of this f(x) is the derivative of the power series that represents g(x)

EX: g(x)=1/(1-x)² we don’t know how to represent this, so we identify f(x)=1/1-x we find that f’(x)=g(x)
1/1-x the power series is ∑n=0 to ∞ of x^n. derivative of this power series is ∑n=0 to ∞ of nx^(n-1) OR ∑n=0 to ∞ of (n+1)x^n
could be done using integral — we have h(x) = ∫k(x)dx

97
New cards

i

imaginary numbers

√(-1) even root of negative # = i
odd root of positive # = a certain #

98
New cards

Combining Power Series

when you combine two series with different intervals, use the smaller interval

<p>when you combine two series with different intervals, use the smaller interval</p>
99
New cards

Taylor Series Formula

knowt flashcard image
100
New cards

Taylor Polynomial

A finite Taylor Series

0th Taylor poly. or 0th partial sum = f(a)
3rd taylor poly. or 3rd partial sum = psub3(x) = 4 terms