3

I sometimes stumble over professors defining a function $u$ using regular (but quite sloppy) notation like $u(x,t) = A\sin(x)e^{-kt}$. Later in their notes, they state something like

$u(\cdot, t)$ = ...

What does the $\cdot$ in this notation mean? Why not just write $u(x,t)$ as before?

1 Answers1

9

This indicates that we are viewing $u$ as a function of the first variable only, with the second variable fixed at $t$.

Another way to say this is that if $u$ is a function from $\mathbb{R}^2$ to $\mathbb{R}$, and $t \in \mathbb{R}$, then $u(\cdot,t)$ is another name for the function from $\mathbb{R}$ to $\mathbb{R}$ which we might define by $f(x) = u(x,t)$.

Nate Eldredge
  • 97,710