Integration-Explanation Please?

  • Thread starter Thread starter Justabeginner
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
8 replies · 2K views
Justabeginner
Messages
309
Reaction score
1

Homework Statement


The problem asks me to integrate this: [itex]∫(1/x) * (e^{-2 log [3, x]})) dx[/itex]
I don't know how to write log base 3 x, so that is how I entered it. Sorry if that was confusing. :S

Homework Equations


The Attempt at a Solution



The correct answer is [itex](-log(3))/(2x^{2/(log 3)}) + C[/itex]

But I have no clue how that was even the answer. Guidance is much appreciated. Thank you.
 
Physics news on Phys.org
Rewrite ##\log_3 x## in terms of the natural logarithm: $$\log_ax = \frac{\ln x}{\ln a}$$
 
So I'd get int (1/x) * (e^(-2 lnx/ln3)) dx? And is the integral of e to any power that expression times the exponent?
 
Justabeginner said:
So I'd get int (1/x) * (e^(-2 lnx/ln3)) dx? And is the integral of e to any power that expression times the exponent?

No. You have this $$\int \frac{1}{x} \exp \left(-2 \frac{\ln x}{\ln 3}\right)\,dx$$ There is an obvious substitution you can make now.
 
I'm not sure if you can take the integral of 1/x and multiply it by the integral of the ln part?
 
Justabeginner said:
I'm not sure if you can take the integral of 1/x and multiply it by the integral of the ln part?
No, you can't.

You have to use some additional properties of logarithms and exponential functions to get a somewhat simple integrand.

I say somewhat simple because it will just be x to a power -- but the power is pretty weird looking.
 
Oh! I see. Thank you.