How do you find the integral of int (dx / x^(2/3)) from 1 to -15?
1 Answer
When improper integral have been defined, we do the following:
To (attempt to) evaluate the integral, we have to split it at
= lim_(brarr0^+) int_1^b x^(-2/3) dx + lim_(ararr0^-) int_a^-15 x^(-2/3) dx
Note that
So for the first integral we get:
= lim_(brarr0^+) [3root(3)x]_1^b
= lim_(brarr0^+) [3root(3)b-3root(3)1] = 0 - 3 = -3
And for the second integral we get:
= lim_(ararr0^-) [3root(3)x]_a^-15
= lim_(ararr0^-) [3root(3)(-15)- 3root(3)a] = -3root(3)(15) - 0=-3root(3)(15)
Both improper integrals converge, so we get:
= (-3) + (-3root(3)15)
= -3 -3root(3)15)
Note on limits of integration
Recall that
So if the intended question was
then the answer should be
And the details of the solution should be changed appropriately.