MHB Calculus II U-Substitution Questions

Click For Summary
The discussion focuses on solving specific calculus problems related to u-substitution in integrals. For question 6a, the solution provided is 1/4 arcsin(x^2 / 2) + c, while 6b yields (x^2)/2 - 2ln(x^2 + 4) + c. Question 6c is identified as the most challenging, with a solution involving partial fractions after substituting u as √(x), leading to the expression 2√(x) + 2ln(√x - 2) - 2ln(√x + 2) + c. Participants are encouraged to verify their results by differentiating their answers to check for correctness. The thread emphasizes the importance of proper substitution and algebraic manipulation in solving these integrals.
ardentmed
Messages
158
Reaction score
0
This thread is only addressing question 6.

1391f1257f53a17199f9_4.jpg


6a and 6b seemed relatively simple, with 6c seeming to be the most troublesome. I got 1/4 arcsin (x^2 / 2 ) + c for 6a after substituting u for x^2.
As for 6b, I got (x^2)/2 -2ln(x^2 +4) + c after using algebraic division and taking u=x^2 + 4.

Finally, for 6c, I took u as √(x), followed by algebraic division since the nominator should always be smaller than the denominator in order for partial fractions to be usable. This gave me 2√(x) + 2ln(√x -2 ) - 2ln(√x + 2) + c.
 
Physics news on Phys.org
ardentmed said:
This thread is only addressing question 6.

1391f1257f53a17199f9_4.jpg


6a and 6b seemed relatively simple, with 6c seeming to be the most troublesome. I got 1/4 arcsin (x^2 / 2 ) + c for 6a after substituting u for x^2.
As for 6b, I got (x^2)/2 -2ln(x^2 +4) + c after using algebraic division and taking u=x^2 + 4.

Finally, for 6c, I took u as √(x), followed by algebraic division since the nominator should always be smaller than the denominator in order for partial fractions to be usable. This gave me 2√(x) + 2ln(√x -2 ) - 2ln(√x + 2) + c.

6.c)

$\displaystyle \begin{align*} \int{ \frac{\sqrt{x}\,\mathrm{d}x}{x - 4}} &= \int{ \frac{\sqrt{x}\,\mathrm{d}x}{ \left( \sqrt{x} \right) ^2 - 4 } } \\ &= \int{ \frac{ \left( \sqrt{x} \right) ^2 \, \mathrm{d}x}{ \sqrt{x} \, \left[ \left( \sqrt{x} \right) ^2 - 4 \right] } } \\ &= 2 \int{ \frac{ \left( \sqrt{x} \right) ^2}{ \left( \sqrt{x} \right) ^2 - 4 } \, \left( \frac{1}{2\,\sqrt{x}} \right) \, \mathrm{d}x } \end{align*}$

Now substitute $\displaystyle \begin{align*} u = \sqrt{x} \implies \mathrm{d}u = \frac{1}{2\,\sqrt{x}} \, \mathrm{d}x \end{align*}$ and the integral becomes

$\displaystyle \begin{align*} \int{ \frac{ \left( \sqrt{x} \right) ^2 }{ \left( \sqrt{x} \right) ^2 - 4} \, \left( \frac{1}{2\,\sqrt{x} } \right) \, \mathrm{d}x } &= \int{ \frac{u^2}{u^2 - 4} \, \mathrm{d}u } \\ &= \int{ \frac{u^2 - 4 + 4}{u^2 - 4} \, \mathrm{d}u } \\ &= \int{ 1 + \frac{4}{u^2 - 4}\, \mathrm{d}u} \end{align*}$

I think you can go from here, you should use partial fractions.
 
Prove It said:
6.c)

$\displaystyle \begin{align*} \int{ \frac{\sqrt{x}\,\mathrm{d}x}{x - 4}} &= \int{ \frac{\sqrt{x}\,\mathrm{d}x}{ \left( \sqrt{x} \right) ^2 - 4 } } \\ &= \int{ \frac{ \left( \sqrt{x} \right) ^2 \, \mathrm{d}x}{ \sqrt{x} \, \left[ \left( \sqrt{x} \right) ^2 - 4 \right] } } \\ &= 2 \int{ \frac{ \left( \sqrt{x} \right) ^2}{ \left( \sqrt{x} \right) ^2 - 4 } \, \left( \frac{1}{2\,\sqrt{x}} \right) \, \mathrm{d}x } \end{align*}$

Now substitute $\displaystyle \begin{align*} u = \sqrt{x} \implies \mathrm{d}u = \frac{1}{2\,\sqrt{x}} \, \mathrm{d}x \end{align*}$ and the integral becomes

$\displaystyle \begin{align*} \int{ \frac{ \left( \sqrt{x} \right) ^2 }{ \left( \sqrt{x} \right) ^2 - 4} \, \left( \frac{1}{2\,\sqrt{x} } \right) \, \mathrm{d}x } &= \int{ \frac{u^2}{u^2 - 4} \, \mathrm{d}u } \\ &= \int{ \frac{u^2 - 4 + 4}{u^2 - 4} \, \mathrm{d}u } \\ &= \int{ 1 + \frac{4}{u^2 - 4}\, \mathrm{d}u} \end{align*}$

I think you can go from here, you should use partial fractions.
Wow, I completely missed that simple substitution and it was right in front of me the entire time. Thanks a ton!
 
Can anyone confirm a and b as well?

Thanks again.
 
ardentmed said:
Can anyone confirm a and b as well?

Thanks again.

Have you tried differentiating your results to see if you get back to the original integrand?
 
MarkFL said:
Have you tried differentiating your results to see if you get back to the original integrand?

Yes, but a came out with an extra 1/4 in front of the expression.
 
well, let's look at 6a). we are given to evaluate:

$$I=\int\frac{x}{\sqrt{4-x^4}}\,dx$$

Let:

$$x^2=2\sin(\theta)\,\therefore\,x\,dx=\cos(\theta)\,d\theta$$

and we now have:

$$I=\frac{1}{2}\int\,d\theta=\frac{1}{2}\theta+C$$

Back-substitute for $\theta$:

$$I=\frac{1}{2}\sin^{-1}\left(\frac{x^2}{2}\right)+C$$

Do you see where you may have gone wrong?
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 17 ·
Replies
17
Views
4K
  • · Replies 3 ·
Replies
3
Views
1K
Replies
4
Views
4K
  • · Replies 13 ·
Replies
13
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
Replies
10
Views
3K