Making Dot Products Tangible for Motivating Students

  • Context: High School 
  • Thread starter Thread starter matqkks
  • Start date Start date
  • Tags Tags
    Dot students
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 7K views
matqkks
Messages
283
Reaction score
6
How can I make something like dot products tangible? Are there real life examples where dot products are used? This is for motivating students. Aware that we can test for orthogonality.
Thanks in advance for any replies. Really appreciate anyone taking time out to answer these questions.
 
Mathematics news on Phys.org
I usually define it in terms of projections, that is the most tangible and powerful picture in my opinion. With that I mean that I define it as the length of the first vectors projection on the other vector times the other vectors length. Projections are extremely useful and very intuitive, you can come up with some real life examples yourself but if you want I could give examples.
 
you can project a vector onto another vector (find the "shadow" cast onto a vector by another vector), you can find the angle between vectors (A.B = ABcos(theta)), and work is defined using the dot product. also, the definition of flux is defined using the dot product (vector field dotted with surface vector.

These are just a few of the many applications of the dot product.

And of course the dot product is zero if two vectors are orthogonal, since A.B = ABcos(theta), as you mentioned.
 
matqkks said:
How can I make something like dot products tangible? Are there real life examples where dot products are used? This is for motivating students. Aware that we can test for orthogonality.
Thanks in advance for any replies. Really appreciate anyone taking time out to answer these questions.

Video games is something they will be able to relate to. Some applications include hit-tests (projection on to a plane using dot product), shadows, lighting (normal maps and the lighting they produce in modern games).

As above posters have mentioned there are tonnes of applications. Projections in general are used everywhere from statistics to engineering to everything in between.