What is the Result of Evaluating a Line Integral Along a Quarter-Circle Curve?

DryRun
Gold Member
Messages
837
Reaction score
4
Homework Statement
Evaluate \int3x^2dx+2xydy, where C is the curve x^2+y^2=4 starting at (2,0) and ending at (0,2) in the anti-clockwise direction.

The attempt at a solution
The curve C is a quarter-circle with centre (0,0) and radius=2.
Making y subject of formula:
y=+\sqrt{4-x^2} since the quarter-circle is above the x-axis.
\frac{dy}{dx}=-\frac{x}{\sqrt{4-x^2}}
Replacing y and dy in the line integral.
\int3x^2dx+2xydy=\int_{x=2}^{x=0} 3x^2dx+2x.\sqrt{4-x^2}.-\frac{x}{\sqrt{4-x^2}}.dx=\int_{x=2}^{x=0} x^2dx=\frac{x^3}{3}\Biggr|_2^0=(0-\frac{8}{3})=-\frac{8}{3}
Is this correct?
 
Physics news on Phys.org
My friend told me that this problem should be solved by converting to polar coordinates. But i did it directly without any conversion, which is why I'm wondering if it's good at all?
 
It is correct.

ehild
 
Thank you for your confirmation, ehild. :smile:
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top