Calculate $$\lim_{n\to \infty} \bigg(1+\frac{\theta_n(x) x}{n}\bigg)^n$$ where $\theta_n$ is continuous on $\mathbb{R}$ and $\lim_{n\to \infty}\theta_n=0$ and we have a fixed $x\in \mathbb{R}$.
Here $\theta_n(x):=\theta(x/n)$ where $\theta$ is continuous at $0$ such that $\theta(0)=0$. I came across to this limit while proving a result from Probability. Usually I would solve such a limit by $\lim_{n\to \infty} \bigg(\bigg(1+\frac{\theta_n x}{n}\bigg)^{n/\theta_n}\bigg)^{\theta_n}$ and noting that the inside is $e$ so we get $e^{\theta_n}$ which converges to $1$. But I am wondering how to show this rigorously. I've always resorted to such a technique in solving these limits, but I would like to know how to achieve this rigorously. I would greatly appreciate any help.