Exponential Fraction Simplification

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite












It has been a while since I played with simplification of functions and my memory is a little spotty. I am currently doing some function fitting to data, so I am trying out many permutations of functions to see their results.



For one of my functions I managed to get the below to simplify rather easily:



$$
F(X) = frace^KXe^K = e^K(X-1)
$$



Now I have found that I can potently improve my fit with the following alteration:



$$
F(X) = frace^KX-Deltae^K-Delta
$$



Where K and $Delta$ are constant with respect to X.



I am wondering if there is a simplification of the above formula that I could use. I feel like I have seen something like this done before but I am just struggling to remember how to start.



I am not looking for someone to do all the work for me but if someone could get me started with a useful identify or a pointer of what method to use (eg partial fractions ect.) to get me going in the right direction.



Many thanks.







share|cite|improve this question























    up vote
    0
    down vote

    favorite












    It has been a while since I played with simplification of functions and my memory is a little spotty. I am currently doing some function fitting to data, so I am trying out many permutations of functions to see their results.



    For one of my functions I managed to get the below to simplify rather easily:



    $$
    F(X) = frace^KXe^K = e^K(X-1)
    $$



    Now I have found that I can potently improve my fit with the following alteration:



    $$
    F(X) = frace^KX-Deltae^K-Delta
    $$



    Where K and $Delta$ are constant with respect to X.



    I am wondering if there is a simplification of the above formula that I could use. I feel like I have seen something like this done before but I am just struggling to remember how to start.



    I am not looking for someone to do all the work for me but if someone could get me started with a useful identify or a pointer of what method to use (eg partial fractions ect.) to get me going in the right direction.



    Many thanks.







    share|cite|improve this question





















      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      It has been a while since I played with simplification of functions and my memory is a little spotty. I am currently doing some function fitting to data, so I am trying out many permutations of functions to see their results.



      For one of my functions I managed to get the below to simplify rather easily:



      $$
      F(X) = frace^KXe^K = e^K(X-1)
      $$



      Now I have found that I can potently improve my fit with the following alteration:



      $$
      F(X) = frace^KX-Deltae^K-Delta
      $$



      Where K and $Delta$ are constant with respect to X.



      I am wondering if there is a simplification of the above formula that I could use. I feel like I have seen something like this done before but I am just struggling to remember how to start.



      I am not looking for someone to do all the work for me but if someone could get me started with a useful identify or a pointer of what method to use (eg partial fractions ect.) to get me going in the right direction.



      Many thanks.







      share|cite|improve this question











      It has been a while since I played with simplification of functions and my memory is a little spotty. I am currently doing some function fitting to data, so I am trying out many permutations of functions to see their results.



      For one of my functions I managed to get the below to simplify rather easily:



      $$
      F(X) = frace^KXe^K = e^K(X-1)
      $$



      Now I have found that I can potently improve my fit with the following alteration:



      $$
      F(X) = frace^KX-Deltae^K-Delta
      $$



      Where K and $Delta$ are constant with respect to X.



      I am wondering if there is a simplification of the above formula that I could use. I feel like I have seen something like this done before but I am just struggling to remember how to start.



      I am not looking for someone to do all the work for me but if someone could get me started with a useful identify or a pointer of what method to use (eg partial fractions ect.) to get me going in the right direction.



      Many thanks.









      share|cite|improve this question










      share|cite|improve this question




      share|cite|improve this question









      asked Jul 27 at 12:31









      user10052900

      31




      31




















          2 Answers
          2






          active

          oldest

          votes

















          up vote
          0
          down vote



          accepted










          There is nothing helpful you can do on that fraction, that it the simpler form. The only thing you could do is to add and subtract the factor $e^K$ on the numerator, use associativity, and then take some factors out. Indeed nothing very useful!






          share|cite|improve this answer





















          • Thanks for answering, I guess that explains why I was not able to make any headway with this one.
            – user10052900
            Jul 27 at 12:52

















          up vote
          0
          down vote













          I think it's as simple as it's going to get already. If we write $y = e^K,$ then we have $$y^X-Deltaover y - Delta$$ and even in the simple case where $X$ is a positive integer and $Delta=1,$ we have the sum of a geometric progression. The general case must be messier.






          share|cite|improve this answer





















          • Thank you for your reply, I marked the other answer as correct just on that basis that on my end this other answer was posted first, although they were equally as valuable.
            – user10052900
            Jul 27 at 12:53










          • Just to explain how it works, you can upvote as many answers as you please, by clicking on the up arrow. This just means that you consider it valuable. You can only accept one, by checking it. This means it answered your question. You can upvote and accept the same answer. Accepting an answer is encouraged, when appropriate, since people browsing the questions will see that it has been addressed to the OP's satisfaction.
            – saulspatz
            Jul 27 at 12:59










          • I did up-vote both however due to the new joiner limitations unfortunately, it will not show until I get over 15 reputation. Once I gain a bit more reputation this should tick through.
            – user10052900
            Jul 27 at 13:09










          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',
          convertImagesToLinks: true,
          noModals: false,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          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%2f2864364%2fexponential-fraction-simplification%23new-answer', 'question_page');

          );

          Post as a guest






























          2 Answers
          2






          active

          oldest

          votes








          2 Answers
          2






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          up vote
          0
          down vote



          accepted










          There is nothing helpful you can do on that fraction, that it the simpler form. The only thing you could do is to add and subtract the factor $e^K$ on the numerator, use associativity, and then take some factors out. Indeed nothing very useful!






          share|cite|improve this answer





















          • Thanks for answering, I guess that explains why I was not able to make any headway with this one.
            – user10052900
            Jul 27 at 12:52














          up vote
          0
          down vote



          accepted










          There is nothing helpful you can do on that fraction, that it the simpler form. The only thing you could do is to add and subtract the factor $e^K$ on the numerator, use associativity, and then take some factors out. Indeed nothing very useful!






          share|cite|improve this answer





















          • Thanks for answering, I guess that explains why I was not able to make any headway with this one.
            – user10052900
            Jul 27 at 12:52












          up vote
          0
          down vote



          accepted







          up vote
          0
          down vote



          accepted






          There is nothing helpful you can do on that fraction, that it the simpler form. The only thing you could do is to add and subtract the factor $e^K$ on the numerator, use associativity, and then take some factors out. Indeed nothing very useful!






          share|cite|improve this answer













          There is nothing helpful you can do on that fraction, that it the simpler form. The only thing you could do is to add and subtract the factor $e^K$ on the numerator, use associativity, and then take some factors out. Indeed nothing very useful!







          share|cite|improve this answer













          share|cite|improve this answer



          share|cite|improve this answer











          answered Jul 27 at 12:46









          Davide Morgante

          1,751220




          1,751220











          • Thanks for answering, I guess that explains why I was not able to make any headway with this one.
            – user10052900
            Jul 27 at 12:52
















          • Thanks for answering, I guess that explains why I was not able to make any headway with this one.
            – user10052900
            Jul 27 at 12:52















          Thanks for answering, I guess that explains why I was not able to make any headway with this one.
          – user10052900
          Jul 27 at 12:52




          Thanks for answering, I guess that explains why I was not able to make any headway with this one.
          – user10052900
          Jul 27 at 12:52










          up vote
          0
          down vote













          I think it's as simple as it's going to get already. If we write $y = e^K,$ then we have $$y^X-Deltaover y - Delta$$ and even in the simple case where $X$ is a positive integer and $Delta=1,$ we have the sum of a geometric progression. The general case must be messier.






          share|cite|improve this answer





















          • Thank you for your reply, I marked the other answer as correct just on that basis that on my end this other answer was posted first, although they were equally as valuable.
            – user10052900
            Jul 27 at 12:53










          • Just to explain how it works, you can upvote as many answers as you please, by clicking on the up arrow. This just means that you consider it valuable. You can only accept one, by checking it. This means it answered your question. You can upvote and accept the same answer. Accepting an answer is encouraged, when appropriate, since people browsing the questions will see that it has been addressed to the OP's satisfaction.
            – saulspatz
            Jul 27 at 12:59










          • I did up-vote both however due to the new joiner limitations unfortunately, it will not show until I get over 15 reputation. Once I gain a bit more reputation this should tick through.
            – user10052900
            Jul 27 at 13:09














          up vote
          0
          down vote













          I think it's as simple as it's going to get already. If we write $y = e^K,$ then we have $$y^X-Deltaover y - Delta$$ and even in the simple case where $X$ is a positive integer and $Delta=1,$ we have the sum of a geometric progression. The general case must be messier.






          share|cite|improve this answer





















          • Thank you for your reply, I marked the other answer as correct just on that basis that on my end this other answer was posted first, although they were equally as valuable.
            – user10052900
            Jul 27 at 12:53










          • Just to explain how it works, you can upvote as many answers as you please, by clicking on the up arrow. This just means that you consider it valuable. You can only accept one, by checking it. This means it answered your question. You can upvote and accept the same answer. Accepting an answer is encouraged, when appropriate, since people browsing the questions will see that it has been addressed to the OP's satisfaction.
            – saulspatz
            Jul 27 at 12:59










          • I did up-vote both however due to the new joiner limitations unfortunately, it will not show until I get over 15 reputation. Once I gain a bit more reputation this should tick through.
            – user10052900
            Jul 27 at 13:09












          up vote
          0
          down vote










          up vote
          0
          down vote









          I think it's as simple as it's going to get already. If we write $y = e^K,$ then we have $$y^X-Deltaover y - Delta$$ and even in the simple case where $X$ is a positive integer and $Delta=1,$ we have the sum of a geometric progression. The general case must be messier.






          share|cite|improve this answer













          I think it's as simple as it's going to get already. If we write $y = e^K,$ then we have $$y^X-Deltaover y - Delta$$ and even in the simple case where $X$ is a positive integer and $Delta=1,$ we have the sum of a geometric progression. The general case must be messier.







          share|cite|improve this answer













          share|cite|improve this answer



          share|cite|improve this answer











          answered Jul 27 at 12:47









          saulspatz

          10.4k21323




          10.4k21323











          • Thank you for your reply, I marked the other answer as correct just on that basis that on my end this other answer was posted first, although they were equally as valuable.
            – user10052900
            Jul 27 at 12:53










          • Just to explain how it works, you can upvote as many answers as you please, by clicking on the up arrow. This just means that you consider it valuable. You can only accept one, by checking it. This means it answered your question. You can upvote and accept the same answer. Accepting an answer is encouraged, when appropriate, since people browsing the questions will see that it has been addressed to the OP's satisfaction.
            – saulspatz
            Jul 27 at 12:59










          • I did up-vote both however due to the new joiner limitations unfortunately, it will not show until I get over 15 reputation. Once I gain a bit more reputation this should tick through.
            – user10052900
            Jul 27 at 13:09
















          • Thank you for your reply, I marked the other answer as correct just on that basis that on my end this other answer was posted first, although they were equally as valuable.
            – user10052900
            Jul 27 at 12:53










          • Just to explain how it works, you can upvote as many answers as you please, by clicking on the up arrow. This just means that you consider it valuable. You can only accept one, by checking it. This means it answered your question. You can upvote and accept the same answer. Accepting an answer is encouraged, when appropriate, since people browsing the questions will see that it has been addressed to the OP's satisfaction.
            – saulspatz
            Jul 27 at 12:59










          • I did up-vote both however due to the new joiner limitations unfortunately, it will not show until I get over 15 reputation. Once I gain a bit more reputation this should tick through.
            – user10052900
            Jul 27 at 13:09















          Thank you for your reply, I marked the other answer as correct just on that basis that on my end this other answer was posted first, although they were equally as valuable.
          – user10052900
          Jul 27 at 12:53




          Thank you for your reply, I marked the other answer as correct just on that basis that on my end this other answer was posted first, although they were equally as valuable.
          – user10052900
          Jul 27 at 12:53












          Just to explain how it works, you can upvote as many answers as you please, by clicking on the up arrow. This just means that you consider it valuable. You can only accept one, by checking it. This means it answered your question. You can upvote and accept the same answer. Accepting an answer is encouraged, when appropriate, since people browsing the questions will see that it has been addressed to the OP's satisfaction.
          – saulspatz
          Jul 27 at 12:59




          Just to explain how it works, you can upvote as many answers as you please, by clicking on the up arrow. This just means that you consider it valuable. You can only accept one, by checking it. This means it answered your question. You can upvote and accept the same answer. Accepting an answer is encouraged, when appropriate, since people browsing the questions will see that it has been addressed to the OP's satisfaction.
          – saulspatz
          Jul 27 at 12:59












          I did up-vote both however due to the new joiner limitations unfortunately, it will not show until I get over 15 reputation. Once I gain a bit more reputation this should tick through.
          – user10052900
          Jul 27 at 13:09




          I did up-vote both however due to the new joiner limitations unfortunately, it will not show until I get over 15 reputation. Once I gain a bit more reputation this should tick through.
          – user10052900
          Jul 27 at 13:09












           

          draft saved


          draft discarded


























           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2864364%2fexponential-fraction-simplification%23new-answer', 'question_page');

          );

          Post as a guest













































































          Comments

          Popular posts from this blog

          What is the equation of a 3D cone with generalised tilt?

          Color the edges and diagonals of a regular polygon

          Relationship between determinant of matrix and determinant of adjoint?