
Landon W. answered 05/23/21
I'm that nerd that can't say no to helping someone out
The answer comes by rewriting f(x) as f(x) = 9x^(-2) - 7x^(-7). Taking the antiderivative of x^n is x^(n-1)/n-1 + C, where C is some constant.
Then, F(x) = 9x^(-1)/(-1) - 7x^(-6)/(-6) + C
F(x) = -9/x + 7/(6x^6) + C
Then we can find C using F(1) = 0.
F(1) = -9/1 + 7/6 + C = 0
C = 47/6
Final answer: F(x) = -9/x + 7/(6x^6) + 47/6