Is the any math function that change the power of denominator of an input fraction?
$begingroup$
I'm seeking for a function that gets a fraction as input and change its denominator power in the log function like follow:
$f(frac{a}{b}) = log(frac{a}{b^k})$
Is it possible to find a function like f?
p.s: The input of function is not a and b, it's $frac{a}{b}$ and I need the definition of function, like $f(r) = r^2$.
functions fractions
$endgroup$
add a comment |
$begingroup$
I'm seeking for a function that gets a fraction as input and change its denominator power in the log function like follow:
$f(frac{a}{b}) = log(frac{a}{b^k})$
Is it possible to find a function like f?
p.s: The input of function is not a and b, it's $frac{a}{b}$ and I need the definition of function, like $f(r) = r^2$.
functions fractions
$endgroup$
$begingroup$
Such a function does not appear to be well-defined (as a function of a single variable). The problem is that two different representations of the same fraction can result in different answers. You could define it as a function of two variables, however.
$endgroup$
– Michael Burr
Dec 13 '18 at 14:05
add a comment |
$begingroup$
I'm seeking for a function that gets a fraction as input and change its denominator power in the log function like follow:
$f(frac{a}{b}) = log(frac{a}{b^k})$
Is it possible to find a function like f?
p.s: The input of function is not a and b, it's $frac{a}{b}$ and I need the definition of function, like $f(r) = r^2$.
functions fractions
$endgroup$
I'm seeking for a function that gets a fraction as input and change its denominator power in the log function like follow:
$f(frac{a}{b}) = log(frac{a}{b^k})$
Is it possible to find a function like f?
p.s: The input of function is not a and b, it's $frac{a}{b}$ and I need the definition of function, like $f(r) = r^2$.
functions fractions
functions fractions
edited Dec 13 '18 at 14:30
user137927
asked Dec 13 '18 at 14:01
user137927user137927
14319
14319
$begingroup$
Such a function does not appear to be well-defined (as a function of a single variable). The problem is that two different representations of the same fraction can result in different answers. You could define it as a function of two variables, however.
$endgroup$
– Michael Burr
Dec 13 '18 at 14:05
add a comment |
$begingroup$
Such a function does not appear to be well-defined (as a function of a single variable). The problem is that two different representations of the same fraction can result in different answers. You could define it as a function of two variables, however.
$endgroup$
– Michael Burr
Dec 13 '18 at 14:05
$begingroup$
Such a function does not appear to be well-defined (as a function of a single variable). The problem is that two different representations of the same fraction can result in different answers. You could define it as a function of two variables, however.
$endgroup$
– Michael Burr
Dec 13 '18 at 14:05
$begingroup$
Such a function does not appear to be well-defined (as a function of a single variable). The problem is that two different representations of the same fraction can result in different answers. You could define it as a function of two variables, however.
$endgroup$
– Michael Burr
Dec 13 '18 at 14:05
add a comment |
3 Answers
3
active
oldest
votes
$begingroup$
You can define a function as follows. Let $f(a/b) := log(a/b^2)$ where $a$ and $b$ are relatively prime positive integers. The function $f$ "maps" positive rational numbers (i.e. fractions) to real numbers. Note that $f$ is not smooth or continuous.
$endgroup$
1
$begingroup$
When $a$ and $b$ are not relatively prime, you can divide them by their lcd prior to calculating $a/b^2$
$endgroup$
– Damien
Dec 13 '18 at 14:31
add a comment |
$begingroup$
If the input is not $a$ and $b$ but a fraction $r$, you can use continued fractions to find the corresponding $a$ and $b$ such that $r = a/b$, where $a$ and $b$ are relatively prime, and then apply your formula. But as stated by @irchans the obtained function is not continuous
$endgroup$
$begingroup$
When they are not relatively prime and we don't know the value of a and b, it's not possible to make them relatively prime by dividing them by their lcd.
$endgroup$
– user137927
Dec 13 '18 at 14:48
$begingroup$
@user137927 The continued fractions algorithm provides a pair $(a, b)$ where $a$ and $b$ are relatively prime. If it is not the case, for example because you use another algorithm to get $a$ and $b$, we can then use the obtained values to calculate their lcd, and then obtain new values which are relatively prime
$endgroup$
– Damien
Dec 13 '18 at 15:00
add a comment |
$begingroup$
Many functions (taking $a$ and $b$ as inputs) can be manufactured. How about $$f(a,b) = log(frac{a}{b})+ sum_{n=1}^{k-1}log(frac{1}{b})$$
$endgroup$
$begingroup$
The input is not a and b, it's their fraction, and that's the problem.
$endgroup$
– user137927
Dec 13 '18 at 14:31
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%2f3038030%2fis-the-any-math-function-that-change-the-power-of-denominator-of-an-input-fracti%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
You can define a function as follows. Let $f(a/b) := log(a/b^2)$ where $a$ and $b$ are relatively prime positive integers. The function $f$ "maps" positive rational numbers (i.e. fractions) to real numbers. Note that $f$ is not smooth or continuous.
$endgroup$
1
$begingroup$
When $a$ and $b$ are not relatively prime, you can divide them by their lcd prior to calculating $a/b^2$
$endgroup$
– Damien
Dec 13 '18 at 14:31
add a comment |
$begingroup$
You can define a function as follows. Let $f(a/b) := log(a/b^2)$ where $a$ and $b$ are relatively prime positive integers. The function $f$ "maps" positive rational numbers (i.e. fractions) to real numbers. Note that $f$ is not smooth or continuous.
$endgroup$
1
$begingroup$
When $a$ and $b$ are not relatively prime, you can divide them by their lcd prior to calculating $a/b^2$
$endgroup$
– Damien
Dec 13 '18 at 14:31
add a comment |
$begingroup$
You can define a function as follows. Let $f(a/b) := log(a/b^2)$ where $a$ and $b$ are relatively prime positive integers. The function $f$ "maps" positive rational numbers (i.e. fractions) to real numbers. Note that $f$ is not smooth or continuous.
$endgroup$
You can define a function as follows. Let $f(a/b) := log(a/b^2)$ where $a$ and $b$ are relatively prime positive integers. The function $f$ "maps" positive rational numbers (i.e. fractions) to real numbers. Note that $f$ is not smooth or continuous.
answered Dec 13 '18 at 14:18
irchansirchans
1,11239
1,11239
1
$begingroup$
When $a$ and $b$ are not relatively prime, you can divide them by their lcd prior to calculating $a/b^2$
$endgroup$
– Damien
Dec 13 '18 at 14:31
add a comment |
1
$begingroup$
When $a$ and $b$ are not relatively prime, you can divide them by their lcd prior to calculating $a/b^2$
$endgroup$
– Damien
Dec 13 '18 at 14:31
1
1
$begingroup$
When $a$ and $b$ are not relatively prime, you can divide them by their lcd prior to calculating $a/b^2$
$endgroup$
– Damien
Dec 13 '18 at 14:31
$begingroup$
When $a$ and $b$ are not relatively prime, you can divide them by their lcd prior to calculating $a/b^2$
$endgroup$
– Damien
Dec 13 '18 at 14:31
add a comment |
$begingroup$
If the input is not $a$ and $b$ but a fraction $r$, you can use continued fractions to find the corresponding $a$ and $b$ such that $r = a/b$, where $a$ and $b$ are relatively prime, and then apply your formula. But as stated by @irchans the obtained function is not continuous
$endgroup$
$begingroup$
When they are not relatively prime and we don't know the value of a and b, it's not possible to make them relatively prime by dividing them by their lcd.
$endgroup$
– user137927
Dec 13 '18 at 14:48
$begingroup$
@user137927 The continued fractions algorithm provides a pair $(a, b)$ where $a$ and $b$ are relatively prime. If it is not the case, for example because you use another algorithm to get $a$ and $b$, we can then use the obtained values to calculate their lcd, and then obtain new values which are relatively prime
$endgroup$
– Damien
Dec 13 '18 at 15:00
add a comment |
$begingroup$
If the input is not $a$ and $b$ but a fraction $r$, you can use continued fractions to find the corresponding $a$ and $b$ such that $r = a/b$, where $a$ and $b$ are relatively prime, and then apply your formula. But as stated by @irchans the obtained function is not continuous
$endgroup$
$begingroup$
When they are not relatively prime and we don't know the value of a and b, it's not possible to make them relatively prime by dividing them by their lcd.
$endgroup$
– user137927
Dec 13 '18 at 14:48
$begingroup$
@user137927 The continued fractions algorithm provides a pair $(a, b)$ where $a$ and $b$ are relatively prime. If it is not the case, for example because you use another algorithm to get $a$ and $b$, we can then use the obtained values to calculate their lcd, and then obtain new values which are relatively prime
$endgroup$
– Damien
Dec 13 '18 at 15:00
add a comment |
$begingroup$
If the input is not $a$ and $b$ but a fraction $r$, you can use continued fractions to find the corresponding $a$ and $b$ such that $r = a/b$, where $a$ and $b$ are relatively prime, and then apply your formula. But as stated by @irchans the obtained function is not continuous
$endgroup$
If the input is not $a$ and $b$ but a fraction $r$, you can use continued fractions to find the corresponding $a$ and $b$ such that $r = a/b$, where $a$ and $b$ are relatively prime, and then apply your formula. But as stated by @irchans the obtained function is not continuous
answered Dec 13 '18 at 14:36
DamienDamien
59714
59714
$begingroup$
When they are not relatively prime and we don't know the value of a and b, it's not possible to make them relatively prime by dividing them by their lcd.
$endgroup$
– user137927
Dec 13 '18 at 14:48
$begingroup$
@user137927 The continued fractions algorithm provides a pair $(a, b)$ where $a$ and $b$ are relatively prime. If it is not the case, for example because you use another algorithm to get $a$ and $b$, we can then use the obtained values to calculate their lcd, and then obtain new values which are relatively prime
$endgroup$
– Damien
Dec 13 '18 at 15:00
add a comment |
$begingroup$
When they are not relatively prime and we don't know the value of a and b, it's not possible to make them relatively prime by dividing them by their lcd.
$endgroup$
– user137927
Dec 13 '18 at 14:48
$begingroup$
@user137927 The continued fractions algorithm provides a pair $(a, b)$ where $a$ and $b$ are relatively prime. If it is not the case, for example because you use another algorithm to get $a$ and $b$, we can then use the obtained values to calculate their lcd, and then obtain new values which are relatively prime
$endgroup$
– Damien
Dec 13 '18 at 15:00
$begingroup$
When they are not relatively prime and we don't know the value of a and b, it's not possible to make them relatively prime by dividing them by their lcd.
$endgroup$
– user137927
Dec 13 '18 at 14:48
$begingroup$
When they are not relatively prime and we don't know the value of a and b, it's not possible to make them relatively prime by dividing them by their lcd.
$endgroup$
– user137927
Dec 13 '18 at 14:48
$begingroup$
@user137927 The continued fractions algorithm provides a pair $(a, b)$ where $a$ and $b$ are relatively prime. If it is not the case, for example because you use another algorithm to get $a$ and $b$, we can then use the obtained values to calculate their lcd, and then obtain new values which are relatively prime
$endgroup$
– Damien
Dec 13 '18 at 15:00
$begingroup$
@user137927 The continued fractions algorithm provides a pair $(a, b)$ where $a$ and $b$ are relatively prime. If it is not the case, for example because you use another algorithm to get $a$ and $b$, we can then use the obtained values to calculate their lcd, and then obtain new values which are relatively prime
$endgroup$
– Damien
Dec 13 '18 at 15:00
add a comment |
$begingroup$
Many functions (taking $a$ and $b$ as inputs) can be manufactured. How about $$f(a,b) = log(frac{a}{b})+ sum_{n=1}^{k-1}log(frac{1}{b})$$
$endgroup$
$begingroup$
The input is not a and b, it's their fraction, and that's the problem.
$endgroup$
– user137927
Dec 13 '18 at 14:31
add a comment |
$begingroup$
Many functions (taking $a$ and $b$ as inputs) can be manufactured. How about $$f(a,b) = log(frac{a}{b})+ sum_{n=1}^{k-1}log(frac{1}{b})$$
$endgroup$
$begingroup$
The input is not a and b, it's their fraction, and that's the problem.
$endgroup$
– user137927
Dec 13 '18 at 14:31
add a comment |
$begingroup$
Many functions (taking $a$ and $b$ as inputs) can be manufactured. How about $$f(a,b) = log(frac{a}{b})+ sum_{n=1}^{k-1}log(frac{1}{b})$$
$endgroup$
Many functions (taking $a$ and $b$ as inputs) can be manufactured. How about $$f(a,b) = log(frac{a}{b})+ sum_{n=1}^{k-1}log(frac{1}{b})$$
answered Dec 13 '18 at 14:07
NazimJNazimJ
3267
3267
$begingroup$
The input is not a and b, it's their fraction, and that's the problem.
$endgroup$
– user137927
Dec 13 '18 at 14:31
add a comment |
$begingroup$
The input is not a and b, it's their fraction, and that's the problem.
$endgroup$
– user137927
Dec 13 '18 at 14:31
$begingroup$
The input is not a and b, it's their fraction, and that's the problem.
$endgroup$
– user137927
Dec 13 '18 at 14:31
$begingroup$
The input is not a and b, it's their fraction, and that's the problem.
$endgroup$
– user137927
Dec 13 '18 at 14:31
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%2f3038030%2fis-the-any-math-function-that-change-the-power-of-denominator-of-an-input-fracti%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
$begingroup$
Such a function does not appear to be well-defined (as a function of a single variable). The problem is that two different representations of the same fraction can result in different answers. You could define it as a function of two variables, however.
$endgroup$
– Michael Burr
Dec 13 '18 at 14:05