While trying to solve $\displaystyle\int\sqrt{14x-x^2}\;dx$, I obtained three different primitives in three different ways:
Method 1: completing the square
$c(x)=\dfrac{1}{2}\left[49\arcsin\left(\dfrac{x}{7}-1\right)+(x-7)\sqrt{14x-x^2}\right]$
Method 2: using the substitution $x=u^2$
$s(x)=49\arcsin\left(\sqrt{\dfrac{x}{14}}\right)+\dfrac{1}{2}(x-7)\sqrt{14x-x^2}$
Method 3: Wolfram
$w(x)=\dfrac{1}{2}(x-7)\sqrt{14x-x^2}-49\arcsin\left(\sqrt{1-\dfrac{x}{14}}\right)$
At first, I thought some mistakes were made, as I was not able to reconcile the different appearances of the $\arcsin(\cdot)$ terms. After some inspection using Desmos, it turns out all 3 functions are equal up to a constant. In fact, they are separated by an amount of $\dfrac{49\pi}{4}$:
All three functions (without $+C$):

All three functions (with the appropriate $+C$):

So at this point, I'm pretty much convinced all three methods agree and are valid. However, I would like to know how exactly one can prove the $49\pi/4$ spacing (or $49\pi/2$ depending on which functions are compared) between each primitive, other than using this graphical method, which is much weaker after all.
Bonus 1: why is it that each method leads to a different primitive a priori?
Bonus 2: what method was used to obtain $w(x)$ (Wolfram's primitive) if not the other two?
Thanks in advance for all your input!
Omitting the common part $\frac12 (x-7)\sqrt{14x-x^2}$. From the original integral, $0\le x \le 14$.
Let $c_1 = c(x) - \frac12 (x-7)\sqrt{14x-x^2}$, where $-\frac{49\pi}{4} \le c_1 \le \frac{49\pi}{4}$.
$$\begin{align*} c_1 &= \frac12 \cdot 49\arcsin\left(\frac x7-1\right)\\ \sin\left(2\cdot\frac{c_1}{49}\right) &= \frac x7-1\\ \end{align*}$$
Let $s_1 = s(x) - \frac12 (x-7)\sqrt{14x-x^2}$, where $0 \le s_1 \le \frac{49\pi}{2}$.
$$\begin{align*} s_1 &= 49\arcsin\sqrt{\frac x{14}}\\ \sin^2\left(\frac{s_1}{49}\right) &= \frac x{14}\\ \cos\left(2\cdot\frac{s_1}{49}\right) &= 1-2\sin^2\left(\frac{s_1}{49}\right) = 1-\frac x7\\ \sin\left(2\cdot\frac{s_1 - 49\pi/4}{49}\right) &= \sin\left(2\cdot\frac{s_1}{49}-\frac\pi2\right)\\ &= -\cos\left(2\cdot\frac{s_1}{49}\right)\\ &= \frac x7-1 \end{align*}$$
So taking $c_1 = s_1 - \frac{49\pi}4$ would match the behaviours of $c$ and $s$.
Let $w_1 = w(x) - \frac12 (x-7)\sqrt{14x-x^2}$, where $-\frac{49\pi}{2} \le w_1 \le 0$.
$$\begin{align*} w_1 &= -49\arcsin\sqrt{1-\frac x{14}}\\ \sin^2\left(-\frac{w_1}{49}\right) &= 1-\frac x{14}\\ \cos\left(-2\cdot\frac{w_1}{49}\right) &= 1-2\sin^2\left(-\frac{w_1}{49}\right) = \frac x7 -1\\ \sin\left(2\cdot\frac{w_1 + 49\pi/4}{49}\right) &= \sin\left(2\cdot\frac{w_1}{49}+\frac\pi2\right)\\ &= \cos\left(2\cdot\frac{w_1}{49}\right)\\ &= \frac x7-1 \end{align*}$$
So taking $c_1 = w_1 + \frac{49\pi}4$ would match the behaviours of $c$ and $w$.