How to do a step function based Fourier series? What I am confused about is how to calculate the time period since the step function doesn't end? And I don't really know the period since the exponential function doesn't repeat unlike the trigonometric functions.
$f(t) = 8e^{t} \cdot u(t-6)$
Thanks in advance.
First, a quick reminder regarding Fourier series. It's well-known that in the Hilbert space of measurable functions $f:[0,T]\to\mathbb{C}$ such that $\int_0^T|f(t)|^2dt<\infty$ (with inner product $\langle f,g\rangle = \int_0^T\overline{f(t)}g(t)dt$), henceforth denoted $L^2([0,T])$, the trigonometric system forms a closed orthonormal system. Therefore, every such function can be represented as a series of trigonometric functions (which converges, I should clarify, in norm, and not necessarily pointwise). That's the Fourier series for such functions.
However, in our case $t\mapsto 8e^tu(t-6)$, defined on $\mathbb{R}$, isn't periodic. As such, it has no Fourier series. We therefore might turn to the notion of the Fourier transform: if a measurable function has the property $\int_\mathbb{R}|f(t)|dt<\infty$ (we say, $f\in L^1(\mathbb{R})$) we can define $F(\omega) = \int_\mathbb{R}f(t)e^{-i\omega t}dt$ (i.e., the integral converges, so $F(\omega)$ is well-defined). This is the Fourier transform. Another well-known fact is that in the Hilbert space of measurable functions $f:\mathbb{R}\to\mathbb{C}$ such that $\int_\mathbb{R}|f(t)|^2dt<\infty$ (with inner product $\langle f,g\rangle = \int_\mathbb{R}\overline{f(t)}g(t)dt$), henceforth denoted $L^2(\mathbb{R})$, functions which are members of $L^1(\mathbb{R})\cap L^2(\mathbb{R})$ are dense; this--along with the fact that the Fourier transform is an isometry for such functions (see Parseval's equality)--allows us to extend the transform to functions which are $L^2$ but not $L^1$.
However, once more, $f(t)=8e^tu(t-6)$ is neither $L^1$ nor $L^2$. In such cases, sometimes we can still define a Laplace transform, which helps 'dampen' growing rates which are exponential or sub-exponential. This is done by defining $F(z) = \int_\mathbb{R}f(t)e^{-zt}dt$, which usually converges on a band or half-plane of $\mathbb{C}$. The transform of the function you mentioned could probably be found in transformation tables on Wiki, but for $z\in\mathbb{C}$ the function $e^{-zt}8e^tu(t-6)\in L^1(\mathbb{R})$ iff $\operatorname{Re}(z)>1$, and there we have $$\int_{\mathbb{R}}e^{-zt}8e^tu(t-6)dt = 8\int_6^\infty e^{(1-z)t} = \frac{8}{z-1}e^{6(1-z)}.$$ This is therefore the Laplace transform (and its area of convergence) of $f$.