This is the logo for my university's math center:
The question is what is the area of the triangle as the circles move closer or further apart, given just the rate at which they move ($d(t)$)? What is the rate of change of the area of the triangle if the function $d(t) = t$? $d(t)= e^t$? This isn't a class question or anything, I just wanted to see if I could figure it out and if my math was valid.


So suppose for both circles the radius is constant. The area of the triangle is $A = \frac{1}{2}bh$, meaning it's dependent on the y coordinate of the intersection of the circles and the distance between their two edges.
Fixing circle one at the origin, circle two's center is at a distance $d(t)$ from the origin at time $t$. Thus the distance between the two edges of the circle, $w(t)$ can be defined in terms of $r$ and $d$: $$d = r - w + r$$ $$w = 2r - d.$$
Thus $w(t) = 2r-d(t)$, and we have $w$ in terms of a differentiable function.
The next part of this problem is finding $h(t)$ in terms of $r$ and $d(t)$. We can think of a triangle where the base is $r + \frac{1}{2}w$ and the height is $h$. The hypotenuse of this triangle, because the intersection must be on the triangle, is equal to the radius $r$. Thus we can construct the equation $$r^2 = h^2 + (r + \frac{1}{2}w)^2.$$ Substituting our found $w$ in terms of given values and equations, $$r^2 = h^2 + (r + \frac{1}{2}(2r - d))$$ $$h = \sqrt{r^2 - 2r + \frac{1}{2}d}.$$
Thus the area of our triangle can be put in terms of $r$ and $d$: $$A = \frac{1}{2}bh=\frac{1}{2}(2r-d) \Big(\sqrt{r^2 - 2r + \frac{1}{2}d} \Big).$$
For simplicity, suppose $r=1$ and $d(t) = t$. $$A(t) = \frac{1}{2}(2-(d(t)) \Big(\sqrt{-1 + \frac{1}{2}d(t)} \Big) $$ Then the area at any time, $A(t)$, is found by just plugging in $t$.
Now for the rate of change of the area, $A'(t)$, differentiate with respect to $t$. $$A'(t) = -\frac{1}{2} \Bigg(d'(t)\sqrt{-1+\frac{1}{2}d(t)} + \frac{1}{4}\frac{d'(t)}{\sqrt{-1+ \frac{1}{2}d(t)}} \Bigg)$$
For $d(t) = t$:
$$A'(t) = -\frac{1}{2} \Bigg(\sqrt{-1+\frac{1}{2}t} + \frac{1}{4}\frac{1}{\sqrt{-1+ \frac{1}{2}t}} \Bigg)$$
For $d(t) = e^{t}$: $$A'(t) = -\frac{1}{2} \Bigg(e^t\sqrt{-1+\frac{1}{2}e^t} + \frac{1}{4}\frac{e^t}{\sqrt{-1+ \frac{1}{2}e^t}} \Bigg)$$