What Are Some Substitutions That Can Be Used to Solve This Integral?

  • Thread starter Thread starter baldbrain
  • Start date Start date
  • Tags Tags
    Integals Integral
baldbrain
Messages
236
Reaction score
21
Homework Statement
Evaluate $$\int{\sqrt{\frac{cosx - cos^3x} {1-cos^3x}}}\,dx$$
Relevant Equations
All the basic Integration formulae
Let I = ##\int{\sqrt{\frac{cosx - cos^3x} {1-cos^3x}}}\,dx##
I = ##\int{\sqrt{\frac{cosx(1 - cos^2x)} {1 - cos^3x}}}\,dx##
I = ##\int{\sqrt{\frac {cosx} {1 - cos^3x }}}sinx\,dx##
Substitute ##cosx = t##
Therefore, ##sinx\,dx = -dt##
So, I = ##\int{-\sqrt{\frac {t} {1 - t^3}}}\,dt##
I'm stuck here...
 
Physics news on Phys.org
the integrand does not exist as a real number in ##\left [\pi/2, 3\pi/2\right ] + 2n\pi##
 
Try the substitution ##t=\sin^{2/3}s##.
 
BvU said:
the integrand does not exist as a real number in ##\left [\pi/2, 3\pi/2\right ] + 2n\pi##
My book says if a function is discontinuous (or doesn't exist) at a point, it's not necessary that it's anti-derivative is also discontinuous ( or doesn't exist) at that point. They've given the example of
$$\int x^{-1/3}\,dx$$ Even though the function doesn't exist at x = 0, it's anti-derivative ##\frac {x^{2/3}} {2/3} + c## is continuous at x = 0
 
MathematicalPhysicist said:
Try the substitution ##t=\sin^{2/3}s##.
Yes, that seems to do it. :smile:
##dt=(\frac{-2}{3})(\sin^{-1/3}s)(\cos{s})ds##. Also, ##\sqrt{t} = sin^{1/3}s## & ##\sqrt{1 - t^3} = cos s##
Hence, I = ##\int{\frac{-2}{3}\frac{(sin^{1/3}s)(coss)} {(coss)(sin^{1/3}s)}}\,ds##
I = ##\int{\frac{-2}{3}}\,ds## = ##\frac{-2}{3}s + c##
I = ##\frac{-2}{3}\sin^{-1}{(cos^{3/2}x)} + c##
Thanks
 
Alternatively, the substitution ##\sqrt{1-cos^3x} = t## also works.
That yields
I = ##\frac{2}{3}\sin^{-1}{(\sqrt{1-cos^3x})} + c##
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top