Understanding Integration Mechanics: Why Can't the Constant Be Taken Out?

  • Level: Undergrad 
  • Thread starter Thread starter bp_psy
  • Start date Start date
  • Tags Tags
    Integration
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
4 replies · 2K views
bp_psy
Messages
469
Reaction score
8
I understand the mechanics of how this happens but i don't really understand why.

[tex]\frac{a}{b}\int\frac{1}{x+c}dx\neq\int\frac{a}{b(x+c)}dx[/tex]

Why can't the constant be taken out?:confused:
 
Physics news on Phys.org
bp_psy said:
Why can't the constant be taken out?:confused:

What makes you think it can't be?
 
l'Hôpital said:
What makes you think it can't be?

This:
[tex]\frac{a}{b}\int\frac{1}{x+c}dx=\frac{a}{b}ln(x+c)+C[/tex]

[tex]\int\frac{a}{b(x+c)}dx=\frac{a}{b}ln(bx+bc)+C[/tex]
 
Consider
[tex] \int 5x[/tex]

So, which is right?

[tex] \int 5x = \frac{(5x)^2}{2} + C[/tex]
or
[tex] \int 5x = 5\frac{x^2}{2} + C[/tex]
Even in regular integration, you always pull off the constants. Just because you have 1/x doesn't mean the constant shouldn't be pulled out.

However, it does worth mentioning that both your answers are actually right.

[tex] \frac{a}{b}ln(bx+bc)+C = \frac{a}{b}ln(b(x+c))+C = \frac{a}{b}ln(x+c)+ \frac{a}{b}ln b + C = \frac{a}{b}ln(x+c)+D[/tex]
Where D is just another constant.
 
l'Hôpital said:
Consider
[tex] \int 5x[/tex]

So, which is right?

[tex] \int 5x = \frac{(5x)^2}{2} + C[/tex]
or
[tex] \int 5x = 5\frac{x^2}{2} + C[/tex]
Even in regular integration, you always pull off the constants. Just because you have 1/x doesn't mean the constant shouldn't be pulled out.
I know.
l'Hôpital said:
However, it does worth mentioning that both your answers are actually right.

[tex] \frac{a}{b}ln(bx+bc)+C = \frac{a}{b}ln(b(x+c))+C = \frac{a}{b}ln(x+c)+ \frac{a}{b}ln b + C = \frac{a}{b}ln(x+c)+D[/tex]
Where D is just another constant.

Ok now I understand it. I actually run into this problem while trying to calculate integration factors for ODEs. This should simplify my calculations.

Thank you.