The Dirac-delta function $$\delta(x-a)$$ goes to $\infty$ at $a$. I'm having trouble to understand what $$k\delta(x) \qquad k \in \mathbb{R}$$ then represents. How can I scale up (or down) infinity? Or does it just mean that $$\int_{-\infty}^{\infty} k\delta(x-a)dx=k $$
And if that's right, what's the difference in interpretation between $\delta(x-a)$ and $k\delta(x-a)$? Can someone please shed some light on the intuition here?
The Dirac delta is not actually a function, but rather a distribution. However, the interpretation of it being a function helps to build some intuition as you say. The idea is that, because it is "infinite at some point $x=a$ and zero otherwise", when you integrate a function times the delta $\delta(x-a)$ you only get the contribution of the function at $x=a$, that is: $$\int_{\mathbb{R}}f(x)\delta(x-a)dx = f(a)$$ If $f$ is a constant function, say $f(x) = k$ for every $x \in \mathbb{R}$, then the above equality becomes: $$\int_{\mathbb{R}}k\delta(x-a)dx = k$$ because $f(a) = k$ trivially. Note that this last relation implies: $$\int_{\mathbb{R}}\delta(x-a)dx = 1$$ by the linearity of the integral.