How can I find te integral of root(x*x+x+1)

  • Thread starter Thread starter Tengo
  • Start date Start date
  • Tags Tags
    Integral
AI Thread Summary
To find the integral of √(x² + x + 1), complete the square to rewrite it as √((x + 1/2)² + 3/4). This allows for the substitution u = x + 1/2, transforming the integral into ∫√(u² + 3/4) du. Further substitutions involving hyperbolic functions lead to the integral being expressed as ∫cosh²(v) dv, which can be solved using hyperbolic identities. Finally, revert back to the original variable x to obtain the solution.
Tengo
Messages
1
Reaction score
0
How can I find te integral of root(x*x+x+1)Thank you
 
Physics news on Phys.org
x2+ x+ 1= x2+ x+ 1/4+ 3/4= (x+ 1/2)2+ 3/4.


Let u= x+ 1/2.
 
You need to put this integral in the form of

\int \sqrt{a^2 + u^2} du

This can be achieved by completing the square.
 
Tengo said:
How can I find te integral of root(x*x+x+1)Thank you


I'm assuming you're talking about this "animal".
I=\int \sqrt{x^{2}+x+1} dx =\int \sqrt{(x+\frac{1}{2})^{2}+\frac{3}{4}} dx (1)

Like Halls said,make the first substitution x+\frac{1}{2}\rightarrow u (2)
and u'll get
I=\int \sqrt{u^{2}+\frac{3}{4}} du (3)
Write this integral as
I=\int \sqrt{\frac{3}{4}} \sqrt{(\sqrt{\frac{4}{3}} u)^{2} +1} du (4)
and make the substitution
\sqrt{\frac{4}{3}} u\rightarrow \sinh v (5)
,under which:
du\rightarrow \sqrt{\frac{3}{4}} \cosh v dv (6)
,so the integral becomes:
I=\frac{3}{4}\int \cosh^{2}v dv (7)
,where i have made use of the fundamental formula of hyperbolic trigometry
\cosh^{2}v-\sinh^{2}v =1 (8)
Use the formula of the double angle:
\cosh^{2}v=\frac{1+\cosh 2v}{2}(9)
to solve the integral in terms of 'v'.Return to the initial variable 'x' via the substitutions (5) and (2).

Daniel.
 
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Back
Top