
William W. answered 05/11/22
Experienced Tutor and Retired Engineer
f(x) = ∫f '(x) dx
so f(x) = ∫ex + 9x dx
To find the antiderivative, think of a function that, if you take its derivative you end up with "ex + 9x".
That would be ex + 9/2x2 + C
You are given a data point that f(x) passes through so plug it in to solve for C:
2 = e0 + 9/2(0)2 + C
2 = 1 + 0 + C
C = 1
So f(x) = ex + 9/2x2 + 1