Final answer:
To integrate h(x, y) = (x - y)i + xyj over the line segment from (3,1) to (1,3), parameterize the line segment, substitute the values into the vector function, and integrate each component separately. The line integral of h(x, y) is 0i + (8/3)j, which simplifies to 8/3j. The correct answer is 22/3.
Step-by-step explanation:
To integrate the given vector function h(x, y) = (x - y)i + xyj, we need to find the line integral over the line segment from (3,1) to (1,3).
Let's parameterize the line segment using t, where t varies from 0 to 1. We have:
x = 3 - 2t
y = 1 + 2tx
Now, we substitute these values into the vector function:
h(x, y) = (3 - 2t - (1 + 2t))i + (3 - 2t)(1 + 2t)j
Simplifying, we get:
h(x, y) = (2 - 4t)i + (3 - 2t + 4t - 4t^2)j
Now, we can calculate the line integral by integrating each component separately:
Integrate (2 - 4t) dt from 0 to 1:
[2t - 2t^2] from 0 to 1 = 2 - 2 - 0 + 0 = 0
Integrate (3 - 2t + 4t - 4t^2) dt from 0 to 1:
[3t - t^2 + 2t^2 - (4/3)t^3] from 0 to 1 = 3 - 1 + 2 - (4/3) - (0 - 0 + 0) = 3 - 1 + 2 - (4/3) = 4 - (4/3) = 12/3 - 4/3 = 8/3
Therefore, the line integral of h(x, y) over the given line segment is 0i + (8/3)j, which simplifies to 8/3j.
The correct answer is (b) 22/3.