1. A temperature distribution in a solid is given by $T(x, y, z) = 100 - 2x^2 - 3y^2 - z^2$, and the thermal conductivity is $k = 5$. Using Fourier's Law $\mathbf{F} = -k\nabla T$, what is the heat flux vector at the point $(1, 1, 1)$?
- A.$\langle -20, -30, -10 \rangle$
- B.$\langle 20, 30, 10 \rangle$
- C.$\langle -4, -6, -2 \rangle$
- D.$\langle 4, 6, 2 \rangle$
View Answer
Answer: $\langle 20, 30, 10 \rangle$
Compute the gradient of T: $\nabla T = \langle -4x, -6y, -2z \rangle$. At $(1,1,1)$: $\nabla T = \langle -4, -6, -2 \rangle$. Apply Fourier's Law: $\mathbf{F} = -k\nabla T = -5\langle -4, -6, -2 \rangle = \langle 20, 30, 10 \rangle$. Why distractors fail: Option A applies $\mathbf{F} = k\nabla T$ (missing the negative sign). Option C gives $\nabla T$ itself without multiplying by $-k$. Option D gives $-\nabla T$ without the factor of $k = 5$.