Skip to main content
10-Marble
October 8, 2025
Solved

Law of Cosine formula not working

  • October 8, 2025
  • 1 reply
  • 309 views

I'm using MathCAD 9.0.0.0. I'm not sure why I'm getting the wrong answer. The calculation should be...

BB_14100646_0-1759947481813.png

R = 329.687 N

...but I'm getting...

BB_14100646_1-1759947573578.png

R = 108695.156 N

Is there something wrong with my settings?

 

Thanks,

    Brent 

Best answer by Werner_E

Law of cosine is R2=P2+... and NOT R=P2+...

So you have to use the square root to get R

Werner_E_0-1759948568463.png

 

 

1 reply

Werner_E25-Diamond IAnswer
25-Diamond I
October 8, 2025

Law of cosine is R2=P2+... and NOT R=P2+...

So you have to use the square root to get R

Werner_E_0-1759948568463.png

 

 

10-Marble
October 8, 2025

Thank you again!!!!