Integral quick q , integrate ((1-x)/(1+x))^1/2

  • Thread starter Thread starter binbagsss
  • Start date Start date
  • Tags Tags
    Integral 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
4 replies · 1K views
binbagsss
Messages
1,291
Reaction score
12

Homework Statement



How do I go about integrating
##(\frac{1-x}{1+x})^{\frac{1}{2}} ##?

Homework Equations


above

The Attempt at a Solution


im not really sure.
could integrate by partial fractions if it was to the power of ##1##, only thing i can think of

thanks in advance
 
Physics news on Phys.org
What if you multiplied by 1,
i.e.
## 1= \frac{\sqrt{1-x}}{\sqrt{1-x}}##
Then you might have something that looks like a known integral using trig functions.
 
  • Like
Likes   Reactions: binbagsss
RUber said:
What if you multiplied by 1,
i.e.
## 1= \frac{\sqrt{1-x}}{\sqrt{1-x}}##
Then you might have something that looks like a known integral using trig functions.

oh thanks, so by doing that I get ##\int \frac{1-x}{(1-x^{2})^{1/2}} dx ##, which I can partial fraction and then integrate
 
I'm not sure if my definition of partial fractions is the same as yours, but
##\int \frac{1}{\sqrt{1 -x^2} }\, dx ## and ##\int \frac{x}{\sqrt{1 -x^2}} \, dx## both have known integrals.
 
  • Like
Likes   Reactions: binbagsss
binbagsss] How do I go about integrating ##(\frac{1-x}{1+x})^{\frac{1}{2}} ##? [h2]The Attempt at a Solution[/h2] im not really sure. could integrate by partial fractions if it was to the power of ##1## said:
oh thanks, so by doing that I get ##\int \frac{1-x}{(1-x^{2})^{1/2}} dx ##, which I can partial fraction and then integrate
Partial fractions isn't appropriate here, either. Assuming you could break up ##(\frac{1-x}{1-x^2})^{1/2}## into ##(\frac{A}{1-x} + \frac B {1 + x})^{1/2}##, you still have the sum of the two fractions being raised to the 1/2 power.

Trig substitution is definitely the way to go after applying @RUber's suggestion.