I am currently studying the textbook Partial Differential Equations: An Introduction, second edition, by Walter A. Strauss. Chapter 1.2 First-Order Linear Equations says the following:
Let us solve
$$au_x + bu_y = 0,$$
where $a$ and $b$ are constants not both zero.
Geometric Method The quantity $au_x + bu_y$ is the directional derivative of $u$ in the direction of the vector $\mathbf{V} = (a, b) = a \mathbf{i} + b \mathbf{j}$. It must always be zero. This means that $u(x, y)$ must be constant in the direction of $\mathbf{V}$.
Why must it always be zero?
I would appreciate it if someone would please take the time to clarify this.
EDIT:
The authors go on to say the following:
Coordinate Method Chang variables (or "make a change of coordinates"; Figure 2) to
$$x^\prime = ax + by \ \ \ \ \ \ \ \ \ \ y^\prime = bx - ay. \tag{3}$$
Replace all $x$ and $y$ derivatives by $x^\prime$ and $y^\prime$ derivatives. by the chain rule,
$$u_x = \dfrac{\partial{u}}{\partial{x}} = \dfrac{\partial{u}}{\partial{x^\prime}} \dfrac{\partial{x^\prime}}{\partial{x}} + \dfrac{\partial{u}}{\partial{y^\prime}} \dfrac{\partial{y^\prime}}{\partial{x}} = au_{x^\prime} + bu_{y^\prime}$$
$$u_y = \dfrac{\partial{u}}{\partial{y}} = \dfrac{\partial{u}}{\partial{y^\prime}} \dfrac{\partial{y^\prime}}{\partial{y}} + \dfrac{\partial{u}}{\partial{x^\prime}} \dfrac{\partial{x^\prime}}{\partial{y}} = bu_{x^\prime} - au_{y^\prime}.$$
Hence $au_x + bu_y = a(au_{x^\prime} + bu_{y^\prime}) + b(bu_{x^\prime} - au_{y^\prime}) = (a^2 + b^2)u_{x^\prime}$. So, since $a^2 + b^2 \not= 0$, the equation takes the form $u_{x^\prime} = 0$ in the new (primed) variables. Thus the solution is $u = f(y^\prime) = f(bx - ay)$, with $f$ an arbitrary function of one variable.
Again, it is not clear here why $a^2 + b^2 \not= 0$ implies that the equation takes the form $u_{x^\prime} = 0$ in the new (primed) variables.
$au_x + bu_y = 0\\ \implies \left (\hat i\frac{\partial u}{\partial x}+\hat j\frac{\partial u}{\partial y}\right ) \cdot (a\hat i+b\hat j)=0\\ \implies (\vec{\nabla u}) \cdot (a\hat i+b\hat j)=0$
Thus the directional derivative $(\vec{\nabla u})$ in the direction of vector $\vec V=(a,b)$ is zero.