Simplifying Integration: A Common Question Answered

  • Thread starter Thread starter majin_andrew
  • Start date Start date
  • Tags Tags
    Integration
majin_andrew
Messages
19
Reaction score
0
This isn't a homework question, just something I was wondering about, and this seemed like the most appropriate place to post it because of its simplicity.

When integrating a function of the form f(x)=(x-a)^{n}, I find I get a different result if I expand the brackets first and then integrate.

Example:
\int2(x-5)dx = (x-5)^{2} + C = x^{2}-10x-25 + C
\int2x-10dx = x^{2}-10x + C

I was wondering if the C in the first equation will simply just be 25 greater than the C in the second equation, or is there more to it than that?

Thanks for your time,
Andrew
 
Physics news on Phys.org
In your two integrals, the values of 'C' are different. In the first one you have -25 + C, which is in itself another constant k. So you can rewrite it as x2 -10x+k. Which is in the same form as your second integral.
 
Thanks rock.freak667!
 
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