Techniques for Integrating Radical Functions?

nickm4
Messages
4
Reaction score
0
What are some techniques for integrating functions that are or contain radicals? I am familiar with trigonometric substitution. Are there any other "common" techniques or special functions that can be used to integrate these functions? or does trigonometric substitution basically take care of everthing? This is a general question, I don't have a specific function in mind.

ty
 
Physics news on Phys.org
Most common is to use trigonometric (or hyperbolic) substitutions.

sin^2(t)+ cos^2(t)= 1 so \sqrt{1- sin^2(t)}= cos(t)

For example, to integrate \int \sqrt{1- x^2}dx, let x= sin(t). Then dx= cos(t) dt and \sqrt{1- x^2}= \sqrt{1- sin^2(t)}= cos(t) so the integral becomes \int cos^2(t) dt which can be integrated using the identity cos^2(t)= (1/2)(1+ cos(2t)).

For something like \sqrt{1+ x^2} you can divide sin^2(t)+ cos^2(t)= 1 by cos(t) to get tan^2(t)+ 1= sec^2(t)]

To integrate \int \sqrt{9+ x^2}dx, let x= 3tan(t). Then dx= 3 sec^2(t) dt and \sqrt{9+ x^2}= \sqrt{9+ 9tan^2(t)}= 3\sqrt{1+ tan^2(t)}= 3sec(t) so the integral becomes \int (3 sec(t))(3sec^2(t)dt)= 9\int sec^3(t)dt. That can be integrated by writing it as 9\int dt/cos^3(t)= 9\int cos(t)dt/cos^4(t)= 9\int cos(t)dt/(1- sin^2(t))^2 and using the substitution u= sin(t).

But it is also true that cosh^2(t)- sinh^2(t)= 1 or sinh^2(t)+ 1= cosh^2(t) so you could also use the substitution x= 3 sinh(x). Then dx= 3 cosh(x)dx and \int \sqrt{9+ x^2}dx= 9\int cosh^2(x) dx

Just about any calculus text will devote at least a section, if not a chapter, to trig substitutions though hyperbolic substitution are less commonly covered.
 
Back
Top