- 3,802
- 95
Homework Statement
Find
\int_2^4{log_{10}xdx
Homework Equations
Use the change of base formula
log_ba=\frac{log_ca}{log_cb}
The Attempt at a Solution
Using the formula:
\frac{1}{ln10}\int_2^4lnxdx
=\frac{1}{ln10}[\frac{1}{x}]_2^4
=\frac{1}{ln10}(\frac{1}{4}-\frac{1}{2})
=\frac{-1}{4ln10} \approx -0.1086
What my problem is, is that the integral is giving a negative value, but the function of y=log_{10}x is positive for 2\leq x\leq 4.
So is it that I've made a mistake in calculating this integral, or is the negative value I'm getting legitimate? At this point I would need to reconsider when the integral is ever negative.