Skip to content

Commit 3ec2280

Browse files
committed
Fat Star Post
1 parent 6b07748 commit 3ec2280

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

content/posts/fat-star.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
+++
2+
date = '2026-02-20T23:51:39+02:00'
3+
draft = false
4+
title = 'Fat Star'
5+
description = ''
6+
thumbnail = '/images/fatstar.gif'
7+
# showThumbnail = false
8+
tags = []
9+
# coauthors = [
10+
# { name = 'Jane Doe', link = 'mailto:jane@example.com' },
11+
# ]
12+
+++
13+
14+
We define a function $f: \mathbb N \times \mathbb R \to \mathbb R$ such that $f_0(x)=1$ and for $n \ge 1$
15+
$$f_n(x)=\prod_{j=1}^n \arctan(jx)$$
16+
and then define a function $P: \mathbb N \times [0,2\pi] \to \mathbb R^2$ which correspond to a parameterization of paths over $\mathbb R^2$, where $$P_n(t)=(f_n(\cos(t)),f_n(\sin(t)))$$
17+
So, the green path is just $P_5$ while $t$ ranges from $0$ to $2\pi$ and the pink lines are connected points represented by $P_k$ for each natural $k\le 5$ which emulates that kind of animation of drawing the green path.

static/images/fatstar.gif

1.72 MB
Loading

0 commit comments

Comments
 (0)