Integrate along curve, book has wrong answer?

Click For Summary
The discussion centers on the integral of a half circle with radius a, specifically $$\int_C y \, ds$$, where the book claims the answer is ##2a^2##. The user initially calculated the integral as $$\int_0^{\pi} a \sin(t) \, dt = 2a$$, questioning the book's answer. Another participant points out that the integral involves ds, not dt, leading to the realization that calculating ds was crucial for the correct solution. After addressing this, the user confirms that their understanding aligns with the book's answer.
Addez123
Messages
199
Reaction score
21
Homework Statement
$$\int _C y ds$$
where C is determined by
$$x^2+y^2=a^2, y >= 0$$
Relevant Equations
Math
So it's basically a half circle with radius a.
y = asin(t)
$$\int_0^{\pi} asin(t) dt = -acos(t) |_0^{\pi} = 2a$$

The book says the answer is ##2a^2##, but maybe that's wrong?
 
Physics news on Phys.org
Addez123 said:
Homework Statement:: $$\int _C y ds$$
where C is determined by
$$x^2+y^2=a^2, y >= 0$$
Addez123 said:
So it's basically a half circle with radius a.
y = asin(t)
##\int_0^{\pi} asin(t) dt = -acos(t) |_0^{\pi} = 2a##
The book says the answer is ##2a^2##, but maybe that's wrong?
I believe the book's answer. Notice that the integral includes ds, not dt.
Note that ##ds = \sqrt{(dx/dt)^2 + (dy/dt)^2}dt##
 
Last edited:
  • Like
Likes vanhees71, Addez123 and FactChecker
Thanks! Calculating dS was what I was missing, now it checks out!
 
First, I tried to show that ##f_n## converges uniformly on ##[0,2\pi]##, which is true since ##f_n \rightarrow 0## for ##n \rightarrow \infty## and ##\sigma_n=\mathrm{sup}\left| \frac{\sin\left(\frac{n^2}{n+\frac 15}x\right)}{n^{x^2-3x+3}} \right| \leq \frac{1}{|n^{x^2-3x+3}|} \leq \frac{1}{n^{\frac 34}}\rightarrow 0##. I can't use neither Leibnitz's test nor Abel's test. For Dirichlet's test I would need to show, that ##\sin\left(\frac{n^2}{n+\frac 15}x \right)## has partialy bounded sums...