Results 1 to 9 of 9

Thread: radius of circumcircle from 3 points formula... can someone explain?

Threaded View

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jun 2008
    Posts
    1,023

    radius of circumcircle from 3 points formula... can someone explain?

    Why is it that this formula works?

    Code:
    r=a*b*c/sqrt((a+b-c)(b+c-a)(c+a-b)(a+b+c))
    this formula finds the radius of the circumcircle of a triangle (or three points, combining it with pythagoras), using the lengths of the sides of the triangle.

    I have tested the formula several times, and it seemed to be accurate everytime, but I still don't understand why that is.. could someone help me understand this? How does this result in the radius?
    Last edited by Justa Lol; Apr 13th, 2015 at 07:43 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width