Given that #int_1^3f(x)dx=3# and #int_3^6f(x)dx=5#, find: #int_1^3[f(x)+x]dx# ?
and in my book the solution is
#int_1^3[f(x)+x]dx#
#=int_1^3f(x)dx+int_1^3xf(x)#
#=3+[x^2/2]^3 =7#
What is the confusion?
but when im solving it im getting 4 as an answer
and in my book the solution is
What is the confusion?
but when im solving it im getting 4 as an answer
1 Answer
Feb 3, 2018
See below.
Explanation:
We have:
#=int_1^3 f(x) dx+ int_1^3 x dx#
We know from the question that
#=3 + [1/2x^2]_1^3#
#=3 + 1/2(3)^2 - 1/2(1)^2#
#=3 + 9/2 - 1/2#
#=3 + 8/2#
#=3 + 4#
#=7#
Hopefully this helps!