Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

java programming Question 6 (20 points) Write a program to approximate the area under a circle with radius r. Note that you should forget the

java programming

Question 6 (20 points) Write a program to approximate the area under a circle with radius r. Note that you should forget the existence of the well known formula area = r2.

Method: The equation of a circles with radius r, centered at origin is x2 + y2 = r2. Divide the area under the top of half (above x axis) in to small rectangles of width of your choice smaller the better and you should pass this as a parameter to your method and add these areas of all these rectangles to approximate the area of the upper half of the circle. Multiplying that value by 2 give the approximate area of the circle.

You must test your results with known radius values (Say, if you set your radius to 1. Then you should see the as the answer for the area).

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Beginning ASP.NET 2.0 And Databases

Authors: John Kauffman, Bradley Millington

1st Edition

0471781347, 978-0471781349

More Books

Students also viewed these Databases questions

Question

Did you offer hard data that is verifiable? [D]

Answered: 1 week ago