Assign the variables a and b to the endpoints of the interval so that a is the smaller number and b is the larger number. For example, if you compute the area under Ln(x) from 3 to 5, a = 3 and b = 5.
Evaluate b*Ln(b) - b on your calculator and call this number B. For instance, if b = 5, then B = 3.0472, since 5*Ln(5) - 5 = 3.0472.
Evaluate a*Ln(a) - a on your calculator and call this number A. If a = 3, then A = 0.2958, since 3*Ln(3) - 3 = 0.2958.
Subtract A from B to compute the area. For example, since 3.0472 - 0.2958 = 2.7514, the area under the natural log curve between 3 and 5 is equal to 2.7514.