Vector problem: distance between a point and a line

  • Thread starter Thread starter Clara Chung
  • Start date Start date
  • Tags Tags
    Line Point Vector
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
2 replies · 1K views
Clara Chung
Messages
300
Reaction score
13

Homework Statement


26.png


Homework Equations

The Attempt at a Solution


My answer is d = |(a-b)x(p-b)|/|(b-a|). I first find out the area of the parallelogram produced by BA and BP and divide the area by length AB to get the height. Why am I wrong?
 

Attachments

  • 26.png
    26.png
    19.7 KB · Views: 711
Physics news on Phys.org
kuruman said:
You have a triangle formed by ##(\vec b - \vec a)##, ##(\vec p - \vec a)## and ##(\vec p - \vec b)##. Write its area in two different ways and set them equal.
I see. I can also use the side p-a and p-b. Thank you.