Solve Int. 1: Find x^7, x^5, x^3 Terms in Answer

elitespart
Messages
95
Reaction score
0
1. \int(x^{2} + 5)^{3}dx

This is what the book gives as the answer
1/7x^{7} + 3x^{5} + 25x^{3} + 125x + C

I got something way different. Where are they getting the 3x^5 and 25x^3 from? Thanks.

-v.b.
 
Physics news on Phys.org
What was your result?
 
Oh, I got: 1/7x^7 + 125x but I distributed the power and started off with x^6 + 125 before anti deriving.
 
That would be the problem. You didn't distribute the power correctly. What you did was

(x^2 + 5)^3 = (x^2)^3 + 5^3​

But that's not true. The correct way to expand the power is

(x^2 + 5)(x^2 + 5)(x^2 + 5)​

So, for example

(x+1)^2 = (x+1)(x+1) = x*x + 1*x + 1*x + 1*1 = x^2 + 2x + 1​

Not

(x+1)^2 = x^2 + 1^2​
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top