If $(u(y),0,0)$ are the velocity components of an incompressible Newtonian fluid flow due to a pressure gradient in the $X$-direction, then $u(y)$ is a
$(a)$ linear function of $y$.
$(b)$ quadratic function of $y$.
$(c)$ cubic function of $y$.
$(d)$ constant.
I started with Euler dynamical equation as follows : $$\frac{D \vec{q}}{Dt}=\vec{F}-\frac{1}{\rho}(\nabla p)$$ where $\vec{q}=(u(y),0,0)$ and $\vec{F}$ is the external force, $\nabla p$ being pressure gradient. Now as per question we have along $X$-direction that $$\frac{\partial u(y)}{\partial t}+u(y)\frac{\partial u(y)}{\partial x}+0.\frac{\partial u(y)}{\partial y}+0.\frac{\partial u(y)}{\partial z}=0-\frac{1}{\rho}\frac{\partial p}{\partial x} \\ \implies \frac{\partial u(y)}{\partial t}=-\frac{1}{\rho}\frac{\partial p}{\partial x} \\ \implies u(y)=-\int \bigg(\frac{1}{\rho}\frac{\partial p}{\partial x}\bigg)dt+C$$ $C$ being arbitrary constant. But from here I am unable to conclude whether this is linear or quadratic or cubic or constant. Is my thinking correct here? Any help is appreciated.