How many types of functions $f(x)$ satisfy $(f(x))^2$ + $(f'(x))^2 = constant$?












0












$begingroup$


I know of two types of $f(x)$ that works.
First one is if $f(x) = c$, of course.
Second one is if it's a trigonometric function: $f(x) = c * cos(x)$ or $f(x) = c * sin(x)$.



My question is, are there any other types of functions that satisfy this criteria?










share|cite|improve this question











$endgroup$












  • $begingroup$
    Solve the separable differential equation $(y')^2=c-y^2$.
    $endgroup$
    – Qurultay
    Jan 15 at 19:17
















0












$begingroup$


I know of two types of $f(x)$ that works.
First one is if $f(x) = c$, of course.
Second one is if it's a trigonometric function: $f(x) = c * cos(x)$ or $f(x) = c * sin(x)$.



My question is, are there any other types of functions that satisfy this criteria?










share|cite|improve this question











$endgroup$












  • $begingroup$
    Solve the separable differential equation $(y')^2=c-y^2$.
    $endgroup$
    – Qurultay
    Jan 15 at 19:17














0












0








0





$begingroup$


I know of two types of $f(x)$ that works.
First one is if $f(x) = c$, of course.
Second one is if it's a trigonometric function: $f(x) = c * cos(x)$ or $f(x) = c * sin(x)$.



My question is, are there any other types of functions that satisfy this criteria?










share|cite|improve this question











$endgroup$




I know of two types of $f(x)$ that works.
First one is if $f(x) = c$, of course.
Second one is if it's a trigonometric function: $f(x) = c * cos(x)$ or $f(x) = c * sin(x)$.



My question is, are there any other types of functions that satisfy this criteria?







analysis functions constants






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Jan 15 at 19:25









Henrik

6,03792030




6,03792030










asked Jan 15 at 19:09









throw123throw123

32




32












  • $begingroup$
    Solve the separable differential equation $(y')^2=c-y^2$.
    $endgroup$
    – Qurultay
    Jan 15 at 19:17


















  • $begingroup$
    Solve the separable differential equation $(y')^2=c-y^2$.
    $endgroup$
    – Qurultay
    Jan 15 at 19:17
















$begingroup$
Solve the separable differential equation $(y')^2=c-y^2$.
$endgroup$
– Qurultay
Jan 15 at 19:17




$begingroup$
Solve the separable differential equation $(y')^2=c-y^2$.
$endgroup$
– Qurultay
Jan 15 at 19:17










2 Answers
2






active

oldest

votes


















4












$begingroup$

Differentiating both sides:



$$2ff'+2f'f''=0$$
$$2f'(f+f'')=0$$



So either $f'=0$, which gives $f(x)=c$, or $f+f''=0$, which gives $f(x)=Asin(x)+Bcos(x)$.






share|cite|improve this answer









$endgroup$













  • $begingroup$
    So just all vectors in span of ${ sin x , cos x } $
    $endgroup$
    – Jimmy Sabater
    Jan 15 at 19:24










  • $begingroup$
    @JimmySabater: No. $f(x)=c$ is not in the span of ${sin x,cos x}$.
    $endgroup$
    – TonyK
    Jan 15 at 19:27








  • 2




    $begingroup$
    Note that you can also concatenate these solutions (at the points where sine and cosine have zero derivative) in many different ways: for example, I can take $f=1$ for $x leq 0$ and a cosine for $x geq 0$. That won't be smooth though, but it's still $C^1$.
    $endgroup$
    – Thomas Bakx
    Jan 15 at 19:30










  • $begingroup$
    @ThomasBakx: Yes, you are quite right! I started to edit my answer to address your comment, but then I realised that it would take me all night...
    $endgroup$
    – TonyK
    Jan 15 at 19:36










  • $begingroup$
    I think it should be mentioned that constants $A$ and $B$ are not independent: $A^2+B^2=c$. Probably it was even better to represent the solution as $sqrt{c}cos(x+phi)$.
    $endgroup$
    – user
    Jan 15 at 21:25





















0












$begingroup$

Hint.



$$
f'(x) = pmsqrt{c-f(x)^2}
$$



then



$$
dx =pmfrac{df}{sqrt{c-f^2}}
$$



giving



$$
x + C_0 = pmarctanleft(frac{f}{sqrt{ c-f^2}}right)
$$



etc.






share|cite|improve this answer











$endgroup$













    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%2f3074809%2fhow-many-types-of-functions-fx-satisfy-fx2-fx2-constant%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









    4












    $begingroup$

    Differentiating both sides:



    $$2ff'+2f'f''=0$$
    $$2f'(f+f'')=0$$



    So either $f'=0$, which gives $f(x)=c$, or $f+f''=0$, which gives $f(x)=Asin(x)+Bcos(x)$.






    share|cite|improve this answer









    $endgroup$













    • $begingroup$
      So just all vectors in span of ${ sin x , cos x } $
      $endgroup$
      – Jimmy Sabater
      Jan 15 at 19:24










    • $begingroup$
      @JimmySabater: No. $f(x)=c$ is not in the span of ${sin x,cos x}$.
      $endgroup$
      – TonyK
      Jan 15 at 19:27








    • 2




      $begingroup$
      Note that you can also concatenate these solutions (at the points where sine and cosine have zero derivative) in many different ways: for example, I can take $f=1$ for $x leq 0$ and a cosine for $x geq 0$. That won't be smooth though, but it's still $C^1$.
      $endgroup$
      – Thomas Bakx
      Jan 15 at 19:30










    • $begingroup$
      @ThomasBakx: Yes, you are quite right! I started to edit my answer to address your comment, but then I realised that it would take me all night...
      $endgroup$
      – TonyK
      Jan 15 at 19:36










    • $begingroup$
      I think it should be mentioned that constants $A$ and $B$ are not independent: $A^2+B^2=c$. Probably it was even better to represent the solution as $sqrt{c}cos(x+phi)$.
      $endgroup$
      – user
      Jan 15 at 21:25


















    4












    $begingroup$

    Differentiating both sides:



    $$2ff'+2f'f''=0$$
    $$2f'(f+f'')=0$$



    So either $f'=0$, which gives $f(x)=c$, or $f+f''=0$, which gives $f(x)=Asin(x)+Bcos(x)$.






    share|cite|improve this answer









    $endgroup$













    • $begingroup$
      So just all vectors in span of ${ sin x , cos x } $
      $endgroup$
      – Jimmy Sabater
      Jan 15 at 19:24










    • $begingroup$
      @JimmySabater: No. $f(x)=c$ is not in the span of ${sin x,cos x}$.
      $endgroup$
      – TonyK
      Jan 15 at 19:27








    • 2




      $begingroup$
      Note that you can also concatenate these solutions (at the points where sine and cosine have zero derivative) in many different ways: for example, I can take $f=1$ for $x leq 0$ and a cosine for $x geq 0$. That won't be smooth though, but it's still $C^1$.
      $endgroup$
      – Thomas Bakx
      Jan 15 at 19:30










    • $begingroup$
      @ThomasBakx: Yes, you are quite right! I started to edit my answer to address your comment, but then I realised that it would take me all night...
      $endgroup$
      – TonyK
      Jan 15 at 19:36










    • $begingroup$
      I think it should be mentioned that constants $A$ and $B$ are not independent: $A^2+B^2=c$. Probably it was even better to represent the solution as $sqrt{c}cos(x+phi)$.
      $endgroup$
      – user
      Jan 15 at 21:25
















    4












    4








    4





    $begingroup$

    Differentiating both sides:



    $$2ff'+2f'f''=0$$
    $$2f'(f+f'')=0$$



    So either $f'=0$, which gives $f(x)=c$, or $f+f''=0$, which gives $f(x)=Asin(x)+Bcos(x)$.






    share|cite|improve this answer









    $endgroup$



    Differentiating both sides:



    $$2ff'+2f'f''=0$$
    $$2f'(f+f'')=0$$



    So either $f'=0$, which gives $f(x)=c$, or $f+f''=0$, which gives $f(x)=Asin(x)+Bcos(x)$.







    share|cite|improve this answer












    share|cite|improve this answer



    share|cite|improve this answer










    answered Jan 15 at 19:23









    TonyKTonyK

    42.7k355134




    42.7k355134












    • $begingroup$
      So just all vectors in span of ${ sin x , cos x } $
      $endgroup$
      – Jimmy Sabater
      Jan 15 at 19:24










    • $begingroup$
      @JimmySabater: No. $f(x)=c$ is not in the span of ${sin x,cos x}$.
      $endgroup$
      – TonyK
      Jan 15 at 19:27








    • 2




      $begingroup$
      Note that you can also concatenate these solutions (at the points where sine and cosine have zero derivative) in many different ways: for example, I can take $f=1$ for $x leq 0$ and a cosine for $x geq 0$. That won't be smooth though, but it's still $C^1$.
      $endgroup$
      – Thomas Bakx
      Jan 15 at 19:30










    • $begingroup$
      @ThomasBakx: Yes, you are quite right! I started to edit my answer to address your comment, but then I realised that it would take me all night...
      $endgroup$
      – TonyK
      Jan 15 at 19:36










    • $begingroup$
      I think it should be mentioned that constants $A$ and $B$ are not independent: $A^2+B^2=c$. Probably it was even better to represent the solution as $sqrt{c}cos(x+phi)$.
      $endgroup$
      – user
      Jan 15 at 21:25




















    • $begingroup$
      So just all vectors in span of ${ sin x , cos x } $
      $endgroup$
      – Jimmy Sabater
      Jan 15 at 19:24










    • $begingroup$
      @JimmySabater: No. $f(x)=c$ is not in the span of ${sin x,cos x}$.
      $endgroup$
      – TonyK
      Jan 15 at 19:27








    • 2




      $begingroup$
      Note that you can also concatenate these solutions (at the points where sine and cosine have zero derivative) in many different ways: for example, I can take $f=1$ for $x leq 0$ and a cosine for $x geq 0$. That won't be smooth though, but it's still $C^1$.
      $endgroup$
      – Thomas Bakx
      Jan 15 at 19:30










    • $begingroup$
      @ThomasBakx: Yes, you are quite right! I started to edit my answer to address your comment, but then I realised that it would take me all night...
      $endgroup$
      – TonyK
      Jan 15 at 19:36










    • $begingroup$
      I think it should be mentioned that constants $A$ and $B$ are not independent: $A^2+B^2=c$. Probably it was even better to represent the solution as $sqrt{c}cos(x+phi)$.
      $endgroup$
      – user
      Jan 15 at 21:25


















    $begingroup$
    So just all vectors in span of ${ sin x , cos x } $
    $endgroup$
    – Jimmy Sabater
    Jan 15 at 19:24




    $begingroup$
    So just all vectors in span of ${ sin x , cos x } $
    $endgroup$
    – Jimmy Sabater
    Jan 15 at 19:24












    $begingroup$
    @JimmySabater: No. $f(x)=c$ is not in the span of ${sin x,cos x}$.
    $endgroup$
    – TonyK
    Jan 15 at 19:27






    $begingroup$
    @JimmySabater: No. $f(x)=c$ is not in the span of ${sin x,cos x}$.
    $endgroup$
    – TonyK
    Jan 15 at 19:27






    2




    2




    $begingroup$
    Note that you can also concatenate these solutions (at the points where sine and cosine have zero derivative) in many different ways: for example, I can take $f=1$ for $x leq 0$ and a cosine for $x geq 0$. That won't be smooth though, but it's still $C^1$.
    $endgroup$
    – Thomas Bakx
    Jan 15 at 19:30




    $begingroup$
    Note that you can also concatenate these solutions (at the points where sine and cosine have zero derivative) in many different ways: for example, I can take $f=1$ for $x leq 0$ and a cosine for $x geq 0$. That won't be smooth though, but it's still $C^1$.
    $endgroup$
    – Thomas Bakx
    Jan 15 at 19:30












    $begingroup$
    @ThomasBakx: Yes, you are quite right! I started to edit my answer to address your comment, but then I realised that it would take me all night...
    $endgroup$
    – TonyK
    Jan 15 at 19:36




    $begingroup$
    @ThomasBakx: Yes, you are quite right! I started to edit my answer to address your comment, but then I realised that it would take me all night...
    $endgroup$
    – TonyK
    Jan 15 at 19:36












    $begingroup$
    I think it should be mentioned that constants $A$ and $B$ are not independent: $A^2+B^2=c$. Probably it was even better to represent the solution as $sqrt{c}cos(x+phi)$.
    $endgroup$
    – user
    Jan 15 at 21:25






    $begingroup$
    I think it should be mentioned that constants $A$ and $B$ are not independent: $A^2+B^2=c$. Probably it was even better to represent the solution as $sqrt{c}cos(x+phi)$.
    $endgroup$
    – user
    Jan 15 at 21:25













    0












    $begingroup$

    Hint.



    $$
    f'(x) = pmsqrt{c-f(x)^2}
    $$



    then



    $$
    dx =pmfrac{df}{sqrt{c-f^2}}
    $$



    giving



    $$
    x + C_0 = pmarctanleft(frac{f}{sqrt{ c-f^2}}right)
    $$



    etc.






    share|cite|improve this answer











    $endgroup$


















      0












      $begingroup$

      Hint.



      $$
      f'(x) = pmsqrt{c-f(x)^2}
      $$



      then



      $$
      dx =pmfrac{df}{sqrt{c-f^2}}
      $$



      giving



      $$
      x + C_0 = pmarctanleft(frac{f}{sqrt{ c-f^2}}right)
      $$



      etc.






      share|cite|improve this answer











      $endgroup$
















        0












        0








        0





        $begingroup$

        Hint.



        $$
        f'(x) = pmsqrt{c-f(x)^2}
        $$



        then



        $$
        dx =pmfrac{df}{sqrt{c-f^2}}
        $$



        giving



        $$
        x + C_0 = pmarctanleft(frac{f}{sqrt{ c-f^2}}right)
        $$



        etc.






        share|cite|improve this answer











        $endgroup$



        Hint.



        $$
        f'(x) = pmsqrt{c-f(x)^2}
        $$



        then



        $$
        dx =pmfrac{df}{sqrt{c-f^2}}
        $$



        giving



        $$
        x + C_0 = pmarctanleft(frac{f}{sqrt{ c-f^2}}right)
        $$



        etc.







        share|cite|improve this answer














        share|cite|improve this answer



        share|cite|improve this answer








        edited Jan 15 at 19:39

























        answered Jan 15 at 19:28









        CesareoCesareo

        8,9073516




        8,9073516






























            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%2f3074809%2fhow-many-types-of-functions-fx-satisfy-fx2-fx2-constant%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

            MongoDB - Not Authorized To Execute Command

            How to fix TextFormField cause rebuild widget in Flutter

            in spring boot 2.1 many test slices are not allowed anymore due to multiple @BootstrapWith