Exponents Linear algebra
$begingroup$
$x^y=z $
Proof that
$x^n/z=y$
I was calculating the cube root of $2$ by hand and when checking it out, I noticed its square is close to the value of logarithm of $3$ in base $2$. A little tweaking and I got the exact value for $n$ when $z$ is set at $3$. I wonder if there is detailed proof of such operations. Thanks.
logarithms
$endgroup$
add a comment |
$begingroup$
$x^y=z $
Proof that
$x^n/z=y$
I was calculating the cube root of $2$ by hand and when checking it out, I noticed its square is close to the value of logarithm of $3$ in base $2$. A little tweaking and I got the exact value for $n$ when $z$ is set at $3$. I wonder if there is detailed proof of such operations. Thanks.
logarithms
$endgroup$
1
$begingroup$
What is n in this case?
$endgroup$
– Gnumbertester
Jan 29 at 21:30
$begingroup$
n/z = 1.99334613/3
$endgroup$
– Adam Boit
Jan 29 at 22:39
$begingroup$
What do $n$ and $z$ actually represent though?
$endgroup$
– Gnumbertester
Jan 29 at 22:46
$begingroup$
n and z is fractional exponent where the index of the root just happens to equal the number we get when we make y the new exponent.
$endgroup$
– Adam Boit
Jan 30 at 5:12
add a comment |
$begingroup$
$x^y=z $
Proof that
$x^n/z=y$
I was calculating the cube root of $2$ by hand and when checking it out, I noticed its square is close to the value of logarithm of $3$ in base $2$. A little tweaking and I got the exact value for $n$ when $z$ is set at $3$. I wonder if there is detailed proof of such operations. Thanks.
logarithms
$endgroup$
$x^y=z $
Proof that
$x^n/z=y$
I was calculating the cube root of $2$ by hand and when checking it out, I noticed its square is close to the value of logarithm of $3$ in base $2$. A little tweaking and I got the exact value for $n$ when $z$ is set at $3$. I wonder if there is detailed proof of such operations. Thanks.
logarithms
logarithms
edited Jan 29 at 21:29


abc...
3,237739
3,237739
asked Jan 29 at 21:23
Adam BoitAdam Boit
164
164
1
$begingroup$
What is n in this case?
$endgroup$
– Gnumbertester
Jan 29 at 21:30
$begingroup$
n/z = 1.99334613/3
$endgroup$
– Adam Boit
Jan 29 at 22:39
$begingroup$
What do $n$ and $z$ actually represent though?
$endgroup$
– Gnumbertester
Jan 29 at 22:46
$begingroup$
n and z is fractional exponent where the index of the root just happens to equal the number we get when we make y the new exponent.
$endgroup$
– Adam Boit
Jan 30 at 5:12
add a comment |
1
$begingroup$
What is n in this case?
$endgroup$
– Gnumbertester
Jan 29 at 21:30
$begingroup$
n/z = 1.99334613/3
$endgroup$
– Adam Boit
Jan 29 at 22:39
$begingroup$
What do $n$ and $z$ actually represent though?
$endgroup$
– Gnumbertester
Jan 29 at 22:46
$begingroup$
n and z is fractional exponent where the index of the root just happens to equal the number we get when we make y the new exponent.
$endgroup$
– Adam Boit
Jan 30 at 5:12
1
1
$begingroup$
What is n in this case?
$endgroup$
– Gnumbertester
Jan 29 at 21:30
$begingroup$
What is n in this case?
$endgroup$
– Gnumbertester
Jan 29 at 21:30
$begingroup$
n/z = 1.99334613/3
$endgroup$
– Adam Boit
Jan 29 at 22:39
$begingroup$
n/z = 1.99334613/3
$endgroup$
– Adam Boit
Jan 29 at 22:39
$begingroup$
What do $n$ and $z$ actually represent though?
$endgroup$
– Gnumbertester
Jan 29 at 22:46
$begingroup$
What do $n$ and $z$ actually represent though?
$endgroup$
– Gnumbertester
Jan 29 at 22:46
$begingroup$
n and z is fractional exponent where the index of the root just happens to equal the number we get when we make y the new exponent.
$endgroup$
– Adam Boit
Jan 30 at 5:12
$begingroup$
n and z is fractional exponent where the index of the root just happens to equal the number we get when we make y the new exponent.
$endgroup$
– Adam Boit
Jan 30 at 5:12
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
Adding to abc..., note that:
$$log_b{x}=y Rightarrow b^y=x$$
You're saying:
$$2^{frac{2}{3}}approxlog_2{3}$$
If we break this into the components of a logarithm, we have:
$b=2$, $y=frac{2}{3}$, and $x=3$.
That would imply that $2^{frac{2}{3}}=3$ by our definition of a logarithm.
Clearly, this is a contradiction though as $2^{frac{2}{3}}approx1.5874$. Therefore, this is just an interesting coincidence, not consequence of any "rule".
$endgroup$
$begingroup$
Thank you a lot. I have had this sudden craze in maths and I keep bumping on some numbers now and then. I'll share more.
$endgroup$
– Adam Boit
Jan 29 at 22:48
$begingroup$
Glad I could help. I am going through the same thing, experimental math is fascinating.
$endgroup$
– Gnumbertester
Jan 29 at 23:15
add a comment |
$begingroup$
To me it's a coincidence.
$log_2 3-2^{frac{2}{3}}=0.002438551247043293297966695324491751631678920207371949352$
$endgroup$
add a 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%2f3092742%2fexponents-linear-algebra%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Adding to abc..., note that:
$$log_b{x}=y Rightarrow b^y=x$$
You're saying:
$$2^{frac{2}{3}}approxlog_2{3}$$
If we break this into the components of a logarithm, we have:
$b=2$, $y=frac{2}{3}$, and $x=3$.
That would imply that $2^{frac{2}{3}}=3$ by our definition of a logarithm.
Clearly, this is a contradiction though as $2^{frac{2}{3}}approx1.5874$. Therefore, this is just an interesting coincidence, not consequence of any "rule".
$endgroup$
$begingroup$
Thank you a lot. I have had this sudden craze in maths and I keep bumping on some numbers now and then. I'll share more.
$endgroup$
– Adam Boit
Jan 29 at 22:48
$begingroup$
Glad I could help. I am going through the same thing, experimental math is fascinating.
$endgroup$
– Gnumbertester
Jan 29 at 23:15
add a comment |
$begingroup$
Adding to abc..., note that:
$$log_b{x}=y Rightarrow b^y=x$$
You're saying:
$$2^{frac{2}{3}}approxlog_2{3}$$
If we break this into the components of a logarithm, we have:
$b=2$, $y=frac{2}{3}$, and $x=3$.
That would imply that $2^{frac{2}{3}}=3$ by our definition of a logarithm.
Clearly, this is a contradiction though as $2^{frac{2}{3}}approx1.5874$. Therefore, this is just an interesting coincidence, not consequence of any "rule".
$endgroup$
$begingroup$
Thank you a lot. I have had this sudden craze in maths and I keep bumping on some numbers now and then. I'll share more.
$endgroup$
– Adam Boit
Jan 29 at 22:48
$begingroup$
Glad I could help. I am going through the same thing, experimental math is fascinating.
$endgroup$
– Gnumbertester
Jan 29 at 23:15
add a comment |
$begingroup$
Adding to abc..., note that:
$$log_b{x}=y Rightarrow b^y=x$$
You're saying:
$$2^{frac{2}{3}}approxlog_2{3}$$
If we break this into the components of a logarithm, we have:
$b=2$, $y=frac{2}{3}$, and $x=3$.
That would imply that $2^{frac{2}{3}}=3$ by our definition of a logarithm.
Clearly, this is a contradiction though as $2^{frac{2}{3}}approx1.5874$. Therefore, this is just an interesting coincidence, not consequence of any "rule".
$endgroup$
Adding to abc..., note that:
$$log_b{x}=y Rightarrow b^y=x$$
You're saying:
$$2^{frac{2}{3}}approxlog_2{3}$$
If we break this into the components of a logarithm, we have:
$b=2$, $y=frac{2}{3}$, and $x=3$.
That would imply that $2^{frac{2}{3}}=3$ by our definition of a logarithm.
Clearly, this is a contradiction though as $2^{frac{2}{3}}approx1.5874$. Therefore, this is just an interesting coincidence, not consequence of any "rule".
answered Jan 29 at 21:45
GnumbertesterGnumbertester
6771114
6771114
$begingroup$
Thank you a lot. I have had this sudden craze in maths and I keep bumping on some numbers now and then. I'll share more.
$endgroup$
– Adam Boit
Jan 29 at 22:48
$begingroup$
Glad I could help. I am going through the same thing, experimental math is fascinating.
$endgroup$
– Gnumbertester
Jan 29 at 23:15
add a comment |
$begingroup$
Thank you a lot. I have had this sudden craze in maths and I keep bumping on some numbers now and then. I'll share more.
$endgroup$
– Adam Boit
Jan 29 at 22:48
$begingroup$
Glad I could help. I am going through the same thing, experimental math is fascinating.
$endgroup$
– Gnumbertester
Jan 29 at 23:15
$begingroup$
Thank you a lot. I have had this sudden craze in maths and I keep bumping on some numbers now and then. I'll share more.
$endgroup$
– Adam Boit
Jan 29 at 22:48
$begingroup$
Thank you a lot. I have had this sudden craze in maths and I keep bumping on some numbers now and then. I'll share more.
$endgroup$
– Adam Boit
Jan 29 at 22:48
$begingroup$
Glad I could help. I am going through the same thing, experimental math is fascinating.
$endgroup$
– Gnumbertester
Jan 29 at 23:15
$begingroup$
Glad I could help. I am going through the same thing, experimental math is fascinating.
$endgroup$
– Gnumbertester
Jan 29 at 23:15
add a comment |
$begingroup$
To me it's a coincidence.
$log_2 3-2^{frac{2}{3}}=0.002438551247043293297966695324491751631678920207371949352$
$endgroup$
add a comment |
$begingroup$
To me it's a coincidence.
$log_2 3-2^{frac{2}{3}}=0.002438551247043293297966695324491751631678920207371949352$
$endgroup$
add a comment |
$begingroup$
To me it's a coincidence.
$log_2 3-2^{frac{2}{3}}=0.002438551247043293297966695324491751631678920207371949352$
$endgroup$
To me it's a coincidence.
$log_2 3-2^{frac{2}{3}}=0.002438551247043293297966695324491751631678920207371949352$
answered Jan 29 at 21:36


abc...abc...
3,237739
3,237739
add a comment |
add a 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%2f3092742%2fexponents-linear-algebra%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 is n in this case?
$endgroup$
– Gnumbertester
Jan 29 at 21:30
$begingroup$
n/z = 1.99334613/3
$endgroup$
– Adam Boit
Jan 29 at 22:39
$begingroup$
What do $n$ and $z$ actually represent though?
$endgroup$
– Gnumbertester
Jan 29 at 22:46
$begingroup$
n and z is fractional exponent where the index of the root just happens to equal the number we get when we make y the new exponent.
$endgroup$
– Adam Boit
Jan 30 at 5:12