A single observation $x$ is used to test the null hypothesis $\theta=\theta_0$ against alternative hypothesis $\theta=\theta_1<\theta_0$ for a geometric distribution with parameter $\theta$. Use the Neyman-Pearson lemma to find the form most powerful critical region of size $\alpha$.
Initally, I started with $$L_0=\prod_{x=1}^n \theta_0(1-\theta_0)^{x-1} = \theta_0^n(1-\theta_0)^{-n+\sum_{x=1}^n x}$$ and $$L_1=\prod_{x=1}^n \theta_1 (1-\theta_1)^{x-1} = \theta_1^n(1-\theta_1)^{-n+\sum_{x=1}^nx}$$
Then, $\dfrac{L_0}{L_1}=\dfrac{(1-\theta_0)^{\sum_{x=1}^n x}}{(1-\theta_1)^{\sum_{x=1}^n x}}\leq K$ inside the critical region and $\geq K$ outside the critical region. However, this expression is very complex, so I wasn't sure how to simplify this any further.
I then thought since it says a single observation of $x$, can I just let $x=1$? So then I end up with $L_0=\theta_0$ and $L_1=\theta_1$. However, then I get the critical region is $\frac{\theta_0}{\theta_1}\leq k$, which I didn't think made sense becaue it doesn't depend on any variables.