Alpha only content

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/50

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 2:47 PM on 8/21/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

51 Terms

1
New cards

What are the steps of a Riemann sum?

  1. Base: Δxi = (b-a)/n, b is upper limit and a is lower limit

  2. Starting x: xi = a + (b-a)i/n

  3. Height: f(xi) (calculate this until you have an answer in terms of n, i and constants)

  4. Sum of all the heights: n[i=1] f(xi) (the i=1 goes below the summation and the n goes on top)

  5. Area of n rectangles: Δxi × n[i=1] f(xi) (the i=1 goes below the summation and the n goes on top)

  6. Area under the graph: ab f(x) dx = lim(n→∞)[ bases × ∑heights ]


2
New cards

What does the step: Base: Δxi = (b-a)/n, b is upper limit and a is lower limit actually look like?

knowt flashcard image
3
New cards

What does the step:Starting x: xi = a + (b-a)i/n actually look like?

knowt flashcard image
4
New cards
  1. Height: f(xi) (calculate this until you have an answer in terms of n, i and constants)


knowt flashcard image
5
New cards

What does the step: Height: f(xi) (calculate this until you have an answer in terms of n, i and constants) actually look like?

knowt flashcard image
6
New cards

What does the step: Sum of all the heights: n[i=1] f(xi) (the i=1 goes below the summation and the n goes on top) actually look like?

knowt flashcard image
7
New cards

What does the step: Area under the graph: ab f(x) dx = lim(n→∞)[ bases × ∑heights ] actually look like?

knowt flashcard image
8
New cards

What are the coefficients in the 3rd row / 2nd power of pascal’s triangle?

1 ; 2 ; 1

9
New cards

What are the coefficients in the 4th row / 3rd power of pascal’s triangle?

1 ; 3 ; 3 ; 1

10
New cards

What are the coefficients in the 5th row / 4th power of pascal’s triangle?

1 ; 4 ; 6 ; 4 ; 1

11
New cards

What are the coefficients in the 6th row / 5th power of pascal’s triangle?

1 ; 5 ; 10 ; 10 ; 5 ; 1

12
New cards

What are the coefficients in the 7th row / 6th power of pascal’s triangle?

1 ; 6 ; 15 ; 20 ; 15 ; 6 ; 1

13
New cards

Formula for a binomial expansion using pascals triangle

(a + b)n = anb0 + Can-1b1 + Can-2b2 … Ca1bn-1 + a0bn where C is the coefficient determined by pascal’s triangle

14
New cards

What is the formula of the binomial theorem (Not simplified)

knowt flashcard image
15
New cards

Binomial theorem simplified with combinations

knowt flashcard image
16
New cards

How to find the nth term with binomial theorem

Where:
r is the term number you want
n is the power binomial
a the first term in the binomial
b is the second term in the binomial

<p>Where: <br>r is the term number you want<br>n is the power binomial <br>a the first term in the binomial<br>b is the second term in the binomial</p>
17
New cards

Steps for rieman sum (Notes)


<p></p>
18
New cards

How to multiply matrics

  1. Multiply the 1st term in the first row of matrix 1 and the 1st term in the 1st column of matrix 2

  2. Multiply the 2nd term in the first row of matrix 1 and the 2nd term in the 1st column of matrix 2

  3. … repeat until 1st row and first column are done

  4. Add these products, this the row 1 col 1 value in your new matrix

  5. Multiply the 1st term in the first row of the matrix with the 1st term in the 2nd column of the matrix

  6. Multiply the 2nd term in the first row of the matrix with the 2nd term in the 2nd column of the matrix

  7. … repeat until 1st row and second column are done

  8. Add these products, this is the row 1 col 2 value in your new matrix

  9. Complete all the columns for row 1

  10. Repeat the process for subsequent rows


19
New cards

What is the determinant of a 2 by 2 matrix

knowt flashcard image
20
New cards

What is the determinant formula for a 3 × 3 matrix

knowt flashcard image
21
New cards

How to solve systems of linear equations

  1. Turn the coefficients of the multivariable into a matrix [A] and have another 1 column multirow matrix, all = to the constants

  2. Determine A (Determinant of the matrix)

  3. Apply Cramer’s rule to determine the determinant An

  4. (Cramer’s rule being A1 is the determinant of the inverse matrix except the first column is replaced by the constants, A 2 is the determinant of the inverse matrix except the second column is replaced by the constants)

  5. Apply A/A1 to determine x, A/A2 to determine Y, etc…


22
New cards

Formula of an inverse matrix

knowt flashcard image
23
New cards

What is [A] x [A-1] in matrices?

knowt flashcard image
24
New cards

POINT PRODUCT:

a . b = |a| x |b| x cos(THETA)
|a| = magnitude of vector
|b| = magnitude of vector
(THETA) is the angle between the 2 vectors

25
New cards

When are vectors perpindicular?

When their point product is = to zero

26
New cards

Directions of 3D vectors

knowt flashcard image
27
New cards

What is a unit vector

knowt flashcard image
28
New cards

How to determine the angle between 2 2D vectors

knowt flashcard image
29
New cards

How to determine the magnitude of a 3D vector that is not at the origin

v = (x1 − x2; y1 − y2 ; z1 − z2)

30
New cards

What are the substitutes for the x,y and z axis in 3D vectors?

x axis = i

y axis = j

z axis = k

31
New cards

When are vectors equal?

Same magnitude and same direction
(For 3D this means having the same magnitude and the same direction cosigns)

Direction cosign - u1 / |u|

32
New cards

How can a 3D vector be written?

OP = V = (2;3;5) = 2i +3j + 5k

33
New cards

What is a unit vector

A vector with the same direction as another one, but with a total magnitude of 1

34
New cards

POINT PRODUCT of vectors (3D)

knowt flashcard image
35
New cards

ANGLE BETWEEN TWO VECTORS (3D vectors)

knowt flashcard image
36
New cards

What is the cross product used for?

A perpendicular vector to the other 2 vectors the product consists of

37
New cards

How to determine the cross product of 2 3D vectors:

knowt flashcard image
38
New cards

When are 2 vectors parallel in 3D vectors?

Two non-zero vectors a and b are parallel if and only if a × b = 0.

39
New cards

How to determine the area of a parallelogram formed by 2 vectors

The magnitude of the cross product a × b is the area of the parallelogram that is

formed by a and b.

40
New cards

What is z in complex numbers?

a + bi

41
New cards

What is z* in complex numbers?

a - bi

42
New cards

Technique of rectangular form of a complex number

a + bi where a corresponds to the length (Re) and b corresponds to the height (Im)

43
New cards

Technique of polar form of a complex number

  1. Draw out the complex plain and draw the point using rectangular coordinates

  2. Label everything and use Pythagoras to determine r

  3. Use arctan or tan to determine the reference angle

  4. Determine r. cis θ [meaning r. (cos θ + isin θ)]


44
New cards

What is r in complex numbers?

The modulus - the hypotenuse of the right angled triangle that the imaginary and real parts of a complex number form on a complex plain

45
New cards

What is θ in complex number polar form

The argument - the angle between the positive Real axis and the hypotenuse of the right angled triangle that the imaginary and real parts of a complex number form on a complex plain

46
New cards

How to convert polar form into exponential form

knowt flashcard image
47
New cards

Multiplying of Complex Numbers

knowt flashcard image
48
New cards

Division of Complex Numbers

knowt flashcard image
49
New cards

De Moivre’s Theorem

knowt flashcard image
50
New cards

How to use De Moivre’s theorem

Us it to sidestep the binomial theorem for an expansion of a complex number

51
New cards

How does a sin or cos expansion of a coefficient before the variable use the binomial theorem?

  1. Expand the trig term via de Moivre’s Theorem to have the coefficient acting as the exponent of a binomial term

  2. Use the binomial theorem to expand the whole thing

  3. Isolate either the real or imaginary side to complete the expansion