
Valmiki R. answered 04/23/17
Tutor
4.9
(44)
Hakuna Matata
f'(x) = 6x - (3/x4)
to find f(x), we must integrate f'(x)
Use the power rule:
if f'(x) = xn, then f(x) = xn+1/(n+1) + C
where C is the constant of integration.
∴f(x) = 6x2/2 + 3/3x3 + C
f(x)= 3x2 + 1/x3 + C
to find C, we use the condition given, f(1) =3.
3 = 3(1)2 + 1/13 + C
C = -1
f(x)= 3x2 + 1/x3 -1