Maths
Maths
Maths
DAVANAGERE
MATHEMATICS PROJECT
SUBMITTED BY SUBMITTED TO
Signature of teacher
ACKNOWLEDGEMENT
1. Representation of a Vector
2. Types of Vectors
3. Components of a Vector
In a Cartesian coordinate system, a vector can be broken down into its
components along the x, y, and z axes. For example:
v⃗=xi^+yj^
v⃗=xi^+yj^+zk^
4. Vector Operations
R⃗=(Ax+Bx)i^+(Ay+By)j^+(Az+Bz)k^
R⃗=(Ax−Bx)i^+(Ay−By)j^+(Az−Bz)k^
kA⃗=kAxi^+kAyj^+kAzk^
Dot Product
The dot product, also called the scalar product, is an operation that
takes two vectors and returns a scalar (a number). The result is a
measure of how much one vector extends in the direction of the other.
It’s widely used in physics, computer graphics, and engineering for
calculating angles, projections, and work done by forces.
A⃗⋅B⃗=AxBx+AyBy+AzBz
A⃗⋅B⃗=AxBx+AyBy
A⃗⋅B⃗=∣A⃗∣∣B⃗∣cos
Where:
∣A⃗∣ and ∣B⃗∣ are the magnitudes (lengths) of the vectors A⃗and B⃗
cos(θ) is the cosine of the angle between the two vectors.
2. Geometric Interpretation
Commutative Property:
A⃗⋅B⃗=B⃗⋅A⃗
Distributive Property:
A⃗⋅(B⃗+C⃗)=A⃗⋅B⃗+A⃗⋅C⃗
Scalar Multiplication:
(kA⃗)⋅B⃗=k(A⃗⋅B⃗)
A⃗⋅A⃗=∣A⃗∣
cos(θ)=A⃗⋅B⃗/A⃗∣∣B⃗∣
W=F⃗⋅d⃗
Where F⃗ is the force vector and d⃗is the displacement vector. The
work done is the scalar product of the force and displacement
vectors.
ProjB⃗A⃗=A⃗⋅B⃗/B⃗∣2B⃗
matrix
Expanding
this determinant:
A⃗×B⃗=(AyBz−AzBy)i^−(AxBz−AzBx)j^+(AxBy−AyBx)k^
∣A⃗×B⃗∣=∣A⃗∣∣B⃗∣sin(θ)
Where:
The magnitude of the cross product gives the area of the parallelogram
formed by the two vectors. The formula:
∣A⃗×B⃗∣=∣A⃗∣∣B⃗∣sin(θ)
indicates that the area of the parallelogram is largest when the vectors
are perpendicular (i.e., θ=90∘ ) and zero when the vectors are parallel
(θ=0∘ or θ=180∘ ).
Thus, the cross product not only gives a vector perpendicular to both
A⃗and B⃗ but also provides information about the area of the
parallelogram they span.
Anticommutative Property:
A⃗×B⃗=−(B⃗×A⃗)
This means the cross product changes direction when the order of
the vectors is reversed.
Distributive Property:
A⃗×(B⃗+C⃗)=A⃗×B⃗+A⃗×C⃗
A⃗×0⃗=0⃗
The cross product of any vector with the zero vector is always the
zero vector.
Cross Product of a Vector with Itself:
A⃗×A⃗=0⃗
The cross product of a vector with itself is always the zero vector,
because the angle between the two identical vectors is 0°, and
sin(0∘)=0.
τ⃗=r⃗×F⃗
Finding the Normal Vector to a Plane: If you are given two non-
parallel vectors A⃗ and B⃗lying on a plane, the normal vector to the
plane can be found using the cross product:
n⃗=A⃗×B⃗
Area=∣A⃗×B⃗∣
Vector Applications
Vectors are incredibly useful in various fields where both magnitude
and direction are important. Below are some key applications of vector
algebra.
1. Physics Applications
W=F⃗⋅d⃗
τ⃗=r⃗×F⃗