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}$$
logarithms
add a comment |
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}$$
logarithms
add a comment |
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}$$
logarithms
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
logarithms
edited Oct 2 at 10:55
José Carlos Santos
145k22115214
145k22115214
asked Oct 2 at 10:44
Carstairs
142
142
add a comment |
add a comment |
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.
add a comment |
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$$
add a comment |
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.
add a comment |
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.
add a comment |
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.
$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.
edited Oct 2 at 11:05
answered Oct 2 at 10:54
Henno Brandsma
103k345112
103k345112
add a comment |
add a comment |
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$$
add a comment |
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$$
add a comment |
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$$
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$$
edited Nov 19 at 4:14
answered Oct 2 at 12:16
KM101
3,534417
3,534417
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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