Ignoring positive/negative values with trig substitutions?

  • Context: Undergrad 
  • Thread starter Thread starter process91
  • Start date Start date
  • Tags Tags
    Trig
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 3K views
process91
Messages
105
Reaction score
0
If I wanted to integrate [itex]\int \sqrt{1+x^2} dx[/itex], I would let [itex]x=\tan\theta[/itex] , which implies [itex]dx=\sec^2 \theta dx[/itex] so that I would have:

[itex]\int \sqrt{1+x^2} dx = \int \sqrt{1 + \tan^2 \theta} \sec \theta d \theta = \int \sqrt{\sec^2 \theta}\sec^2\theta d\theta = \int \sec^3 \theta d \theta[/itex]

It is this last equality that I am questioning. Why is it not [itex]\int |\sec \theta| \sec^2 \theta d \theta[/itex]?
 
Physics news on Phys.org
process91 said:
If I wanted to integrate [itex]\int \sqrt{1+x^2} dx[/itex], I would let [itex]x=\tan\theta[/itex] , which implies [itex]dx=\sec^2 \theta dx[/itex] so that I would have:

[itex]\int \sqrt{1+x^2} dx = \int \sqrt{1 + \tan^2 \theta} \sec \theta d \theta = \int \sqrt{\sec^2 \theta}\sec^2\theta d\theta = \int \sec^3 \theta d \theta[/itex]

It is this last equality that I am questioning. Why is it not [itex]\int |\sec \theta| \sec^2 \theta d \theta[/itex]?

Any value of x can be gotten by that substitution with -π/2 < θ < π/2. sec(θ) is positive in that domain.
 
Thanks, that does clear it up a lot. So for all trig substitutions, then, there is an implied statement about the range of values which x can take and the corresponding range of values provided by the substitution?