0% found this document useful (0 votes)
148 views35 pages

Riemann Sums

The document contains information about calculating area under a curve using Riemann sums. It provides examples of left, right, and trapezoidal Riemann sums, along with the formulas used for calculating the area of each type of sum. The goal is to approximate the integral of a function by dividing the area into rectangles or trapezoids of varying widths.

Uploaded by

api-526692597
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
148 views35 pages

Riemann Sums

The document contains information about calculating area under a curve using Riemann sums. It provides examples of left, right, and trapezoidal Riemann sums, along with the formulas used for calculating the area of each type of sum. The goal is to approximate the integral of a function by dividing the area into rectangles or trapezoids of varying widths.

Uploaded by

api-526692597
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 35

Left Riemann Sum

objective: calculating rectangles


area: base * height

f(x) cos(x) x f(x) ∆x*f(x) sum


a -4 -4 -0.6536 -0.65364 -0.395325
b 3 -3 -0.99 -0.98999
n 7 -2 -0.4161 -0.41615
∆x 1 -1 0.5403 0.5403
0 1 1
1 0.5403 0.5403
2 -0.4161 -0.41615
3 -0.99 -0.98999
Right Riemann Sum
objective: calculating rectangles
area: base * height

f(x) cos(x) x f(x) ∆x*f(x) sum


a -4 3 -0.99 -0.98999 -0.731674
b 3 2 -0.4161 -0.41615
n 7 1 0.5403 0.5403
∆x 1 0 1 1
-1 0.5403 0.5403
-2 -0.4161 -0.41615
-3 -0.99 -0.98999
-4 -0.6536 -0.65364
Trapezoidal Riemann Sum
objective: calculating trapezoids
area: (a + b)/2 * height

f(x) cos(x) x f(x) a+b (a+b)/2 ∆x*(a + b)/2


a -4 -4 -0.6536
b 3 -3 -0.99 -1.6436 -0.82182 -0.82181806
n 7 -2 -0.4161 -1.4061 -0.70307 -0.70306967
∆x 1 -1 0.5403 0.12416 0.06208 0.06207773
0 1 1.5403 0.77015 0.77015115
1 0.5403 1.5403 0.77015 0.77015115
2 -0.4161 0.12416 0.06208 0.06207773
3 -0.99 -1.4061 -0.70307 -0.70306967
sum
-0.5634996
Left Riemann Sum
objective: calculating rectangles
area: base * height

f(x) cos(x) x f(x) ∆x*f(x) sum


a -2 -2 -0.4161 -0.20807 1.780549
b 2 -1.5 0.07074 0.03537
n 8 -1 0.5403 0.27015
∆x 0.5 -0.5 0.87758 0.43879
0 1 0.5
0.5 0.87758 0.43879
1 0.5403 0.27015
1.5 0.07074 0.03537
2 -0.4161 -0.20807
Right Riemann Sum
objective: calculating rectangles
area: base * height

f(x) cos(x) x f(x) ∆x*f(x) sum


a -2 2 -0.4161 -0.20807 1.780549
b 2 1.5 0.07074 0.03537
n 8 1 0.5403 0.27015
∆x 0.5 0.5 0.87758 0.43879
0 1 0.5
-0.5 0.87758 0.43879
-1 0.5403 0.27015
-1.5 0.07074 0.03537
-2 -0.4161 -0.20807
Trapezoidal Riemann Sum
objective: calculating trapezoids
area: (a + b)/2 * height

f(x) cos(x) x f(x) a+b (a+b)/2 ∆x*(a + b)/2


a -2 -2 -0.4161
b 2 -1.5 0.07074 -0.3454 -0.1727 -0.08635241
n 8 -1 0.5403 0.61104 0.30552 0.15275988
∆x 0.5 -0.5 0.87758 1.41788 0.70894 0.35447122
0 1 1.87758 0.93879 0.46939564
0.5 0.87758 1.87758 0.93879 0.46939564
1 0.5403 1.41788 0.70894 0.35447122
1.5 0.07074 0.61104 0.30552 0.15275988
2 -0.4161 -0.3454 -0.1727 -0.08635241
sum
1.780549
Integral Calculation
objective: using the Trapezoidal Riemann Sum to evaluate the integral by increasing n
area: (a + b)/2 * height

f(x) x^2 x f(x) a+b (a+b)/2 ∆x*(a + b)/2


a 0 0 0
b 2 0.25 0.0625 0.0625 0.03125 0.0078125
n 8 0.5 0.25 0.3125 0.15625 0.0390625
∆x 0.25 0.75 0.5625 0.8125 0.40625 0.1015625
1 1 1.5625 0.78125 0.1953125
1.25 1.5625 2.5625 1.28125 0.3203125
sum 1.5 2.25 3.8125 1.90625 0.4765625
2.6875 1.75 3.0625 5.3125 2.65625 0.6640625
2 4 7.0625 3.53125 0.8828125

∫24_0^2▒ 〖𝑥 ^2 ⅆ𝑥 〗 =∫24_0^2▒ 〖 1/3 𝑥^3


ⅆ𝑥 〗 =1/3 〖 (2) 〗 ^3−1/3 (0)^3=8/3≈2.667
f(x) x^2 x f(x) a+b (a+b)/2
a 0 0 0
b 2 0.125 0.01563 0.01563 0.0078125
n 16 0.25 0.0625 0.07813 0.0390625
∆x 0.125 0.375 0.14063 0.20313 0.1015625
0.5 0.25 0.39063 0.1953125
0.625 0.39063 0.64063 0.3203125
sum 0.75 0.5625 0.95313 0.4765625
2.67188 0.875 0.76563 1.32813 0.6640625
1 1 1.76563 0.8828125
1.125 1.26563 2.26563 1.1328125
1.25 1.5625 2.82813 1.4140625
1.375 1.89063 3.45313 1.7265625
1.5 2.25 4.14063 2.0703125
1.625 2.64063 4.89063 2.4453125
1.75 3.0625 5.70313 2.8515625
1.875 3.51563 6.57813 3.2890625
2 4 7.51563 3.7578125
∆x*(a + b)/2 f(x) x^2 x f(x) a+b
a 0 0 0
0.000976563 b 2 0.0625 0.00391 0.00391
0.004882813 n 32 0.125 0.01563 0.01953
0.012695313 ∆x 0.0625 0.1875 0.03516 0.05078
0.024414063 0.25 0.0625 0.09766
0.040039063 0.3125 0.09766 0.16016
0.059570313 sum 0.375 0.14063 0.23828
0.083007813 2.66797 0.4375 0.19141 0.33203
0.110351563 0.5 0.25 0.44141
0.141601563 0.5625 0.31641 0.56641
0.176757813 0.625 0.39063 0.70703
0.215820313 0.6875 0.47266 0.86328
0.258789063 0.75 0.5625 1.03516
0.305664063 0.8125 0.66016 1.22266
0.356445313 0.875 0.76563 1.42578
0.411132813 0.9375 0.87891 1.64453
0.469726563 1 1 1.87891
1.0625 1.12891 2.12891
1.125 1.26563 2.39453
1.1875 1.41016 2.67578
1.25 1.5625 2.97266
1.3125 1.72266 3.28516
1.375 1.89063 3.61328
1.4375 2.06641 3.95703
1.5 2.25 4.31641
1.5625 2.44141 4.69141
1.625 2.64063 5.08203
1.6875 2.84766 5.48828
1.75 3.0625 5.91016
1.8125 3.28516 6.34766
1.875 3.51563 6.80078
1.9375 3.75391 7.26953
2 4 7.75391
(a+b)/2 ∆x*(a + b)/2 f(x) x^2 x
a 0 0
0.001953125 0.000122070313 b 2 0.03125
0.009765625 0.000610351563 n 64 0.0625
0.025390625 0.001586914063 ∆x 0.03125 0.09375
0.048828125 0.003051757813 0.125
0.080078125 0.005004882813 0.15625
0.119140625 0.007446289063 sum 0.1875
0.166015625 0.010375976563 2.66699 0.21875
0.220703125 0.013793945313 0.25
0.283203125 0.017700195313 0.28125
0.353515625 0.022094726563 0.3125
0.431640625 0.026977539063 0.34375
0.517578125 0.032348632813 0.375
0.611328125 0.038208007813 0.40625
0.712890625 0.044555664063 0.4375
0.822265625 0.051391601563 0.46875
0.939453125 0.058715820313 0.5
1.064453125 0.066528320313 0.53125
1.197265625 0.074829101563 0.5625
1.337890625 0.083618164063 0.59375
1.486328125 0.092895507813 0.625
1.642578125 0.102661132813 0.65625
1.806640625 0.112915039063 0.6875
1.978515625 0.123657226563 0.71875
2.158203125 0.134887695313 0.75
2.345703125 0.146606445313 0.78125
2.541015625 0.158813476563 0.8125
2.744140625 0.171508789063 0.84375
2.955078125 0.184692382813 0.875
3.173828125 0.198364257813 0.90625
3.400390625 0.212524414063 0.9375
3.634765625 0.227172851563 0.96875
3.876953125 0.242309570313 1
1.03125
1.0625
1.09375
1.125
1.15625
1.1875
1.21875
1.25
1.28125
1.3125
1.34375
1.375
1.40625
1.4375
1.46875
1.5
1.53125
1.5625
1.59375
1.625
1.65625
1.6875
1.71875
1.75
1.78125
1.8125
1.84375
1.875
1.90625
1.9375
1.96875
2
f(x) a+b (a+b)/2 ∆x*(a + b)/2
0
0.00098 0.00098 0.00048828125 1.52587891E-05
0.00391 0.00488 0.00244140625 7.62939453E-05
0.00879 0.0127 0.00634765625 0.000198364258
0.01563 0.02441 0.01220703125 0.000381469727
0.02441 0.04004 0.02001953125 0.000625610352
0.03516 0.05957 0.02978515625 0.000930786133
0.04785 0.08301 0.04150390625 0.00129699707
0.0625 0.11035 0.05517578125 0.001724243164
0.0791 0.1416 0.07080078125 0.002212524414
0.09766 0.17676 0.08837890625 0.00276184082
0.11816 0.21582 0.10791015625 0.003372192383
0.14063 0.25879 0.12939453125 0.004043579102
0.16504 0.30566 0.15283203125 0.004776000977
0.19141 0.35645 0.17822265625 0.005569458008
0.21973 0.41113 0.20556640625 0.006423950195
0.25 0.46973 0.23486328125 0.007339477539
0.28223 0.53223 0.26611328125 0.008316040039
0.31641 0.59863 0.29931640625 0.009353637695
0.35254 0.66895 0.33447265625 0.010452270508
0.39063 0.74316 0.37158203125 0.011611938477
0.43066 0.82129 0.41064453125 0.012832641602
0.47266 0.90332 0.45166015625 0.014114379883
0.5166 0.98926 0.49462890625 0.01545715332
0.5625 1.0791 0.53955078125 0.016860961914
0.61035 1.17285 0.58642578125 0.018325805664
0.66016 1.27051 0.63525390625 0.01985168457
0.71191 1.37207 0.68603515625 0.021438598633
0.76563 1.47754 0.73876953125 0.023086547852
0.82129 1.58691 0.79345703125 0.024795532227
0.87891 1.7002 0.85009765625 0.026565551758
0.93848 1.81738 0.90869140625 0.028396606445
1 1.93848 0.96923828125 0.030288696289
1.06348 2.06348 1.03173828125 0.032241821289
1.12891 2.19238 1.09619140625 0.034255981445
1.19629 2.3252 1.16259765625 0.036331176758
1.26563 2.46191 1.23095703125 0.038467407227
1.33691 2.60254 1.30126953125 0.040664672852
1.41016 2.74707 1.37353515625 0.042922973633
1.48535 2.89551 1.44775390625 0.04524230957
1.5625 3.04785 1.52392578125 0.047622680664
1.6416 3.2041 1.60205078125 0.050064086914
1.72266 3.36426 1.68212890625 0.05256652832
1.80566 3.52832 1.76416015625 0.055130004883
1.89063 3.69629 1.84814453125 0.057754516602
1.97754 3.86816 1.93408203125 0.060440063477
2.06641 4.04395 2.02197265625 0.063186645508
2.15723 4.22363 2.11181640625 0.065994262695
2.25 4.40723 2.20361328125 0.068862915039
2.34473 4.59473 2.29736328125 0.071792602539
2.44141 4.78613 2.39306640625 0.074783325195
2.54004 4.98145 2.49072265625 0.077835083008
2.64063 5.18066 2.59033203125 0.080947875977
2.74316 5.38379 2.69189453125 0.084121704102
2.84766 5.59082 2.79541015625 0.087356567383
2.9541 5.80176 2.90087890625 0.09065246582
3.0625 6.0166 3.00830078125 0.094009399414
3.17285 6.23535 3.11767578125 0.097427368164
3.28516 6.45801 3.22900390625 0.10090637207
3.39941 6.68457 3.34228515625 0.104446411133
3.51563 6.91504 3.45751953125 0.108047485352
3.63379 7.14941 3.57470703125 0.111709594727
3.75391 7.3877 3.69384765625 0.115432739258
3.87598 7.62988 3.81494140625 0.119216918945
4 7.87598 3.93798828125 0.123062133789
Left Riemann Sum
objective: calculating rectangular prisms
volume: width * length * height

z = - x^2 - y^2 + 4 y
a -2 -2 -1 0
x
b 2 -2 -4 -1 0
c -2 -1 -1 2 3
y
d 2 x 0 0 3 4
n 4 1 -1 2 3
2 -4 -1 0
∆x 1
∆y 1

sum 24
y
1 2
-1 -4
2 -1
3 0
2 -1
-1 -4
Left Riemann Sum
objective: calculating rectangular prisms
volume: width * length * height

z = - x^2 - y^2 + 4 y
a -2 -2 -1 0
x
b 2 -2 -4 -1 0
c -2 -1 -1 2 3
y
d 2 x 0 0 3 4
n 4 1 -1 2 3
2 -4 -1 0
∆x 1
∆y 1

sum 24
y ∆x ∆y z w*l*h
1 2 1 1 2 2
-1 -4 1 1 3 3
2 -1 1 1 2 2
3 0 1 1 3 3
2 -1 1 1 4 4
-1 -4 1 1 3 3
1 1 2 2
1 1 3 3
1 1 2 2
Left Riemann Sum
objective: calculating rectangular prisms
volume: width * length * height

z = - x^2 - y^2 + 4 y
a -2 -2 -1.5 -1
x
b 2 -2 -4 -2.25 -1
c -2 -1.5 -2.25 -0.5 0.75
y
d 2 x -1 -1 0.75 2
n 8 -0.5 -0.25 1.5 2.75
0 0 1.75 3
∆x 0.5 0.5 -0.25 1.5 2.75
∆y 0.5 1 -1 0.75 2
1.5 -2.25 -0.5 0.75
sum 25 2 -4 -2.25 -1
y ∆x ∆y
-0.5 0 0.5 1 1.5 2 0.5 0.5
-0.25 0 -0.25 -1 -2.25 -4 0.5 0.5
1.5 1.75 1.5 0.75 -0.5 -2.25 0.5 0.5
2.75 3 2.75 2 0.75 -1 0.5 0.5
3.5 3.75 3.5 2.75 1.5 -0.25 0.5 0.5
3.75 4 3.75 3 1.75 0 0.5 0.5
3.5 3.75 3.5 2.75 1.5 -0.25 0.5 0.5
2.75 3 2.75 2 0.75 -1 0.5 0.5
1.5 1.75 1.5 0.75 -0.5 -2.25 0.5 0.5
-0.25 0 -0.25 -1 -2.25 -4 0.5 0.5
0.5 0.5
0.5 0.5
0.5 0.5
0.5 0.5
0.5 0.5
0.5 0.5
0.5 0.5
0.5 0.5
0.5 0.5
0.5 0.5
0.5 0.5
0.5 0.5
0.5 0.5
0.5 0.5
0.5 0.5
0.5 0.5
0.5 0.5
0.5 0.5
0.5 0.5
0.5 0.5
0.5 0.5
0.5 0.5
0.5 0.5
0.5 0.5
0.5 0.5
0.5 0.5
0.5 0.5
0.5 0.5
0.5 0.5
0.5 0.5
0.5 0.5
0.5 0.5
0.5 0.5
0.5 0.5
0.5 0.5
z w*l*h
0.75 0.1875
1.5 0.375
1.75 0.4375
1.5 0.375
0.75 0.1875
0.75 0.1875
2 0.5
2.75 0.6875
3 0.75
2.75 0.6875
2 0.5
0.75 0.1875
1.5 0.375
2.75 0.6875
3.5 0.875
3.75 0.9375
3.5 0.875
2.75 0.6875
1.5 0.375
1.75 0.4375
3 0.75
3.75 0.9375
4 1
3.75 0.9375
3 0.75
1.75 0.4375
1.5 0.375
2.75 0.6875
3.5 0.875
3.75 0.9375
3.5 0.875
2.75 0.6875
1.5 0.375
0.75 0.1875
2 0.5
2.75 0.6875
3 0.75
2.75 0.6875
2 0.5
0.75 0.1875
0.75 0.1875
1.5 0.375
1.75 0.4375
1.5 0.375
0.75 0.1875
Left Riemann Sum
objective: calculating rectangular prisms
volume: width * length * height

z = - x^2 - y^2 + 4 y
a -2 -2 -1.75 -1.5
x
b 2 -2 -4 -3.0625 -2.25
c -2 -1.75 -3.0625 -2.125 -1.3125
y
d 2 x -1.5 -2.25 -1.3125 -0.5
n 16 -1.25 -1.5625 -0.625 0.1875
-1 -1 -0.0625 0.75
∆x 0.25 -0.75 -0.5625 0.375 1.1875
∆y 0.25 -0.5 -0.25 0.6875 1.5
-0.25 -0.0625 0.875 1.6875
sum 25.0938 0 0 0.9375 1.75
0.25 -0.0625 0.875 1.6875
0.5 -0.25 0.6875 1.5
0.75 -0.5625 0.375 1.1875
1 -1 -0.0625 0.75
1.25 -1.5625 -0.625 0.1875
1.5 -2.25 -1.3125 -0.5
1.75 -3.0625 -2.125 -1.3125
2 -4 -3.0625 -2.25
y
-1.25 -1 -0.75 -0.5 -0.25 0 0.25 0.5 0.75 1
-1.5625 -1 -0.5625 -0.25 -0.0625 0 -0.0625 -0.25 -0.5625 -1
-0.625 -0.0625 0.375 0.6875 0.875 0.9375 0.875 0.6875 0.375 -0.0625
0.1875 0.75 1.1875 1.5 1.6875 1.75 1.6875 1.5 1.1875 0.75
0.875 1.4375 1.875 2.1875 2.375 2.4375 2.375 2.1875 1.875 1.4375
1.4375 2 2.4375 2.75 2.9375 3 2.9375 2.75 2.4375 2
1.875 2.4375 2.875 3.1875 3.375 3.4375 3.375 3.1875 2.875 2.4375
2.1875 2.75 3.1875 3.5 3.6875 3.75 3.6875 3.5 3.1875 2.75
2.375 2.9375 3.375 3.6875 3.875 3.9375 3.875 3.6875 3.375 2.9375
2.4375 3 3.4375 3.75 3.9375 4 3.9375 3.75 3.4375 3
2.375 2.9375 3.375 3.6875 3.875 3.9375 3.875 3.6875 3.375 2.9375
2.1875 2.75 3.1875 3.5 3.6875 3.75 3.6875 3.5 3.1875 2.75
1.875 2.4375 2.875 3.1875 3.375 3.4375 3.375 3.1875 2.875 2.4375
1.4375 2 2.4375 2.75 2.9375 3 2.9375 2.75 2.4375 2
0.875 1.4375 1.875 2.1875 2.375 2.4375 2.375 2.1875 1.875 1.4375
0.1875 0.75 1.1875 1.5 1.6875 1.75 1.6875 1.5 1.1875 0.75
-0.625 -0.0625 0.375 0.6875 0.875 0.9375 0.875 0.6875 0.375 -0.0625
-1.5625 -1 -0.5625 -0.25 -0.0625 0 -0.0625 -0.25 -0.5625 -1
∆x ∆y z w*l*h
1.25 1.5 1.75 2 0.25 0.25 0.375 0.02344
-1.5625 -2.25 -3.0625 -4 0.25 0.25 0.6875 0.04297
-0.625 -1.3125 -2.125 -3.0625 0.25 0.25 0.875 0.05469
0.1875 -0.5 -1.3125 -2.25 0.25 0.25 0.9375 0.05859
0.875 0.1875 -0.625 -1.5625 0.25 0.25 0.875 0.05469
1.4375 0.75 -0.0625 -1 0.25 0.25 0.6875 0.04297
1.875 1.1875 0.375 -0.5625 0.25 0.25 0.375 0.02344
2.1875 1.5 0.6875 -0.25 0.25 0.25 0.1875 0.01172
2.375 1.6875 0.875 -0.0625 0.25 0.25 0.75 0.04688
2.4375 1.75 0.9375 0 0.25 0.25 1.1875 0.07422
2.375 1.6875 0.875 -0.0625 0.25 0.25 1.5 0.09375
2.1875 1.5 0.6875 -0.25 0.25 0.25 1.6875 0.10547
1.875 1.1875 0.375 -0.5625 0.25 0.25 1.75 0.10938
1.4375 0.75 -0.0625 -1 0.25 0.25 1.6875 0.10547
0.875 0.1875 -0.625 -1.5625 0.25 0.25 1.5 0.09375
0.1875 -0.5 -1.3125 -2.25 0.25 0.25 1.1875 0.07422
-0.625 -1.3125 -2.125 -3.0625 0.25 0.25 0.75 0.04688
-1.5625 -2.25 -3.0625 -4 0.25 0.25 0.1875 0.01172
0.25 0.25 0.1875 0.01172
0.25 0.25 0.875 0.05469
0.25 0.25 1.4375 0.08984
0.25 0.25 1.875 0.11719
0.25 0.25 2.1875 0.13672
0.25 0.25 2.375 0.14844
0.25 0.25 2.4375 0.15234
0.25 0.25 2.375 0.14844
0.25 0.25 2.1875 0.13672
0.25 0.25 1.875 0.11719
0.25 0.25 1.4375 0.08984
0.25 0.25 0.875 0.05469
0.25 0.25 0.1875 0.01172
0.25 0.25 0.75 0.04688
0.25 0.25 1.4375 0.08984
0.25 0.25 2 0.125
0.25 0.25 2.4375 0.15234
0.25 0.25 2.75 0.17188
0.25 0.25 2.9375 0.18359
0.25 0.25 3 0.1875
0.25 0.25 2.9375 0.18359
0.25 0.25 2.75 0.17188
0.25 0.25 2.4375 0.15234
0.25 0.25 2 0.125
0.25 0.25 1.4375 0.08984
0.25 0.25 0.75 0.04688
0.25 0.25 0.375 0.02344
0.25 0.25 1.1875 0.07422
0.25 0.25 1.875 0.11719
0.25 0.25 2.4375 0.15234
0.25 0.25 2.875 0.17969
0.25 0.25 3.1875 0.19922
0.25 0.25 3.375 0.21094
0.25 0.25 3.4375 0.21484
0.25 0.25 3.375 0.21094
0.25 0.25 3.1875 0.19922
0.25 0.25 2.875 0.17969
0.25 0.25 2.4375 0.15234
0.25 0.25 1.875 0.11719
0.25 0.25 1.1875 0.07422
0.25 0.25 0.375 0.02344
0.25 0.25 0.6875 0.04297
0.25 0.25 1.5 0.09375
0.25 0.25 2.1875 0.13672
0.25 0.25 2.75 0.17188
0.25 0.25 3.1875 0.19922
0.25 0.25 3.5 0.21875
0.25 0.25 3.6875 0.23047
0.25 0.25 3.75 0.23438
0.25 0.25 3.6875 0.23047
0.25 0.25 3.5 0.21875
0.25 0.25 3.1875 0.19922
0.25 0.25 2.75 0.17188
0.25 0.25 2.1875 0.13672
0.25 0.25 1.5 0.09375
0.25 0.25 0.6875 0.04297
0.25 0.25 0.875 0.05469
0.25 0.25 1.6875 0.10547
0.25 0.25 2.375 0.14844
0.25 0.25 2.9375 0.18359
0.25 0.25 3.375 0.21094
0.25 0.25 3.6875 0.23047
0.25 0.25 3.875 0.24219
0.25 0.25 3.9375 0.24609
0.25 0.25 3.875 0.24219
0.25 0.25 3.6875 0.23047
0.25 0.25 3.375 0.21094
0.25 0.25 2.9375 0.18359
0.25 0.25 2.375 0.14844
0.25 0.25 1.6875 0.10547
0.25 0.25 0.875 0.05469
0.25 0.25 0.9375 0.05859
0.25 0.25 1.75 0.10938
0.25 0.25 2.4375 0.15234
0.25 0.25 3 0.1875
0.25 0.25 3.4375 0.21484
0.25 0.25 3.75 0.23438
0.25 0.25 3.9375 0.24609
0.25 0.25 4 0.25
0.25 0.25 3.9375 0.24609
0.25 0.25 3.75 0.23438
0.25 0.25 3.4375 0.21484
0.25 0.25 3 0.1875
0.25 0.25 2.4375 0.15234
0.25 0.25 1.75 0.10938
0.25 0.25 0.9375 0.05859
0.25 0.25 0.875 0.05469
0.25 0.25 1.6875 0.10547
0.25 0.25 2.375 0.14844
0.25 0.25 2.9375 0.18359
0.25 0.25 3.375 0.21094
0.25 0.25 3.6875 0.23047
0.25 0.25 3.875 0.24219
0.25 0.25 3.9375 0.24609
0.25 0.25 3.875 0.24219
0.25 0.25 3.6875 0.23047
0.25 0.25 3.375 0.21094
0.25 0.25 2.9375 0.18359
0.25 0.25 2.375 0.14844
0.25 0.25 1.6875 0.10547
0.25 0.25 0.875 0.05469
0.25 0.25 0.6875 0.04297
0.25 0.25 1.5 0.09375
0.25 0.25 2.1875 0.13672
0.25 0.25 2.75 0.17188
0.25 0.25 3.1875 0.19922
0.25 0.25 3.5 0.21875
0.25 0.25 3.6875 0.23047
0.25 0.25 3.75 0.23438
0.25 0.25 3.6875 0.23047
0.25 0.25 3.5 0.21875
0.25 0.25 3.1875 0.19922
0.25 0.25 2.75 0.17188
0.25 0.25 2.1875 0.13672
0.25 0.25 1.5 0.09375
0.25 0.25 0.6875 0.04297
0.25 0.25 0.375 0.02344
0.25 0.25 1.1875 0.07422
0.25 0.25 1.875 0.11719
0.25 0.25 2.4375 0.15234
0.25 0.25 2.875 0.17969
0.25 0.25 3.1875 0.19922
0.25 0.25 3.375 0.21094
0.25 0.25 3.4375 0.21484
0.25 0.25 3.375 0.21094
0.25 0.25 3.1875 0.19922
0.25 0.25 2.875 0.17969
0.25 0.25 2.4375 0.15234
0.25 0.25 1.875 0.11719
0.25 0.25 1.1875 0.07422
0.25 0.25 0.375 0.02344
0.25 0.25 0.75 0.04688
0.25 0.25 1.4375 0.08984
0.25 0.25 2 0.125
0.25 0.25 2.4375 0.15234
0.25 0.25 2.75 0.17188
0.25 0.25 2.9375 0.18359
0.25 0.25 3 0.1875
0.25 0.25 2.9375 0.18359
0.25 0.25 2.75 0.17188
0.25 0.25 2.4375 0.15234
0.25 0.25 2 0.125
0.25 0.25 1.4375 0.08984
0.25 0.25 0.75 0.04688
0.25 0.25 0.1875 0.01172
0.25 0.25 0.875 0.05469
0.25 0.25 1.4375 0.08984
0.25 0.25 1.875 0.11719
0.25 0.25 2.1875 0.13672
0.25 0.25 2.375 0.14844
0.25 0.25 2.4375 0.15234
0.25 0.25 2.375 0.14844
0.25 0.25 2.1875 0.13672
0.25 0.25 1.875 0.11719
0.25 0.25 1.4375 0.08984
0.25 0.25 0.875 0.05469
0.25 0.25 0.1875 0.01172
0.25 0.25 0.1875 0.01172
0.25 0.25 0.75 0.04688
0.25 0.25 1.1875 0.07422
0.25 0.25 1.5 0.09375
0.25 0.25 1.6875 0.10547
0.25 0.25 1.75 0.10938
0.25 0.25 1.6875 0.10547
0.25 0.25 1.5 0.09375
0.25 0.25 1.1875 0.07422
0.25 0.25 0.75 0.04688
0.25 0.25 0.1875 0.01172
0.25 0.25 0.375 0.02344
0.25 0.25 0.6875 0.04297
0.25 0.25 0.875 0.05469
0.25 0.25 0.9375 0.05859
0.25 0.25 0.875 0.05469
0.25 0.25 0.6875 0.04297
0.25 0.25 0.375 0.02344
Integral Calculation

∫24_(−2)^2▒ 〖∫ 24_(−2)^2
▒ 〖 4−𝑥^2−𝑦^2 ⅆ𝑥 〗 ⅆ𝑦〗

∫24_(−2)^2▒ 〖 [∫24_(−2)^2▒ 〖 4𝑥−1/3 𝑥^3−𝑥𝑦^2 〗 ]ⅆ𝑦


∫24_(−2)^2▒ 〖 32/3−4𝑦^2 ⅆ𝑦 〗 = [∫24_(−2)^2▒ 〖 32/3 𝑦
𝑦^3 〗 ]=64/3≈21.333
−𝑥𝑦^2 〗 ]ⅆ𝑦 〗 =
2▒ 〖 32/3 𝑦−4/3

You might also like