The function is describing a single wave traveling to the right. Therefore, it's not wrong to use the same variable again when you're only describing one wave! But it's better to use different variables for a better illustration.
I prefer the two different variables notation.
Thank you. It sounds like what I think is a typo may not necessarily be one; it's one of the legitimate ways of saying that (though probably not the best one).
This is interesting. The reason is that I find it hard to get my head around this expression [imath]f(x,t) = f(x - vt)[/imath], based on my (non mathematics-purist) understanding of function or the notion of function (single or multivariable).
It took me some time to finally find a way to properly (hopefully) explain this.
The notion [imath]f(x,t)[/imath], for a function, means an expression with two variables as the arguments of the function [imath]f[/imath], which allows us to 'plug' any values, or symbols, such as [imath]something[/imath] and [imath]something_{else}[/imath], into the actual formula of [imath]f[/imath], such as [imath]\sqrt{x - vt}[/imath] ([imath]v[/imath] as constant), into the places of [imath]x[/imath] and [imath]t[/imath], respectively. So we get the evaluation of the function [imath]f[/imath], [imath]\sqrt{something-v\cdot something_{else}}[/imath], when its two arguments are so assigned, i.e. [imath]f(something,something_{else})[/imath].
Since the symbols for the variables (or arguments) are arbitrary, to avoid unhelpful distraction from the form, let's make a convention on the use of variables -- always use x, y, z for the first, second and third variables (if there are) for any function. (Anything else in an expression of a function is not a variable.)
So the proper expression is [imath]f(x,y)=\sqrt{x - v y}[/imath]. What [imath]f[/imath] stands for is the rest of the expression (right hand side) with [imath]x[/imath] and [imath]y[/imath] taken out, i.e. [imath]\sqrt{\triangle - v \square}[/imath] ([imath]\triangle[/imath] and [imath]\square[/imath] as placeholders for the variables).
With the notion of [imath]\displaystyle f(x,t) = f(x - vt)[/imath], now of course I understand what it means by [imath]f[/imath] on the right hand side is [imath]f(u)[/imath] (or [imath]f(x)[/imath], if in the 'proper' form following our convention) with [imath]x - v t[/imath] (or [imath]x - v y[/imath]) as the value for its single variable. The problem however, is that what [imath]f(x)[/imath] stands for, for the same example, will now be
[imath]\sqrt{\triangle}[/imath]. This is obviously different from
[imath]\sqrt{\triangle - v \square}[/imath], in line with my intuition (how can a two-variable function all of the sudden be expressed as a
same single-variable function?!).
By the way, can you explain the reason for "Therefore" (I now highlighted with bold typeface)?