Area under an oval shape with width, height and base

  • Context: Undergrad 
  • Thread starter Thread starter ladil123
  • Start date Start date
  • Tags Tags
    Area
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 4K views
ladil123
Messages
42
Reaction score
0
area of an "oval"

Hello

I want to calculate the area under the length "L" of this shape.
W, h and b are known.

I am using the formula for a ellipse, pi*h*L/4 but it is not so good when h gets bigger for instance or when b gets smaller.
When h is small, the calculated area with the elipse equation gets to big, and when h gets larger the calculated area get smaller than it really is..


Any ideas or tips ?
 

Attachments

  • oval.gif
    oval.gif
    1.4 KB · Views: 588
Mathematics news on Phys.org


Calculate the rectangular and curved parts separately. The rectangular part's area is Lh. The shape of the curved parts has to be described in better detail.
 


you can try with the way mathman said. find out rectangle area by Lh, ellipse area (Pi*(h/2)*b) add both.
 


There will still be the left over part between where B ends and the rectangle starts.

Tough question. I am interested to hear a solution!
 


Miney said:
There will still be the left over part between where B ends and the rectangle starts.

Tough question. I am interested to hear a solution!

You need to be precise as to shape of the boundary! I cannot tell from the picture the exact shape of the part outside the rectangle.
 


even i don't understand the picture. i gave formula just assuming that b starts from the L that is L+2b = W.