I've read about these operators in quantum mechanics, but I have never seen them in action. I think that is because I absolutely do not intuitively understand this concept. I've read some stuff online but they require too much background to understand. I only know the position and momentum operator, are these unbounded? How Can I prove it?
Can someone please explain as simple as possible as to what an unbounded operator is and what is the significant of this notion?
An unbounded (linear) operator is one that can produce arbitrarily large outputs from inputs that are of limited size.
An example is the derivative operator. Suppose we map polynomial functions $f(x)$ to their derivatives $f'(x)$. This is a linear operator, i.e. the derivative of $f(x) + g(x)$ is the sum $f'(x) + g'(x)$ of the respective derivatives and the derivative of a constant multiple $c f(x)$ is the same multiple $c f'(x)$ of the derivative.
Now various "norms" can be used to measure the size of functions. Since we are dealing with polynomials, which are continuous, let's measure the size by taking the maximum absolute value of $f(x)$ on the interval $[0,1]$:
$$ ||f|| = \max_{x \in [0,1]} |f(x)| $$
You can make a polynomial $f$ that "wiggles" between $y=+1$ and $y=-1$ a number of times, say $n$, but never gets any bigger than one in absolute value. Then $||f|| = 1$ but the norm of its derivative $||f'||$ must be at least $2n$. So by making $n$ big, you can get an arbitrarily large output (the derivative) from an input (the polynomial $f$) of limited size.
The derivative of polynomials is an unbounded operator with respect to this norm.