Does Apostol ever introduce Trig Substitutions ?

  • Thread starter Thread starter process91
  • Start date Start date
  • Tags Tags
    Apostol Trig
process91
Messages
105
Reaction score
0
Does Apostol ever introduce "Trig Substitutions"?

I took Calculus before, but I am going over Apostol's Calculus Vol. 1 book. In section 5.7 he introduces Integration by Substitution, but never really discusses what was commonly referred to as "Trig Substitutions" in my Calc classes. For instance, #16 in section 5.8 is

\int(x^2+1)^{\frac{-3}{2}}dx

Now I know (from my previous class) that I can solve this by letting x=tan\theta, but Apostol never introduced this notion. More importantly, to properly solve it in terms of x I will need to use arctan, which isn't introduced until section 6. Just wondering if there's a way to solve it without using trig substitutions.
 
Physics news on Phys.org


process91 said:
I took Calculus before, but I am going over Apostol's Calculus Vol. 1 book. In section 5.7 he introduces Integration by Substitution, but never really discusses what was commonly referred to as "Trig Substitutions" in my Calc classes. For instance, #16 in section 5.8 is

\int(x^2+1)^{\frac{-3}{2}}dx

Now I know (from my previous class) that I can solve this by letting x=tan\theta, but Apostol never introduced this notion. More importantly, to properly solve it in terms of x I will need to use arctan, which isn't introduced until section 6. Just wondering if there's a way to solve it without using trig substitutions.

Trig substitutions tend to come after u-substitution. Have you looked in other chapters?
 


Yes, section 5.7 is "u-substitution", and section 5.8 contains the exercises which pertain to it. He does several examples of the typical u-substitution methods, but then comes question 16. I skimmed section 6.21, where he introduces the inverse trig functions, but there's mostly integration of the inverse trig functions, not using them as substitution.
 


Got it. He probably wants this solution at this stage:

Let u=\frac{x}{\sqrt{x^2+1}}, then du=(x^2+1)^\frac{-3}{2}dx
\int(x^2+1)^\frac{-3}{2}dx=\int du = u + C = \frac{x}{\sqrt{x^2+1}} + C

I suppose that's useful (to be able to recognize that setting u to that value will yield a desirable result), but I hope he does hit trig substitutions at some point.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top