Solving Logarithms Help











up vote
-2
down vote

favorite












I have a screenshot of the solution for a $log$ equation below, but I don't understand how the exponent of $2$ got turned into $dfrac12$. I thought it's supposed to stay a $2$ when you transfer it to the front of the $log$?



$$begin{align}
sqrt{x}&=2^{log_4(x)}&&log_4(x)=log_{2^2}(x)\
&=2^{log_{2^2}(x)}&&log_{2^2}(x)=frac12log_{2}(x)\
&=2^{frac12log_{2}(x)}\
&=sqrt{2^{log_{2}(x)}}&&a^{log_a(b)}=b\
&=sqrt{x}
end{align}$$










share|cite|improve this question




























    up vote
    -2
    down vote

    favorite












    I have a screenshot of the solution for a $log$ equation below, but I don't understand how the exponent of $2$ got turned into $dfrac12$. I thought it's supposed to stay a $2$ when you transfer it to the front of the $log$?



    $$begin{align}
    sqrt{x}&=2^{log_4(x)}&&log_4(x)=log_{2^2}(x)\
    &=2^{log_{2^2}(x)}&&log_{2^2}(x)=frac12log_{2}(x)\
    &=2^{frac12log_{2}(x)}\
    &=sqrt{2^{log_{2}(x)}}&&a^{log_a(b)}=b\
    &=sqrt{x}
    end{align}$$










    share|cite|improve this question


























      up vote
      -2
      down vote

      favorite









      up vote
      -2
      down vote

      favorite











      I have a screenshot of the solution for a $log$ equation below, but I don't understand how the exponent of $2$ got turned into $dfrac12$. I thought it's supposed to stay a $2$ when you transfer it to the front of the $log$?



      $$begin{align}
      sqrt{x}&=2^{log_4(x)}&&log_4(x)=log_{2^2}(x)\
      &=2^{log_{2^2}(x)}&&log_{2^2}(x)=frac12log_{2}(x)\
      &=2^{frac12log_{2}(x)}\
      &=sqrt{2^{log_{2}(x)}}&&a^{log_a(b)}=b\
      &=sqrt{x}
      end{align}$$










      share|cite|improve this question















      I have a screenshot of the solution for a $log$ equation below, but I don't understand how the exponent of $2$ got turned into $dfrac12$. I thought it's supposed to stay a $2$ when you transfer it to the front of the $log$?



      $$begin{align}
      sqrt{x}&=2^{log_4(x)}&&log_4(x)=log_{2^2}(x)\
      &=2^{log_{2^2}(x)}&&log_{2^2}(x)=frac12log_{2}(x)\
      &=2^{frac12log_{2}(x)}\
      &=sqrt{2^{log_{2}(x)}}&&a^{log_a(b)}=b\
      &=sqrt{x}
      end{align}$$







      logarithms






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited Oct 2 at 10:55









      José Carlos Santos

      145k22115214




      145k22115214










      asked Oct 2 at 10:44









      Carstairs

      142




      142






















          2 Answers
          2






          active

          oldest

          votes

















          up vote
          1
          down vote



          accepted










          $log_a(b)$ is by definition the unique number $p$ such that
          $a^p = b$.



          So $log{a^b}(c)$ is by definition the unique number $p$ such that
          $(a^b)^p = c$. We can write $(a^b)^p = a^{bp}$ by the rules of exponentiation. So $a^{bp} = c$ and so $bp = log_a(c)$ as the latter is the unique exponent that will give $c$ (for base $a$).
          But recall that $p = log_{a^b}(c)$ from the starting definition.



          So (with dividing both sides by $b$):



          $$blog_{a^b}(c) = log_a(c) implies log_{a^b}(c) = frac{1}{b}log_a(c)$$



          Now you can see where the $frac{1}{b}$ comes from..



          OTOH, in the identity $log_a(c^d) = dlog_a(c)$ we move the $d$ from the exponent in the argument to the front and it stays the same, while in your case above we move the $2$ in the exponent of the base $2^2$ to the front. Quite a different thing.






          share|cite|improve this answer






























            up vote
            0
            down vote













            Let’s say we have a logarithmic equation.
            $$log_b x = y longleftrightarrow b^y = x$$
            Suppose $b$ can be written as an exponent.
            $$b = a^c$$
            Rewriting the original equation this way, we get:
            $$log_{a^c} x = y longleftrightarrow(a^c)^y = x$$
            $$implies a^{cy} = x longleftrightarrow log_a x = cy$$
            $$implies y = frac{1}{c}cdotlog_a x$$
            Recall that at the beginning, we said $log_b x = y$. Therefore, we reach a conclusion.
            $$boxed{log_{a^c} x = frac{1}{c}cdotlog_a x}$$
            You confused this with the following identity, which is a different thing altogether.
            $$log_b x^a = acdotlog_b x$$






            share|cite|improve this answer























              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: 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%2f2939221%2fsolving-logarithms-help%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








              up vote
              1
              down vote



              accepted










              $log_a(b)$ is by definition the unique number $p$ such that
              $a^p = b$.



              So $log{a^b}(c)$ is by definition the unique number $p$ such that
              $(a^b)^p = c$. We can write $(a^b)^p = a^{bp}$ by the rules of exponentiation. So $a^{bp} = c$ and so $bp = log_a(c)$ as the latter is the unique exponent that will give $c$ (for base $a$).
              But recall that $p = log_{a^b}(c)$ from the starting definition.



              So (with dividing both sides by $b$):



              $$blog_{a^b}(c) = log_a(c) implies log_{a^b}(c) = frac{1}{b}log_a(c)$$



              Now you can see where the $frac{1}{b}$ comes from..



              OTOH, in the identity $log_a(c^d) = dlog_a(c)$ we move the $d$ from the exponent in the argument to the front and it stays the same, while in your case above we move the $2$ in the exponent of the base $2^2$ to the front. Quite a different thing.






              share|cite|improve this answer



























                up vote
                1
                down vote



                accepted










                $log_a(b)$ is by definition the unique number $p$ such that
                $a^p = b$.



                So $log{a^b}(c)$ is by definition the unique number $p$ such that
                $(a^b)^p = c$. We can write $(a^b)^p = a^{bp}$ by the rules of exponentiation. So $a^{bp} = c$ and so $bp = log_a(c)$ as the latter is the unique exponent that will give $c$ (for base $a$).
                But recall that $p = log_{a^b}(c)$ from the starting definition.



                So (with dividing both sides by $b$):



                $$blog_{a^b}(c) = log_a(c) implies log_{a^b}(c) = frac{1}{b}log_a(c)$$



                Now you can see where the $frac{1}{b}$ comes from..



                OTOH, in the identity $log_a(c^d) = dlog_a(c)$ we move the $d$ from the exponent in the argument to the front and it stays the same, while in your case above we move the $2$ in the exponent of the base $2^2$ to the front. Quite a different thing.






                share|cite|improve this answer

























                  up vote
                  1
                  down vote



                  accepted







                  up vote
                  1
                  down vote



                  accepted






                  $log_a(b)$ is by definition the unique number $p$ such that
                  $a^p = b$.



                  So $log{a^b}(c)$ is by definition the unique number $p$ such that
                  $(a^b)^p = c$. We can write $(a^b)^p = a^{bp}$ by the rules of exponentiation. So $a^{bp} = c$ and so $bp = log_a(c)$ as the latter is the unique exponent that will give $c$ (for base $a$).
                  But recall that $p = log_{a^b}(c)$ from the starting definition.



                  So (with dividing both sides by $b$):



                  $$blog_{a^b}(c) = log_a(c) implies log_{a^b}(c) = frac{1}{b}log_a(c)$$



                  Now you can see where the $frac{1}{b}$ comes from..



                  OTOH, in the identity $log_a(c^d) = dlog_a(c)$ we move the $d$ from the exponent in the argument to the front and it stays the same, while in your case above we move the $2$ in the exponent of the base $2^2$ to the front. Quite a different thing.






                  share|cite|improve this answer














                  $log_a(b)$ is by definition the unique number $p$ such that
                  $a^p = b$.



                  So $log{a^b}(c)$ is by definition the unique number $p$ such that
                  $(a^b)^p = c$. We can write $(a^b)^p = a^{bp}$ by the rules of exponentiation. So $a^{bp} = c$ and so $bp = log_a(c)$ as the latter is the unique exponent that will give $c$ (for base $a$).
                  But recall that $p = log_{a^b}(c)$ from the starting definition.



                  So (with dividing both sides by $b$):



                  $$blog_{a^b}(c) = log_a(c) implies log_{a^b}(c) = frac{1}{b}log_a(c)$$



                  Now you can see where the $frac{1}{b}$ comes from..



                  OTOH, in the identity $log_a(c^d) = dlog_a(c)$ we move the $d$ from the exponent in the argument to the front and it stays the same, while in your case above we move the $2$ in the exponent of the base $2^2$ to the front. Quite a different thing.







                  share|cite|improve this answer














                  share|cite|improve this answer



                  share|cite|improve this answer








                  edited Oct 2 at 11:05

























                  answered Oct 2 at 10:54









                  Henno Brandsma

                  103k345112




                  103k345112






















                      up vote
                      0
                      down vote













                      Let’s say we have a logarithmic equation.
                      $$log_b x = y longleftrightarrow b^y = x$$
                      Suppose $b$ can be written as an exponent.
                      $$b = a^c$$
                      Rewriting the original equation this way, we get:
                      $$log_{a^c} x = y longleftrightarrow(a^c)^y = x$$
                      $$implies a^{cy} = x longleftrightarrow log_a x = cy$$
                      $$implies y = frac{1}{c}cdotlog_a x$$
                      Recall that at the beginning, we said $log_b x = y$. Therefore, we reach a conclusion.
                      $$boxed{log_{a^c} x = frac{1}{c}cdotlog_a x}$$
                      You confused this with the following identity, which is a different thing altogether.
                      $$log_b x^a = acdotlog_b x$$






                      share|cite|improve this answer



























                        up vote
                        0
                        down vote













                        Let’s say we have a logarithmic equation.
                        $$log_b x = y longleftrightarrow b^y = x$$
                        Suppose $b$ can be written as an exponent.
                        $$b = a^c$$
                        Rewriting the original equation this way, we get:
                        $$log_{a^c} x = y longleftrightarrow(a^c)^y = x$$
                        $$implies a^{cy} = x longleftrightarrow log_a x = cy$$
                        $$implies y = frac{1}{c}cdotlog_a x$$
                        Recall that at the beginning, we said $log_b x = y$. Therefore, we reach a conclusion.
                        $$boxed{log_{a^c} x = frac{1}{c}cdotlog_a x}$$
                        You confused this with the following identity, which is a different thing altogether.
                        $$log_b x^a = acdotlog_b x$$






                        share|cite|improve this answer

























                          up vote
                          0
                          down vote










                          up vote
                          0
                          down vote









                          Let’s say we have a logarithmic equation.
                          $$log_b x = y longleftrightarrow b^y = x$$
                          Suppose $b$ can be written as an exponent.
                          $$b = a^c$$
                          Rewriting the original equation this way, we get:
                          $$log_{a^c} x = y longleftrightarrow(a^c)^y = x$$
                          $$implies a^{cy} = x longleftrightarrow log_a x = cy$$
                          $$implies y = frac{1}{c}cdotlog_a x$$
                          Recall that at the beginning, we said $log_b x = y$. Therefore, we reach a conclusion.
                          $$boxed{log_{a^c} x = frac{1}{c}cdotlog_a x}$$
                          You confused this with the following identity, which is a different thing altogether.
                          $$log_b x^a = acdotlog_b x$$






                          share|cite|improve this answer














                          Let’s say we have a logarithmic equation.
                          $$log_b x = y longleftrightarrow b^y = x$$
                          Suppose $b$ can be written as an exponent.
                          $$b = a^c$$
                          Rewriting the original equation this way, we get:
                          $$log_{a^c} x = y longleftrightarrow(a^c)^y = x$$
                          $$implies a^{cy} = x longleftrightarrow log_a x = cy$$
                          $$implies y = frac{1}{c}cdotlog_a x$$
                          Recall that at the beginning, we said $log_b x = y$. Therefore, we reach a conclusion.
                          $$boxed{log_{a^c} x = frac{1}{c}cdotlog_a x}$$
                          You confused this with the following identity, which is a different thing altogether.
                          $$log_b x^a = acdotlog_b x$$







                          share|cite|improve this answer














                          share|cite|improve this answer



                          share|cite|improve this answer








                          edited Nov 19 at 4:14

























                          answered Oct 2 at 12:16









                          KM101

                          3,534417




                          3,534417






























                              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.





                              Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


                              Please pay close attention to the following guidance:


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


                              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%2f2939221%2fsolving-logarithms-help%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

                              How to send String Array data to Server using php in android

                              Title Spacing in Bjornstrup Chapter, Removing Chapter Number From Contents

                              Is anime1.com a legal site for watching anime?