I'm curios if I solved this correctly, or if there are any other ways to do it. The problem goes:
The point P(t, |t|) lies on the graph of the function $f(x) = |x|$. A circle with a radius of $√2·|t|/3$ touches the graph of the function f from above at the point P. Determine the function on which the centers of the circles lie for all values of t.
What I did was express the coordinates of the circle in terms of t. So for any point t on the graph, I find the x coordinate by moving left for $√2*t*cos(45)/3$, and moving up for $√2*t*sin(45)/3$ (this only works for t>0). I got the following:
$x = t - √2*t*cos(45)/3$,
$y = |t|+ √2*t*sin(45)/3$
Then I started plugging in values of t, and found that the function is of all the centers is $y = 2|x|$.
Is this a valid way of solving the problem? It seems a little loose to me.