How to solve these two tricky integrals?

  • Context: Undergrad 
  • Thread starter Thread starter European
  • Start date Start date
  • Tags Tags
    Integrals
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
European
Messages
2
Reaction score
0
I cant' solve this two integrals :

[tex]\int[/tex] (ln x)[tex]^{2}[/tex]

[tex]\int[/tex] cos[tex]^{4}[/tex](x)
 
Physics news on Phys.org
You do both of them by parts.

European said:
[tex]\int[/tex] (ln x)[tex]^{2}[/tex]

You can rewrite this as:

[tex]\int (lnx)(lnx) dx[/tex]

with

u = lnx
dv = lnx dx


To integrate lnx dx, you have to do it by parts again. After that, it is very simple.

[tex]\int[/tex] cos[tex]^{4}[/tex](x)

Again, you can rewrite this integral as something you could do by parts.

[tex]\int cos^{3}xcosx dx[/tex]

u = cos^{3}x
dv = cosx dx

-Ataman
 
Last edited:
The answer of the first question is x*((ln x)^2) - 2x*(ln x) + 2x , you can check your answer.

As for the second one, my approach would be to write the integrand as
((cos x)^2)*(1 - ((sin x)^2)) , and then finish this off by using the trigonometric identities for (cos x)^2 and sin 2x .

Lastly, try to use as many problems as you can in your spare time and take notes for choosing the most suitable method in a problem you encounter.
 
Hi , thank you very much for the answers !

By the way , I just can't solve another one :

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