How does this integral come out to be zero?

  • Context: Undergrad 
  • Thread starter Thread starter hivesaeed4
  • Start date Start date
  • Tags Tags
    Integral Zero
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
hivesaeed4
Messages
217
Reaction score
0
The question is:
∫ (y(4-x^2-y^2)^(3/2) dy with y=(-sqrt(4-x^2)) to sqrt(4-x^2)) dy

I evaluated it online and it came out to be zero which was quite astonishing since both limits of y are not the same. The limits are the additive inverses of each other. Does this mean that regardless of the integrand if the limits are additive inverses of each other the integral will evaluate to be zero?
 
Physics news on Phys.org
hivesaeed4 said:
The question is:
∫ (y(4-x^2-y^2)^(3/2) dy with y=(-sqrt(4-x^2)) to sqrt(4-x^2)) dy

I evaluated it online and it came out to be zero which was quite astonishing since both limits of y are not the same. The limits are the additive inverses of each other. Does this mean that regardless of the integrand if the limits are additive inverses of each other the integral will evaluate to be zero?


I really don't understand what you mean by "[itex]y=-\sqrt{4-x^2}\,\, to\,\, \sqrt{4-x^2}\, dy[/itex]" , but

[itex]\int y\left(4-x^2-y^2\right)^{3/2}\,dy=-\frac{1}{2}\int -2y\left(4-x^2-y^2\right)^{3/2}\, dy=\frac{2}{5}\left(4-x^2-y^2\right)^{5/2}+C\,,\,\,C=[/itex] constant in y .

DonAntonio
 
My bad. The limits of y were -sqrt(4-x^2) to sqrt(4-x^2)).

(And by the way you forgot to multiply the -1/2 factor in your last step).
 
hivesaeed4 said:
My bad. The limits of y were -sqrt(4-x^2) to sqrt(4-x^2)).

(And by the way you forgot to multiply the -1/2 factor in your last step).



Indeed I did, but then we're done as your integral equals

[itex]-\frac{1}{5}\left[\left(4-x^2-(\sqrt{4-x^2})^2\right)-\left(4-x^2-(-\sqrt{4-x^2})^2\right)\right]=0[/itex] , and there's anything surprising in this as the integrand

function is an even one (in y, of course) and thus it vanishes in any symmetric interval.

DonAntonio
 
Oh. Oh I see. Thanks DonAntonio.