Finding function given ratio of derivatives w.r. to different variablesHow to find a function that meets a given condition?Numerical integration of functions sampled with constant and non-constant ratesCavalieri's Method of IndivisiblesFinding the frequencies of vibration of a drum; PDEHow can the same equation have two different partial derivatives with respect to the same variable?Numerical methods for calculating derivative of gamma functionroot finding for a tangent-like functionThe maximum value of the two variables function given some constraints.calculating rational approximations of arbitrary radical expressionsReconstruct a function $f: mathbbR^3 to mathbbR$ from two identities on its partial derivatives
Was Luke Skywalker the leader of the Rebel forces on Hoth?
How to secure an aircraft at a transient parking space?
Can Mathematica be used to create an Artistic 3D extrusion from a 2D image and wrap a line pattern around it?
How strictly should I take "Candidates must be local"?
They call me Inspector Morse
Declaring and defining template, and specialising them
Find longest word in a string: are any of these algorithms good?
Contract Factories
Why does liquid water form when we exhale on a mirror?
Is it possible to avoid unpacking when merging Association?
Should I take out a loan for a friend to invest on my behalf?
Could you please stop shuffling the deck and play already?
Should I tell my boss the work he did was worthless
Filtering SOQL results with optional conditionals
What was the Kree's motivation in Captain Marvel?
Why doesn't this Google Translate ad use the word "Translation" instead of "Translate"?
Conservation of Mass and Energy
meaning and function of 幸 in "则幸分我一杯羹"
weren't playing vs didn't play
Are babies of evil humanoid species inherently evil?
NASA's RS-25 Engines shut down time
Doesn't allowing a user mode program to access kernel space memory and execute the IN and OUT instructions defeat the purpose of having CPU modes?
Shifting between bemols (flats) and diesis (sharps)in the key signature
Do I really need to have a scientific explanation for my premise?
Finding function given ratio of derivatives w.r. to different variables
How to find a function that meets a given condition?Numerical integration of functions sampled with constant and non-constant ratesCavalieri's Method of IndivisiblesFinding the frequencies of vibration of a drum; PDEHow can the same equation have two different partial derivatives with respect to the same variable?Numerical methods for calculating derivative of gamma functionroot finding for a tangent-like functionThe maximum value of the two variables function given some constraints.calculating rational approximations of arbitrary radical expressionsReconstruct a function $f: mathbbR^3 to mathbbR$ from two identities on its partial derivatives
$begingroup$
Is there any way to find a function $f(a,b)$ up to some factors and a constant, given the ratio $$fracpartial f / partial apartial f/ partial b$$? If not, is there any other useful information about $f$ one can get from this ratio or a good numerical method to approximate $f$?
Thanks for helping me out.
calculus integration numerical-methods partial-derivative
$endgroup$
add a comment |
$begingroup$
Is there any way to find a function $f(a,b)$ up to some factors and a constant, given the ratio $$fracpartial f / partial apartial f/ partial b$$? If not, is there any other useful information about $f$ one can get from this ratio or a good numerical method to approximate $f$?
Thanks for helping me out.
calculus integration numerical-methods partial-derivative
$endgroup$
$begingroup$
EDIT: The idea is to find THE specific function $f$ in the situation where one only knows this ratio. Say the ratio is $frac2ba$, how do i get $f(a,b) = a^2b$?
$endgroup$
– math_dealer
2 days ago
add a comment |
$begingroup$
Is there any way to find a function $f(a,b)$ up to some factors and a constant, given the ratio $$fracpartial f / partial apartial f/ partial b$$? If not, is there any other useful information about $f$ one can get from this ratio or a good numerical method to approximate $f$?
Thanks for helping me out.
calculus integration numerical-methods partial-derivative
$endgroup$
Is there any way to find a function $f(a,b)$ up to some factors and a constant, given the ratio $$fracpartial f / partial apartial f/ partial b$$? If not, is there any other useful information about $f$ one can get from this ratio or a good numerical method to approximate $f$?
Thanks for helping me out.
calculus integration numerical-methods partial-derivative
calculus integration numerical-methods partial-derivative
asked 2 days ago
math_dealermath_dealer
103
103
$begingroup$
EDIT: The idea is to find THE specific function $f$ in the situation where one only knows this ratio. Say the ratio is $frac2ba$, how do i get $f(a,b) = a^2b$?
$endgroup$
– math_dealer
2 days ago
add a comment |
$begingroup$
EDIT: The idea is to find THE specific function $f$ in the situation where one only knows this ratio. Say the ratio is $frac2ba$, how do i get $f(a,b) = a^2b$?
$endgroup$
– math_dealer
2 days ago
$begingroup$
EDIT: The idea is to find THE specific function $f$ in the situation where one only knows this ratio. Say the ratio is $frac2ba$, how do i get $f(a,b) = a^2b$?
$endgroup$
– math_dealer
2 days ago
$begingroup$
EDIT: The idea is to find THE specific function $f$ in the situation where one only knows this ratio. Say the ratio is $frac2ba$, how do i get $f(a,b) = a^2b$?
$endgroup$
– math_dealer
2 days ago
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
Suppose we know
$$
fracf_af_b=r(a,b).
$$
Then at a point $(a,b)$, the directional derivative of $f$ in the direction $[1,-r(a,b)]$ is $0$. This implies that $f$ is constant along the solution curves to the ODE
$$
fracdbda=-r(a,b).
$$
In your example
$$
fracf_af_b=frac2ba,
$$
the ODE we get is
$$
fracdbda=-frac2ba,
$$
which is separable. The solution curves are of the form $a^2b=C$, where $C$ is a constant. If $g$ is any function of one variable, then $g(a^2b)$ will be constant along the curves $a^2b=C$, so will give a solution to your original equation.
$endgroup$
add a comment |
$begingroup$
Not sure this is what you were looking for but $f(a,b)=lambda a+b$ has $$fracfracpartial fpartial afracpartial fpartial b=frac lambda 1=lambda$$
$endgroup$
$begingroup$
The idea is to find THE specific function $f$ in the situation where one only knows this ratio. Say the ratio is $frac2ba$, how do i get $f(a,b)=a^2b$?
$endgroup$
– math_dealer
2 days ago
$begingroup$
So the ratio is not a constant? Can you separate it into some function of $a$ multiplied with a function of $b$?
$endgroup$
– Andrei
2 days ago
$begingroup$
Yes sorry, the ratio is a function of a and b itself. No, one has only the analytic expression, but it could contain something like $sin(ab)$ etc.
$endgroup$
– math_dealer
2 days ago
1
$begingroup$
I'm not sure it's solvable in general case. Maybe some separation of variables is possible.
$endgroup$
– Andrei
2 days ago
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%2f3141650%2ffinding-function-given-ratio-of-derivatives-w-r-to-different-variables%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$
Suppose we know
$$
fracf_af_b=r(a,b).
$$
Then at a point $(a,b)$, the directional derivative of $f$ in the direction $[1,-r(a,b)]$ is $0$. This implies that $f$ is constant along the solution curves to the ODE
$$
fracdbda=-r(a,b).
$$
In your example
$$
fracf_af_b=frac2ba,
$$
the ODE we get is
$$
fracdbda=-frac2ba,
$$
which is separable. The solution curves are of the form $a^2b=C$, where $C$ is a constant. If $g$ is any function of one variable, then $g(a^2b)$ will be constant along the curves $a^2b=C$, so will give a solution to your original equation.
$endgroup$
add a comment |
$begingroup$
Suppose we know
$$
fracf_af_b=r(a,b).
$$
Then at a point $(a,b)$, the directional derivative of $f$ in the direction $[1,-r(a,b)]$ is $0$. This implies that $f$ is constant along the solution curves to the ODE
$$
fracdbda=-r(a,b).
$$
In your example
$$
fracf_af_b=frac2ba,
$$
the ODE we get is
$$
fracdbda=-frac2ba,
$$
which is separable. The solution curves are of the form $a^2b=C$, where $C$ is a constant. If $g$ is any function of one variable, then $g(a^2b)$ will be constant along the curves $a^2b=C$, so will give a solution to your original equation.
$endgroup$
add a comment |
$begingroup$
Suppose we know
$$
fracf_af_b=r(a,b).
$$
Then at a point $(a,b)$, the directional derivative of $f$ in the direction $[1,-r(a,b)]$ is $0$. This implies that $f$ is constant along the solution curves to the ODE
$$
fracdbda=-r(a,b).
$$
In your example
$$
fracf_af_b=frac2ba,
$$
the ODE we get is
$$
fracdbda=-frac2ba,
$$
which is separable. The solution curves are of the form $a^2b=C$, where $C$ is a constant. If $g$ is any function of one variable, then $g(a^2b)$ will be constant along the curves $a^2b=C$, so will give a solution to your original equation.
$endgroup$
Suppose we know
$$
fracf_af_b=r(a,b).
$$
Then at a point $(a,b)$, the directional derivative of $f$ in the direction $[1,-r(a,b)]$ is $0$. This implies that $f$ is constant along the solution curves to the ODE
$$
fracdbda=-r(a,b).
$$
In your example
$$
fracf_af_b=frac2ba,
$$
the ODE we get is
$$
fracdbda=-frac2ba,
$$
which is separable. The solution curves are of the form $a^2b=C$, where $C$ is a constant. If $g$ is any function of one variable, then $g(a^2b)$ will be constant along the curves $a^2b=C$, so will give a solution to your original equation.
answered 2 days ago
Julian RosenJulian Rosen
12k12349
12k12349
add a comment |
add a comment |
$begingroup$
Not sure this is what you were looking for but $f(a,b)=lambda a+b$ has $$fracfracpartial fpartial afracpartial fpartial b=frac lambda 1=lambda$$
$endgroup$
$begingroup$
The idea is to find THE specific function $f$ in the situation where one only knows this ratio. Say the ratio is $frac2ba$, how do i get $f(a,b)=a^2b$?
$endgroup$
– math_dealer
2 days ago
$begingroup$
So the ratio is not a constant? Can you separate it into some function of $a$ multiplied with a function of $b$?
$endgroup$
– Andrei
2 days ago
$begingroup$
Yes sorry, the ratio is a function of a and b itself. No, one has only the analytic expression, but it could contain something like $sin(ab)$ etc.
$endgroup$
– math_dealer
2 days ago
1
$begingroup$
I'm not sure it's solvable in general case. Maybe some separation of variables is possible.
$endgroup$
– Andrei
2 days ago
add a comment |
$begingroup$
Not sure this is what you were looking for but $f(a,b)=lambda a+b$ has $$fracfracpartial fpartial afracpartial fpartial b=frac lambda 1=lambda$$
$endgroup$
$begingroup$
The idea is to find THE specific function $f$ in the situation where one only knows this ratio. Say the ratio is $frac2ba$, how do i get $f(a,b)=a^2b$?
$endgroup$
– math_dealer
2 days ago
$begingroup$
So the ratio is not a constant? Can you separate it into some function of $a$ multiplied with a function of $b$?
$endgroup$
– Andrei
2 days ago
$begingroup$
Yes sorry, the ratio is a function of a and b itself. No, one has only the analytic expression, but it could contain something like $sin(ab)$ etc.
$endgroup$
– math_dealer
2 days ago
1
$begingroup$
I'm not sure it's solvable in general case. Maybe some separation of variables is possible.
$endgroup$
– Andrei
2 days ago
add a comment |
$begingroup$
Not sure this is what you were looking for but $f(a,b)=lambda a+b$ has $$fracfracpartial fpartial afracpartial fpartial b=frac lambda 1=lambda$$
$endgroup$
Not sure this is what you were looking for but $f(a,b)=lambda a+b$ has $$fracfracpartial fpartial afracpartial fpartial b=frac lambda 1=lambda$$
answered 2 days ago
AndreiAndrei
13.1k21230
13.1k21230
$begingroup$
The idea is to find THE specific function $f$ in the situation where one only knows this ratio. Say the ratio is $frac2ba$, how do i get $f(a,b)=a^2b$?
$endgroup$
– math_dealer
2 days ago
$begingroup$
So the ratio is not a constant? Can you separate it into some function of $a$ multiplied with a function of $b$?
$endgroup$
– Andrei
2 days ago
$begingroup$
Yes sorry, the ratio is a function of a and b itself. No, one has only the analytic expression, but it could contain something like $sin(ab)$ etc.
$endgroup$
– math_dealer
2 days ago
1
$begingroup$
I'm not sure it's solvable in general case. Maybe some separation of variables is possible.
$endgroup$
– Andrei
2 days ago
add a comment |
$begingroup$
The idea is to find THE specific function $f$ in the situation where one only knows this ratio. Say the ratio is $frac2ba$, how do i get $f(a,b)=a^2b$?
$endgroup$
– math_dealer
2 days ago
$begingroup$
So the ratio is not a constant? Can you separate it into some function of $a$ multiplied with a function of $b$?
$endgroup$
– Andrei
2 days ago
$begingroup$
Yes sorry, the ratio is a function of a and b itself. No, one has only the analytic expression, but it could contain something like $sin(ab)$ etc.
$endgroup$
– math_dealer
2 days ago
1
$begingroup$
I'm not sure it's solvable in general case. Maybe some separation of variables is possible.
$endgroup$
– Andrei
2 days ago
$begingroup$
The idea is to find THE specific function $f$ in the situation where one only knows this ratio. Say the ratio is $frac2ba$, how do i get $f(a,b)=a^2b$?
$endgroup$
– math_dealer
2 days ago
$begingroup$
The idea is to find THE specific function $f$ in the situation where one only knows this ratio. Say the ratio is $frac2ba$, how do i get $f(a,b)=a^2b$?
$endgroup$
– math_dealer
2 days ago
$begingroup$
So the ratio is not a constant? Can you separate it into some function of $a$ multiplied with a function of $b$?
$endgroup$
– Andrei
2 days ago
$begingroup$
So the ratio is not a constant? Can you separate it into some function of $a$ multiplied with a function of $b$?
$endgroup$
– Andrei
2 days ago
$begingroup$
Yes sorry, the ratio is a function of a and b itself. No, one has only the analytic expression, but it could contain something like $sin(ab)$ etc.
$endgroup$
– math_dealer
2 days ago
$begingroup$
Yes sorry, the ratio is a function of a and b itself. No, one has only the analytic expression, but it could contain something like $sin(ab)$ etc.
$endgroup$
– math_dealer
2 days ago
1
1
$begingroup$
I'm not sure it's solvable in general case. Maybe some separation of variables is possible.
$endgroup$
– Andrei
2 days ago
$begingroup$
I'm not sure it's solvable in general case. Maybe some separation of variables is possible.
$endgroup$
– Andrei
2 days ago
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%2f3141650%2ffinding-function-given-ratio-of-derivatives-w-r-to-different-variables%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$
EDIT: The idea is to find THE specific function $f$ in the situation where one only knows this ratio. Say the ratio is $frac2ba$, how do i get $f(a,b) = a^2b$?
$endgroup$
– math_dealer
2 days ago