For $\alpha \in \mathbb{R}$ and $x, c \in \mathbb{R}^n$ and $R \in \mathbb{S}_+^n$ (positive semi-definite), let
\begin{equation*} f(x) = \frac{\alpha - c^t x}{\sqrt{x^t R x}} \end{equation*}
with $\text{dom}f = \{ x | c^t x \geq \alpha\}$ and $x^t R x > 0$ for all $x \in \text{dom}f$.
How can I show that $f$ is or is not quasiconvex?
I tried disproving this by testing 100,000 random lines segments sampled in $\text{dom} f$ but found no counter-examples.
Solution
I've determined the solution to the problem and posted it as an answer. It turns out that in general a function of the form $f(x) = p(x)/q(x)$ where $p(x)$ and $q(x)$ are convex, and $p(x) \leq 0$ and $q(x) > 0$ for all $x \in \text{dom}(f)$ is always quasi-convex if $\text{dom} f$ is a convex set.