hello everyone, I'm having troubles figuring out this problem and i'm trying to study for a test but its an even number and I have no idea what the answer is. THe problem is:
I understand how to do non-trig onesCode:f''(x) = sinx, f'(0) = 1, f(0) = 6;
f''(x) = 2, f'(2) = 5, f(2) = 10
f'(x) = 2x + c1;
f'(2) = 2(2) + c1;
5 = 4 + c1;
c1 = 1.
f'(x) = 2x+1;
f(x) = x^2+1x+c2;
f(2) = 2^(2)+1(2)+c2;
10 = 6 + c2
c2 = 4;
f(x) = x^2+x+4
I"m getting:
f(x) = -sinx+2x+6
which i htink is right i just want a double check on this




Reply With Quote