The integral distributes with respect to the sum, so:
int (e^(x+2) + x) dx = int e^(x+2) dx + int x dx∫(ex+2+x)dx=∫ex+2dx+∫xdx
So, solving the first one:
int e^(x+2) dx = int e^x e^2 dx = e^2 int e^x dx= e^2 e^x + C_1∫ex+2dx=∫exe2dx=e2∫exdx=e2ex+C1 where C_1C1 is an unknown constant.
Similarly, the second one is:
int x dx = x^2/2 + C_2∫xdx=x22+C2
So the antiderivative of e^(x+2) + xex+2+x is:
f(x) = e^2 e^x + x^2/2 + Cf(x)=e2ex+x22+C, where C is a constant.
Now we have to solve for f(2) = 3f(2)=3:
e^2 e^2 + 2^2/2 + C = 3e2e2+222+C=3, that is:
e^4 + 2 + C = 3e4+2+C=3, thus:
e^4 + C = 1e4+C=1, and then
C = 1-e^4C=1−e4.
The final answer is then:
f(x) = e^2 e^x + x^2/2 + (1-e^4)f(x)=e2ex+x22+(1−e4)