Thread: Universal area forumula for equilateral + equiangular shapes?

  1. #1
    Registered User
    Join Date
    Feb 2006
    Posts
    15

    Universal area forumula for equilateral + equiangular shapes?

    I am making a program based on geometry (learning purposes) and now am wondering if there is such formula/equation to find the total area of shapes with equal sides and angles. I don't want to program the calculator where I must define seperate equations for each shapes such as triangles, squares, pentagons, as it'll be practically useless, time consuming, and restrictive.

    My problem is that I don't ever recall learning such equation in Geometry, equations from google didn't work, and the equation my current Math teacher formulated in 2 minutes didn't work either. Specifically, these equations didn't not work with triangles.

    So, my question is not what is the equation to find the area of equilateral shapes, but whether there is. I want to find out the equation myself if it does exist, assuming it does not require significant math knowledge beyond that of an average person.

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659

  3. #3

  4. #4
    Registered User
    Join Date
    Feb 2006
    Posts
    15
    Thanks, I now actually know it exists ^_^

    I'm thinking it has to do with determining how many triangles are able to fit inside the shape...

    My math teacher also told me the same concept, except his equation was a bit hasty I suppose.

  5. #5
    S Sang-drax's Avatar
    Join Date
    May 2002
    Location
    Göteborg, Sweden
    Posts
    2,072
    The area of the parallellogram given by two vectors from the origin is the determinant. The triangle area is half that.

    The attached picture shows how to partition a polygon to be able to use determinants to calculate the area.
    Last edited by Sang-drax : Tomorrow at 02:21 AM. Reason: Time travelling

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Program with Shapes using Virtual Functions
    By goron350 in forum C++ Programming
    Replies: 12
    Last Post: 07-17-2005, 01:42 PM
  2. Displaying more shapes in the same client Area
    By sajeev_js in forum Windows Programming
    Replies: 1
    Last Post: 06-11-2005, 01:52 PM
  3. Need help with switch
    By 3kgt in forum C Programming
    Replies: 2
    Last Post: 02-26-2003, 12:43 PM
  4. Tab Controls - API
    By -KEN- in forum Windows Programming
    Replies: 7
    Last Post: 06-02-2002, 09:44 AM