irycio
- 96
- 1
Homework Statement
Calculate the line integral \int\limits_{AB} x^2 dx+ \sqrt{xy}dy, where AB is a part of a circle in the first quarter of carthesian coordinates system ranging from A(0,R) to b(R,0).
Homework Equations
The Attempt at a Solution
Parametrisation of a circle:
x=Rcos(t), y=Rsin(t)
dx=-Rsin(t)dt, dy=Rcos(t)dt
t ranges from \frac{\pi}{2} to 0.
And so the integral with the parametrisation applied is:
\int\limits_{\frac{\pi}{2}}^0( -R^3 cos^2(t) sin(t)+R^2 \sqrt{sin(t)cos(t)}cos(t))dt
Now, the first part of the sum is simple. The latter one, the one with the root, is, according to Mathematica, analytically uncalculable (returns hypergeometric function). Now, when I tried evaluating the definite integral (using Mathematica), it returned \frac{1}{24} \left(8 R^2-3 \sqrt{2} \pi R \sqrt{R}\right), whereas the answer says it's \frac{1}{15} R^2 (6 \sqrt{R}-5R). Who's right and is it possible to calculate it on paper. Maybe I shuldn't have used the polar coordinates? But I would then end up with a double root!