New Reply

integral dx√(x2 - x + 1) from 0 to 1

 
Share Thread Thread Tools
Jun18-12, 02:14 AM   #1
 

integral dx√(x2 - x + 1) from 0 to 1


dx√(x2 - x + 1) from 0 to 1
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Front-row seats to climate change
>> Attacking MRSA with metals from antibacterial clays
>> New formula invented for microscope viewing, substitutes for federally controlled drug
Jun18-12, 02:50 AM   #2
 
Quote by haranguyen View Post
dx√(x2 - x + 1) from 0 to 1
Hey haranguyen and welcome to the forums.

Can you show any work or ideas you have for tackling this problem? We don't do other people's homework for them, but we do make an effort to assist them in they provide the above.
 
Jun18-12, 03:56 AM   #3
 
I will write this in a rather formal notation:
[tex]\int_{0}^{1}\sqrt{x^2-x+1}\,dx[/tex]
I solved this integral in about 3-4 minutes. If you have some work, please put it here. Otherwise, I will tell you where to start.
 
Jun18-12, 04:26 AM   #4
 

integral dx√(x2 - x + 1) from 0 to 1


I just entered that integral in "the integrator " Can someone give an analysis of why
this integral results in such a complex evaluation ?
 
Jun18-12, 05:29 AM   #5
 
Such integrals often involve the integral of secant cubed, which involves the integral of secant. To integrate the secant function, you can go like this:

[tex]\int \sec(x)dx[/tex]
[tex]= \int \sec(x)\frac{\sec(x)+\tan(x)}{\sec(x)+\tan(x)}dx[/tex]
[tex]= \int \frac{\sec^2(x)+\sec(x)\tan(x)}{\sec(x)+\tan(x)}dx[/tex]
Substituting [itex]u=\sec(x)+\tan(x)[/itex], we get
[tex]= \int \frac{1}{u}du[/tex]
[tex]= \log|u|=\log|\sec(x)+\tan(x)|+C[/tex]

It shouldn't be hard to derive the integral of secant cubed from there.
The integral of secant cubed often appears in radical integrals like this. It would be useful to memorize it.
 
Jun18-12, 06:07 AM   #6
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
Quote by Millennial View Post
Such integrals often involve the integral of secant cubed,
Easier with sinh, no?
 
Jun18-12, 06:12 AM   #7
 
Pretty much the same for me.
 
Jun19-12, 05:22 AM   #8
 
I did a quick graph of this function y = √x2-x+1
And it looks like it is approaching linear:
x=2 y= 1.73
x=3 y= 2.64
x=4 y= 3.6
x=20 y= 19.5
x=30 y= 29.6
x=40 y=39.76
From Wolfram : ∫ √x2-x+1 dx
=√x2-x+1(x/2-1/4)+3/8 sinh-1(2x-1/√3)
Not questioning the evaluation but the complexity with respect to the graph ?
 
Jun19-12, 05:34 AM   #9
 
You may try one of the Euler substitutions:
[tex]
\sqrt{x^{2} - x + 1} = x + t
[/tex]
Then:
[tex]
x^{2} - x + 1 = x^{2} + 2 x t + t^{2}
[/tex]
[tex]
x (2 t + 1) = 1 - t^{2}
[/tex]
Then, you can solve for x and substitute back in the original substitution to express the square root in terms of t. Also, you can differentiate to get dx. Finally, what are the limits for t?

You should now have an integral of a rational function.
 
New Reply
Thread Tools


Similar Threads for: integral dx√(x2 - x + 1) from 0 to 1
Thread Forum Replies
Easy exponent precalc problem. 4^(1+√2) * 4^(1-√2) Precalculus Mathematics Homework 4
Integral of √(a^2 - x^2) Calculus & Beyond Homework 5
Analysis Question: Find the supremum and infimum of S,where S is the set S = {√n − [√ Calculus & Beyond Homework 12
Find the supremum and infimum of S, where S is the set S = {√n − [√n]} Calculus & Beyond Homework 8
[SOLVED] Integral of Square of Reciprocal of √(a + cos t) Calculus & Beyond Homework 4