Question 1
The vector field is given by:
Equation
\[\vec{F}(x, y) = (x^2 + xy) \widehat{a}_x + (y^2 + xy) \widehat{a}_y\]
Its line integral over the straight line from \((x, y)=(0,2)\) to \((2,0)\) evaluates to:
Solution
Detailed Steps:
- Parametrize the line from \((0, 2)\) to \((2, 0)\): The equation of the line passing through \((0,2)\) and \((2,0)\) is \(y = -x + 2\). Let \(x = 2t\) where \(t \in [0, 1]\). Then \(y = -2t + 2 = 2(1 - t)\).
- Calculate the derivatives:
Equation\[dx = 2 dt \quad \text{and} \quad dy = -2 dt\]
- Substitute into the vector field components:
Equation\[F_x = x^2 + xy = (2t)^2 + (2t)(2(1-t)) = 4t^2 + 4t - 4t^2 = 4t\]Equation\[F_y = y^2 + xy = [2(1-t)]^2 + (2t)[2(1-t)]\]Equation\[F_y = 4(1 - 2t + t^2) + (4t - 4t^2) = 4 - 8t + 4t^2 + 4t - 4t^2 = 4 - 4t\]
- Calculate the dot product inside the integral:
The line integral is \(\int (F_x dx + F_y dy)\).
Equation\[\begin{aligned} F_x dx + F_y dy &= (4t)(2 dt) + (4 - 4t)(-2 dt) \\ &= 8t \, dt + (-8 + 8t) \, dt \\ &= (16t - 8) \, dt \end{aligned}\]
- Integrate over \(t\) from 0 to 1:
Equation\[\begin{aligned} \int_{0}^{1} (16t - 8) dt &= \left[ \frac{16t^2}{2} - 8t \right]_{0}^{1} \\ &= \left[ 8t^2 - 8t \right]_{0}^{1} \\ &= (8(1)^2 - 8(1)) - (0 - 0) \\ &= 8 - 8 \\ &= 0 \end{aligned}\]
Note on the official keyDirect integration along the specified straight line gives 0 (Option D), and this is reproducible by any method since the path is fully determined. The GATE EE 2009 official answer key, however, lists −8 (Option A). The field is non-conservative (\(\partial F_x/\partial y = x \neq \partial F_y/\partial x = y\)), so the integral is path-dependent — but for the given straight path the value is unambiguously \(0\). The \(-8\) key is widely regarded as anomalous/disputed. The computed result \(0\) is shown below as the answer; treat the official \(-8\) as a known discrepancy.
Final Answer
Computed answer: D (\(0\)). Official key lists A (−8) — see note.