If $y=f(x)$ be the equation of the parabola which is touched by the line $y=x$ at the point where $x=1$.Prove that $f'(1)=1$ and $2f(0)=1-f'(0)$
Let $f(x)=ax^2+bx+c$ be the parabola.Since the parabola is touched by the line $y=x$ at $x=1$.So $f'(1)=1$,because slope of $y=x$ is $1$.
But i cannot prove the second part of the question.
We have the point of intersection as $(1,1)$ . From here $1=a+b+c $ also $\frac {dy }{dx}=1$ thus $1=2a+b $ thus $a=\frac {1-b}{2}$ putting this in earlier equation. We have $1=\frac {1-b}{2}+b+c $ thus $2=1+b+2c $ hence $2c=1-b $ now $2f (0)=2c,1-f'(0)=1-b $. Hence the proof.