Calculating Area Around a Path

  • Context: Undergrad 
  • Thread starter Thread starter rowardHoark
  • Start date Start date
  • Tags Tags
    Area Path
Click For Summary
SUMMARY

The discussion focuses on calculating the total fertile area around a river, denoted as "A," using a linear approximation based on known coordinate points. The formula Area = l * a, where "l" is the river length and "a" is the distance from the river, yields inaccuracies due to overlapping areas when angles between lines are small. To improve accuracy, participants suggest using the area of triangles and subtracting overlapping regions, with an emphasis on incorporating angles into the mathematical model. The need for an automated algorithm to handle dynamically generated coordinate points is also highlighted.

PREREQUISITES
  • Understanding of basic geometry, specifically triangle area calculations.
  • Familiarity with coordinate geometry and linear approximations.
  • Knowledge of algorithms for dynamic data processing.
  • Experience with mathematical modeling techniques.
NEXT STEPS
  • Research algorithms for calculating areas with overlapping geometries.
  • Learn about dynamic coordinate generation techniques.
  • Explore mathematical modeling for irregular shapes and areas.
  • Study the implementation of automated systems for area calculations.
USEFUL FOR

Mathematicians, environmental scientists, and software developers working on geographic information systems (GIS) or agricultural land assessment will benefit from this discussion.

rowardHoark
Messages
15
Reaction score
0
http://img838.imageshack.us/img838/1538/physicsforumquestion.png

Say "A" is a river. It is a linear approximation because only several coordinate points are known. The total length is "l" (obtained from the coordinates), "a" represents the distance from the river at which the soil is fertile.

The goal is to obtain the total fertile area. If Area=l*a the result is very inaccurate for small angles between lines, as an extra, overlapping, area (represented as red in "B") is added.

How could I obtain a more accurate value?
 
Last edited by a moderator:
Mathematics news on Phys.org
Well, you know how to find the area of triangles, don't you? Your area can be reduced to a series of rectantgles with the area of triangles, where they overlap, subtracted off.
 
Thank you, HallsofIvy. I will try to incorporate angles into my mathematical model. I know the coordinates of the points where the lines meet, hence can derive angles.

The system is dynamic. The coordinate points are generated randomly, therefore I need to be able to know the exact area for various arrangements, and it has to be done automatically using an algorithm.
 

Similar threads

Replies
8
Views
5K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 125 ·
5
Replies
125
Views
20K
  • · Replies 31 ·
2
Replies
31
Views
4K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 0 ·
Replies
0
Views
4K
  • · Replies 0 ·
Replies
0
Views
3K