Semester 2

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

1/23

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 12:51 PM on 4/16/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

24 Terms

1
New cards

DIFFERENTIATION (CALCULUS) EXTENSIONS

DIFFERENTIATION (CALCULUS) EXTENSIONS

2
New cards

Recap: what are all the interesting features of a function? (5 old, 3 new)

  1. Vertical axis intercept (y-intercept)

  2. Horizontal axis intercepts/roots - use discriminant (b² - 4ac), if no roots then doesn’t go through/touch horizontal axis

  3. Stationary points - f’(x) = 0, f’’(x) < 0 or > 0 OR = 0 for POI, f’’’(x) < 0 or > 0 upward/downward flowing

  4. Non-stationary points - only for cubic or higher f’’(x) = 0, f’’’(x) < 0 or > 0 upward/downward flowing

  5. Continuous - limits

  1. Concave or convex - (2nd derivative)

  2. Smooth or kinked

  3. Constraints - binding or slack

<ol><li><p><strong>Vertical axis intercept</strong> (y-intercept)</p></li><li><p>Horizontal axis intercepts/<strong>roots</strong> - use discriminant (b² - 4ac), if no roots then doesn’t go through/touch horizontal axis</p></li><li><p><strong>Stationary points</strong> - f’(x) = 0, f’’(x) &lt; 0 or &gt; 0 OR = 0 for POI, f’’’(x) &lt; 0 or &gt; 0 upward/downward flowing</p></li><li><p><strong>Non-stationary points</strong> - only for cubic or higher f’’(x) = 0, f’’’(x) &lt; 0 or &gt; 0 upward/downward flowing</p></li><li><p><strong>Continuous </strong>- limits</p></li></ol><p></p><ol start="6"><li><p><strong>Concave or convex </strong>- (2nd derivative)</p></li><li><p><strong>Smooth or kinked</strong></p></li><li><p><strong>Constraints</strong> - binding or slack</p></li></ol><p></p>
3
New cards

*if there’s no number at the end of the equation, e.g. y = 3x + 2x

4
New cards

GROWTH, DISCOUNTING AND NATURAL NUMBERS

GROWTH, DISCOUNTING AND NATURAL NUMBERS

5
New cards

MATRIX ALGEBRA

MATRIX ALGEBRA

6
New cards

In a matrix, what order do we have to read it in first to get the position of any element?

<p></p>
7
New cards

d

  • Matrix bold (collection of numbers)

  • Elements not bold (only one element, not a collection)

  • Can write elements with comma or without - e.g. A52 OR A5,2

<ul><li><p>Matrix <strong>bold</strong> (collection of numbers)</p></li><li><p>Elements not bold (only one element, not a collection)</p></li><li><p>Can write elements with comma or without - e.g. A<sub>52</sub> OR A<sub>5,2</sub> </p></li></ul><p></p>
8
New cards

What are the 6 different types of matrix’s?

  1. Vector matrix - column matrix

  2. Vector matrix - row matrix

  3. Square matrix

  4. Square matrix - identity matrix

  5. Null (zero) matrix

  6. Scalar

9
New cards

For the 2 types of vector matrix’s:

  • What is the special characteristic for both?

  • How do you denote a vector matrix?

  • One of the dimensions is EQUAL TO 1

  • A vector is denoted as a lower case bold

<ul><li><p>One of the dimensions is <u>EQUAL TO 1</u></p></li><li><p>A vector is denoted as a <strong>lower case bold</strong></p></li></ul><p></p>
10
New cards

For the 2 types of square matrix:

  • Describe both and how they are different

knowt flashcard image
11
New cards

Describe a:

  • Null (zero) matrix

  • Scalar

*don’t ever really see null matrix*

Scalar = 1×1

<p><em>*don’t ever really see null matrix*</em></p><p><strong>Scalar = 1×1</strong></p>
12
New cards

What are the 3 different matrix operations?

  1. Transpose (not used that often)

  2. Addition/subtraction

  3. Multiplication

13
New cards

What is transpose?

  • “Flip things”

  • Denoted by a prime - e.g. A’ or b’

  • Exchanges the row and column position of the elements in the matrix - so A (3×2) becomes A (2×3)

  • E.g. position A12 = A’21

<ul><li><p>“Flip things”</p></li><li><p>Denoted by a <u>prime</u> - e.g.<strong> A’ or b’</strong></p></li><li><p>Exchanges the row and column position of the elements in the matrix - so A (3×2) becomes A (2×3)</p></li><li><p>E.g. position A<sub>12</sub> = A’<sub>21</sub></p></li></ul><p></p>
14
New cards

How is transpose different for:

  • a square matrix

  • a (square) identity matrix

Matrix’s where the transpose is the same (D=D’) = symmetric matrix

> ALL identity matrix are symmetric

> Has to be square to be a symmetric matrix

<p>Matrix’s where the transpose is the same (D=D’) = <strong>symmetric matrix</strong></p><p><em>&gt; ALL identity matrix are symmetric</em></p><p><em>&gt; Has to be square to be a symmetric matrix </em></p><p></p>
15
New cards

What are the conformability conditions for:

  • Addition/subtraction

  • Multiplication

Addition/subtraction: must be SAME DIMENSIONS

> e.g. A + B = 3×3

Multiplication: number of columns in 1st matrix = number of rows in 2nd matrix

> e.g. A = 3×2, B = 2×3 (2=2)

16
New cards

Are addition/subtraction & multiplication:

  • Commutative (swap position of numbers and still get the same answer)

  • Associative (grouping of numbers change and still get same answer)

Addition/subtraction:

  • Commutative > e.g. A + B = B + A

  • Associative > e.g. (A + B) + C = B (A + C)

Multiplication:

  • NOT commutative >

17
New cards

How do you add/subtract a matrix?

Elements in the same position are added/subtracted to form the resulting matrix

<p>Elements in the<strong> same position </strong>are added/subtracted to form the resulting matrix</p>
18
New cards

What happens when you add/subtract a square matrix and its transpose together?

Gives you a symmetric matrix

<p>Gives you a <strong>symmetric matrix </strong></p>
19
New cards

What happens if you add a matrix to a null matrix?

Leaves initial matrix unchanged (null = 0)

<p>Leaves initial matrix unchanged (null = 0)</p>
20
New cards

What are the steps to multiplying matrices:

  • Vectors/Square matrix

  • Scalars

Vectors/square:

  1. Check for conformability - e.g. if A = 3×2 and B = 2×3 then this is conformable, if not then can’t multiply

  2. Work out dimensions of resulting matrix - by looking at rows in 1st matrix & columns in 2nd matrix, e.g. 3×3 in this case

  3. Draw out each position of new matrix - *optional for just makes it easier*, e.g. B11, B12, etc.

  4. Multiply + add each position - e.g. B12 = row 1 (matrix 1) column 2 (matrix 2) > for each element multiply its corresponding element then add it up to get total of B12

Scalars:

  1. Times everything by scalar - e.g. [ 2 3 8 ] and scalar = 2 then it would be [ 4 6 16 ]

<p><span style="color: rgb(7, 0, 188);"><strong><u>Vectors/square:</u></strong></span></p><ol><li><p><strong>Check for conformability</strong> - e.g. if A = 3×2 and B = 2×3 then this is conformable, if not then can’t multiply</p></li><li><p><strong>Work out dimensions of resulting matrix</strong> - by looking at rows in 1st matrix &amp; columns in <strong>2nd matrix, e.g. 3×3 in this case</strong></p></li><li><p><strong>Draw out each position of new matrix </strong>- *<em>optional for just makes it easier</em>*, e.g. B11, B12, etc.</p></li><li><p><strong>Multiply + add each position </strong>- e.g. B12 = row 1 (matrix 1) column 2 (matrix 2) &gt; for each element multiply its corresponding element then add it up to get total of B12</p></li></ol><p></p><p><span style="color: rgb(227, 193, 0);"><strong><u>Scalars:</u></strong></span></p><ol><li><p><strong>Times everything by scalar </strong>- e.g. [ 2 3 8 ] and scalar = 2 then it would be [ 4 6 16 ]</p></li></ol><p></p>
21
New cards

What is a determinant?

  • What type of matrix can you work out its determinant for?

  • How is this denoted?

SINGLE NUMBER

> only for square matrix - denoted by ‘absolute value’

e.g. V 2×2 = |V|

22
New cards

How do you work out the determinant for a (square) matrix which is a 2×2?

  1. Subtracting diagonals - subtract product of the back diagonal elements, from the product of the forward diagonal elements, e.g. (V11xv22) - (V12-V21) = |V| *LEFT TO RIGHT*

  2. Classify matrix - determine whether its:

  • Non-singular (any positive or negative number)

  • Singular (0) - has some linear dependency between rows and columns (collinearity)

  1. Rank - it’s the number of linearly independent columns (or rows)

> If rank < columns then determinant = 0

> If rank = columns then determinant = non-singular

<ol><li><p><strong>Subtracting diagonals</strong> - subtract product of the back diagonal elements, from the product of the forward diagonal elements, e.g. (V11xv22) - (V12-V21) = <span>|V| </span><strong><span>*LEFT TO RIGHT*</span></strong></p></li><li><p><strong><span>Classify matrix</span></strong><span> - determine whether its:</span></p></li></ol><ul><li><p><span style="color: rgb(22, 157, 203);"><u><span>Non-singular (any positive or negative number)</span></u></span></p></li><li><p><span style="color: rgb(199, 24, 208);"><span>Singular (0)</span></span><span style="color: rgb(0, 0, 0);"><span> - has some linear dependency between rows and columns (collinearity)</span></span></p></li></ul><ol start="3"><li><p><strong>Rank </strong>- it’s the number of linearly independent columns (or rows) </p></li></ol><p>&gt; If rank &lt; columns then determinant = 0</p><p>&gt; If rank = columns then determinant = non-singular </p><p></p>
23
New cards

How do you work out the determinant for a (square) matrix which is a 3×3 or more?

24
New cards

Matrix multiplication = addition

Matrix determinant = subtraction

Matrix multiplication = addition

Matrix determinant = subtraction