Need help with integration by substitution for 9X^4 + 9X^2?

  • Thread starter Thread starter superkam
  • Start date Start date
  • Tags Tags
    Integration
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
superkam
Messages
17
Reaction score
0

Homework Statement



Hi, I'm having trouble with the following problem:

[tex]\int \sqrt{9X^4 + 9X^2}[/tex]

Homework Equations



Integration by substitution? U = some form of X

The Attempt at a Solution



Hi,
I assume that the best way to solve this integral is by using some sort of substitution, the problem is I don't exactly know what the substitute. I've tried the obvious option;[tex]U = 9X^4 + 9X^2[/tex] but didn't really get anywhere.
If anyone could give me any clues on what substitution to use I would really appreciate it.
Thanks in advance

Kam
 
Last edited:
Physics news on Phys.org
[tex] \sqrt{9 x^{4} + 9 x^{2}} = \sqrt{9 x^{2} (x^{2} + 1)} = 3 x \sqrt{x^{2} + 1}[/tex]

Then, you can either do the trigonometric substitution:

[tex] x = \tan{t}[/tex]

or the hyperbolic substitution:

[tex] x = \sinh{t}[/tex]
 
x^2 + 1 = t also works well.
 
Okay, thank you very much for your help :)