I created this recreational math problem that where it looks like solver doesn't have enough information to solve it. This kind of algebra problem I haven't really seen in the wild before, as you don't know the number of variables that you are given. Along the way of solving, there are several mathematical gems that you come across, (at least through the method that I solved it). I deleted a post of this exact problem with a physics narrative, but I figured that math by itself is more appropriate here.
Please have fun solving!
Problem
A countable amount of vectors in $\mathbb{R}^2$ rotate about the origin at their own constant speeds. Each vector $\vec{v}$ has a magnitude that varies in time $t$ described by $|\vec{v}(t)| = a \cdot b ^ t$, for their own values of $a,b\in \mathbb R_{>0}$. The sum of the vectors at time $t$ is notated by $\vec{u}(t)$.
There's a time $t_c$ where each vector equals $\vec{v_c}$ and:
- $|\vec{u}(t_c-1)| = 1+\frac{1}{|\vec{v_c}|}$.
- $\vec{u}(t_c+1) = -\vec{v_c}$.
- $\vec{u}(t_c+2) = 3 \vec{v_c}$.
- $\vec{u}(t_c+n) = \vec{u}(t_c + n - 2) - \vec{u}(t_c + n - 1), \quad \forall n\in\mathbb{N}_{>2}$
What is the numerical value of $|\vec{v_c}|$?
The complex plane is basically ismorphic to $\mathbb{R}^2$, right? Let's set this in the complex plane. Then each of the vectors can be defined as $a \cdot b^t \cdot \exp(i\tau k(t-t_c) + i\tau m)$, where $k$ and $m$ depend on the period and phase. Also, I'm setting $t_c = 0$ to save on a bunch of annoying $(t-t_c)$ factors like we just saw.
I look forward to seeing what the correcting factor is that I've missed.