Problem with proof for ClogA=logA^C

  • Context: Undergrad 
  • Thread starter Thread starter georg gill
  • Start date Start date
  • Tags Tags
    Proof
Click For Summary

Discussion Overview

The discussion revolves around the proof of the logarithmic identity ClogA = logA^C, exploring various definitions and properties of logarithms and exponentiation. Participants examine different approaches to proving this identity, including the use of definitions, properties of exponents, and calculus concepts.

Discussion Character

  • Technical explanation
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • Some participants emphasize that the proof of the logarithmic identity depends on how logarithms are defined, with references to both exponential definitions and natural logarithm definitions.
  • One participant provides a detailed derivation using the properties of logarithms and integrals, illustrating the relationship between logarithmic and exponential functions.
  • Another participant expresses difficulty in understanding the manipulation of exponents, particularly with non-integer values, and requests clarification on specific steps in the proof.
  • There is mention of needing auxiliary results to prove the identity for rational and irrational exponents, with references to mathematical texts for deeper understanding.
  • Some participants propose using induction for integer exponents, while others suggest more complex methods for rational and irrational exponents.

Areas of Agreement / Disagreement

Participants do not reach a consensus on the best approach to prove the identity, with multiple competing views and methods presented. Some participants agree on certain properties of exponents, while others raise questions about specific steps and definitions.

Contextual Notes

The discussion highlights the dependence on definitions of logarithms and exponentiation, as well as the complexity introduced by non-integer exponents. There are unresolved mathematical steps and assumptions that participants rely on in their arguments.

Who May Find This Useful

This discussion may be useful for students and educators in mathematics, particularly those interested in the properties of logarithms and exponentiation, as well as those seeking to understand different proof techniques in mathematical analysis.

georg gill
Messages
151
Reaction score
6
hi i have link to problem it is a document from my computer uploaded tp scribd:

http://www.scribd.com/doc/72599157/PDF-Log-Rule
 
Last edited by a moderator:
Physics news on Phys.org
How you prove a basic result like that depends upon how you have defined the logarithm! Many texts first define the exponential function, f(x)= a^x, prove its propeorties, such as (a^x)^y= a^{xy}, show that it is "one-to-one" (and so has an inverse), then define log_a(x) as its inverse function. That is, y= log_a(x) if and only if x= a^y.

In particular, if y= log_a(x^C) then x^C= a^y. If C\ne 0 taking the "C"th root of both sides, x= (a^y)^{1/C}= a^{y/C}. From that, y/C= log_a(x) so that y= C log_a(x).

Many modern Calculus texts go the other way- they first define the natural logrithm by
ln(x)= \int_1^x \frac{1}{t}dt.

From that,
ln(x^C)= \int_1^{x^C} \frac{1}{t}dt
If C\ne 0 let u= t^{1/C} so that t= u^C, dt= Cu^{C-1}dt, when t= 1, u= 1^{1/C}= 1 and when t= x^C, u= (x^C)^{1/C}= x . Then
ln(x^C)= \int_1^x \frac{1}{u^C} (Cu^{c-1}du)= C\int_1^x \frac{1}{u}du= Cln(x)

The more general formula follows from the "change of base" formula:
log_a(x)= \frac{log_b(x)}{log_b(a)}

log_a(x^C)= \frac{ln(x^C)}{ln(a)}= C\frac{ln(x)}{ln(a)}= Clog_a(x)

Of course, if C= 0, then x^C= x^0= 1 in which case log_a(x^C)= log_a(1)= 0= C log_a(x).
 
Last edited by a moderator:
HallsofIvy said:
In particular, if y= log_a(x^C) then x^C= a^y. If C\ne 0 taking the "C"th root of both sides, x= (a^y)^{1/C}= a^{y/C}. From that, y/C= log_a(x) so that y= C log_a(x).

What you write here is wery neat but it is the same problem to me:

x= (a^y)^{1/C}= a^{y/C}

I get it if it is a simple problem like:

(e^2)^4=e^2\cdot e^2\cdot e^2\cdot e^2=e^8

where it only is e to the second power multiplied 4 times and then you multiply e to te second power 4 times and get e multiplied with itself 8 times but if

(e^2)^{1.32}

then it is a bit harder to imagine and I need a proof to make it look understandable.

I actually have gotten into a circle of problems here. The log rule above is also proved with derivation

http://bildr.no/view/1026584
It uses chain rule which i have proven by linearization and the derivation of lnx is proved in the book by its inverse function

but in the proof for polynoms they use the same logarithm rule which -I started this with:

http://bildr.no/view/1026598

it also assumes that yo know chain rule (as I said no problem) and the derivation of e^x which is proven usin definition of inverse and the fact that the slope of the inverse is 1 divided by the slope of the function it is inverse too. That is dx/dy which make ssense since for the inverse x and y have changed places

http://bildr.no/view/1026637So double occurrence of same problem
 
Last edited:
So basically, you want a proof of

(a^m)^n=a^{mn}

This relies heavily on the definition of the exponentiation.

If m and n are integers, then it is pretty obvious. A proof by induction should do.

If m=x/y and n=p/q are fractions, then we recall the definition:

a^{x/y}=\sqrt[y]{a^x}

So wee need to prove

\sqrt[q]{(\sqrt[y]{a^x})^p}=\sqrt[yq]{a^{xp}}

To prove this, we need some auxiliary results (for m,n integers which are not necessarily the previous m and n)

1) \sqrt[m]{a^n}=(\sqrt[m]{a})^n This follows basically from the formula

\sqrt[m]{ab}=\sqrt[m]{a}\sqrt[m]{b}
Just raise both sides to the m-pth power.

2) \sqrt[m]{\sqrt[n]{a}}=\sqrt[mn]{a}
Raise both sides to the mn-th power

With these two results, you can prove the formula. So if m and n are rational, then you have proven it.

If m and n are irrational, then things are more complicated. I see no other way than actually working with Dedekind cuts to prove the result. You can find the proof in this case in Rudin's "principles of mathematical analysis".
 
micromass said:
1) \sqrt[m]{a^n}=(\sqrt[m]{a})^n This follows basically from the formula

\sqrt[m]{ab}=\sqrt[m]{a}\sqrt[m]{b}
Just raise both sides to the m-pth power.

Could you please show this a bit more clearly. Would be much appreciated.
 
micromass said:
So basically, you want a proof of

(a^m)^n=a^{mn}

This relies heavily on the definition of the exponentiation.

If m and n are integers, then it is pretty obvious. A proof by induction should do.

If m=x/y and n=p/q are fractions, then we recall the definition:

a^{x/y}=\sqrt[y]{a^x}

So wee need to prove

\sqrt[q]{(\sqrt[y]{a^x})^p}=\sqrt[yq]{a^{xp}}

To prove this, we need some auxiliary results (for m,n integers which are not necessarily the previous m and n)

1) \sqrt[m]{a^n}=(\sqrt[m]{a})^n This follows basically from the formula

\sqrt[m]{ab}=\sqrt[m]{a}\sqrt[m]{b}
Just raise both sides to the m-pth power.

2) \sqrt[m]{\sqrt[n]{a}}=\sqrt[mn]{a}
Raise both sides to the mn-th power

With these two results, you can prove the formula. So if m and n are rational, then you have proven it.

If m and n are irrational, then things are more complicated. I see no other way than actually working with Dedekind cuts to prove the result. You can find the proof in this case in Rudin's "principles of mathematical analysis".

I think I have prove the things you use in 1):

http://www.viewdocsonline.com/document/biwlgx

and

\sqrt[n]{ab}=\sqrt[n]{a}\sqrt[n]{b} (I)

we can write

\sqrt[n]{a^m}=\sqrt[n]{aa...a}=y

where (I) is

\sqrt[n]{a^m}=\sqrt[n]{a}\sqrt[n]{a}...\sqrt[n]{a}=y (I)

we have a^{\frac{1}{n}} multiplied with itself m times

and

\sqrt[n]{a}=y^{\frac{1}{m}} (II)

from (I) and (II) we get

(\sqrt[n]{a})^m=y=\sqrt[n]{a^m}

could you please tell the second step one more time?
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 6 ·
Replies
6
Views
4K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 6 ·
Replies
6
Views
3K