User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
You're currently browsing the Computer Science and Software Design section within the Software Development category of DaniWeb, a massive community of 426,141 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 1,659 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our Computer Science and Software Design advertiser: Programming Forums
Views: 14521 | Replies: 12
Reply
Join Date: May 2003
Location: Fargo, ND
Posts: 301
Reputation: big_k105 is an unknown quantity at this point 
Rep Power: 6
Solved Threads: 2
Colleague
big_k105's Avatar
big_k105 big_k105 is offline Offline
PFO Founder

finding area of something

  #1  
Aug 6th, 2003
ok i couldnt think of where else to go so can some one here help me find the area of this white area in the picture. or on any odd shape like this with no set number of sides
http://www.angelfire.com/nd2/kylekon...18FM64test.jpg
AddThis Social Bookmark Button
Reply With Quote  
Join Date: Feb 2002
Location: New York
Posts: 862
Reputation: Tekmaven is a glorious beacon of light Tekmaven is a glorious beacon of light Tekmaven is a glorious beacon of light Tekmaven is a glorious beacon of light Tekmaven is a glorious beacon of light 
Rep Power: 12
Solved Threads: 15
Moderator
Tekmaven's Avatar
Tekmaven Tekmaven is offline Offline
The C# Man, Myth, Legend

Re: finding area of something

  #2  
Aug 6th, 2003
I'm afraid that none of us can help you out - the image you posted is 404 (not found).

If you fix up the image location, I'm sure one of us can make a suggestion! :-)
-Ryan Hoffman

ASP.NET Specialist / Webmaster, Extended64.com.
Please do not email or PM me with support questions. Please direct them to the forums instead.
Reply With Quote  
Join Date: May 2003
Location: Fargo, ND
Posts: 301
Reputation: big_k105 is an unknown quantity at this point 
Rep Power: 6
Solved Threads: 2
Colleague
big_k105's Avatar
big_k105 big_k105 is offline Offline
PFO Founder
  #3  
Aug 6th, 2003
here it is it should work jst let me know what you think and if it works or not.
Attached Images
File Type: jpg testterm.jpg (15.8 KB, 62 views)
Reply With Quote  
Join Date: Jul 2003
Posts: 22
Reputation: I_Byte is an unknown quantity at this point 
Rep Power: 6
Solved Threads: 0
I_Byte I_Byte is offline Offline
Newbie Poster

Re: finding area of something

  #4  
Aug 7th, 2003
I've tried to open this file and can't do! Are you looking for athe formula to find the area of something? The formula to find the area of a circle is PI * radius squared.
Reply With Quote  
Join Date: Feb 2002
Location: Lawn Guylen, NY
Posts: 10,905
Reputation: cscgal is just really nice cscgal is just really nice cscgal is just really nice cscgal is just really nice cscgal is just really nice 
Rep Power: 32
Solved Threads: 117
Admin
Staff Writer
cscgal's Avatar
cscgal cscgal is offline Offline
The Queen of DaniWeb

Re: Re: finding area of something

  #5  
Aug 8th, 2003
Originally Posted by I_Byte
I've tried to open this file and can't do! Are you looking for athe formula to find the area of something? The formula to find the area of a circle is PI * radius squared.

You can't open the attached file? I can ... is there something possibly wrong w/ my database?
Reply With Quote  
Join Date: Feb 2002
Location: New York
Posts: 862
Reputation: Tekmaven is a glorious beacon of light Tekmaven is a glorious beacon of light Tekmaven is a glorious beacon of light Tekmaven is a glorious beacon of light Tekmaven is a glorious beacon of light 
Rep Power: 12
Solved Threads: 15
Moderator
Tekmaven's Avatar
Tekmaven Tekmaven is offline Offline
The C# Man, Myth, Legend

Re: finding area of something

  #6  
Aug 8th, 2003
Works fine for me.
-Ryan Hoffman

ASP.NET Specialist / Webmaster, Extended64.com.
Please do not email or PM me with support questions. Please direct them to the forums instead.
Reply With Quote  
Join Date: May 2003
Location: Fargo, ND
Posts: 301
Reputation: big_k105 is an unknown quantity at this point 
Rep Power: 6
Solved Threads: 2
Colleague
big_k105's Avatar
big_k105 big_k105 is offline Offline
PFO Founder
  #7  
Aug 8th, 2003
yeah all i want is a formula is if it is possible. the shape is not quite a circle. I dont know how i would explain it either. but any help would be great. thanks.
Reply With Quote  
Join Date: Jul 2003
Location: New York, NY
Posts: 63
Reputation: senterstyle is an unknown quantity at this point 
Rep Power: 6
Solved Threads: 1
senterstyle's Avatar
senterstyle senterstyle is offline Offline
Junior Poster in Training
  #8  
Aug 8th, 2003
If it is meant to be solved as an area, what I would do is set it up as a grid and take it from there (combining shapes to become regular shape and then measuring the are of those), because plain old getting it from the picture is very improbable, unless you have a program to measure the lines, to get the perimeter and multiplying that by itself. Other than that, I have no idea. To have an equation for a shape 'without a name', is different. I would help you, but I'm still in high school, and haven't taken calculus, which I hear is need to take on to these 'without a name' shapes.
If you wanted to find the area of a three dimension Icosahedron, I can help you.

Number of vertices: v
Number of edges: e
Number of faces: f
Edge: a
Radius of circumscribed sphere: R
Radius of inscribed sphere: r
Surface area: S
Volume: V
Dihedral angle between faces: delta (in degrees)
v = 12, e = 30, f = 20
a = (sqrt[50-10 sqrt(5)]/5)R
r = (sqrt[75+30 sqrt(5)]/15)R
R = (sqrt[10+2 sqrt(5)]/4)a
r = (sqrt[42+18 sqrt(5)]/12)a
S = 5 sqrt(3)a2
V = (5[3+sqrt(5)]/12)a3
delta = arccos(-sqrt[5]/3) = 138o 11'
http://mathforum.org/dr.math/faq/for...ages/icosa.gif
Last edited by senterstyle : Aug 8th, 2003 at 9:17 pm.
If a robber tried to rob a dance club and yelled, "Everybody get down", would all the people start dancing?
Should vegetarians eat animal crackers?
What happens if you get scared half to death twice?
About Me
Reply With Quote  
Join Date: May 2003
Location: Fargo, ND
Posts: 301
Reputation: big_k105 is an unknown quantity at this point 
Rep Power: 6
Solved Threads: 2
Colleague
big_k105's Avatar
big_k105 big_k105 is offline Offline
PFO Founder

Re: finding area of something

  #9  
Aug 8th, 2003
so you think i will learn how to do this in calculus. well thats good cause im taking calc this fall. but that also sucks cause then i have to put the project off for a while well i will ask some of my buddies that have taken calc thank for the hlep

edit: i guess i should tell everyone why im trying to figure this out. i need to know cause i have been given a project at work to see if i can do with visual basic and the project invovles finding out the area of spaces like this so that they can do other info with the info. there is a program out there that can do this so i figure some how some way i must beable to do it. but the program they have found to do this will cost the company $50,000.00 :eek: and they dont want to pay that. but hopefully i will figure it out
Last edited by big_k105 : Aug 8th, 2003 at 9:38 pm.
Reply With Quote  
Join Date: Oct 2003
Location: SUNYIT Campus Utica,NY
Posts: 16
Reputation: Wiecek5 is an unknown quantity at this point 
Rep Power: 5
Solved Threads: 0
Wiecek5 Wiecek5 is offline Offline
Newbie Poster

Re: finding area of something

  #10  
Oct 27th, 2003
Do you happen to have an aprox answer as well as the dimensions of the entire pic? Need an aprox to know if i am getting close or not. Thanks
"Beware of computer programmers that carry screwdrivers."
Leonard Brandwein.
Reply With Quote  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.

DaniWeb Computer Science and Software Design Marketplace
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

Thread Tools Display Modes

Similar Threads
Other Threads in the Computer Science and Software Design Forum

All times are GMT -4. The time now is 4:59 am.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC