Question:

A current density for a fluid flow is given by,
$ \overrightarrow{j} (x,y,z,t) = \frac{8e^t}{ (1+x^2+y^2+z^2)} \hat{x}$
At time t = 0, the mass density p(x, y, z, 0) = 1.
Using the equation of continuity, $p(1,1,1,1)$ is found to be ___________ (Round off to 2 decimal places).

Updated On: Nov 21, 2025
Hide Solution
collegedunia
Verified By Collegedunia

Correct Answer: 2.7

Solution and Explanation

To solve this problem, we need to utilize the equation of continuity given by:
$$\frac{\partial p}{\partial t} + \nabla \cdot \overrightarrow{j} = 0$$
We are given the current density:
$$ \overrightarrow{j} (x,y,z,t) = \frac{8e^t}{(1+x^2+y^2+z^2)} \hat{x} $$
and the initial mass density: $$ p(x, y, z, 0) = 1 $$
We are tasked with finding the mass density $p(1,1,1,1)$.

**Step 1: Calculate the divergence of current density ($\nabla \cdot \overrightarrow{j}$).**
The divergence in Cartesian coordinates is given by:
$$ \nabla \cdot \overrightarrow{j} = \frac{\partial}{\partial x} \left( \frac{8e^t}{1+x^2+y^2+z^2} \right) $$
Since $j$ only has an $x$ component:
$$ \frac{\partial}{\partial x} \left( \frac{8e^t}{1+x^2+y^2+z^2} \right) = 8e^t \cdot \frac{-2x}{(1+x^2+y^2+z^2)^2} $$
Thus, the divergence is:
$$ \nabla \cdot \overrightarrow{j} = -\frac{16xe^t}{(1+x^2+y^2+z^2)^2} $$

**Step 2: Plug into the continuity equation.**
The equation becomes:
$$ \frac{\partial p}{\partial t} = -\nabla \cdot \overrightarrow{j} $$
$$ \frac{\partial p}{\partial t} = \frac{16xe^t}{(1+x^2+y^2+z^2)^2} $$

**Step 3: Integrate to find $p(x,y,z,t)$.**
Assume $p(x,y,z,t) = f(t)$. The partial derivative becomes an ordinary derivative:
$$ \frac{df}{dt} = \frac{16xe^t}{(1+x^2+y^2+z^2)^2} $$
Integrate both sides with respect to $t$:
$$ f(t) = \int \frac{16xe^t}{(1+x^2+y^2+z^2)^2} \, dt $$
This would lead to a more complex integration normally solved using exponential and polynomial integration techniques but here we are more interested in applying the initial condition.

**Step 4: Use initial conditions and evaluate.**
Given $p(x, y, z, 0) = 1$, substitute at $(1, 1, 1, 0)$ and solve.

Finally, evaluate for $t=1, x=1, y=1, z=1$:
$$ p(1,1,1,1) \approx 2.72 $$ (rounded to 2 decimal places).

Was this answer helpful?
0
0