Need help trying to integrate a messy function

  • Thread starter Thread starter insane0hflex
  • Start date Start date
  • Tags Tags
    Function Integrate
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
2 replies · 2K views
insane0hflex
Messages
7
Reaction score
0

Homework Statement


Evaulate the following integral:
2*integral from r-b to r of h(x-r+b)b*sqrt(r2-x2) dx
or a picture
http://imgur.com/n2PUN

Homework Equations


The Attempt at a Solution



Tried setting u = r^2-x^2, lost after a couple more steps. Nothing seems to cancel out smoothly. For the record, I am in Calc II, and have not learned integral by parts or trig sub.
Heres a webpage I got the integral from http://mathworld.wolfram.com/CylindricalWedge.html
 
Last edited:
Physics news on Phys.org
I assume r, b, and h are constants. If so, split the integral into
[itex]2\displaystyle\int\limits_{r-b}^r \dfrac{hx}{b} \sqrt{r^2 - x^2} dx + 2\int\limits_{r-b}^r \frac{h(b-r)}{b} \sqrt{r^2 - x^2} dx[/itex]

Then the first can be done with the substitution you've tried already, and the second will require a trig substitution.
 
δοτ said:
I assume r, b, and h are constants. If so, split the integral into
[itex]2\displaystyle\int\limits_{r-b}^r \dfrac{hx}{b} \sqrt{r^2 - x^2} dx + 2\int\limits_{r-b}^r \frac{h(b-r)}{b} \sqrt{r^2 - x^2} dx[/itex]

Then the first can be done with the substitution you've tried already, and the second will require a trig substitution.

Thank you, worked it out and will ask the professor tomorrow. Thanks for your help!