Mathematics II

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

1/49

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 7:19 PM on 5/15/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

50 Terms

1
New cards

What is the formula for the limit of a composite function?

lim (x -> a) f(g(x)) = f(lim (x -> a) g(x))

2
New cards

When is a function continuous?

lim (x -> a-) f(x) = lim (x -> a+) f(x) = f(a)

3
New cards

When does a limit exist?

lim (x -> a-) f(x) = lim (x -> a+) f(x)

4
New cards

What is the formula for the ceiling function?

⌈x⌉ = the smallest integer greater than or equal to x

5
New cards

What is the formula for the floor function?

⌊x⌋ = the greatest integer less than or equal to x

6
New cards

What is the formula for L'Hôpital's Rule?

If lim (x -> c) f(x)/g(x) is indeterminate, then lim (x -> c) f(x)/g(x) = lim (x -> c) f'(x)/g'(x)

7
New cards

If f(x) is differentiable at c, f is [?] at c?

continuous

8
New cards

What is the formula for the Riemann Sum?

Σ f(xix_i*) Δx

9
New cards
<p>What is the process when solving a Riemann Sum problem?</p>

What is the process when solving a Riemann Sum problem?

1. Calculate Δx

2. xix_i = a + iΔx

3. plug xix_i into f(xix_i*)

4. isolate i sum and replace with n

5. Simplify n expression

6. Calculate answer when n -> infinity

<p>1. Calculate Δx</p><p>2. $$x_i$$ = a + iΔx</p><p>3. plug $$x_i$$ into f($$x_i$$*)</p><p>4. isolate i sum and replace with n</p><p>5. Simplify n expression</p><p>6. Calculate answer when n -&gt; infinity</p>
10
New cards
<p>Determine an appropriate inequality that bounds A using the Comparison Theorem and write a general Min-Max Bounding Method</p>

Determine an appropriate inequality that bounds A using the Comparison Theorem and write a general Min-Max Bounding Method

Min-Max Bounding Method:

S = ∫[a to b] f(x) dx with f(x) contiunous on [a,b]

  1. Identify the integrand i.e. f(x) = (the integrand)

  2. Find where f(x) is largest and smallest on the interval

    • Check if f(x) increasing or decreasing

    • OR evaluate f(a) and f(b) if monotonic (always increasing/decreasing)

  3. Use the bounding inequality
    min f(x) (b - a) ≤ ∫[a to b] f(x) dx ≤ max f(x) (b - a)

  4. Substitute in the values for min/max f(x) - compute the bounds

<p>Min-Max Bounding Method:</p><p>S = ∫[a to b] f(x) dx with f(x) contiunous on [a,b]</p><ol><li><p>Identify the integrand i.e. f(x) = (the integrand)</p></li><li><p>Find where f(x) is largest and smallest on the interval</p><ul><li><p>Check if f(x) increasing or decreasing</p></li><li><p>OR evaluate f(a) and f(b) if monotonic (always increasing/decreasing)</p></li></ul></li><li><p>Use the bounding inequality<br>min f(x) (b - a) ≤ ∫[a to b] f(x) dx ≤ max f(x) (b - a)</p></li><li><p>Substitute in the values for min/max f(x) - compute the bounds</p></li></ol><p></p>
11
New cards

What is the formula for the average value of a function?

Average = (1/(b-a)) ∫[a to b] f(x) dx

12
New cards

What is the formula for the area between two curves?

Area = ∫[a to b] |top curve - bottom curve| dx

Area = ∫[a to b] |right curve - left curve| dy

13
New cards

How to differentiate partial derivates?

Differentiate as usual but pretend y is a constant for ∂f/∂x and vice versa for ∂f/∂y

14
New cards

2f/xy∂^2f/∂x∂y

Read R -> L

ie ∂f/∂y first

then ∂f/∂x

15
New cards

What is Newton-Raphson Method?

xn+1x_{n+1} = xnx_n - f(xn)/f(xn)f(x_n)/f'(x_n)

16
New cards

Critical Points

a point on a graph where the derivative is either zero or undefined.

17
New cards

What is the formula for the instantaneous rate of change?

f'(x) = lim (h -> 0) [f(x + h) - f(x)] / h

18
New cards

f'(x) < 0 = f(x) ?

f'(x) > 0 = f(x) ?

f'(x) < 0 = f(x) decreasing

f'(x) > 0 = f(x) increasing

19
New cards

f'(x) = 0, f''(x) < 0 = ?

f'(x) = 0, f''(x) > 0 = ?

f'(x) = 0, f''(x) < 0 = maximum

f'(x) = 0, f''(x) > 0 = minimum

20
New cards

When is there a:

Vertical asymptote?

Horizontal asymptote?

Vertical asymptote = lim (x -> a+) f(x) or lim (x -> a-) = +/- infinity

Horizontal asymptote = y = L if lim (x -> +/- infinity) f(x) = L

21
New cards

Σr

Σr2Σr^2

Σr3Σr^3

between r =1 to n

Σr = n(n+1)/2

Σr2=(n(n+1)(2n+1))/6Σr^2 = (n(n+1)(2n+1))/6

Σr3=(n2(n+1)2)/4Σr^3 = (n^2(n+1)^2)/4

22
New cards

What is the formula for the Fundamental Theorem of Calculus?

If F is an antiderivative of f on [a, b], then ∫[a to b] f(x) dx = F(b) - F(a)

23
New cards

What is the formula for the [?] of a function?

1. gradient

2. magnitude?

3. direction?

1. ∇f = (∂f/∂x, ∂f/∂y)

2. |∇f| = √((∂f/∂x)^2 + (∂f/∂y)^2)

3. ∇f/ |∇f|

24
New cards

1. Product rule

2. Quotient rule

3. integration by parts

1. uv' + vu'

2. (vu' - uv')/v^2

3. ∫uv' dx = uv - ∫vu' dx

25
New cards

a.b = ?

alternative notation (2 forms) = ?

a.b = |a| |b| cosθ

alternative = <a,b> or (a^T)b

26
New cards

What is the:

  1. Cauchy-Schwarz Inequality?

  2. Triangle inequality

  1. |<x,y>| \le | x | | y|

  2. | x + y | \le | x | + | y |

27
New cards

v1v_1^→ = (2, 1)T^T

v2v_2^{\to} = (4, 1)T^T

How do you show span(v₁, v₂) long and short method?

Long Method:

  1. v=v^→ = (x,y)T=α1v1+α2v2(x, y)^T = α₁v₁^→ + α₂v₂^→

  2. Split into x and y
    x = 2α₁ + 4α₂
    y = α₁ + α₂

  3. Solve for α₁ and α₂
    α₁ = 2y - x/2
    α₂ = x/2 - y

Short Method: There are 2 vectors of dimension 2 ∴ span R²

28
New cards

<a, b> = ? for x in [0, 1]

∫(1 to 0) a(x)b(x) dx

29
New cards

What is the formula for the determinant of a [?] matrix?

1. 2x2

2. 3x3

3. 4x4

1. det(A) = ad - bc

2. det(A) = a(ei - fh) - b(di - fg) + c(dh - eg)

3. Turn matrix into upper triangular form

det(A) = (product of diagonal entries) x (correction factors)

Correction factors:

- swap 2 rows = x -1

- multiply a row by k = x k

- adding a multiple of one row to another = no change

30
New cards

Linear Map = ?

T(ax + by) = aT(x) + bT(y)

31
New cards

What is the formula for the [?] of a matrix?

1. eigenvalues?

2. eigenvectors?

1. eigenvalues = Solve det(A - λI) = 0

2. eigenvectors = Solve (A - λI)v = 0 where v is the eigenvector

32
New cards

What is the formula for the sum of an

1. arithmetic series?

2. geometric series?

1. S_n = n/2 * (a + l) where l is the last term

2. S_n = a(1 - r^n) / (1 - r) for r ≠ 1

33
New cards

How do you find:

  1. PDF (if you have e.g. f(x) = {a if 0 ≤ x < 0.5, a/3 if 0.5 ≤ x ≤ 1})

  2. CDF from PDF

  3. PDF from CDF

  4. Probability

    1. Using PDF

    2. Using CDF

  1. ∫[a to b] f(x) dx + ∫[c to d] g(x) dx +… = 1 (solve sum of integrals = 1)

  2. F(x) = ∫[-∞ to x] f(t) dt - piecewise i.e. based on bounds (might not be -∞)

  3. differentiate - d/dx F(x)

  4. Probability:

    1. PDF: ∫[a to b] f(x) dx + ∫[c to d] g(x) dx using bounds from PDF

    2. CDF: P(a < X < b) = F(b) - F(a)

34
New cards

PDF = ?

CDF = ?

PDF = P(a <= X <= b) = ∫(b to a) f(x) dx where f(x) = PDF

CDF = F_x(x) = F(x) = P(X <= x) =

∫(x to - infinity) f(x) dx

35
New cards

How to convert to standard z?

z = (x - μ)/σ

36
New cards

1. E[aX + bY] = ?

2. V[aX + bY] if X and Y independent = ?

3. V[aX + bY + c] = ?

1. E[aX + bY] = aE[X] + bE[Y]

2. V[aX + bY] if X and Y independent =

a^2V[X] + b^2V[Y]

3. V[aX + bY + c] = a^2V[X] + b^2V[Y] + 2ab*cov(X)

37
New cards

What is the formula for the expected value of a random variable?

E[X] = Σ [x P(X=x)] for discrete variables or E[X] = ∫ x f(x) dx for continuous variables

38
New cards

What is the formula for variance?

Var(X) = E[X^2] - (E[X])^2

39
New cards
  1. E[X_sm] = ?

  2. V[X_sm] = ?

  3. What is V_sm and how does it differ from s2s^2?

  1. E[X_sm] = E[X]

  2. V[X_sm] = V[X]/n

  3. V_sm = characterise the variance of a given distribution
    s2 = specific sample variance (estimate = /n - 1) - only use if not given true variance

40
New cards

std error = ?

σ[X_sm] ∝ 1/√n

therefore

σ[X_sm] = σ[X]/√n

41
New cards

What is the formula for the margin of error?

margin of error = z-score * σ[X_sm]

where z-score is for the specific confidence interval and takes into account the extra left tail

e.g. 95% confidence interval → z = 0.975 as 5% left over / 2 (as two tailed) = 2.5%
∴ z-score = P(Z ≤ z₂) where z₂ = 0.95 + 0.025

42
New cards

Is:

d₉₅ > d₉₀ or d₉₀ > d₉₅ and why?

d₉₅ > d₉₀ as greater confidence requires larger interval

43
New cards

μ = ? in regards to margin of error

μ = μ_sm +/- d where d = margin of error

44
New cards
term image
knowt flashcard image
45
New cards

s2s^2 = ?

s2=(xiμsm)2n1s^2=\sum\frac{\left(x_{i}-\mu_{sm}\right)^2}{n-1}

46
New cards

Normal Binomial

µ = ?

σ = ?

µ = np

σ = √(np(1-p))

47
New cards

What are the 2 ways to write a confidence interval of 95%

P(XsmdX_{sm}-d ≤ µ ≤ Xsm+dX_{sm}+d ) = P(µ - d ≤ XsmX_{sm} ≤ µ + d) = 0.95

48
New cards
term image
knowt flashcard image
49
New cards

What is the chain rule (conditional probability)?

P(A \cap B) = P(A | B) x P(B)

50
New cards

What is Bayes’ Theorem?

P(B | A) = P(AB)P(B)P(A)\frac{P(A\vert B)P(B)}{P(A)}