1)
a) domain of f is all Reals except x=0 and x=1 since the function is discontinuous at those points

the integral can be found by using the u-substitution method; specfically let u = ln(x) and notice then that du = (1/x) *dx
so the integral becomes int[ (1/u^2)*du ]
the indefinite integral of 1/u^2 is simply -1/u +C
now simply substitute u back in to get the answer: (-1/lnx) + C
c) to take the improper integral from 2 to infinity just pretend you're integrating from 2 to some value y. [the premise here is that you will be taking the limit of this integral as y -> infinty]
so, we found the indefinite integral in part (b), we just need to plug in 2 and y to get: (-1/ln y) - (-1/ln(2) ) to be the integral from 2 to y of the function
next, we take the limit of this as y -> infinity, and we get: 0 + 1/ ln(2) = 1/ln(2) as our final answer