This lesson explores the region bounded by the curve y = sqrt(x) ln(2x) from x = 1 to 4, demonstrating how to approximate area using the trapezium rule and find the exact area using integration by parts.
Trapezium Rule setup
With 3 strips from 1 to 4, width h = 1. Coordinates are x_0=1, x_1=2, x_2=3, x_3=4. Calculate y_n = sqrt(x_n) ln(2x_n).
Sum the trapeziums
Area = (h/2) * [y_0 + 2(y_1 + y_2) + y_3].
Integration by parts
Let u = ln(2x), dv = x^(1/2) dx. Then du = 1/x dx, v = (2/3)x^(3/2).
Evaluate integral
The result is (2/3)x^(3/2)ln(2x) - (4/9)x^(3/2) + C.
Exact Result
Substitute 4 and 1 to find the final value in the requested form.
Original question
solve
Ask me anything about this lesson — I'll answer using what we just covered.