Page 1 of 18
Vectors:
-
Definition: A magnitude showing steps in some direction.
Operations:
-
Addition:
Special Vectors:
-
A vector has some special vectors called basis vectors. Example:
(Unit vector in and directions, respectively).
Page 2 of 18
Matrices:
Linear Transformation:
- A matrix defines where a vector lands after transformation.
Example:
Matrix Multiplication:
-
Composition of transformations (e.g., shear rotation final linear transformation):
Page 3 of 18
3D Transformation:
- Linear Transformation in 3D:
Determinant of Transformation:
- How much the area (or volume) is scaled after transformation:
Page 4 of 18
Applications of Matrices:
Linear System of Equations:
- Example:
Solving:
- Representing as a matrix:
Cases:
-
Case :
Only one unique solution exists:
Page 5 of 18
Important Conclusion:
( A^{-1} ) is defined only when ( |A| \neq 0 ).
Non-Square Matrices:
Transformation:
For a non-square matrix ( 2 \times N ), the transformation is as follows: [ \begin{bmatrix} 2 \times N \text{ input} \end{bmatrix} \rightarrow L(V) \rightarrow \begin{bmatrix} 3 \times 1 \text{ output} \end{bmatrix} ]
Example:
[ \begin{bmatrix} 2 & 0 \ 1 & 1 \end{bmatrix} \begin{bmatrix} x \ y \end{bmatrix}
\begin{bmatrix} 2x \ x + y \end{bmatrix} ]
Dot Products:
Formula:
[ \vec{u} \cdot \vec{v} = nv ]
Diagram:
graph TD
A[Vector u] --> B[Vector v]
A --> C[Vector n]
Explanation:
- If the vectors point in the same direction, their dot product is positive.
- Else, if they point in different directions, the dot product is negative.
- If ( \theta = 90^\circ ), then ( \vec{u} \cdot \vec{v} = 0 ).
Page 6 of 18
Cross Products:
Formula:
[ \vec{u} \times \vec{\omega} = \begin{bmatrix} i & j & k \ a & b & c \ x & y & z \end{bmatrix} = \begin{bmatrix} i(x - z) - j(y - z) + k(-x + b) \end{bmatrix} ]
Magnitude:
[ |\vec{u} \times \vec{\omega}| = |\vec{u}| |\vec{\omega}| \sin \theta ]
Direction:
The direction is lost to the plane represented by ( \vec{u} \times \vec{\omega} ).
Page 7 of 18
Cramer's Rule:
Diagram:
graph TD
A[Area of triangle] --> B[Area scaled by det(A)]
B --> C[New Area]
Explanation:
Remember, all areas are scaled by some ( n )-value that is given by ( |A| ).
Formula:
[ \text{New Area} = | \text{det}(A) | \times \text{Old Area} ]
Example:
Given equations: [ 2x - y = 4 \quad \text{and} \quad x + y = 2 ]
Matrix Representation: [ \begin{bmatrix} x & y \end{bmatrix}
\begin{bmatrix} 2 & 4 \ 0 & 2 \end{bmatrix} ]
Finding Determinants: [ \text{Area}{xy} = \text{det} \begin{bmatrix} 0 & 1 \end{bmatrix} \quad \text{and} \quad \text{Area}{xy} = \text{det} \begin{bmatrix} 2 & -1 \end{bmatrix} ]
Page 8 of 18
Translation of Coordinate System:
Diagram:
graph TD
A[Coordinate a, b] --> B[Coordinate o_x, o_y]
B --> C[Translated System]
Explanation:
Why different coordinate systems?
- Axes are just a construct and can have different perspectives.
Example:
Translate ( 90^\circ ) rotation in her language:
- Step 1: Go to our language.
- Step 2: Rotate ( 90^\circ ).
- Step 3: Go back to her language.
Matrix Representation: [ M' = M \begin{bmatrix} Jx & Jy \end{bmatrix} \rightarrow \begin{bmatrix} o_x' & o_y' \end{bmatrix} \quad \text{90° rotation in her language.} ]
Page 9 of 18
Eigen-Vectors & Eigen-Values
An eigen vector is a non-zero vector that changes at most by a scalar factor when a linear transformation is applied to it.
The scalar factor is called the eigen value.
Transformation Diagrams:
graph LR
A[Original Vector] --> B[Transformation]
C[Transformed Vector] --> D[This vector remained on its own span]
Example:
A 3D rotation (a linear transformation):
An eigen vector represents the axis of rotation.
Scalar Multiplication:
Let:
A * v = λ * v
Where:
- ( v ): Some eigen vector
- ( \lambda ): Eigen value
To find ( \lambda ) and ( v ):
True for zero vector.
For non-zero vectors:
(INSERT IMAGE)
Page 10 of 18
Eigen Values:
Let:
Where ( B = A - \lambda I ).
We need to find transformations that squish space into lower dimensions.
That is:
or:
Key Notes:
- Find det ( \lambda ) (eigen value).
- Number of eigen values: ( \leq 2 ).
- Number of eigen vectors: ( [0, \infty) ).
Vector Spaces:
Functions are also like vectors.
They can be added or scaled; the only difference is that coordinates are infinitely large.
Formal Definition of Linearity:
A linear operator/transformation being linear:
- Additivity:
Example: Derivative is a linear operator.
Page 11 of 18
Functions as Matrices:
(INSERT IMAGE)
Matrix representation:
[ a_n ]
[ a_{n-1} ]
[ a_{n-2} ]
[ ... ]
[ a_0 ]
Polynomial Representation:
Page 12 of 18
Essence of Calculus
Introduction:
Diagram Representation:
graph TD
A[Area of Circle] --> B[Thickness]
C[Rotated Region] --> D[Approximation]
Area of Circle:
Assume it's rotated with 2nd axis as dimensions:
If ( dx \to 0 ), this approximation seems off.
Breaking Down Problems:
Any problem can be broken down into the sum of many small values.
Finding Area Between Curves:
Rectangle:
For other curves, calculus provides tools:
- Every curve for ( dn \to 0 ) gives a rectangle:
An inverse feature between differentiation and integration:
Page 13 of 18
Derivative
Definition: Best constant approximation of rate of change around a point.

- Velocity is the tiny change in distance over time, caused by the change.
Pure Math
As ( dt \to 0 ), this gives a tangent to the graph at a single point. Without velocity, the change is gone.
Real-World Applications
- Most real-world applications revolve around polynomials, oscillations, or pure functions.
- This gives us a reason to find derivatives of common problems.
Example:
Page 14 of 18
Example 2:
Derivative of Square Root
Given ( \frac{d\sqrt{x}}{dx} ):
As ( dx \to 0 ):
Therefore:
Trigonometric Derivatives
Derivative of ( \sin(\theta) ):
Derivative of ( \cos(\theta) ):
Page 15 of 18
Chain Rule & Product Rule
Chain Rule:
For ( y = \sin(x + n) ):
Product Rule:
Example:
Composition Rule:
Euler's Number (( e ))
Derivative of Exponentials:
Page 16 of 18
Logarithmic Derivatives
Derivative of ( e^t ):
For ( \log_e 2 ):
Implicit Differentiation
For ( y = \ln x ):
And:
Limits: ( L'Hôpital's Rule ) & Epsilon-Delta Definition
Formal Definition of Derivative:
Formal Definition of Limits:
For a real-valued function ( f ) on a limit point ( c ), we say:
If for every ( \epsilon > 0 ), there exists ( \delta > 0 ) so that ( |x - c| < \delta ) implies ( |f(x) - L| < \epsilon ).
( L'Hôpital's Rule ):
Page 17 of 18
Integral

The graph depicts the integration of the function ( v(t) = (3 - t)t ).
Definition:
- Significance: Sum approaching as ( \Delta t \to 0 ).
General Form:
- Derivative relationship:
Application of Integral:
Average of a Continuous Function:
To find the average of ( \sin(x) ):
Solving:
Page 18 of 18
Taylor Series
Definition:
Study to find polynomial approximations of non-polynomial functions.
Example:
Let ( f(x) = \cos(x) ), and ( P(x) = c_0 + c_1x + c_2x^2 ).
At ( x = 0 ):
- ( f(0) = 1 ), so:
- ( \frac{d}{dx} f(x) \big|_{x=0} = 0 ), so:
- ( \frac{d^2}{dx^2} f(x) \big|_{x=0} = -1 ), so:
Final Polynomial:
References:
- Linear Algebra Basics
- Matrix Determinants and Applications
- Coordinate System Translation Techniques
- Integration techniques