What's wrong with my integral ?

  • Thread starter Thread starter Josh_K
  • Start date Start date
  • Tags Tags
    Integral
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
Josh_K
Messages
2
Reaction score
0
[tex]\int \frac{3\sqrt{x^2-16}}{2x}[/tex]

Let [tex]x = 4\sec\theta[/tex], [tex]dx = 4\sec\theta\tan\theta d\theta[/tex]. [tex]\theta = asec(x/4)[/tex]

[tex]\frac{3}{2}\int \frac{\sqrt{4^2(\sec^2\theta-1)}}{4\sec\theta}4\sec\theta\tan\theta d\theta[/tex]

[tex]\frac{3}{2}\int \frac{\sqrt{\tan^2\theta}}{\sec\theta}4\sec\theta\tan\theta d\theta[/tex]

[tex]\frac{4\times 3}{2}\int \tan^2\theta d\theta[/tex]

as [tex]tan^2 = sec^2-1[/tex]

[tex]6\int sec^2 d\theta - 6\int d\theta[/tex]

[tex]6 \tan\theta - 6\theta[/tex]

As [tex]\tan\theta = \frac{\sqrt{x^2-16}}{4}[/tex]

[tex]6 \tan\theta - 6\theta = \frac{3}{2}\sqrt{x^2-16} - 6 arcsec\left(\frac{x}{4}\right) + C[/tex]

I don't know what's wrong but when I plot it on graphmatica and derive it, it doesn't match with the original equation.
 
Physics news on Phys.org
Why then, when I plot it on maple or on graphmatica, it's not the same thing at all. There's a problem somewhere...
 
Why don't you try differentiating it yourself to see if it gives you back the integrand. Also be careful with the sign of x. Strictly speaking, that should be an absolute value of x in the derivative of arcsecant I gave. And be careful with how arcsecant is defined. Remember it is a multivalued function like arccos, and you have to specify what you want the domain to be. (ie, is arcsec(1)=0, 2pi, 4 pi, ...?)