Solving Indefinite Integrals: Tips, Hints & Help

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
rooski
Messages
60
Reaction score
0
I am having much trouble with indefinite integrals - i get most of the basic theory behind them but as soon as i am confronted with a larger more complex question i get stuck too easily.

These questions are not for my homework, they are just practice for my test. Any hints, tips and general help is appreciated.Homework Statement

1. [tex]\int x^{2} / (x^{2} - 4) dx[/tex]

2. [tex]\int (x + 1) ln x dx[/tex]

3. [tex]\int (2 - \sqrt{x})^{2} / x dx[/tex]

4. [tex]\int sec^{2} x \sqrt{1 + tan x} dx[/tex]

5. [tex]\int cos^{2} x sin^{3} x dx[/tex]

Attempts.

1. I started with u substitution and made u = x^2. Since du = 2x, i did [tex]\int x / ( x^{2} - 4 ) x dx[/tex] is this proper?

2. Integration by parts... [tex]\int ( x + 1 ) ln x dx = ( 1/2x^{2}ln x ) + ln x^{2} - 1/4 x^{2} + x + C[/tex] - is this right?

3. :confused:

4. I know that [tex]\int sec^{2} x = tan x[/tex] but that's the extent of my progress.

5. :confused:

any help appreciated.

i will be posting more problems and attempts as i continue to get stumped.. :redface:
 
Physics news on Phys.org
For 1, I recommend rewriting the numerator as (x^2-4)+4. Then work with that.

For 2, expanding then taking care of each integral individually will help.

For 3, expansion again will save you.
 
For #1 i assume you mean for me to do that so i can make u = x^2 - 4... Right? If that is the case then i need to find a way to incorporate du/2 = x into it though... Since du = 2x.

For #2 i also cannot find where 1/x dx fits into it. I made u = ln x.

Also i have a new question... [tex]\int sin^{5} x dx[/tex] - not sure what to do in the event of an odd power.
 
Last edited:
Well, for #1, by making the numerator x^2-4+4, you can rearrange your integral to this:

[tex]\int \frac{x^2-4+4}{x^2-4} dx = \int 1 + \frac{4}{x^2-4} dx[/tex]

The second integral in #1, if I have it right, requires a trig substitution.

For #2, you have x ln(x) + ln(x). Make that two integrals...

[tex]\int x ln(x) dx + \int ln(x) dx[/tex]

And then solve each integral individually by parts.

For your new one, change sin^2(x) = 1 - cos^2(x). Then you have [tex]\int sin^3(x) - sin^3cos^2(x) dx[/tex]. Repeat to fix the sin^3 term.