I'm fairly new to $C^*$-algebras and Hilbert space. Given the algebraic relations of the $C^*$-algebra, I am having a lot of trouble computing the norm of its elements and am wondering if there are tricks I am missing. For example: suppose $a$ is a partial isometry: $aa^*a=a$ (and $a^*aa^*=a^*$). And suppose there are no other relations. Let $c$ be a complex number. What is $\|ca+\bar{c}a^*\|$? I've tried two ways to figure this out. One (since this is self-adjoint) is to compute the spectrum directly and hence find the spectral radius. I end up with recursion relations for the coefficients of terms; these are quotients of polynomials. Then I find the roots of the denominators. I was able to guess from this that the answer is 2|c|, but this was just a guess from finding a sequence of denominator polynomials whose roots seemed (numerically) to converge to that. This is also a ton of work for such a simple example. So then I tried making a model in sequence space. Here I think is an example of such an $a$: it sends vector $v=\{v_0,v_1,v_2\ldots\}$ to $$\{v_0,0,v_3,0,v_6,0,v_9,0,v_{12},0,\ldots\}$$ and then $a^*$ sends $v$ to$$\{v_0,0,0,v_2,0,0,v_4,0,0,v_6,0,0,\ldots\}$$It is easy then to write down $ca+\bar{c}a^*$. But what is the norm of this operator? I couldn't figure it out by staring at it. The best I could do was to truncate the infinite operator matrix to an $n\times n$ matrix and compute the eigenvalues for particular values of $c$, then let $n$ get large. Which seemed to very slowly converge towards my guess answer, but who knows? Any help appreciated.
Edit: Martin helped me see that I made a mistake when I described my example by saying that $a$ was a partial isometry "with no other relations." What I intended was a lot more restrictive than that: I wanted to require that all products of $a$ and $a^*\!$ (that is: $a$, $a^*\!$, $aa$, $aa^*\!$, $a^*\!a$, $a^*\!a^*\!$, and so forth) are partial isometries. It follows that these terms form the free inverse semigroup generated by $a$. (I wonder if there is a simpler way to describe this situation than to say that all those products are partial isometries? Such as: a finite number of conditions on $a$?) If $a$ is the operator on sequence space given earlier, all of the above terms are equal to one another iff the rules of inverse semigroups say they should be equal, and terms that are not equal are linearly independent. (In retrospect it seems lucky that I found an operator that behaves as I wanted it to, given that there are so many other ways for a partial isometry to be.)
I examined the characteristic polynomials of the truncated matrices of my example operator, and thereby realized that the infinite matrix is the direct sum of (many copies of) matrices that look like this:$$\left(\begin{array}{cccc}0&c&0&0\\\bar{c}&0&c&0\\0&\bar{c}&0&c\\0&0&\bar{c}&0\end{array}\right)$$that is: $c$'s on one off-diagonal, $\bar{c}$'s on the other, and zeros everywhere else. But of arbitrary size. So the problem of finding the norm of my operator reduces to the problem of finding the sup of the norms of these matrices. Numerically it seems that the result is $2|c|$, but I don't know how to prove that.