Ako zistíte neurčitý integrál int root3x / (root3x-1)?

Ako zistíte neurčitý integrál int root3x / (root3x-1)?
Anonim

odpoveď:

# (Root3x-1) ^ 3 + (9 (root3x-1) ^ 2) / 2 + 9 (root3x-1) + 3LN (abs (root3x-1)) + C #

vysvetlenie:

Máme #int root3x / (root3x-1) dx #

náhradka # U = (root3x-1) #

# (Du) / (dx) = x ^ (- 2/3) / 3 #

# Dx = 3x ^ (2/3) du #

#int root3x / (root3x-1) (3x ^ (2/3)) du = int (3x) / (root3x-1) du = int (3 (u + 1) ^ 3) / udu = 3int (u ^ 3 + 3u ^ 2 + 3u + 1) / Udu = int3u ^ 2 + 9U + 9 + 3 / Udu = u ^ 3 + (9U ^ 2) / 2 + 9U + 3LN (abs (u)) + C #

Resubstitute # U = root3x-1 #:

# (Root3x-1) ^ 3 + (9 (root3x-1) ^ 2) / 2 + 9 (root3x-1) + 3LN (abs (root3x-1)) + C #