Question:medium

In Green's theorem, \( \oint_C (x^2y dx + x^2 dy) = \iint_R f(x,y) dx dy \), where C is the boundary described counter clockwise of the triangle with vertices (0, 0), (1, 0), (1, 1) and R is the region bounded by a simple closed curve C in the x-y plane, then \( f(x,y) \) is equal to:

Show Hint

This is a straightforward application of the Green's theorem formula. Be careful to correctly identify P (the coefficient of dx) and Q (the coefficient of dy) and to perform the subtraction in the correct order: \( \frac{\partial Q}{\partial x} - \frac{\partial P}{\partial y} \).
Updated On: Feb 10, 2026
  • \( x - x^2 \)
  • \( 2x - x^2 \)
  • \( y - x^2 \)
  • \( 2y - x^2 \)
Show Solution

The Correct Option is B

Solution and Explanation

Step 1: Problem Overview:
The task is to find the integrand \( f(x,y) \) that results from applying Green's theorem to a given line integral. Green's theorem links a line integral around a closed curve to a double integral over the enclosed region.

Step 2: Core Formula:
Green's Theorem formula: \[ \oint_C P(x,y) dx + Q(x,y) dy = \iint_R \left(\frac{\partial Q}{\partial x} - \frac{\partial P}{\partial y}\right) dA \]The problem states this equals \( \iint_R f(x,y) dx dy \). Thus:\[ f(x,y) = \frac{\partial Q}{\partial x} - \frac{\partial P}{\partial y} \]
Step 3: Step-by-step Solution:
From the line integral \( \oint_C (x^2y dx + x^2 dy) \), identify \( P \) and \( Q \):\[ P(x,y) = x^2y \]\[ Q(x,y) = x^2 \]Compute the partial derivatives:\[ \frac{\partial Q}{\partial x} = \frac{\partial}{\partial x}(x^2) = 2x \]\[ \frac{\partial P}{\partial y} = \frac{\partial}{\partial y}(x^2y) = x^2 \]Substitute into the formula for \( f(x,y) \):\[ f(x,y) = \frac{\partial Q}{\partial x} - \frac{\partial P}{\partial y} = 2x - x^2 \]
Step 4: Answer:
The function \( f(x,y) \) is \( 2x - x^2 \).
Was this answer helpful?
0