Week 4 Flashcards
The inverse of function f can be written as f^-1.
What is f^-1(f^-1)?
f
If f and g both have inverses, what can (g.f)^-1 be written as?
(g.f)^-1 = (f^-1).(g^-1)
Note the change in the order in which the functions are applied
What are the steps of proof by mathematical induction?
Step 1 - Base Case - Prove that the first possible case is true.
Step 2 - Induction Assumption - Assume that n=k and that the statement is true for n=k.
Step 3 - Induction Step - Prove that the statement is true for n=k+1.
What are the steps of proof by strong mathematical induction?
Step 1 - Base Case - Prove that the first possible case is true.
Step 2 - Induction Assumption - Assume that n=k AND the statement is true for all values of n from 0 to k.
Step 3 - Induction Step - Prove that the statement is true for n=k+1.
What is a rational number?
A number that can be expressed as a fraction of two integers. (a/b) a is an integer and b is a non-zero integer.
What is the symbol for rational numbers?
Q
What is a real number?
A number that is not imaginary or complex.
What is the general form of a complex number?
a+bi (a is the real part and bi is the imaginary part)
If a+bi is a complex number, what is it’s conjugate?
a-bi
What is a+bi expressed in polar form?
a=rcos(theta)
b=rsin(theta)
a+bi = rcos(theta)+i*rsin(theta)=rcis(theta)
What is De Moivre’s Theorem? and when can it be applied?
De Moivre’s Theorem explains when a complex number is raised to a power n.
z = complex number = rcis(theta) = re^i(theta)
z^n = (re^i(theta))^n = (r^n)(e^intheta)