Unit 2 Flashcards

1
Q

What is i equal to

A

the root of -1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the form of complex numbers

A

a+bi

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How to add or subtract complex numbers

A

To add or subtract complex numbers gather the real parts together and the imaginary parts together

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How to multiply complex numbers

A

To multiply complex numbers multiply out brackets

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How to divide complex numbers

A

To divide times the division by the complex conjugate of the denominator

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How to find the square roots of complex numbers

A

let a + bi = the root square a+bi to remove the root on the other side multiply the left side out correlate the left to right in terms of complex and nornaml numers Then solve to find both a and b the answer is thus the a and b values in the form a + bi

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How to find the roots of a cubic or quartic when one complex root is given

A

If the root given is non-real then its conjugate is also a root of the polynomial we now know too roots and thus the factors are (z-(the first )) and (z-(the second)) Multiply them together Divide the original cubic by the product using long division the result of such can then be manipulated to find the final root meaning what is z equal too for the quartic the roots for the result will have to be find via a different method as there will be two

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the quadratic formula

A

x= -b+- the root of b^2 - 4ac divided by 2a

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Formula to find the nth term of an arthimetic sequence

A

un = a + (n-1)d

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Formula to find the nth term of a geometric sequence

A

un = ar^n-1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

How to find the sum to infinity of a geometric series

A

is r >1 then the sum to infinity is undefined if r<1 then the sum to infinity can be found using the equation s(infinity sign) = a divided by 1-r

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is a

A

The first term of a series

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

How to find the maclaurian expension of sin2x

A

find the expansion of sinx and substiutie the end answer x with 2x

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

How to expand composite functions such as e^xcos3x

A

find the expansion of e^x find the expansion of cos3x multiply them together

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the expansion of e^x

A

1 + x + x^2/2! + x^3/3! + x^4/4! + …

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

How to find The sum of (ar + b) when r =1

A

an/2(n+1)+ bn

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

How to find the sum when r = k+1

A

find the sum when r =1 - the sum when n =k

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

How to prove a function is even

A

show that f(-x) = f(x)

19
Q

How to prove a function is odd

A

show that f(-x)= -f(x)

20
Q

How to find stationary points

A

The first derivative equal to 0

21
Q

What order to sketch curve

A
  1. Mark roots 2. Turning points 3. Vertical asymptotes 4. y-intercept
22
Q

How to prove that a function is even

A

show that f(-x) = f(x)

23
Q

How to prove that a function is odd

A

f(-x) = -f(x)

24
Q

What does -f(x) do

A

reflection of the graph f(x) in the x-axis

25
graph of f(-x)
reflection of the graph of f(x) in the y-axis
26
graph of f(x) +- a
+ a shifts the graph up a units - a shifts the graph down a units
27
graph of kf(x)
k\>1 then the graph is strectched vertically k\<1 the graph will be compressed vertically
28
f(x +- b)
f(x + b) will shift the graph left b units f(x - b) will shift the graph right b units
29
f(cx)
c\>1 then the graph f(x) will be stretched horizontally c\<1 then the graph will be compressed horizontally
30
What is the formula for volume of revolution around the x-axis
integral of b a limit pi x y^2 dx
31
What is the formula for volume of revoltuion around the y-axis
integral of b a pi \* x^2 dy
32
What must be true for matrix multiplcation to take place
for A x B to be possible, the number of columns of A must match the number of rows of B
33
what makes a matrix orthogonal
if A'A= I
34
what makes a matrix symmetric
if A' = A, the matrix will be symmetrical about the leading diagonal
35
What makes a matrix skew-symmetric
If A' = -A there can only be zeros in the leading diagonal
36
what makes matrix B the inverse of matrix A
if AB = BA = I thus only square matrixes can be inverse
37
the determinant is denoted by det (A) or |A|, how is this calculated
is defined as |A| = ad - bc
38
What makes a matrix non-singular and invertible
if |A| doesnt equal 0
39
What makes a matrix a singular
if |A| = 0
40
What is the General term of the binomail expansion
41
How do you expand (n r)
42
What are the four forms of auxillary equations
Distinct real roots: y = Ae^m1x + Be^m2x Repeated real roots: Y = (A + Bx)e^mx Imaginary roots: Y = Acosβx + Bsinβx (For imaginary roots in the form +/- βi) Complex roots: Y = e^αx(Acosβx + Bsinβx) (For imaginary roots in the form α +/- βi)
43