Question: What is the % error if the approximated area is used? How could you improve this estimate? 16- 14- 12- 10- 8- 6- 4- 2-
What is the % error if the approximated area is used? How could you improve this estimate?
16- 14- 12- 10- 8- 6- 4- 2- N DeltaX := 1; LeftEndpoints := [0, 1, 2, 3]; Heights := map( q, LeftEndpoints); EstimatedArea := add( DeltaX* h, hin Heights); # Should return 14 DeltaX := 1 LeftEndpoints := [0, 1, 2, 3] Heights := [0, 1, 4, 9] EstimatedArea := 14 ExactArea := int( q(x), x=0..4); # Returns 64/3 = 21.33 ExactArea := 64 3Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
