0

prove by using $\ln x = \int_1^{x} dt/t$ and without using Derivative:

$$\ln(x^a)=a\ln x \ \ \ \ x\in \mathbb{R}^+ , a \in \mathbb{R}$$

My Try :

$$\ln (x^a) = \int_1^{x^a} dt/t =$$

Now how ?

Almot1960
  • 4,782
  • 16
  • 38

3 Answers3

1

Let $u^a=t$. Then $au^{a-1}du=dt$.

$$\int_1^{x^a}\frac{dt}{t}=\int_1^{x}\frac{au^{a-1}du}{u^a}=a\int_1^x\frac{du}{u}=a\ln(x)$$

CY Aries
  • 23,393
1

Doing the substitution $t=uâ$ and $dt=au^{a-1}\,du$, you get$$\int_1^{x^a}\frac{dt}t=\int_1^x\frac{au^{a-1}}{u^a}\,du=a\int_1^x\frac{du}u=a\ln x.$$

1

After writing that integral, lets try the substitution

$$u^a = t$$

Then we need to change the bounds of the integral. Can you verify that the new bounds are $1$ and $x$?

After that, we also need to change the expression inside the integral. First, we find $du$:

$$u^a = t \implies au^{a-1}du = dt$$ and we can substitute everything in the integral:

$$\int_1^{x^a} \frac{dt}{t} = \int_1^x \frac{au^{a-1}du}{u^a} = a\int_1^x \frac{du}{u} = a\ln{x}$$

RGS
  • 9,719