Dot and Cross Product
Draft Handout - Content Not Finalized
This session's content has not been finalized by your instructor. You can browse it to preview what is coming, but please do not print this session's handouts yet. Check back later and print only once this warning is gone.
By the end of this session, you will be able to:
- Review core multivariable mathematical concepts and engineering calculus prerequisites.
π Micro-Lecture
Engineering Context: Quantifying Force
In this session, we investigate the mathematical principles of Dot and Cross Product and explore how engineers apply these concepts to analyze real-world physical and structural systems.
Skill Block 1
Explanations and derivations of the core concepts.
Worked Example
Find the dot product of u=β¨6,7β© and v=β¨7,β6β©.
π‘ Reveal Worked Solution
Here is the step-by-step solution to the problem presented in the image:
Problem Statement
Find the dot product of u=β¨6,7β© and v=β¨7,β6β©.
Formula
For two 2D vectors u=β¨uxβ,uyββ© and v=β¨vxβ,vyββ©, the dot product is calculated as:
Step-by-Step Calculation
- Identify the components of each vector:
uxβ=6, uyβ=7
vxβ=7, vyβ=β6
- Substitute the values into the formula:
- Simplify the terms:
- Combine the results:
Final Answer
The dot product is 0.
(Note: Since the dot product is exactly zero, these two vectors are orthogonal or perpendicular to each other).
Active Practice Problem
Find the dot product of u=3i^β2j^β and v=4i^β5j^β.
Workspace
Solution
Here is the step-by-step solution to the problem in the image:
Problem Statement
Find the dot product of u=3i^β2j^β and v=4i^β5j^β.
Formula
When vectors are written in unit vector notation (i^,j^β), the dot product multiplies the corresponding components together:
Step-by-Step Calculation
- Identify the components of each vector:
u: uxβ=3, uyβ=β2
v: vxβ=4, vyβ=β5
- Substitute the values into the formula:
- Multiply the components:
For the i^ components: 3β 4=12
For the j^β components: β2β β5=10
- Add the results together:
Final Answer
The dot product is 22.
Extra Practice & Extensions
Refer to the 'Core Theory' tab or review the Worked Example demonstration for this skill.
π Regroup 1
- Review common misconceptions and clarify key notations.
Skill Block 2
Explanations and derivations of the core concepts.
Worked Example
Calculate pβΓqβ using a determinant if pβ=2i^+4j^β and qβ=β4i^β5j^β.
π‘ Reveal Worked Solution
Here is the step-by-step solution to the problem in the image:
Problem Statement
Calculate pβΓqβ using a determinant if pβ=2i^+4j^β and qβ=β4i^β5j^β.
Formula
Even though these vectors are in 2D (i^ and j^β components), the cross product requires a 3D space because the resulting vector points perpendicular to the xy-plane (along the k^ axis). We treat the k^ components as 0:
Step-by-Step Calculation
- Set up the matrix determinant with pzβ=0 and qzβ=0:
- Expand the determinant along the top row:
- Evaluate each 2x2 minor:
i^ component: (4β 0)β(0β β5)=0
j^β component: (2β 0)β(0β β4)=0
k^ component: (2β β5)β(4β β4)=β10β(β16)=β10+16=6
- Combine the components:
Final Answer
The cross product is 6k^ (or β¨0,0,6β©).
Active Practice Problem
Calculate rΓF where r=β¨3,2β© and F=β¨β2,5β©.
Workspace
Solution
Here is the step-by-step solution to the problem in the image:
Problem Statement
Calculate rΓF where r=β¨3,2β© and F=β¨β2,5β©.
Formula
For 2D vectors lying in the xy-plane, we extend them into 3D by setting their z-components to 0 (rzβ=0 and Fzβ=0). The cross product is computed using a 3Γ3 determinant:
Step-by-Step Calculation
- Set up the determinant matrix:
- Expand the determinant along the top row:
- Evaluate the 2x2 minors:
i^ component: (2β 0)β(0β 5)=0
j^β component: (3β 0)β(0β β2)=0
k^ component: (3β 5)β(2β β2)=15β(β4)=15+4=19
- Combine the components:
Final Answer
The cross product is 19k^ (or written in component form as β¨0,0,19β©).
Extra Practice & Extensions
Refer to the 'Core Theory' tab or review the Worked Example demonstration for this skill.
π Regroup 2
- Reflect on the physical modeling applications and mathematical setups.
Skill Block 3
Explanations and derivations of the core concepts.
Worked Example
Find aβ b if β£aβ£=16Β N, β£bβ£=5Β m, and the angle between a and b is 77β. Express the answer rounded to two decimal places.
π‘ Reveal Worked Solution
Here is the step-by-step solution to the problem in the image:
Problem Statement
Find aβ b if β£aβ£=16Β N, β£bβ£=5Β m, and the angle between a and b is 77β. Express the answer rounded to two decimal places.
Formula
When given the magnitudes of two vectors and the angle ΞΈ between them, the geometric definition of the dot product is used:
Step-by-Step Calculation
- Identify the given values:
Magnitude of a: β£aβ£=16
Magnitude of b: β£bβ£=5
Angle: ΞΈ=77β
- Substitute the values into the formula:
- Simplify the multiplication:
- Calculate the cosine value (ensure your calculator is in Degree mode):
- Multiply to find the dot product:
- Round to two decimal places:
Final Answer
The dot product is 18.00 (or 18.00Β J / Nβ m if keeping track of the physical work units).
Active Practice Problem
Find the work (in Joules) done by the force F=β¨4,β4,4β© (in Newtons) acting on a particle as it moves from point P(β7,β2,5) to point Q(8,β7,β5) along a straight line. The coordinates of P and Q are measured in meters.
Units:
- 1Β N=1Β kgβ m/s2
- 1Β J=1Β Nβ m
Workspace
Solution
Here is the step-by-step solution to the problem in the image:
Problem Statement
Find the work (in Joules) done by the force F=β¨4,β4,4β© (in Newtons) acting on a particle as it moves from point P(β7,β2,5) to point Q(8,β7,β5) along a straight line. The coordinates of P and Q are measured in meters.
Formula
Work (W) done by a constant force vector F over a displacement vector d is given by the dot product:
Where the displacement vector d from a starting point P to an ending point Q is calculated as:
Step-by-Step Calculation
Step 1: Find the displacement vector d
Subtract the coordinates of the initial point P(β7,β2,5) from the final point Q(8,β7,β5):
dxβ=8β(β7)=8+7=15
dyβ=β7β(β2)=β7+2=β5
dzβ=β5β5=β10
So, the displacement vector is:
Step 2: Calculate the work using the dot product
Now, take the dot product of the force vector F=β¨4,β4,4β© and the displacement vector d=β¨15,β5,β10β©:
Step 3: Simplify the terms
4β 15=60
β4β β5=20
4β β10=β40
Combine the values:
Final Answer
The work done by the force is 40Β Joules.
Extra Practice & Extensions
Refer to the 'Core Theory' tab or review the Worked Example demonstration for this skill.
π Regroup 3
- Verify calculations and mathematical reasoning.
π Synthesis Wrap-up
- Core takeaways from Session 03 and overview of homework homework assignment: The Dot Product The Cross Product.