1. integral (x^3 * sqrt(x^2-4)) dx

I'm confused on how to start this problem, if I am doing trig substitution.

1 answer

No need for trig substitution. We'll just do normal substitution:
Let u = sqrt(x^2 - 4)
Thus, we can make the following relation:
u^2 = x^2 - 4
x^2 = u^2 + 4

2u du = 2x dx
dx = u/x du

Substituting,
∫ ( x^3 * sqrt(x^2-4) ) dx
∫ ( x^3 * u * u / x ) du
∫ ( x^2 * u^2 ) du
∫ ( (u^2 + 4) u^2 ) du
∫ ( u^4 + 4u^2 ) du
= (1/5)u^5 + (4/3)u^3 + C
Substituting back the expression for u:
= (1/5) [sqrt(x^2 - 4)]^5 + (4/3) [sqrt(x^2-4)]^3 + C
= (1/5)(x^2 - 4)^5/2 + (4/3)(x^2-4)^3/2 + C

You can further simplify this if we want, by first factoring the common factor, (x^2-4)^(3/2):
= (x^2-4)^(3/2) * [ (1/5)*(x^2-4) + 4/3 ] + C
Now, do the rest if you want to continue this simplification.

hope this helps~ `u`
Similar Questions
  1. How would you solve the following problem explicitly?Sqrt(1-y^2) dx - sqrt(1-x^2) dy I separated the x and y terms and got:
    1. answers icon 3 answers
  2. Calculate definite integral ofdx/(x^4 * sqrt(x^2 + 3)) Over (1,3) I start with the substitution x = sqrt(3)*tan t so: sqrt(x^2 +
    1. answers icon 2 answers
  3. I'm confused on how to solve or set up a substitute for the problem.Evaluate the Integral from 1/4 to 1. 1/ sqrt(16t^2 -1) dt
    1. answers icon 0 answers
  4. hi againim really need help TextBook: James Stewart:Essential Calculus, page 311. Here the problem #27: First make a
    1. answers icon 1 answer
more similar questions