Skip to content
🚨 This site is a work in progress. Exciting updates are coming soon!

03_Ex 7.3

Exercise Questions

QuestionsLinks
Q1. Find the cosine of the angle between U\underline{U} and V\underline{V}7.3 Q-1
Q2. Calculate the projection of a\underline{\mathbf{a}} along…7.3 Q-2
Q3. Find a real number α\alpha so that U\underline{U} and…7.3 Q-3
Q4. Find the number ” zz ” so that the triangle…7.3 Q-4
Q5. If VV is a vector for which…7.3 Q-5
Q6. Show that the vectors…7.3 Q-6
Q7. Show that mid-point of hypotenuse of a right angle…7.3 Q-7
Q8. Prove that the perpendicular bisectors of the…7.3 Q-8
Q9. Prove that the altitudes of a triangle are…7.3 Q-9
Q10. Prove that the angle in a semi-circle is a…7.3 Q-10
Q11. Prove that cos(α+β)=cosαcosβsinαsinβ\cos (\alpha+\beta)=\cos \alpha \cdot \cos \beta-\sin \alpha \cdot \sin \beta7.3 Q-11
Q12. Prove that in any angle ABCA B C7.3 Q-12

Overview

This exercise covers the fundamental concepts of vectors, specifically focusing on the dot product (or scalar product), vector magnitude, projections, and direction cosines. Understanding the dot product is essential in geometry and physics as it allows for calculations involving angles between vectors, projections of vectors, and determining orthogonality (perpendicularity) of vectors.

The exercise will explore key operations on vectors such as:

  • Calculating the dot product and its properties.
  • Understanding the projection of one vector onto another.
  • Working with direction cosines and angles between vectors.

These concepts are applicable in many areas, including mechanics, electromagnetism, and computer graphics.


Key Concepts

  1. Dot Product (Scalar Product):
    The dot product between two vectors u and v is defined as:
uv=uvcosθ \mathbf{u} \cdot \mathbf{v} = |\mathbf{u}| |\mathbf{v}| \cos \theta

where θ\theta is the angle between the vectors.

  1. Properties of the Dot Product:
    • Commutative Law: uv=vu\mathbf{u} \cdot \mathbf{v} = \mathbf{v} \cdot \mathbf{u}
    • Distributive Law: u(v+w)=uv+uw\mathbf{u} \cdot (\mathbf{v} + \mathbf{w}) = \mathbf{u} \cdot \mathbf{v} + \mathbf{u} \cdot \mathbf{w}
    • Self-Product: uu=u2\mathbf{u} \cdot \mathbf{u} = |\mathbf{u}|^2
    • Orthogonality: If u and v are perpendicular, uv=0\mathbf{u} \cdot \mathbf{v} = 0.
    • Projection: The projection of one vector onto another is given by:
Projvu=uvv \text{Proj}_{\mathbf{v}} \mathbf{u} = \frac{\mathbf{u} \cdot \mathbf{v}}{|\mathbf{v}|}
  1. Direction Cosines:
    The direction cosines of a vector are the cosines of the angles between the vector and the xx-, yy-, and zz-axes. They are calculated as:
cosα=vxv,cosβ=vyv,cosγ=vzv \cos \alpha = \frac{v_x}{|\mathbf{v}|}, \quad \cos \beta = \frac{v_y}{|\mathbf{v}|}, \quad \cos \gamma = \frac{v_z}{|\mathbf{v}|}

Important Formulas

  1. Magnitude of a Vector: v=vx2+vy2+vz2|\mathbf{v}| = \sqrt{v_x^2 + v_y^2 + v_z^2}

  2. Dot Product of Two Vectors: uv=uxvx+uyvy+uzvz\mathbf{u} \cdot \mathbf{v} = u_x v_x + u_y v_y + u_z v_z

  3. Projection of a Vector:

    • Projection of u onto v: Projvu=uvv\text{Proj}_{\mathbf{v}} \mathbf{u} = \frac{\mathbf{u} \cdot \mathbf{v}}{|\mathbf{v}|}
  4. Cosine of the Angle Between Two Vectors: cosθ=uvuv\cos \theta = \frac{\mathbf{u} \cdot \mathbf{v}}{|\mathbf{u}| |\mathbf{v}|}

  5. Direction Cosines: cosα=vxv,cosβ=vyv,cosγ=vzv\cos \alpha = \frac{v_x}{|\mathbf{v}|}, \quad \cos \beta = \frac{v_y}{|\mathbf{v}|}, \quad \cos \gamma = \frac{v_z}{|\mathbf{v}|}


Tips and Tricks

  • Check Perpendicularity: To check if two vectors are perpendicular, calculate their dot product. If the result is zero, the vectors are perpendicular.

  • Projection Calculation: When projecting one vector onto another, remember that the projection is a scalar value representing the component of the first vector along the direction of the second vector.

  • Right-Angle Condition in Triangles: If a triangle is formed by vectors, check if the sum of the vectors leads to the zero vector, indicating a closed triangle (i.e., the vectors form a closed shape).

  • Use Magnitudes and Angles: For problems involving angles between vectors, always start by calculating the magnitudes of the vectors and then use the formula for the cosine of the angle: cosθ=uvuv\cos \theta = \frac{\mathbf{u} \cdot \mathbf{v}}{|\mathbf{u}| |\mathbf{v}|}


Summary

This exercise explores the dot product, a fundamental operation for finding the angle between two vectors, as well as other important concepts such as projections, magnitude, and direction cosines. The dot product is crucial for determining whether two vectors are perpendicular and for projecting vectors onto one another. Understanding these principles allows for deeper insights into vector geometry and is widely applied in physics and engineering fields.


Reference

By Sir Shahzad Sair: