Nitin P. answered 06/18/20
Machine Learning Engineer - UC Berkeley CS+Math Grad
To find f(x), we need to integrate f'(x). We have:
f(x) = ∫ [(9/x) + 1]dx = 9ln |x| + x + C
Now, we need to find the specific value of C. We know that f(1) = 8, so we have:
8 = 9ln 1 + 1 + C = 1 + C
C = 7
Therefore, f(x) = 9ln |x| + x + 7