Solution: Since 6π is a special angle, we know that sin(6π)=21
Example 2:
Simplify cos(2π−3π)
Solution: Using the cofunction identity, we have cos(2π−3π)=sin(3π)=23
Probability
Definitions:
Probability: The measure of the likelihood that an event will occur.
Sample Space: The set of all possible outcomes of an experiment.
Event: A subset of the sample space.
Probability of an Event: The ratio of the number of favorable outcomes to the number of possible outcomes.
Probability Rules:
Rule of Complement: P(A’)=1−P(A)
Addition Rule: P(A∪B)=P(A)+P(B)−P(A∩B)
Multiplication Rule: P(A∩B)=P(A)⋅P(B∣A), where P(B∣A) is the probability of event B occurring given that event A has already occurred.
Example 1:
A fair die is rolled. What is the probability of rolling an even number?
Solution: There are 3 favorable outcomes (2, 4, 6) out of 6 possible outcomes (1, 2, 3, 4, 5, 6). Therefore, the probability is 63=21
Example 2:
Two cards are drawn successively from a standard deck of playing cards without replacement. What is the probability of drawing a heart on the first card and a diamond on the second card?
Solution: The probability of drawing a heart on the first card is 5213. Since one card has been removed, the probability of drawing a diamond on the second card is 5113 (there are now 13 diamonds left out of 51 cards). Therefore, the probability is 5213⋅5113
Matrices
Definition:
A matrix is a rectangular array of numbers, symbols, or expressions, arranged in rows and columns.
Matrix Operations:
Addition: To add two matrices, the corresponding elements are added.
Subtraction: To subtract two matrices, the corresponding elements are subtracted.
Scalar Multiplication: To multiply a matrix by a scalar, each element in the matrix is multiplied by the scalar.
Matrix Multiplication: To multiply two matrices, the rows of the first matrix are multiplied by the columns of the second matrix and the products are summed.
Example 1:
Add the following matrices:
[2413]+[−1325]
Solution: Adding the corresponding elements, we get [1738]
Example 2:
Multiply the following matrices:
[2341]⋅[1−235]
Solution: Applying matrix multiplication, we get [114718]
Complex Numbers
Definition:
A complex number is a number of the form a+bi, where a and b are real numbers and i represents the imaginary unit.
Operations with Complex Numbers:
Addition: (a+bi)+(c+di)=(a+c)+(b+d)i
Subtraction: (a+bi)−(c+di)=(a−c)+(b−d)i
Multiplication: (a+bi)⋅(c+di)=(ac−bd)+(ad+bc)i
Division: c+dia+bi=c2+d2(ac+bd)−(bc−ad)i
Example 1:
Add: (3+4i)+(2+5i)
Solution: Adding the real and imaginary parts separately, we get (3+2)+(4+5)i=5+9i
Example 2:
Multiply: (3+2i)⋅(4+5i)
Solution: Applying the distributive property, we get 12+15i+8i+10i2=12+23i−10=2+23i
Vectors
Definition:
A vector is a quantity that has both magnitude and direction.
Vector Operations:
Addition: To add two vectors, the corresponding components are added.
Subtraction: To subtract two vectors, the corresponding components are subtracted.
Scalar Multiplication: To multiply a vector by a scalar, each component in the vector is multiplied by the scalar.
Dot Product: To find the dot product of two vectors, the corresponding components are multiplied and then summed.
Cross Product: To find the cross product of two vectors, the magnitude and direction are calculated according to specific rules.
Example 1:
Add the following vectors:
v=[25] and u=[−13]
Solution: Adding the corresponding components, we get v+u=[2+(−1)5+3]
Example 2:
Find the dot product of the following vectors:
v=[2−3] and u=[41]
Solution: Multiplying the corresponding components and then summing, we get v⋅u=(2)(4)+(−3)(1)
Logarithm - Example – Properties of logarithms
Example 1:
Simplify log327
Solution: Since 33=27, the logarithm of 27 to the base 3 is 3. Therefore, log327=3
Example 2:
Solve for x: log5x=2
Solution: Since 52=25, the value of x is 25. Therefore, x=25
Exponents and Radicals - Example – Laws of exponents
Example 1:
Simplify: 23×22
Solution: Applying the product rule of exponents, we get 23×22=23+2=25=32
Example 2:
Simplify: 38⋅327
Solution: Applying the product rule of radicals, we get 38⋅327=38×27=3216=6
Complex Numbers - Example – Addition and multiplication of complex numbers