Dividing curve area in to equal parts?

  • Thread starter Thread starter pjunky
  • Start date Start date
  • Tags Tags
    Area Curve parts
pjunky
Messages
22
Reaction score
0
For any given curve,we can find out the area bounded by the curve.
Using 'Simpson's 1/3 rule' I found out the area of the curve.
Now how to divide the area into 'n' equal parts, so that

total Area=sum of n areas.

Thanks.:approve:
 
Last edited:
Physics news on Phys.org
If you want to divide the area into n EXACTLY equal parts, it will be very hard, since you need (in general) to compute the area first and then subdivide and check each subdivision before proceeding to the next. However when doing numerical integration, the usual procedure is divide the x-axis domain into n equal parts, and use Simpson's rule. To keep things simple, choose n to be a multiple of 3.
 
Yes. I puzzled over this for a while myself. In using Simpson's rule, you divide the x-axis into equal parts, which is very easy, not the (unknown) area, which is very hard!
 
Ok
so may be I'll try to write a paper on this topic.
Thanks
 
Back
Top