Given the following statements about a function f
- f''(x) = a for all x
- f(0) = 1, f(1) = 2
- ∫01 f(x) dx = 1
- A−6
- B−3
- C−2
- D2
- E3
- F6
Show the answer and worked solution
answer · F
- A−6
- B−3
- C−2
- D2
- E3
- F6
Since f'' is constant, f(x) = a2x2 + bx + c. From f(0) = 1 we get c = 1, and from f(1) = 2 we get a2 + b = 1. The integral gives a6 + b2 + 1 = 1, so b = −a3. Substituting, a2 − a3 = 1, so a6 = 1 and a = 6.