Expressing logarithmic equations without logs












3












$begingroup$


I've been self-studying from the amazing "Engineering Mathematics" by Stroud and Booth, and am currently learning about algebra, particularly logarithms.



There is a question which I don't understand who they've solved. Namely, I'm supposed to express the following equations without logs:



$$ln A = ln P + rn$$



The solution they provide is:



$$A = Pe^{rn}$$



But I absolutely have no idea how they got to these solutions. (I managed to "decipher" some of the similar ones piece by piece by studying the rules of logarithms).










share|cite|improve this question











$endgroup$

















    3












    $begingroup$


    I've been self-studying from the amazing "Engineering Mathematics" by Stroud and Booth, and am currently learning about algebra, particularly logarithms.



    There is a question which I don't understand who they've solved. Namely, I'm supposed to express the following equations without logs:



    $$ln A = ln P + rn$$



    The solution they provide is:



    $$A = Pe^{rn}$$



    But I absolutely have no idea how they got to these solutions. (I managed to "decipher" some of the similar ones piece by piece by studying the rules of logarithms).










    share|cite|improve this question











    $endgroup$















      3












      3








      3





      $begingroup$


      I've been self-studying from the amazing "Engineering Mathematics" by Stroud and Booth, and am currently learning about algebra, particularly logarithms.



      There is a question which I don't understand who they've solved. Namely, I'm supposed to express the following equations without logs:



      $$ln A = ln P + rn$$



      The solution they provide is:



      $$A = Pe^{rn}$$



      But I absolutely have no idea how they got to these solutions. (I managed to "decipher" some of the similar ones piece by piece by studying the rules of logarithms).










      share|cite|improve this question











      $endgroup$




      I've been self-studying from the amazing "Engineering Mathematics" by Stroud and Booth, and am currently learning about algebra, particularly logarithms.



      There is a question which I don't understand who they've solved. Namely, I'm supposed to express the following equations without logs:



      $$ln A = ln P + rn$$



      The solution they provide is:



      $$A = Pe^{rn}$$



      But I absolutely have no idea how they got to these solutions. (I managed to "decipher" some of the similar ones piece by piece by studying the rules of logarithms).







      algebra-precalculus logarithms






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited 3 hours ago









      Mutantoe

      619513




      619513










      asked 5 hours ago









      neuronneuron

      1402




      1402






















          3 Answers
          3






          active

          oldest

          votes


















          8












          $begingroup$

          The basic idea behind all basic algebraic manipulations is that you are trying to isolate some variable or expression from the rest of the equation (that is, you are trying to "solve" for $A$ in this equation by putting it on one side of the equality by itself).



          For this particular example (and indeed, most questions involving logarithms), you will have to know that the logarithm is "invertible"; just like multiplying and dividing by the same non-zero number changes nothing, taking a logarithm and then an exponential of a positive number changes nothing.



          So, when we see $ln(A)=ln(P)+rn$, we can "undo" the logarithm by taking an exponential. However, what we do to one side must also be done to the other, so we are left with the following after recalling our basic rules of exponentiation:
          $$
          A=e^{ln(A)}=e^{ln(P)+rn}=e^{ln(P)}cdot e^{rn}=Pe^{rn}
          $$






          share|cite|improve this answer










          New contributor




          ItsJustVennDiagramsBro is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.






          $endgroup$





















            4












            $begingroup$

            Hint: Write $$e^{ln(A)}=e^{ln(P)+rn}$$ and use that $$e^{ln(x)}=x$$






            share|cite|improve this answer









            $endgroup$





















              0












              $begingroup$

              There are a couple of things you must know about logarithms to understand that piece of mathematics. First, you need to know that $1=ln{e}$ and secondly you need to know the fact that you can slide whatever you've got in front of the logarithm up and make it an exponent on the thing that's inside the logarithm: $xln{y}=ln{y^x}$. And the last fact you're going to need is the fact that $ln{x}=ln{y}implies x=y$.



              $$
              ln{A}=ln{P}+rncdot 1\
              ln{A}=ln{P}+rncdot ln{e}\
              ln{A}=ln{P}+ln{e^{rn}}\
              ln{A}=ln{(Pe^{rn})}\
              A=Pe^{rn}
              $$






              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%2f3142713%2fexpressing-logarithmic-equations-without-logs%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









                8












                $begingroup$

                The basic idea behind all basic algebraic manipulations is that you are trying to isolate some variable or expression from the rest of the equation (that is, you are trying to "solve" for $A$ in this equation by putting it on one side of the equality by itself).



                For this particular example (and indeed, most questions involving logarithms), you will have to know that the logarithm is "invertible"; just like multiplying and dividing by the same non-zero number changes nothing, taking a logarithm and then an exponential of a positive number changes nothing.



                So, when we see $ln(A)=ln(P)+rn$, we can "undo" the logarithm by taking an exponential. However, what we do to one side must also be done to the other, so we are left with the following after recalling our basic rules of exponentiation:
                $$
                A=e^{ln(A)}=e^{ln(P)+rn}=e^{ln(P)}cdot e^{rn}=Pe^{rn}
                $$






                share|cite|improve this answer










                New contributor




                ItsJustVennDiagramsBro is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.






                $endgroup$


















                  8












                  $begingroup$

                  The basic idea behind all basic algebraic manipulations is that you are trying to isolate some variable or expression from the rest of the equation (that is, you are trying to "solve" for $A$ in this equation by putting it on one side of the equality by itself).



                  For this particular example (and indeed, most questions involving logarithms), you will have to know that the logarithm is "invertible"; just like multiplying and dividing by the same non-zero number changes nothing, taking a logarithm and then an exponential of a positive number changes nothing.



                  So, when we see $ln(A)=ln(P)+rn$, we can "undo" the logarithm by taking an exponential. However, what we do to one side must also be done to the other, so we are left with the following after recalling our basic rules of exponentiation:
                  $$
                  A=e^{ln(A)}=e^{ln(P)+rn}=e^{ln(P)}cdot e^{rn}=Pe^{rn}
                  $$






                  share|cite|improve this answer










                  New contributor




                  ItsJustVennDiagramsBro is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.






                  $endgroup$
















                    8












                    8








                    8





                    $begingroup$

                    The basic idea behind all basic algebraic manipulations is that you are trying to isolate some variable or expression from the rest of the equation (that is, you are trying to "solve" for $A$ in this equation by putting it on one side of the equality by itself).



                    For this particular example (and indeed, most questions involving logarithms), you will have to know that the logarithm is "invertible"; just like multiplying and dividing by the same non-zero number changes nothing, taking a logarithm and then an exponential of a positive number changes nothing.



                    So, when we see $ln(A)=ln(P)+rn$, we can "undo" the logarithm by taking an exponential. However, what we do to one side must also be done to the other, so we are left with the following after recalling our basic rules of exponentiation:
                    $$
                    A=e^{ln(A)}=e^{ln(P)+rn}=e^{ln(P)}cdot e^{rn}=Pe^{rn}
                    $$






                    share|cite|improve this answer










                    New contributor




                    ItsJustVennDiagramsBro is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                    Check out our Code of Conduct.






                    $endgroup$



                    The basic idea behind all basic algebraic manipulations is that you are trying to isolate some variable or expression from the rest of the equation (that is, you are trying to "solve" for $A$ in this equation by putting it on one side of the equality by itself).



                    For this particular example (and indeed, most questions involving logarithms), you will have to know that the logarithm is "invertible"; just like multiplying and dividing by the same non-zero number changes nothing, taking a logarithm and then an exponential of a positive number changes nothing.



                    So, when we see $ln(A)=ln(P)+rn$, we can "undo" the logarithm by taking an exponential. However, what we do to one side must also be done to the other, so we are left with the following after recalling our basic rules of exponentiation:
                    $$
                    A=e^{ln(A)}=e^{ln(P)+rn}=e^{ln(P)}cdot e^{rn}=Pe^{rn}
                    $$







                    share|cite|improve this answer










                    New contributor




                    ItsJustVennDiagramsBro is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                    Check out our Code of Conduct.









                    share|cite|improve this answer



                    share|cite|improve this answer








                    edited 5 hours ago





















                    New contributor




                    ItsJustVennDiagramsBro is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                    Check out our Code of Conduct.









                    answered 5 hours ago









                    ItsJustVennDiagramsBroItsJustVennDiagramsBro

                    1213




                    1213




                    New contributor




                    ItsJustVennDiagramsBro is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                    Check out our Code of Conduct.





                    New contributor





                    ItsJustVennDiagramsBro is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                    Check out our Code of Conduct.






                    ItsJustVennDiagramsBro is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                    Check out our Code of Conduct.























                        4












                        $begingroup$

                        Hint: Write $$e^{ln(A)}=e^{ln(P)+rn}$$ and use that $$e^{ln(x)}=x$$






                        share|cite|improve this answer









                        $endgroup$


















                          4












                          $begingroup$

                          Hint: Write $$e^{ln(A)}=e^{ln(P)+rn}$$ and use that $$e^{ln(x)}=x$$






                          share|cite|improve this answer









                          $endgroup$
















                            4












                            4








                            4





                            $begingroup$

                            Hint: Write $$e^{ln(A)}=e^{ln(P)+rn}$$ and use that $$e^{ln(x)}=x$$






                            share|cite|improve this answer









                            $endgroup$



                            Hint: Write $$e^{ln(A)}=e^{ln(P)+rn}$$ and use that $$e^{ln(x)}=x$$







                            share|cite|improve this answer












                            share|cite|improve this answer



                            share|cite|improve this answer










                            answered 5 hours ago









                            Dr. Sonnhard GraubnerDr. Sonnhard Graubner

                            77.4k42866




                            77.4k42866























                                0












                                $begingroup$

                                There are a couple of things you must know about logarithms to understand that piece of mathematics. First, you need to know that $1=ln{e}$ and secondly you need to know the fact that you can slide whatever you've got in front of the logarithm up and make it an exponent on the thing that's inside the logarithm: $xln{y}=ln{y^x}$. And the last fact you're going to need is the fact that $ln{x}=ln{y}implies x=y$.



                                $$
                                ln{A}=ln{P}+rncdot 1\
                                ln{A}=ln{P}+rncdot ln{e}\
                                ln{A}=ln{P}+ln{e^{rn}}\
                                ln{A}=ln{(Pe^{rn})}\
                                A=Pe^{rn}
                                $$






                                share|cite|improve this answer









                                $endgroup$


















                                  0












                                  $begingroup$

                                  There are a couple of things you must know about logarithms to understand that piece of mathematics. First, you need to know that $1=ln{e}$ and secondly you need to know the fact that you can slide whatever you've got in front of the logarithm up and make it an exponent on the thing that's inside the logarithm: $xln{y}=ln{y^x}$. And the last fact you're going to need is the fact that $ln{x}=ln{y}implies x=y$.



                                  $$
                                  ln{A}=ln{P}+rncdot 1\
                                  ln{A}=ln{P}+rncdot ln{e}\
                                  ln{A}=ln{P}+ln{e^{rn}}\
                                  ln{A}=ln{(Pe^{rn})}\
                                  A=Pe^{rn}
                                  $$






                                  share|cite|improve this answer









                                  $endgroup$
















                                    0












                                    0








                                    0





                                    $begingroup$

                                    There are a couple of things you must know about logarithms to understand that piece of mathematics. First, you need to know that $1=ln{e}$ and secondly you need to know the fact that you can slide whatever you've got in front of the logarithm up and make it an exponent on the thing that's inside the logarithm: $xln{y}=ln{y^x}$. And the last fact you're going to need is the fact that $ln{x}=ln{y}implies x=y$.



                                    $$
                                    ln{A}=ln{P}+rncdot 1\
                                    ln{A}=ln{P}+rncdot ln{e}\
                                    ln{A}=ln{P}+ln{e^{rn}}\
                                    ln{A}=ln{(Pe^{rn})}\
                                    A=Pe^{rn}
                                    $$






                                    share|cite|improve this answer









                                    $endgroup$



                                    There are a couple of things you must know about logarithms to understand that piece of mathematics. First, you need to know that $1=ln{e}$ and secondly you need to know the fact that you can slide whatever you've got in front of the logarithm up and make it an exponent on the thing that's inside the logarithm: $xln{y}=ln{y^x}$. And the last fact you're going to need is the fact that $ln{x}=ln{y}implies x=y$.



                                    $$
                                    ln{A}=ln{P}+rncdot 1\
                                    ln{A}=ln{P}+rncdot ln{e}\
                                    ln{A}=ln{P}+ln{e^{rn}}\
                                    ln{A}=ln{(Pe^{rn})}\
                                    A=Pe^{rn}
                                    $$







                                    share|cite|improve this answer












                                    share|cite|improve this answer



                                    share|cite|improve this answer










                                    answered 5 hours ago









                                    Michael RybkinMichael Rybkin

                                    3,695420




                                    3,695420






























                                        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%2f3142713%2fexpressing-logarithmic-equations-without-logs%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

                                        宮崎県

                                        濃尾地震

                                        シテ島