I have a Rate of heat flow problem,
There is a temperature at a point in a substance,
$$u(x,y,z) = 4y^2 + 4z^2 $$ $$K = 5 $$
K is the conductivity constant.
I have to find the rate of heat flow inward across a cylindrical surface $$y^2 + z^2 = 324$$ $$ -10 \le x \le 3 $$
Here is a formula to compute this
$$ \iint_S F \cdot dS = -K \iint_S \nabla u \cdot dS$$
I would say the integrand is $8y+8z$ per the gradient but the limits of integration are something I cannot find.
$$u=4r^2$$ where r is in cylindrical coordinates With the symmetries you have, the gradient of $u$ in cylindrical coordinates is $\frac{\partial u}{\partial r} \hat{\rho}=8r \hat{\rho} $
So the integral on right hand side of your equation is $$-K \int\int_S \nabla u \cdot dS = -K \times 8R \times A$$ where $A$ is the surface area of the cylinder of radius $R=18$ And length$ h= 13$, i.e. $2\pi R h$.
So the heat flux you need is $$-K \times 8R \times 2\pi Rh$$.
Alternatively, use the divergence theorem to compute the integral over the volume. $$ -K \int\int_{S+C} \nabla u \cdot dS = -K\int \int\int_V \operatorname{div} (\nabla u) dV $$
Where $C$ denotes the two ends of that cylinder in question. Noting the following 3 things:
The divergence is 16
The flux through the end caps is zero (so all of it is through the surface S.
Since the divergence is constant, the integral is simply the product of the volume and $\pi R^2 h$ and the divergence 16.
Again, we get that the flux is $$-K \times 16 \times \pi R^2 h$$.