Simplifying Integration: A Common Question Answered

  • Thread starter Thread starter majin_andrew
  • Start date Start date
  • Tags Tags
    Integration
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
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)[tex]^{n}[/tex], I find I get a different result if I expand the brackets first and then integrate.

Example:
[tex]\int[/tex]2(x-5)dx = (x-5)[tex]^{2}[/tex] + C = x[tex]^{2}[/tex]-10x-25 + C
[tex]\int[/tex]2x-10dx = x[tex]^{2}[/tex]-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!