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













0












$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.










share|cite|improve this question









$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















0












$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.










share|cite|improve this question









$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













0












0








0





$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.










share|cite|improve this question









$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






share|cite|improve this question













share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










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
















  • $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










2 Answers
2






active

oldest

votes


















0












$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.






share|cite|improve this answer









$endgroup$




















    0












    $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$$






    share|cite|improve this answer









    $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










    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
    );



    );













    draft saved

    draft discarded


















    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









    0












    $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.






    share|cite|improve this answer









    $endgroup$

















      0












      $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.






      share|cite|improve this answer









      $endgroup$















        0












        0








        0





        $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.






        share|cite|improve this answer









        $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.







        share|cite|improve this answer












        share|cite|improve this answer



        share|cite|improve this answer










        answered 2 days ago









        Julian RosenJulian Rosen

        12k12349




        12k12349





















            0












            $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$$






            share|cite|improve this answer









            $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















            0












            $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$$






            share|cite|improve this answer









            $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













            0












            0








            0





            $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$$






            share|cite|improve this answer









            $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$$







            share|cite|improve this answer












            share|cite|improve this answer



            share|cite|improve this answer










            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
















            • $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

















            draft saved

            draft discarded
















































            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.




            draft saved


            draft discarded














            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





















































            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







            Popular posts from this blog

            Lowndes Grove History Architecture References Navigation menu32°48′6″N 79°57′58″W / 32.80167°N 79.96611°W / 32.80167; -79.9661132°48′6″N 79°57′58″W / 32.80167°N 79.96611°W / 32.80167; -79.9661178002500"National Register Information System"Historic houses of South Carolina"Lowndes Grove""+32° 48' 6.00", −79° 57' 58.00""Lowndes Grove, Charleston County (260 St. Margaret St., Charleston)""Lowndes Grove"The Charleston ExpositionIt Happened in South Carolina"Lowndes Grove (House), Saint Margaret Street & Sixth Avenue, Charleston, Charleston County, SC(Photographs)"Plantations of the Carolina Low Countrye

            random experiment with two different functions on unit interval Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)Random variable and probability space notionsRandom Walk with EdgesFinding functions where the increase over a random interval is Poisson distributedNumber of days until dayCan an observed event in fact be of zero probability?Unit random processmodels of coins and uniform distributionHow to get the number of successes given $n$ trials , probability $P$ and a random variable $X$Absorbing Markov chain in a computer. Is “almost every” turned into always convergence in computer executions?Stopped random walk is not uniformly integrable

            How should I support this large drywall patch? Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?How do I cover large gaps in drywall?How do I keep drywall around a patch from crumbling?Can I glue a second layer of drywall?How to patch long strip on drywall?Large drywall patch: how to avoid bulging seams?Drywall Mesh Patch vs. Bulge? To remove or not to remove?How to fix this drywall job?Prep drywall before backsplashWhat's the best way to fix this horrible drywall patch job?Drywall patching using 3M Patch Plus Primer