How many users will be satisfied with: (%i1) integrate(sqrt((x^2-2*x+1)/x),x,0,1); (%o1) -4/3 (%i2) integrate(sqrt(x-2+1/x),x,0,1); (%o2) 4/3 --Barton