For all values of t, the area bounded by the tangent line at the point (t,f(t)), the x-axis and the y-axis is constant.
I saw this from a YouTube video by blackpenredpen.
For my proof attempt, I first showed that this condition holds true for f(x)=$\frac{1}{x}$
Equation of the tangent line:
$y-f(t)=f'(t)(x-t)$
$y-\frac{1}{t}=-\frac{1}{t^2}(x-t)$
let x-intercept be at the point $(a,0)$ and y-intercept by at the point $(0,b)$
At $y=0:$
$-\frac{1}{t}=-\frac{1}{t^2}(a-t)$
$a=2t$
At $x=0:$
$b-\frac{1}{t}=-\frac{1}{t^2}(-t)$
$b=\frac{2}{t}$
If $A(t)$ is the function that area of the triangle formed by the tangent line and the two axis:
$A(t)=\frac{1}{2}ab$
$A(t)=\frac{1}{2}(2t)(\frac{2}{t})$
$A(t)=2$
Next, I tried to find an expression for area for a general function f(x):
Again, the equation of the tangent line is:
$y-f(t)=f'(t)(x-t)$
At $y=0:$
$-f(t)=f'(t)(a-t)$
$a=t-\frac{f(t)}{f'(t)}$
At $x=0:$
$b-f(t)=f'(t)(-t)$
$b=f(t)-f'(t)t$
Then:
$A(t)=\frac{1}{2}ab$
$A(t)=tf(t)+\frac{1}{2}(t^2f'(t)-\frac{f^2(t)}{f'(t)})$
Therefore, functions must be chosen such that the above expression is constant when evaluated at all values of t.
However, I am unsure on how to show that $\frac{1}{x}$ is the only function that satisfies the above condition.