Is there a way to represent functions using circles, similar to how Taylor series work?

87 Views Asked by At

I was curious whether or not there is a method of representing a function as an infinite amount of circles multiplied or added or something?

Similar to a Taylor series, such that the method would approximate the function.

1

There are 1 best solutions below

2
On

Yes of course you can. Here is one example. Consider the template function

$$t\to f(t) = \sqrt{1-t^2},\,\,\, t\in[-1,1]$$

This is a half-circle. Now let us build a family of scaled and translated templates for $n\in \mathbb Z^+, k\in \mathbb Z$:

$$g_{n,k}(t) = f\left(\frac{t}{2^{n-1}}-k\right)$$

These will look something like this:

enter image description here

If we fit with a usual least-squares regression, we can approximate the Taylor basis functions on $[-1,1]$: enter image description here