Evaluating the integral of √(x−x²)

  • Thread starter Thread starter ToxicBug
  • Start date Start date
  • Tags Tags
    Integration
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
8 replies · 2K views
ToxicBug
Messages
84
Reaction score
0
Could anyone evaluate this integral for me? I got it in an exam and didn't know how to do it.

[tex]\int\sqrt{x-x^2}[/tex]
 
Last edited:
Physics news on Phys.org
let u = x-1/2 and do the substitude,...
 
What do you mean? Can you evaluate it completely showing the steps?
 
Ok, Mathematica was definitely wrong. There's going to be a trig substitution in this integral somewhere.
 
Last edited by a moderator:
Mathematica is **** and I'm sure that's not a right answer.
 
What do you mean? Can you evaluate it completely showing the steps?
what do I mean? I thought I make it very clear already!
[tex]\int\sqrt{x-x^2}dx=\int\sqrt{x(1-x)}dx[/tex]

let [tex]u=x-\frac{1}{2}[/tex]

It become:

[tex]\int\sqrt{(\frac{1}{2}-u)(\frac{1}{2}+u)}du[/tex]

[tex]=\int\sqrt{\frac{1}{4}-u^2 }du[/tex]

[tex]=\frac{u}{4}\sqrt{1-4u^2}+\frac{1}{8}sin^{-1}(2u)+C[/tex]

[tex]=\frac{x-1/2}{4}\sqrt{1-4(x-1/2)^2}+\frac{1}{8}sin^{-1}(2x-1)+C[/tex]
 
Cute factoring.

What I would have done is "complete the square": x- x2= 1/4-1/4+ x-x2= 1/4-(x-1/2)2 which would have led me to the u= x- 1/2 substitution. Once I had it in the form [itex]\sqrt{\frac{1}{4}- u^2}[/itex] I would use a trig substitution.