Integrate along curve, book has wrong 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!
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top