
Vector Projection Formula Properties and Solved Examples
Our lives are made more ordered and less confusing by mathematics. Power of reasoning, creativity, logical thinking, critical thinking, problem-solving abilities, and even excellent communication skills are some of the attributes that mathematics generates.
It is believed that shadows produced by objects on the ground are where the concept of projection in mathematics first emerged. A geometric projection is like a shadow that an object casts onto another object. When a three-dimensional sphere is projected onto a plane, its projection will be a circle or an ellipse. In this article, we will learn about the projection of a sphere onto the plane.
What is Projection?
Projection Using Figures
Geometric projection is the area of geometry that deals with the characteristics and rules of geometric shapes when they are projected. By linking corresponding points on the two planes with parallel lines, a projection is the conversion of points and lines in one plane onto another. This can be seen as creating an image of whatever is drawn on one sheet of paper on another by shining a (point) light source (placed at infinity) through the translucent sheet of paper.
Projection Example in Real Life
Camera: The projective plane is extremely useful in image registration, especially in camera resectioning. To convert a 3D camera image into a 2D one, we need to convert it from 3D space to 2D space. By using projective geometry, this transformation can be described as a linear mapping from 4D to 3D.
Computer: In computer vision, projective geometry is widely used to transform a photograph (a 2D perspective view of a 3D world) into a projective transformation. Therefore, due to their projective limitations, planar images can only provide limited geographic information.
Projection of a Sphere onto the Plane
A mathematical method called sphere projection. Let us visualise the sphere's points on the plane.
There are many different projection types, and because the sphere and the plane are not locally identical, these projections are affected to different degrees. One selects a suitable projection type, considering its characteristics, depending on the goal.
Example: Globe Map on a Plane sheet
The Projection of the Content of a Spherical Globe on a Plane Surface
The magnitude of the area of a region on the map is identical to the area of the same region depicted on the sphere, which is an example of a map that maintains areas. The projection, however, is not uniform.
When two curves intersect at a single point and form an angle, their projections cross at that same point and form an angle with the same magnitude. When a projection possesses this property, it is said to be symmetric.
Map Projection Facts
Miller Cylindrical Projection
Miller's cylindrical projection is used to depict a cylinder on the globe.
Despite being oriented around a different axis, this transverse Mercator projection is mathematically equivalent to a normal map.
A sinusoidal projection depicts relative sizes accurately but severely distorts forms. The map can be "disrupted," reducing distortion.
Shapes and sizes are distorted elsewhere, while distances and directions from the central point are precisely depicted.
Dymaxion Map by Buckminster Fuller
This is how the Dymaxion map by Buckminster Fuller looked. While conformal and perspective, a stereographic projection is neither equal-area nor equidistant.
Thales created the Gnomonic projection in the sixth century BC, regarded as the oldest map projection.
Summary
Projective geometry makes understanding some geometric objects easier by neglecting measurements like distances and angles. Since then, many more complex fields have adopted these insights. Because capturing a photograph (a 2D perspective view of a 3D world) corresponds to a projective transformation, computer vision is widely employed. In a sphere, the term "projected area" refers to measuring a three-dimensional object's area in two dimensions.
FAQs on Projection in Maths with Definition and Explanation
1. What is projection in mathematics?
Projection in mathematics is the process of mapping a point, vector, or shape onto another line, plane, or surface. In geometry and vector algebra, projection refers to finding the component of one object along another direction.
For example:
- The projection of a vector onto another vector gives its component in that direction.
- The projection of a 3D object onto a plane creates a 2D image.
2. What is the formula for the projection of a vector onto another vector?
The projection of vector a onto vector b is given by the formula projba = (a · b / |b|²) b.
Where:
- a · b is the dot product
- |b| is the magnitude of vector b
3. How do you calculate the scalar projection of a vector?
The scalar projection of vector a onto vector b is (a · b) / |b|.
It represents the length of the component of a in the direction of b.
Steps:
- Find the dot product a · b
- Find the magnitude |b|
- Divide: (a · b) / |b|
4. What is the difference between scalar and vector projection?
The scalar projection gives a length, while the vector projection gives a vector in a specific direction.
Key differences:
- Scalar projection: (a · b)/|b| → a real number
- Vector projection: (a · b/|b|²)b → a vector
- Scalar projection has magnitude only
- Vector projection has both magnitude and direction
5. How do you find the projection of a vector with an example?
To find the projection of a vector, use the formula projba = (a · b / |b|²) b.
Example:
- Let a = (3, 4) and b = (1, 0)
- a · b = 3×1 + 4×0 = 3
- |b|² = 1² + 0² = 1
- Projection = (3/1)(1, 0) = (3, 0)
6. What is orthogonal projection?
Orthogonal projection is the projection of a point or vector onto a line or plane using perpendicular lines.
In vector terms, the orthogonal projection of a onto b gives the closest point on the line in the direction of b.
This type of projection:
- Uses perpendicular distance
- Minimizes the error (shortest distance)
- Is common in linear algebra and 3D geometry
7. How do you project a point onto a line?
To project a point onto a line, use the vector projection formula along the line's direction vector.
Steps:
- Find the direction vector d of the line
- Form vector from a point on the line to the given point
- Apply projdv = (v · d / |d|²)d
- Add the result to the known point on the line
8. What is the projection formula using the dot product?
The projection formula using the dot product is projba = (a · b / |b|²)b.
The dot product a · b = |a||b|cosθ determines how much of one vector lies in the direction of another.
If the dot product is zero, the vectors are perpendicular, and the projection is the zero vector.
9. What is projection in 3D geometry?
Projection in 3D geometry is the mapping of a 3D object or point onto a 2D plane or another surface.
Common types include:
- Orthographic projection (parallel lines)
- Perspective projection (lines meet at a point)
10. Why is vector projection important in mathematics?
Vector projection is important because it helps measure components of vectors in specific directions.
It is used to:
- Find components of forces in physics
- Solve problems using the dot product
- Determine shortest distances
- Perform calculations in linear algebra and 3D geometry


































