Question Statement
Evaluate the definite integral:
∫13lnxdx
Background and Explanation
This problem requires integration by parts, a technique for integrating products of functions. Since lnx does not have an elementary antiderivative on its own, we rewrite it as the product lnx⋅1 and apply the integration by parts formula.
Solution
To evaluate ∫13lnxdx, we use integration by parts. The key insight is to treat lnx as a product with the constant function 1:
∫13lnxdx=∫13lnx⋅1dx
Setting up integration by parts:
Let u=lnx and v=1 (where v is the second function to be integrated).
Recall the integration by parts formula for definite integrals:
∫abuvdx=[u⋅∫vdx−∫(∫vdx)⋅dxdudx]ab
Applying the formula:
∫13lnxdx=[lnx⋅∫1dx−∫(∫1dx)×dxd(lnx)dx]13=[lnx⋅x−∫x⋅x1dx]13=[xlnx−∫1dx]13=[xlnx−x]13
Evaluating at the bounds:
Now we substitute the upper limit (x=3) and lower limit (x=1):
=(3ln3−3)−(1⋅ln1−1)=3ln3−3−(0−1)(since ln1=0)=3ln3−3+1=3ln3−2
Therefore, the value of the integral is 3ln3−2.
- Integration by parts formula: ∫udv=uv−∫vdu (or equivalently ∫u⋅vdx=u∫vdx−∫(∫vdx)u′dx)
- Derivative of natural logarithm: dxd(lnx)=x1
- Logarithm property: ln1=0
- Power rule: ∫1dx=x
Summary of Steps
- Rewrite the integrand as lnx⋅1 to prepare for integration by parts
- Set u=lnx (to differentiate) and dv=dx (so v=x)
- Apply integration by parts: ∫lnxdx=xlnx−∫x⋅x1dx
- Simplify the remaining integral: ∫1dx=x
- Obtain the antiderivative: xlnx−x
- Evaluate the definite integral using the Fundamental Theorem of Calculus: [xlnx−x]13
- Substitute bounds and simplify: (3ln3−3)−(0−1)=3ln3−2