Proof of exponentiation law
$begingroup$
I want to prove this : $(ab)^n = a^nb^n$ with a, b and n real numbers.
I know how to prove this when n is an integer but not when n is a real number. I really don't know where to start to prove this. Can you help me ? Thank you.
exponentiation
$endgroup$
add a comment |
$begingroup$
I want to prove this : $(ab)^n = a^nb^n$ with a, b and n real numbers.
I know how to prove this when n is an integer but not when n is a real number. I really don't know where to start to prove this. Can you help me ? Thank you.
exponentiation
$endgroup$
1
$begingroup$
What definition of the exponential function are you using?
$endgroup$
– MisterRiemann
Dec 1 '18 at 23:18
$begingroup$
I don't really understand the question but I think the definition of the exponential I'm using is : $a^b = a*...*a$ where a appears b times.
$endgroup$
– Never
Dec 1 '18 at 23:23
$begingroup$
That definition works if the exponent is an integer. To discuss properties of $a^n$ when $n$ is real one needs to define it first. There are multiple (ultimately equivalent) ways of doing this.
$endgroup$
– MisterRiemann
Dec 1 '18 at 23:25
$begingroup$
Ok,I will look at this. Thank you
$endgroup$
– Never
Dec 1 '18 at 23:27
add a comment |
$begingroup$
I want to prove this : $(ab)^n = a^nb^n$ with a, b and n real numbers.
I know how to prove this when n is an integer but not when n is a real number. I really don't know where to start to prove this. Can you help me ? Thank you.
exponentiation
$endgroup$
I want to prove this : $(ab)^n = a^nb^n$ with a, b and n real numbers.
I know how to prove this when n is an integer but not when n is a real number. I really don't know where to start to prove this. Can you help me ? Thank you.
exponentiation
exponentiation
asked Dec 1 '18 at 23:17
NeverNever
61
61
1
$begingroup$
What definition of the exponential function are you using?
$endgroup$
– MisterRiemann
Dec 1 '18 at 23:18
$begingroup$
I don't really understand the question but I think the definition of the exponential I'm using is : $a^b = a*...*a$ where a appears b times.
$endgroup$
– Never
Dec 1 '18 at 23:23
$begingroup$
That definition works if the exponent is an integer. To discuss properties of $a^n$ when $n$ is real one needs to define it first. There are multiple (ultimately equivalent) ways of doing this.
$endgroup$
– MisterRiemann
Dec 1 '18 at 23:25
$begingroup$
Ok,I will look at this. Thank you
$endgroup$
– Never
Dec 1 '18 at 23:27
add a comment |
1
$begingroup$
What definition of the exponential function are you using?
$endgroup$
– MisterRiemann
Dec 1 '18 at 23:18
$begingroup$
I don't really understand the question but I think the definition of the exponential I'm using is : $a^b = a*...*a$ where a appears b times.
$endgroup$
– Never
Dec 1 '18 at 23:23
$begingroup$
That definition works if the exponent is an integer. To discuss properties of $a^n$ when $n$ is real one needs to define it first. There are multiple (ultimately equivalent) ways of doing this.
$endgroup$
– MisterRiemann
Dec 1 '18 at 23:25
$begingroup$
Ok,I will look at this. Thank you
$endgroup$
– Never
Dec 1 '18 at 23:27
1
1
$begingroup$
What definition of the exponential function are you using?
$endgroup$
– MisterRiemann
Dec 1 '18 at 23:18
$begingroup$
What definition of the exponential function are you using?
$endgroup$
– MisterRiemann
Dec 1 '18 at 23:18
$begingroup$
I don't really understand the question but I think the definition of the exponential I'm using is : $a^b = a*...*a$ where a appears b times.
$endgroup$
– Never
Dec 1 '18 at 23:23
$begingroup$
I don't really understand the question but I think the definition of the exponential I'm using is : $a^b = a*...*a$ where a appears b times.
$endgroup$
– Never
Dec 1 '18 at 23:23
$begingroup$
That definition works if the exponent is an integer. To discuss properties of $a^n$ when $n$ is real one needs to define it first. There are multiple (ultimately equivalent) ways of doing this.
$endgroup$
– MisterRiemann
Dec 1 '18 at 23:25
$begingroup$
That definition works if the exponent is an integer. To discuss properties of $a^n$ when $n$ is real one needs to define it first. There are multiple (ultimately equivalent) ways of doing this.
$endgroup$
– MisterRiemann
Dec 1 '18 at 23:25
$begingroup$
Ok,I will look at this. Thank you
$endgroup$
– Never
Dec 1 '18 at 23:27
$begingroup$
Ok,I will look at this. Thank you
$endgroup$
– Never
Dec 1 '18 at 23:27
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
If you're using the usual interpretation of the exponent of real numbers, you can use the fact that $(ab)^n=e^{nlog(ab)}=e^{n(log a+log b)}=e^{nlog a+nlog b}=e^{nlog a}cdot e^{nlog b}=a^ncdot b^n$
Edit:
The fact that $e^{x+y}=e^{x}e^{y}$ comes from the way we define the exponent.
If it is as the solution to the differential equation $f(z)=f'(z); f(0)=1$ this is pretty easy, as then $$D(e^{c-z}e^z)=e^{c-z}e^z-e^{c-z}e^z=0$$ which gives us that $e^{c-z}e^z$ is constant and the result follows for $x,y$.
$endgroup$
$begingroup$
I didn't know this interpretation of the exponent, I will look at this. Thank you.
$endgroup$
– Never
Dec 1 '18 at 23:25
$begingroup$
This solution assumes that one already knows that $log(ab) = log a + log b$ as well as $e^{x+y}=e^xe^y$, which may or may not be the case, depending on the definition that one starts with.
$endgroup$
– MisterRiemann
Dec 1 '18 at 23:26
$begingroup$
Ok. Thank you .
$endgroup$
– Never
Dec 1 '18 at 23:29
$begingroup$
What does $D(e^(c−z)e^z)$ mean ?
$endgroup$
– Never
Dec 1 '18 at 23:34
$begingroup$
It's just another way to write $frac{d(e^{c-z}e^{z})}{dz}$, the derivative of $e^{c-z}e^{z}$ with respect to z
$endgroup$
– NL1992
Dec 1 '18 at 23:37
|
show 1 more comment
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
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%2f3021971%2fproof-of-exponentiation-law%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
If you're using the usual interpretation of the exponent of real numbers, you can use the fact that $(ab)^n=e^{nlog(ab)}=e^{n(log a+log b)}=e^{nlog a+nlog b}=e^{nlog a}cdot e^{nlog b}=a^ncdot b^n$
Edit:
The fact that $e^{x+y}=e^{x}e^{y}$ comes from the way we define the exponent.
If it is as the solution to the differential equation $f(z)=f'(z); f(0)=1$ this is pretty easy, as then $$D(e^{c-z}e^z)=e^{c-z}e^z-e^{c-z}e^z=0$$ which gives us that $e^{c-z}e^z$ is constant and the result follows for $x,y$.
$endgroup$
$begingroup$
I didn't know this interpretation of the exponent, I will look at this. Thank you.
$endgroup$
– Never
Dec 1 '18 at 23:25
$begingroup$
This solution assumes that one already knows that $log(ab) = log a + log b$ as well as $e^{x+y}=e^xe^y$, which may or may not be the case, depending on the definition that one starts with.
$endgroup$
– MisterRiemann
Dec 1 '18 at 23:26
$begingroup$
Ok. Thank you .
$endgroup$
– Never
Dec 1 '18 at 23:29
$begingroup$
What does $D(e^(c−z)e^z)$ mean ?
$endgroup$
– Never
Dec 1 '18 at 23:34
$begingroup$
It's just another way to write $frac{d(e^{c-z}e^{z})}{dz}$, the derivative of $e^{c-z}e^{z}$ with respect to z
$endgroup$
– NL1992
Dec 1 '18 at 23:37
|
show 1 more comment
$begingroup$
If you're using the usual interpretation of the exponent of real numbers, you can use the fact that $(ab)^n=e^{nlog(ab)}=e^{n(log a+log b)}=e^{nlog a+nlog b}=e^{nlog a}cdot e^{nlog b}=a^ncdot b^n$
Edit:
The fact that $e^{x+y}=e^{x}e^{y}$ comes from the way we define the exponent.
If it is as the solution to the differential equation $f(z)=f'(z); f(0)=1$ this is pretty easy, as then $$D(e^{c-z}e^z)=e^{c-z}e^z-e^{c-z}e^z=0$$ which gives us that $e^{c-z}e^z$ is constant and the result follows for $x,y$.
$endgroup$
$begingroup$
I didn't know this interpretation of the exponent, I will look at this. Thank you.
$endgroup$
– Never
Dec 1 '18 at 23:25
$begingroup$
This solution assumes that one already knows that $log(ab) = log a + log b$ as well as $e^{x+y}=e^xe^y$, which may or may not be the case, depending on the definition that one starts with.
$endgroup$
– MisterRiemann
Dec 1 '18 at 23:26
$begingroup$
Ok. Thank you .
$endgroup$
– Never
Dec 1 '18 at 23:29
$begingroup$
What does $D(e^(c−z)e^z)$ mean ?
$endgroup$
– Never
Dec 1 '18 at 23:34
$begingroup$
It's just another way to write $frac{d(e^{c-z}e^{z})}{dz}$, the derivative of $e^{c-z}e^{z}$ with respect to z
$endgroup$
– NL1992
Dec 1 '18 at 23:37
|
show 1 more comment
$begingroup$
If you're using the usual interpretation of the exponent of real numbers, you can use the fact that $(ab)^n=e^{nlog(ab)}=e^{n(log a+log b)}=e^{nlog a+nlog b}=e^{nlog a}cdot e^{nlog b}=a^ncdot b^n$
Edit:
The fact that $e^{x+y}=e^{x}e^{y}$ comes from the way we define the exponent.
If it is as the solution to the differential equation $f(z)=f'(z); f(0)=1$ this is pretty easy, as then $$D(e^{c-z}e^z)=e^{c-z}e^z-e^{c-z}e^z=0$$ which gives us that $e^{c-z}e^z$ is constant and the result follows for $x,y$.
$endgroup$
If you're using the usual interpretation of the exponent of real numbers, you can use the fact that $(ab)^n=e^{nlog(ab)}=e^{n(log a+log b)}=e^{nlog a+nlog b}=e^{nlog a}cdot e^{nlog b}=a^ncdot b^n$
Edit:
The fact that $e^{x+y}=e^{x}e^{y}$ comes from the way we define the exponent.
If it is as the solution to the differential equation $f(z)=f'(z); f(0)=1$ this is pretty easy, as then $$D(e^{c-z}e^z)=e^{c-z}e^z-e^{c-z}e^z=0$$ which gives us that $e^{c-z}e^z$ is constant and the result follows for $x,y$.
edited Dec 1 '18 at 23:32
answered Dec 1 '18 at 23:22
NL1992NL1992
8311
8311
$begingroup$
I didn't know this interpretation of the exponent, I will look at this. Thank you.
$endgroup$
– Never
Dec 1 '18 at 23:25
$begingroup$
This solution assumes that one already knows that $log(ab) = log a + log b$ as well as $e^{x+y}=e^xe^y$, which may or may not be the case, depending on the definition that one starts with.
$endgroup$
– MisterRiemann
Dec 1 '18 at 23:26
$begingroup$
Ok. Thank you .
$endgroup$
– Never
Dec 1 '18 at 23:29
$begingroup$
What does $D(e^(c−z)e^z)$ mean ?
$endgroup$
– Never
Dec 1 '18 at 23:34
$begingroup$
It's just another way to write $frac{d(e^{c-z}e^{z})}{dz}$, the derivative of $e^{c-z}e^{z}$ with respect to z
$endgroup$
– NL1992
Dec 1 '18 at 23:37
|
show 1 more comment
$begingroup$
I didn't know this interpretation of the exponent, I will look at this. Thank you.
$endgroup$
– Never
Dec 1 '18 at 23:25
$begingroup$
This solution assumes that one already knows that $log(ab) = log a + log b$ as well as $e^{x+y}=e^xe^y$, which may or may not be the case, depending on the definition that one starts with.
$endgroup$
– MisterRiemann
Dec 1 '18 at 23:26
$begingroup$
Ok. Thank you .
$endgroup$
– Never
Dec 1 '18 at 23:29
$begingroup$
What does $D(e^(c−z)e^z)$ mean ?
$endgroup$
– Never
Dec 1 '18 at 23:34
$begingroup$
It's just another way to write $frac{d(e^{c-z}e^{z})}{dz}$, the derivative of $e^{c-z}e^{z}$ with respect to z
$endgroup$
– NL1992
Dec 1 '18 at 23:37
$begingroup$
I didn't know this interpretation of the exponent, I will look at this. Thank you.
$endgroup$
– Never
Dec 1 '18 at 23:25
$begingroup$
I didn't know this interpretation of the exponent, I will look at this. Thank you.
$endgroup$
– Never
Dec 1 '18 at 23:25
$begingroup$
This solution assumes that one already knows that $log(ab) = log a + log b$ as well as $e^{x+y}=e^xe^y$, which may or may not be the case, depending on the definition that one starts with.
$endgroup$
– MisterRiemann
Dec 1 '18 at 23:26
$begingroup$
This solution assumes that one already knows that $log(ab) = log a + log b$ as well as $e^{x+y}=e^xe^y$, which may or may not be the case, depending on the definition that one starts with.
$endgroup$
– MisterRiemann
Dec 1 '18 at 23:26
$begingroup$
Ok. Thank you .
$endgroup$
– Never
Dec 1 '18 at 23:29
$begingroup$
Ok. Thank you .
$endgroup$
– Never
Dec 1 '18 at 23:29
$begingroup$
What does $D(e^(c−z)e^z)$ mean ?
$endgroup$
– Never
Dec 1 '18 at 23:34
$begingroup$
What does $D(e^(c−z)e^z)$ mean ?
$endgroup$
– Never
Dec 1 '18 at 23:34
$begingroup$
It's just another way to write $frac{d(e^{c-z}e^{z})}{dz}$, the derivative of $e^{c-z}e^{z}$ with respect to z
$endgroup$
– NL1992
Dec 1 '18 at 23:37
$begingroup$
It's just another way to write $frac{d(e^{c-z}e^{z})}{dz}$, the derivative of $e^{c-z}e^{z}$ with respect to z
$endgroup$
– NL1992
Dec 1 '18 at 23:37
|
show 1 more comment
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
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%2f3021971%2fproof-of-exponentiation-law%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
1
$begingroup$
What definition of the exponential function are you using?
$endgroup$
– MisterRiemann
Dec 1 '18 at 23:18
$begingroup$
I don't really understand the question but I think the definition of the exponential I'm using is : $a^b = a*...*a$ where a appears b times.
$endgroup$
– Never
Dec 1 '18 at 23:23
$begingroup$
That definition works if the exponent is an integer. To discuss properties of $a^n$ when $n$ is real one needs to define it first. There are multiple (ultimately equivalent) ways of doing this.
$endgroup$
– MisterRiemann
Dec 1 '18 at 23:25
$begingroup$
Ok,I will look at this. Thank you
$endgroup$
– Never
Dec 1 '18 at 23:27