Integration of 1/[(x^2+100)^(3/2)] - Need Help!

  • Thread starter Thread starter StephenDoty
  • Start date Start date
  • Tags Tags
    Integration
Click For Summary

Homework Help Overview

The problem involves the integral \(\int \frac{1}{(x^2+100)^{3/2}} \, dx\), which falls under the subject area of calculus, specifically integration techniques. The original poster expresses uncertainty about how to begin integrating this expression by hand, noting that their calculator's output did not align with expected integration by parts results.

Discussion Character

  • Exploratory, Assumption checking, Mathematical reasoning

Approaches and Questions Raised

  • Participants discuss the substitution \(x = 10\tan(t)\) as a potential approach. The original poster attempts to apply this substitution but struggles with the resulting expression and the differentiation process. Questions arise regarding the correct application of the substitution and how to handle the differential \(dx\). Some participants suggest clarifying the relationship between \(x\) and \(t\) after substitution, while others note the need to correctly raise constants to appropriate powers during integration.

Discussion Status

The discussion is ongoing, with various participants providing insights and suggestions for handling the integral. There is a focus on clarifying the substitution process and ensuring that all components of the integral are correctly accounted for. While some guidance has been offered regarding the substitution and its implications, there is no explicit consensus on the next steps or final approach.

Contextual Notes

Participants are navigating the complexities of trigonometric substitution and the implications of changing variables in integrals. There is an emphasis on understanding the geometric interpretation of the substitution, as well as the need to maintain accuracy in calculations throughout the integration process.

StephenDoty
Messages
261
Reaction score
0
The problem is [tex]\int[/tex] 1/[(x^2+100)^(3/2)] dx

u cannot equal x^2 + 100 since the derivative is 2x and there is not another x in the problem. So I am unsure of even how to start. I did it with my calculator and the answer did not seem to follow the integration by parts format. Therefore, I do not know how to start integrating this problem by hand. Any help would be greatly appreciated.

Thank you.

Stephen
 
Physics news on Phys.org
Try substituting x = 10tan(t).
 
ok so I replace x with 10tan(t)
giving
[tex]\int[/tex] 1/[(10tan(t))^2 +100)^(3/2)] dx
thus
[tex]\int[/tex] 1/ [(100tan(t)^2 +100)^(3/2)] dx

Then say we change tan(t)^2 into sin(t)^2/cos(t)^2 making
[tex]\int[/tex] 1/ [(100(sin(t)^2/cos(t)^2) +100)^(3/2) dx
because the sin(t)^2/cos(t)^2 is to the (3/2) power I cannot use the half-angle formulas: cos(t)^2= .5(1+cos(2t)) or sin(t)^2 = .5(1-cos(2t)) to integrate.

So what do I do now?

Thank you for your help.
Stephen
 
Well you have to differentiate x = 10tan(t). You've done u-substitution before right? Also note that [tex]100tan^2(t)+100 = 100(tan^2(t) + 1) = 100sec^2(t)[/tex]. Anyways let me know if you have questions about the differentiation part.
 
why would you have to derivate x=10tan(t), where dx=10sec(t)^2?
do you mean that u=10tan(x)? And if so what would the u replace?
Would you replace x with u? Making du=10sec(x)^2 dx or dx=du/10sec(t)^2?

[tex]\int[/tex] 1/ [(100tan(x)^2 +100)^(3/2)] dx

[tex]\int[/tex] 1/ [(100sec(x)^2)^(3/2)]*(10sec(x)^2) du

I am unsure as to where to put the x=10tan(t) and the derivative dx=10sec(t)^2

Thanks for the help.
Stephen
 
Well, you are changing the variable you are integrating with respect to, so everywhere you see x, replace it with [tex]10 \tan (t)[/tex] but don't forget about the dx. From [tex]x = 10 \tan (t)[/tex] we get [tex]dx = 10 \sec ^2 (t) dt[/tex] so replace dx with [tex]10 \sec ^2 (t) dt[/tex].
 
so
[tex]\int[/tex] 1/[(x^2+100)^(3/2)] dx from -5 to 10
=
[tex]\int[/tex]1/[((10tan(t))^2+100)^(3/2)] 10sec(t)^2 dt
=
[tex]\int[/tex]1/[(100sec(t)^2)^(3/2)] * 10sec(t)^2 dt
=
[tex]\int[/tex] [10sec(t)^2]/[100sec(t)^3] dt
=
(1/10) [tex]\int[/tex] [sec(t)^2]/[sec(t)^3] dt
=
(1/10) [tex]\int[/tex] 1/ sec(t) dt
=
(1/10) [tex]\int[/tex] cos(t) dt
=
(1/10)sin(t) +c
and if we solve this from -5 to 10
wouldn't it be (1/10)sin(10) - (1/10)sin(-5)
or
would it be (1/10)sin(tan(1)^(-1)) - (1/10)sin(tan(-.5)^(-1))
since x goes from -5 to 10, using x=10tan(t), would t=tan(10/10)^(-1) and t=tan(-5/10)^(-1)?
did I do this right?
And if so why did we choose x=10tan(t)? Is there an easy way to decide what you would replace x with?

Thank you for all of you guy's help.
Stephen
 
Last edited:
StephenDoty said:
[tex]\int[/tex]1/[(100sec(t)^2)^(3/2)] * 10sec(t)^2 dt
=
[tex]\int[/tex] [10sec(t)^2]/[100sec(t)^3] dt
not quite; remember to raise 100 to 3/2 power on the left hand side.
StephenDoty said:
and if we solve this from -5 to 10
wouldn't it be (1/10)sin(10) - (1/10)sin(-5)
no
StephenDoty said:
or
would it be (1/10)sin(tan(1)^(-1)) - (1/10)sin(tan(-.5)^(-1))
since x goes from -5 to 10, using x=10tan(t), would t=tan(10/10)^(-1) and t=tan(-5/10)^(-1)?
yes, except that instead of 1/10 you should have 1/100 (see above). In fact, you don't have to work that hard. Remember that we substituted [tex]x = 10 \tan (t)[/tex] so [tex]x/10 = \tan (t)[/tex].
Now what does this tell us? Draw a right triangle with one leg having length 10 and the other length x. Then the angle opposite side x is t and the hypotenuse is
[tex]\sqrt{100 + x^2}[/tex].
From this triangle we see that
[tex]\sin (t) = \frac{x}{\sqrt{100 + x^2}}[/tex].
So your antiderivative is
[tex]\frac{x}{100 \sqrt{100 + x^2}}[/tex]
and you can work with the original limits of integration, x = -5 and x = 10.
StephenDoty said:
And if so why did we choose x=10tan(t)? Is there an easy way to decide what you would replace x with?
Generally, when an integral has an odd power of [tex]\sqrt{x^2 + a^2}[/tex], the correct substitution is [tex]x = a \tan (\theta)[/tex] because for one thing, substituting this helps to get rid of the square root and for most elementary integrals, the integrand becomes some power of cosine or secant, which is more manageable.
 

Similar threads

  • · Replies 105 ·
4
Replies
105
Views
11K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 15 ·
Replies
15
Views
2K
  • · Replies 22 ·
Replies
22
Views
3K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
3
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 54 ·
2
Replies
54
Views
17K