Equivalence of all representations of $exp$
up vote
1
down vote
favorite
I can name at least 4 different ways of representing $exp$ function:
- Taylor series: For $x in mathbb{R}, exp(x) = sum_{k=0}^{infty} frac{x^k}{k!}$.
- Differential equation: $f: mathbb{R} to mathbb{R}$ differentiable with $f'(x) = f(x)$ and $f(0)=1$.
- Inverse function of $ln(x) = int_1^x frac{dt}{t}$ for $x>0$.
- Exponent: The number $e$ (defined e.g. as $sum_{k=0}^{infty} frac{1}{k!}$) raised to the power $x$, for $x in mathbb{R}$
I managed to proved equivalence among the first $3$ but I am a bit puzzled by $4.$.
An easy way would be to look at $a^b = exp(b ln(a))$. But I am not sure that is meaningful.
Is there any other way of defining $a^b$ without involving $exp$ that would give a more meaningful answer? Or how would you approach proving that 4. is equivalent to 1-3?
calculus exponential-function special-functions exponentiation alternative-proof
add a comment |
up vote
1
down vote
favorite
I can name at least 4 different ways of representing $exp$ function:
- Taylor series: For $x in mathbb{R}, exp(x) = sum_{k=0}^{infty} frac{x^k}{k!}$.
- Differential equation: $f: mathbb{R} to mathbb{R}$ differentiable with $f'(x) = f(x)$ and $f(0)=1$.
- Inverse function of $ln(x) = int_1^x frac{dt}{t}$ for $x>0$.
- Exponent: The number $e$ (defined e.g. as $sum_{k=0}^{infty} frac{1}{k!}$) raised to the power $x$, for $x in mathbb{R}$
I managed to proved equivalence among the first $3$ but I am a bit puzzled by $4.$.
An easy way would be to look at $a^b = exp(b ln(a))$. But I am not sure that is meaningful.
Is there any other way of defining $a^b$ without involving $exp$ that would give a more meaningful answer? Or how would you approach proving that 4. is equivalent to 1-3?
calculus exponential-function special-functions exponentiation alternative-proof
You've already noted the problem with definition 4, which is that $a^b$ hasn't been defined for $bnotinmathbb{Z}$. What you may want to show is that $e^k = exp(k)$ for $kinmathbb{Z}$.
– AlexanderJ93
23 hours ago
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I can name at least 4 different ways of representing $exp$ function:
- Taylor series: For $x in mathbb{R}, exp(x) = sum_{k=0}^{infty} frac{x^k}{k!}$.
- Differential equation: $f: mathbb{R} to mathbb{R}$ differentiable with $f'(x) = f(x)$ and $f(0)=1$.
- Inverse function of $ln(x) = int_1^x frac{dt}{t}$ for $x>0$.
- Exponent: The number $e$ (defined e.g. as $sum_{k=0}^{infty} frac{1}{k!}$) raised to the power $x$, for $x in mathbb{R}$
I managed to proved equivalence among the first $3$ but I am a bit puzzled by $4.$.
An easy way would be to look at $a^b = exp(b ln(a))$. But I am not sure that is meaningful.
Is there any other way of defining $a^b$ without involving $exp$ that would give a more meaningful answer? Or how would you approach proving that 4. is equivalent to 1-3?
calculus exponential-function special-functions exponentiation alternative-proof
I can name at least 4 different ways of representing $exp$ function:
- Taylor series: For $x in mathbb{R}, exp(x) = sum_{k=0}^{infty} frac{x^k}{k!}$.
- Differential equation: $f: mathbb{R} to mathbb{R}$ differentiable with $f'(x) = f(x)$ and $f(0)=1$.
- Inverse function of $ln(x) = int_1^x frac{dt}{t}$ for $x>0$.
- Exponent: The number $e$ (defined e.g. as $sum_{k=0}^{infty} frac{1}{k!}$) raised to the power $x$, for $x in mathbb{R}$
I managed to proved equivalence among the first $3$ but I am a bit puzzled by $4.$.
An easy way would be to look at $a^b = exp(b ln(a))$. But I am not sure that is meaningful.
Is there any other way of defining $a^b$ without involving $exp$ that would give a more meaningful answer? Or how would you approach proving that 4. is equivalent to 1-3?
calculus exponential-function special-functions exponentiation alternative-proof
calculus exponential-function special-functions exponentiation alternative-proof
edited 17 hours ago
Paramanand Singh
47.9k555152
47.9k555152
asked 23 hours ago
Othman Nejjar
284
284
You've already noted the problem with definition 4, which is that $a^b$ hasn't been defined for $bnotinmathbb{Z}$. What you may want to show is that $e^k = exp(k)$ for $kinmathbb{Z}$.
– AlexanderJ93
23 hours ago
add a comment |
You've already noted the problem with definition 4, which is that $a^b$ hasn't been defined for $bnotinmathbb{Z}$. What you may want to show is that $e^k = exp(k)$ for $kinmathbb{Z}$.
– AlexanderJ93
23 hours ago
You've already noted the problem with definition 4, which is that $a^b$ hasn't been defined for $bnotinmathbb{Z}$. What you may want to show is that $e^k = exp(k)$ for $kinmathbb{Z}$.
– AlexanderJ93
23 hours ago
You've already noted the problem with definition 4, which is that $a^b$ hasn't been defined for $bnotinmathbb{Z}$. What you may want to show is that $e^k = exp(k)$ for $kinmathbb{Z}$.
– AlexanderJ93
23 hours ago
add a comment |
2 Answers
2
active
oldest
votes
up vote
1
down vote
You could define $exp :mathbb{R}to mathbb{R}$ to be a continuous function that satisfies
$$
expleft(frac{p}{q}right) = sqrt[q]{e^{p}}
$$
for all $p$, $qin mathbb{Z}$, then show that such a function exists and is unique.
If you're interested, here are are two other ways of defining $exp$:
1.$$
exp (x) = lim_{nto infty} left( 1 +frac{x}{n}right)^n
$$
2.A continuous function $exp : mathbb{R} to mathbb{R}$ that satisfies
$$
exp '(0) = 1
$$
$$
exp(x+y) = exp(x)exp{y}
$$
for all $x,yin mathbb{R}$. Of course you'll have to prove existance and uniqueness.
add a comment |
up vote
1
down vote
The only problem in defining $a^b$ is when $b$ is irrational. This can be handled as follows.
Let $b_n$ be a sequence of rationals tending to $b$ and we can define $a^b=lim_{ntoinfty} a^{b_n} $. This approach is slightly difficult and presented here.
I like that one, exactly what I was looking for. Thanks!
– Othman Nejjar
21 hours ago
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
You could define $exp :mathbb{R}to mathbb{R}$ to be a continuous function that satisfies
$$
expleft(frac{p}{q}right) = sqrt[q]{e^{p}}
$$
for all $p$, $qin mathbb{Z}$, then show that such a function exists and is unique.
If you're interested, here are are two other ways of defining $exp$:
1.$$
exp (x) = lim_{nto infty} left( 1 +frac{x}{n}right)^n
$$
2.A continuous function $exp : mathbb{R} to mathbb{R}$ that satisfies
$$
exp '(0) = 1
$$
$$
exp(x+y) = exp(x)exp{y}
$$
for all $x,yin mathbb{R}$. Of course you'll have to prove existance and uniqueness.
add a comment |
up vote
1
down vote
You could define $exp :mathbb{R}to mathbb{R}$ to be a continuous function that satisfies
$$
expleft(frac{p}{q}right) = sqrt[q]{e^{p}}
$$
for all $p$, $qin mathbb{Z}$, then show that such a function exists and is unique.
If you're interested, here are are two other ways of defining $exp$:
1.$$
exp (x) = lim_{nto infty} left( 1 +frac{x}{n}right)^n
$$
2.A continuous function $exp : mathbb{R} to mathbb{R}$ that satisfies
$$
exp '(0) = 1
$$
$$
exp(x+y) = exp(x)exp{y}
$$
for all $x,yin mathbb{R}$. Of course you'll have to prove existance and uniqueness.
add a comment |
up vote
1
down vote
up vote
1
down vote
You could define $exp :mathbb{R}to mathbb{R}$ to be a continuous function that satisfies
$$
expleft(frac{p}{q}right) = sqrt[q]{e^{p}}
$$
for all $p$, $qin mathbb{Z}$, then show that such a function exists and is unique.
If you're interested, here are are two other ways of defining $exp$:
1.$$
exp (x) = lim_{nto infty} left( 1 +frac{x}{n}right)^n
$$
2.A continuous function $exp : mathbb{R} to mathbb{R}$ that satisfies
$$
exp '(0) = 1
$$
$$
exp(x+y) = exp(x)exp{y}
$$
for all $x,yin mathbb{R}$. Of course you'll have to prove existance and uniqueness.
You could define $exp :mathbb{R}to mathbb{R}$ to be a continuous function that satisfies
$$
expleft(frac{p}{q}right) = sqrt[q]{e^{p}}
$$
for all $p$, $qin mathbb{Z}$, then show that such a function exists and is unique.
If you're interested, here are are two other ways of defining $exp$:
1.$$
exp (x) = lim_{nto infty} left( 1 +frac{x}{n}right)^n
$$
2.A continuous function $exp : mathbb{R} to mathbb{R}$ that satisfies
$$
exp '(0) = 1
$$
$$
exp(x+y) = exp(x)exp{y}
$$
for all $x,yin mathbb{R}$. Of course you'll have to prove existance and uniqueness.
answered 22 hours ago
Qidi
1,110612
1,110612
add a comment |
add a comment |
up vote
1
down vote
The only problem in defining $a^b$ is when $b$ is irrational. This can be handled as follows.
Let $b_n$ be a sequence of rationals tending to $b$ and we can define $a^b=lim_{ntoinfty} a^{b_n} $. This approach is slightly difficult and presented here.
I like that one, exactly what I was looking for. Thanks!
– Othman Nejjar
21 hours ago
add a comment |
up vote
1
down vote
The only problem in defining $a^b$ is when $b$ is irrational. This can be handled as follows.
Let $b_n$ be a sequence of rationals tending to $b$ and we can define $a^b=lim_{ntoinfty} a^{b_n} $. This approach is slightly difficult and presented here.
I like that one, exactly what I was looking for. Thanks!
– Othman Nejjar
21 hours ago
add a comment |
up vote
1
down vote
up vote
1
down vote
The only problem in defining $a^b$ is when $b$ is irrational. This can be handled as follows.
Let $b_n$ be a sequence of rationals tending to $b$ and we can define $a^b=lim_{ntoinfty} a^{b_n} $. This approach is slightly difficult and presented here.
The only problem in defining $a^b$ is when $b$ is irrational. This can be handled as follows.
Let $b_n$ be a sequence of rationals tending to $b$ and we can define $a^b=lim_{ntoinfty} a^{b_n} $. This approach is slightly difficult and presented here.
answered 22 hours ago
Paramanand Singh
47.9k555152
47.9k555152
I like that one, exactly what I was looking for. Thanks!
– Othman Nejjar
21 hours ago
add a comment |
I like that one, exactly what I was looking for. Thanks!
– Othman Nejjar
21 hours ago
I like that one, exactly what I was looking for. Thanks!
– Othman Nejjar
21 hours ago
I like that one, exactly what I was looking for. Thanks!
– Othman Nejjar
21 hours ago
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3000862%2fequivalence-of-all-representations-of-exp%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
You've already noted the problem with definition 4, which is that $a^b$ hasn't been defined for $bnotinmathbb{Z}$. What you may want to show is that $e^k = exp(k)$ for $kinmathbb{Z}$.
– AlexanderJ93
23 hours ago