Expressing logarithmic equations without logs












4












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

















    4












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















      4












      4








      4





      $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 4 hours ago









      Mutantoe

      619513




      619513










      asked 6 hours ago









      neuronneuron

      1452




      1452






















          4 Answers
          4






          active

          oldest

          votes


















          11












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





















                0












                $begingroup$

                A key intuition behind logarithms is that multiplication translates to addition, i.e.



                $ln(A*B)=ln(A)+ln(P)qquad$ and
                $qquadln(A/B)=ln(A)-ln(P)$



                We can use this to solve your equation



                $begin{align}
                ln(A)&=ln(P)+rnnewline
                ln(A)-ln(P)&=rnnewline
                ln(A/P)&=rnnewline
                A/P&=e^{rn}newline
                A&=Pe^{rn}
                end{align}$






                share|cite|improve this answer








                New contributor




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






                $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

























                  4 Answers
                  4






                  active

                  oldest

                  votes








                  4 Answers
                  4






                  active

                  oldest

                  votes









                  active

                  oldest

                  votes






                  active

                  oldest

                  votes









                  11












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


















                    11












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
















                      11












                      11








                      11





                      $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

                      1514




                      1514




                      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,710420




                                      3,710420























                                          0












                                          $begingroup$

                                          A key intuition behind logarithms is that multiplication translates to addition, i.e.



                                          $ln(A*B)=ln(A)+ln(P)qquad$ and
                                          $qquadln(A/B)=ln(A)-ln(P)$



                                          We can use this to solve your equation



                                          $begin{align}
                                          ln(A)&=ln(P)+rnnewline
                                          ln(A)-ln(P)&=rnnewline
                                          ln(A/P)&=rnnewline
                                          A/P&=e^{rn}newline
                                          A&=Pe^{rn}
                                          end{align}$






                                          share|cite|improve this answer








                                          New contributor




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






                                          $endgroup$


















                                            0












                                            $begingroup$

                                            A key intuition behind logarithms is that multiplication translates to addition, i.e.



                                            $ln(A*B)=ln(A)+ln(P)qquad$ and
                                            $qquadln(A/B)=ln(A)-ln(P)$



                                            We can use this to solve your equation



                                            $begin{align}
                                            ln(A)&=ln(P)+rnnewline
                                            ln(A)-ln(P)&=rnnewline
                                            ln(A/P)&=rnnewline
                                            A/P&=e^{rn}newline
                                            A&=Pe^{rn}
                                            end{align}$






                                            share|cite|improve this answer








                                            New contributor




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






                                            $endgroup$
















                                              0












                                              0








                                              0





                                              $begingroup$

                                              A key intuition behind logarithms is that multiplication translates to addition, i.e.



                                              $ln(A*B)=ln(A)+ln(P)qquad$ and
                                              $qquadln(A/B)=ln(A)-ln(P)$



                                              We can use this to solve your equation



                                              $begin{align}
                                              ln(A)&=ln(P)+rnnewline
                                              ln(A)-ln(P)&=rnnewline
                                              ln(A/P)&=rnnewline
                                              A/P&=e^{rn}newline
                                              A&=Pe^{rn}
                                              end{align}$






                                              share|cite|improve this answer








                                              New contributor




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






                                              $endgroup$



                                              A key intuition behind logarithms is that multiplication translates to addition, i.e.



                                              $ln(A*B)=ln(A)+ln(P)qquad$ and
                                              $qquadln(A/B)=ln(A)-ln(P)$



                                              We can use this to solve your equation



                                              $begin{align}
                                              ln(A)&=ln(P)+rnnewline
                                              ln(A)-ln(P)&=rnnewline
                                              ln(A/P)&=rnnewline
                                              A/P&=e^{rn}newline
                                              A&=Pe^{rn}
                                              end{align}$







                                              share|cite|improve this answer








                                              New contributor




                                              t_d_milan 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






                                              New contributor




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









                                              answered 34 mins ago









                                              t_d_milant_d_milan

                                              1




                                              1




                                              New contributor




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





                                              New contributor





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






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






























                                                  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

                                                  Paul Cézanne

                                                  UIScrollView CustomStickyHeader Resize height generates problems when scroll is too fast

                                                  Angular material date-picker (MatDatepicker) auto completes the date on focus out