Trigonometry Substitution (Integral)

KDeep
Messages
18
Reaction score
0

Homework Statement


∫xtan^-1(x^2)dx


Homework Equations





The Attempt at a Solution



I did u = x, du = 1,
v = ? ,dv = tan^-1(x^2)dx

I do not know how to get the integral of tan^-1(x^2)
 
Physics news on Phys.org
KDeep said:

Homework Statement


∫xtan^-1(x^2)dx

Homework Equations


The Attempt at a Solution



I did u = x, du = 1dx,
v = ? ,dv = tan^-1(x^2)dx

I do not know how to get the integral of tan^-1(x^2)

u = x can never simplify an integral. It just changes the name of the variable. Try ##u=x^2##.
 
LCKurtz said:
u = x can never simplify an integral. It just changes the name of the variable. Try ##u=x^2##.

u = x^2
du = 2xdx
du/2 = xdx

∫xtan(x^2)dx

(1/2)∫tan(u)du

(1/2) ln |sec(x^2)| + C

Correct?
 
KDeep said:
Correct?

You don't have to ask. Differentiate it and check if it works. Did you forget an arctangent?
 
LCKurtz said:
Did you forget an arctangent?

u = x^2
du = 2xdx
du/2 = xdx

∫xtan^1(x^2)dx

(1/2)∫tan^-1(u)du

I cannot figure out the integral of tan^-1(u)
 
KDeep said:
u = x^2
du = 2xdx
du/2 = xdx

∫xtan^1(x^2)dx

(1/2)∫tan^-1(u)du

I cannot figure out the integral of tan^-1(u)

For the integral, \displaystyle \ \ \int \tan^{-1}(t)\,dt\,,\ use integration by parts, with u = tan-1(t) and dv = dt , else look it up. http://en.wikipedia.org/wiki/Inverse_trig_functions#Indefinite_integrals_of_inverse_trigonometric_functions
Added in Edit:

An alternate way to approach this problem (It is titled, Trigonometry Substitution (Integral) .) is to use the substitution, x2 = tan(t) .

It will also require the use of integration by parts.
 
Last edited:
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top