Can someone prove: (f'(b)+f'(a))/2+f(a) = f(b) given |b-a| = 1 ?
Can someone prove: (f'(b)+f'(a))/2+f(a) = f(b) given |b-a| = 1 ?
The slope of f(x) is twice the x value. Given that f(2) = 3, what is f(3)?
How can you integrate if you don't know what the function f(x) is?I solved this simply by integrating 2x and using the initial condition to find the function, then plugging 3 to get the answer 8.
The responder in the physics forum thread says that the statement in question is true for all quadratic. Is there a proof for that?
The slope of f(x) is twice the x value. Given that f(2) = 3, what is f(3)?
f'(x) = 2x [since the slope is twice the x value]
f(x) = integral (2x dx)
= x^2 + c
Use the initial condition f(2) = 3 to solve for c:
4+c=3
c=-1
so the function is f(x) = x^2 - 1
You plug three in it: f(3) = 9-1 to get 8.
OK, so I read over that. So, you are right, you have f'(x) = 2*x, and you can integrate that to get the answer. Sorry.The slope of f(x) is twice the x value.