Solving Hard Antiderivative: u-substitution & Trig Substitution

Click For Summary

Homework Help Overview

The problem involves evaluating the integral \(\int \frac{dx}{ \sqrt{ 1+ \sqrt{ 1+ \sqrt{ x } } } }\), which is situated within the context of calculus, specifically focusing on antiderivatives and substitution techniques, including u-substitution and trigonometric substitution.

Discussion Character

  • Exploratory, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants discuss various substitution methods, including u-substitution and the implications of their choices. There are questions regarding the legitimacy of the substitutions made and whether there are simpler methods to approach the final integral without extensive expansion.

Discussion Status

The discussion is ongoing, with some participants expressing confidence in the approaches taken, while others seek clarification on terminology and methods. There is a mix of opinions on the complexity of the final integral, and guidance has been offered regarding the understanding of polynomial expansion.

Contextual Notes

Some participants express uncertainty about specific terms like "foiling out," indicating a potential gap in understanding that may affect their approach to the problem. The original poster's concern about the legitimacy of their substitutions remains a point of discussion.

pierce15
Messages
313
Reaction score
2
1. The problem, the whole problem, and nothing but the problem

[tex]\int \frac{dx}{ \sqrt{ 1+ \sqrt{ 1+ \sqrt{ x } } } }[/tex]



Homework Equations



u-substitution (in the style of trig substitution)
I think that I've got it figured out, I just don't know if my substitutions were legitimate.


The Attempt at a Solution



[tex]\int \frac{dx}{ \sqrt{ 1+ \sqrt{ 1+ \sqrt{ x } } } }[/tex]
[tex]u^2 = x, 2u \, du = dx[/tex]
[tex]2 \int \frac{u}{ \sqrt{ 1+ \sqrt{ 1+ u } } } du[/tex]
[tex]v^2 = 1+u, 2v \, dv = du[/tex]
[tex]4 \int \frac{v(v^2 - 1)}{ \sqrt{ 1+ v } } dv[/tex]

Now just simplifying:

[tex]4 \int \frac{v(v+1)(v-1)\sqrt{ 1+ v }}{ v+1 } dv[/tex]
[tex]4 \int v(v-1)\sqrt{ 1+ v } \, dv[/tex]
[tex]w^2 = 1+v, 2w \, dw = dv[/tex]
[tex]8 \int w(w^2 -1 )(w^2 - 2)(w) \, dw[/tex]
[tex]8 \int w^2(w^2 -1 )(w^2 - 2) \, dw[/tex]

I'm sure that I could foil this out, integrate, and make the 4 or 5 substitutions. Before I do so, is my work justified? If so, is there a trick to the last integral (without foiling it all out)?

Thanks
 
Physics news on Phys.org
If you foil it out it becomes w6-3w4+2w2... You can solve this integral pretty easily I assume?
And it looks good to me
 
Oh, that's embarrassing, I thought that it was going to be ugly...

[tex]= 8 \int w^6 - 3w^4 + 2w^2 dw[/tex]
[tex]= 8 \big[ w^7/7 -3w^5/5 + 2w^3/3 \big][/tex]
[tex]=8 \big[ (1+v)^{7/2}/7 -3(1+v)^{5/2}/5 + 2(1+v)^{3/2}/3 \big][/tex]
[tex]=8 \big[ (1+\sqrt{1+u})^{7/2}/7 - 3(1+\sqrt{1+u})^{5/2}/5 + 2(1+\sqrt{1+u})^{3/2}/3 \big][/tex]
[tex]=8 \big[ \big(1+\sqrt{1+\sqrt{x}}\big)^{7/2}/7 - 3\big(1+\sqrt{1+\sqrt{x}}\big)^{5/2}/5 + 2\big(1+\sqrt{1+\sqrt{x}}\big)^{3/2}/3 \big][/tex]

[tex]= \frac{ 8\big(1+\sqrt{1+\sqrt{x}}\big)^{7/2}}{7} - \frac{24\big(1+\sqrt{1+\sqrt{x}}\big)^{5/2}}{5} + \frac{16\big(1+\sqrt{1+\sqrt{x}}\big)^{3/2}}{3}[/tex]
 
piercebeatz said:
1. The problem, the whole problem, and nothing but the problem

[tex]\int \frac{dx}{ \sqrt{ 1+ \sqrt{ 1+ \sqrt{ x } } } }[/tex]



Homework Equations



u-substitution (in the style of trig substitution)
I think that I've got it figured out, I just don't know if my substitutions were legitimate.


The Attempt at a Solution



[tex]\int \frac{dx}{ \sqrt{ 1+ \sqrt{ 1+ \sqrt{ x } } } }[/tex]
[tex]u^2 = x, 2u \, du = dx[/tex]
[tex]2 \int \frac{u}{ \sqrt{ 1+ \sqrt{ 1+ u } } } du[/tex]
[tex]v^2 = 1+u, 2v \, dv = du[/tex]
[tex]4 \int \frac{v(v^2 - 1)}{ \sqrt{ 1+ v } } dv[/tex]

Now just simplifying:

[tex]4 \int \frac{v(v+1)(v-1)\sqrt{ 1+ v }}{ v+1 } dv[/tex]
[tex]4 \int v(v-1)\sqrt{ 1+ v } \, dv[/tex]
[tex]w^2 = 1+v, 2w \, dw = dv[/tex]
[tex]8 \int w(w^2 -1 )(w^2 - 2)(w) \, dw[/tex]
[tex]8 \int w^2(w^2 -1 )(w^2 - 2) \, dw[/tex]

I'm sure that I could foil this out, integrate, and make the 4 or 5 substitutions. Before I do so, is my work justified? If so, is there a trick to the last integral (without foiling it all out)?

Thanks

I don't know what "foiling out" means, but the final integral is easy.
 
Ray Vickson said:
I don't know what "foiling out" means, but the final integral is easy.
Ray,

FOIL is a mnemonic for multiplying (expanding) two binomials.

The product of the First term of each binomial
 plus
the product of the two Outer terms
 plus
the product of the two Inner terms
 plus
the product of the Last term of each binomial .

[itex]\displaystyle (a+b)(c+d) = \underbrace{ac}_\mathrm{first} + \underbrace{ad}_\mathrm{outside} + \underbrace{bc}_\mathrm{inside} + \underbrace{bd}_\mathrm{last}[/itex]


The terminology has come to be used in a more general (and incorrect) way to refer to expanding the product of two or more polynomials.
 
piercebeatz said:
1. The problem, the whole problem, and nothing but the problem

[tex]\int \frac{dx}{ \sqrt{ 1+ \sqrt{ 1+ \sqrt{ x } } } }[/tex]

Homework Equations



u-substitution (in the style of trig substitution)
I think that I've got it figured out, I just don't know if my substitutions were legitimate.

The Attempt at a Solution


[tex]\int \frac{dx}{ \sqrt{ 1+ \sqrt{ 1+ \sqrt{ x } } } }[/tex]...
[tex]4 \int v(v-1)\sqrt{ 1+ v } \, dv[/tex]
At this point, the substitution
w = 1+v​
would work well.

It gives [itex]\displaystyle \int (w-1)(w-2)(w^{1/2})\, dw\ .[/itex]
 
I got the problem a while ago, Samuel.∇
 

Similar threads

  • · Replies 22 ·
Replies
22
Views
3K
  • · Replies 105 ·
4
Replies
105
Views
11K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 21 ·
Replies
21
Views
2K
Replies
3
Views
2K
  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 12 ·
Replies
12
Views
3K