VECTORS
Vector Arithmetic
- Mathematical operations involving vectors, such as addition, subtraction, dot product, and cross product.
Vector Algebra
Definition:
- A vector is a quantity defined by its magnitude and direction.
- Notation:
- For a two-dimensional vector, the components are denoted as extbf{v} = egin{pmatrix} x_1 \ y_1 \ ext{and for a three-dimensional vector, it is denoted as } extbf{v} = egin{pmatrix} x_1 \ y_1 \ z_1 \.Given two vectors and :
- (i) Addition:
extbf{u} + extbf{v} = egin{pmatrix} u_1 + v_1 \ u_2 + v_2 \ u_3 + v_3 \
- (ii) Subtraction:
extbf{u} - extbf{v} = egin{pmatrix} u_1 - v_1 \ u_2 - v_2 \ u_3 - v_3 \
- (iii) If is a scalar, then:
k extbf{u} = egin{pmatrix} k u_1 \ k u_2 \ k u_3 \
Properties of Vector Operations
Addition of Vectors:
- Commutative: .Subtraction of Vectors:
- Non-commutative: .
Basic Unit Vectors
When vectors are expressed in column form:
- The basic unit vectors in the x-, y-, and z-directions are denoted as:
extbf{i} = egin{pmatrix} 1 \ 0 \ 0 \, extbf{j} = egin{pmatrix} 0 \ 1 \ 0 \, extbf{k} = egin{pmatrix} 0 \ 0 \ 1 \.
- A vector can be represented as:
.
Scalar (Dot) Product
Definition:
- The scalar or dot product of two vectors and is given by:
,
where is the angle between the two vectors.Properties:
- (i) .
- (ii)
- (iii) Using components, .Compare:
- Notice:
.
Solved Questions
Question 1:
- Vectors extbf{u} = egin{pmatrix} -2 \ 6 \ -3 \ and extbf{v} = egin{pmatrix} -2 \ -3 \ 6 \. Calculate the acute angle between them.Question 2:
- Given points A, B, C with position vectors extbf{a} = egin{pmatrix} 2 \ 1 \ 2 \, extbf{b} = egin{pmatrix} -3 \ 2 \ 5 \, extbf{c} = egin{pmatrix} 4 \ 5 \ -2 \.
- Find the position vector of D where ABCD forms a parallelogram.
- Find the position vector for the intersection of diagonals AC and BD.
- Calculate angle .
Vector Product
Definition:
- The cross product is defined as:
,
where is a unit vector perpendicular to both and .
Properties of Cross Product
(1) (Anticommutative).
(2) for parallel (angle 0° or 180°).
Area of a Triangle
Formula:
- The area of a triangle formed by vectors and can be computed using:
.
Integration
Integration Overview:
- Integration is defined as the reverse operation of differentiation. Given a function and its derivative , integrating returns plus an arbitrary constant.
Types of Integrals
Indefinite Integral:
- Represents a family of functions with the general form where C is a constant.Definite Integral:
- Gives the signed area under the curve of the function from point a to point b:
.
Improper Integrals
Definition:
- An improper integral occurs when the limits of integration include infinity or the integrand approaches infinity within the limits.Evaluation:
- For instance, to evaluate the improper integral, replace with variable and find the limit of the integral as .
Integration Techniques
Substitution:
- A method to simplify integration processes by changing variables.Integration by Parts:
- Based on the product rule of differentiation:
.
Special Integrals and Areas
Volume of Solids of Revolution:
- When a function is revolved around the x-axis, the volume of revolution can be calculated using the formula
.
MATRICES
Definition:
- A matrix is a rectangular or square array of numbers represented as (rows × columns).Matrix Algebra:
- Operations include addition, subtraction, and multiplication of matrices.
Determinants
Definition:
- The determinant provides a scalar value that is a function of the entries of a square matrix, calculated using formulas appropriate for the size of the matrix.
Systems of Linear Equations
Conversion to Matrix Form:
- Linear equations can be arranged into the matrix form , where A is the coefficients matrix, X is the variable matrix, and B is the constant matrix.Cramer's Rule:
- For a system of linear equations, it can be solved using the determinants of the matrices as follows:
, where is derived from A by replacing the i-th column with the constants from the equations.
Practical Applications
Areas of integration are useful in economics (area under demand curves), biology (population models), and physics (work done brings energy considerations).
Matrix applications emerge in system modeling, computer graphics, and solving systems of equations in various scientific fields.
VECTORS - Vector Arithmetic
- Vector arithmetic involves mathematical operations with vectors, which are quantities having both magnitude and direction. Key operations include addition, subtraction, the dot product, and the cross product, which are essential for various applications in physics and engineering.
Vector Algebra - Definition:
- A vector is a mathematical representation of a quantity that has both size (magnitude) and direction.
- Notation:
- For a two-dimensional vector, the components are denoted as , and for a three-dimensional vector, it is represented as . - Given two vectors and :
- (i) Addition:
- (ii) Subtraction:
- (iii) If is a scalar, then:
Properties of Vector Operations - Addition of Vectors:
- Commutative: The order in which vectors are added does not affect the result, meaning .
- Subtraction of Vectors:
- Non-commutative: The order of subtraction matters, hence .
Basic Unit Vectors - When vectors are expressed in column form:
- The basic unit vectors in the x-, y-, and z-directions are represented as:
, , .
- Any vector in three-dimensional space can also be expressed as:
, indicating that it consists of contributions along each of the three axes.
Scalar (Dot) Product - Definition:
- The scalar or dot product of two vectors and is expressed mathematically as:
,
where represents the angle between the two vectors. This operation returns a scalar value, which helps quantify how much one vector extends in the direction of another.
- Properties:
- (i) The dot product of a vector with itself gives the square of its magnitude: .
- (ii) The dot product equals zero if the vectors are perpendicular (orthogonal):
- (iii) Using the component representation, the dot product is calculated as: .
Compare:
- Notice:
, providing a geometric interpretation of the dot product.
Solved Questions - Question 1:
- Given vectors and , calculate the acute angle between them using the dot product formula.
- Question 2:
- Given points A, B, and C with position vectors , , and :
- Find the position vector of point D such that ABCD forms a parallelogram.
- Calculate the position vector for the intersection of diagonals AC and BD.
- Compute the angle .
Vector Product - Definition:
- The cross product, denoted , is defined mathematically as:
,
where is a unit vector that is perpendicular to both and , thus giving a vector result.
Properties of Cross Product - (1) The cross product is anticommutative: .
(2) The cross product yields the zero vector if the vectors are parallel (angle of either 0° or 180°).
Area of a Triangle - Formula:
- The area of a triangle formed by vectors and can be derived from the cross product as:
, providing a method to calculate areas geometrically.
Integration - Integration Overview:
- Integration is defined as the inverse operation of differentiation. If we have a function and its derivative , performing an integration on will return plus a constant of integration, often denoted as C.
Types of Integrals - Indefinite Integral:
- Represents a family of functions, typically written in the form , showing that there are multiple antiderivatives differing by a constant C.
Definite Integral:
- Represents the signed area under the curve of the function from point a to point b, calculated as:
where is the antiderivative of .
Improper Integrals - Definition:
- An improper integral occurs when either the limits of integration involve infinity or the integrand approaches infinity within the limits.
- Evaluation:
- To evaluate an improper integral, replace the bounds involving infinity with a variable, say , and find the limit of the integral as approaches the specified limit (either ).
Integration Techniques - Substitution:
- A method that simplifies the integration process by changing the variables to make the integral more manageable.
Integration by Parts:
- This technique is based on the product rule from differentiation:
, simplifying complex integrals through structured choices for u and v.
Special Integrals and Areas - Volume of Solids of Revolution:
- When a given function is revolved around the x-axis, the volume of the resulting solid can be computed using the formula:
, incorporating the disk method for calculation.
MATRICES - Definition:
- A matrix is a rectangular or square array of numbers, usually denoted by its dimensions, for example, (rows × columns), facilitating systematic representation of data.
Matrix Algebra:
- Operations involving matrices include addition, subtraction, and multiplication, which follow specific rules and properties that allow for manipulation of linear equations efficiently.
Determinants - Definition:
- The determinant provides a scalar value that relates to the properties of a square matrix, calculated using methods tailored to the matrix size, which aids in solving systems of linear equations and assessing invertibility.
Systems of Linear Equations - Conversion to Matrix Form:
- A system of linear equations can be arranged in a matrix form as , where A contains the coefficients of the variables, X is the matrix of variables, and B holds the constant terms.
Cramer's Rule:
- A method for solving systems of equations leveraging determinants, given by , whereby is formed by replacing the i-th column of A with the constants from the equations.