Re: How to measure an angle?




Randy Poe wrote:
> Albert wrote:
> > Hello,
> >
> > sorry for dubious question, but could someone advise how to measure in
> > degrees an angle ABC with numeric methods (i.e. without trigonometric
> > tables) when one knows the coordinates of points A, B and C? I know
> > that one can measure any trigonometric function of the angle and after
> > that to look up the corresponding value in degrees in the trigonometric
> > table. But is there a way to measure an angle without trigonometric
> > tables?
>
> By dot product.
>
> Let u_BA = unit vector from B to A = (A-B)/|A-B|
>
> (vector difference A-B, divided by magnitude of the
> vector B-A)
>
> Let u_BC = unit vector from B to C = (B-C)/|B-C|
>
> Then cos(ABC) = u_BA (dot) u_BC
>
> ABC is the arccossine of the dot product, which you can find
> with a computer or calculator.

Or trig tables perhaps?

>
> To take the dot product of two vectors, multiply corresponding
> components and add:
>
> (x1,y1) dot (x2,y2) = (x1*x2 + y1*y2)
>
> - Randy

.



Relevant Pages

  • Re: How to measure an angle?
    ... > degrees an angle ABC with numeric methods (i.e. without trigonometric ... > that one can measure any trigonometric function of the angle and after ... ABC is the arccossine of the dot product, ...
    (sci.math)
  • How to measure an angle?
    ... sorry for dubious question, but could someone advise how to measure in ... degrees an angle ABC with numeric methods (i.e. without trigonometric ... that one can measure any trigonometric function of the angle and after ...
    (sci.math)
  • Re: Root Finder vii.
    ... where Q is the shortest vector from the origin to the plane. ... since angle YOZ = angle TON, ... Then dividing the two equations, ... > may be expressed as the dot product of the two vectors, ...
    (sci.math)
  • Re: Compound miter brainteaser
    ... >I agree with your algorithm, ... recall that the dot product of two vectors is ... > times the cosine of the angle between them. ... > If we take the peak of the roof to be the point, and we imagine ...
    (rec.woodworking)
  • Re: Compound miter brainteaser
    ... I agree with your algorithm, ... One of the other common algoriths for computing the miter (x in your ... times the cosine of the angle between them. ... A second way to calculate the dot product is to write the vectors as ...
    (rec.woodworking)