Integrating Logarithmic Functions: Explained

  • Context: Undergrad 
  • Thread starter Thread starter rsq_a
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
rsq_a
Messages
103
Reaction score
1
[tex]\frac{1}{2}\int \frac{dx}{x+1} = \frac{1}{2} \log(x+1)[/tex]

[tex]\int \frac{dx}{2x+2} = \frac{1}{2} \log(2x+2)[/tex]

Huh??
 
Physics news on Phys.org
Those are indefinite integrals, so they're only unique up to an additive constant. Notice:

[tex]\frac{1}{2}\log(2x+2) = \frac{1}{2}\log(x+1) + \log\sqrt{2}[/tex]

hence the two integrals differ only by a constant, and both are correct.
 
Mute said:
Those are indefinite integrals, so they're only unique up to an additive constant. Notice:

[tex]\frac{1}{2}\log(2x+2) = \frac{1}{2}\log(x+1) + \log\sqrt{2}[/tex]

hence the two integrals differ only by a constant, and both are correct.

Thought never crossed my mind. Thanks.