How do I calculate the dot product in this homework problem?

Click For Summary
SUMMARY

The dot product of two vectors, W = [(5.0i + 2.0j)] N and V = [(2.0i + 3.0j)] m, is calculated by multiplying corresponding components and summing the results. The calculation follows the formula: W · V = (5.0 * 2.0)(i · i) + (5.0 * 3.0)(i · j) + (2.0 * 2.0)(j · i) + (2.0 * 3.0)(j · j). This results in 10 + 0 + 0 + 6 = 16 Nm, confirming that the dot product is 16 Nm.

PREREQUISITES
  • Understanding of vector notation and components
  • Familiarity with the concept of the dot product
  • Basic knowledge of unit vectors i and j
  • Ability to perform arithmetic operations with real numbers
NEXT STEPS
  • Study the properties of dot products in vector algebra
  • Learn about vector projections and their applications
  • Explore the geometric interpretation of dot products
  • Investigate the role of dot products in physics, particularly in work and energy calculations
USEFUL FOR

Students studying physics or mathematics, particularly those working on vector calculations and dot products in their coursework.

Jordash
Messages
64
Reaction score
0

Homework Statement




I have a problem for Work which looks like this:

W=[(5.0i+2.0j)]N * [(2.0i+3.0j)]m
=5.0i+2.0i+5.0i*3.0j+2.0j*2.0i+2.0j*3.0j Nm
=[10+0+0+6]Nm = 16

How does that work? I don't understand?


Homework Equations





The Attempt at a Solution

 
Physics news on Phys.org
Another way of saying what LowlyPion said is:
i*i= 1, j*j= 1, i*j= 0, j*i= 0 (by definition- that's how i and j are defined.)

So 5.0i*2.0i+5.0i*3.0j+2.0j*2.0i+2.0j*3.0j= (5*2)(i*i)+ (5*3)(i*j)+ (2*2)(j*i)+ (2*3)(j*j)= 10*1+ 15*0+ 4*0+ 6*1= 10+ 0+ 0+ 6= 16.
 

Similar threads

  • · Replies 7 ·
Replies
7
Views
2K
Replies
12
Views
3K
  • · Replies 5 ·
Replies
5
Views
5K
Replies
2
Views
2K
Replies
1
Views
1K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 14 ·
Replies
14
Views
3K
  • · Replies 3 ·
Replies
3
Views
4K
Replies
6
Views
2K