Solution: The norm of a partition is merely the length of the largest subinterval into which the partition divides [a,b]. Clearly many partition have the same norm, so partition is not a function of the norm.
for i=[a,b] where a<x1<x2<....<xn<b, partition p=x1,x2,....,xn for above condition norm=max{x2−x1,x3−x2,...,xn−xn−1}
a)
∴x2−x1=1−0=1x3−x2=2−1=1x4−x3=4−2=2Hence norm=max{x2−x1,x3−x2,x4−x3}norm=max={1,1,2}norm=2
Hence norm of the partition P1: = (0,1,2,4) is 2.
b)
∴x2−x1=2−0=2x3−x2=3−2=1x4−x3=4−3=1Hence norm=max{x2−x1,x3−x2,x4−x3}norm=max={2,1,1}norm=2
Hence norm of the partition P2: = (0,2,3,4) is 2.
c)
∴x2−x1=1−0=1x3−x2=1.5−1=0.5x4−x3=2−1.5=0.5x5−x4=3.4−2=1.4x6−x5=4−3.4=0.6Hence norm=max{x2−x1,x3−x2,x4−x3,x5−x4,x6−x5}norm=max={1,0.5,0.5,1.4,0.6}norm=1.4
Hence norm of the partition P3: = (0,1,1.5,2,3.4,4) is 1.4.
d)
∴x2−x1=0.5−0=0.5x3−x2=2.5−0.5=2x4−x3=3.5−2.5=1x5−x4=4−3.5=0.5Hence norm=max{x2−x1,x3−x2,x4−x3,x5−x4}norm=max={0.5,2,1,0.5}norm=2
Hence norm of the partition P4: = (0,0.5,2.5,3.5,4) is 2.
Comments