f1'(x) = 1, f1''(x) = 0
So, x^2 * 0 -2x*(1) + 2x = 0
f2'(x) = 2x, f2''(x) = 2
So , x^2 * 2 - 2x(2x) + 2x^2 = 0
So both given functions form a basis.
General solution f(x) = a*x + b* x^2, where a & b are constants to be determined
So, f '(1) = a + 2* b(1) = 0
and f(1) = a + b = 0
So, unless I've made a mistake, a = b = 0