If $(1 + x)^{10} = 2.5$, what is $x$?
$begingroup$
If
$$(1 + x)^{10} = 2.5$$
, the next step would be
$$10 * log(1 + x) = log(2.5)$$
$$log(1 + x) = frac{log(2.5)}{10}$$
. This is where I am stuck. I know that
$$log_{b}(a + c) = log_{b}(a) + log_bleft( 1 + frac{c}{a} right)$$
, but that does not help me in any way.
logarithms exponentiation
$endgroup$
add a comment |
$begingroup$
If
$$(1 + x)^{10} = 2.5$$
, the next step would be
$$10 * log(1 + x) = log(2.5)$$
$$log(1 + x) = frac{log(2.5)}{10}$$
. This is where I am stuck. I know that
$$log_{b}(a + c) = log_{b}(a) + log_bleft( 1 + frac{c}{a} right)$$
, but that does not help me in any way.
logarithms exponentiation
$endgroup$
5
$begingroup$
Just exponentiate both sides to get rid of the $log$ on the left.
$endgroup$
– user3482749
Jan 23 at 14:37
$begingroup$
Alternatively: if $(1+x)^{10} = 2.5$ then $1+x$ is $2.5^{1/10}$. Subtract one.
$endgroup$
– Florian
Jan 23 at 14:41
1
$begingroup$
This isn't quite true. $log (1+x)^{10} = 10cdot log |1+x|$
$endgroup$
– Jakobian
Jan 23 at 14:42
add a comment |
$begingroup$
If
$$(1 + x)^{10} = 2.5$$
, the next step would be
$$10 * log(1 + x) = log(2.5)$$
$$log(1 + x) = frac{log(2.5)}{10}$$
. This is where I am stuck. I know that
$$log_{b}(a + c) = log_{b}(a) + log_bleft( 1 + frac{c}{a} right)$$
, but that does not help me in any way.
logarithms exponentiation
$endgroup$
If
$$(1 + x)^{10} = 2.5$$
, the next step would be
$$10 * log(1 + x) = log(2.5)$$
$$log(1 + x) = frac{log(2.5)}{10}$$
. This is where I am stuck. I know that
$$log_{b}(a + c) = log_{b}(a) + log_bleft( 1 + frac{c}{a} right)$$
, but that does not help me in any way.
logarithms exponentiation
logarithms exponentiation
asked Jan 23 at 14:36
NemgathosNemgathos
1374
1374
5
$begingroup$
Just exponentiate both sides to get rid of the $log$ on the left.
$endgroup$
– user3482749
Jan 23 at 14:37
$begingroup$
Alternatively: if $(1+x)^{10} = 2.5$ then $1+x$ is $2.5^{1/10}$. Subtract one.
$endgroup$
– Florian
Jan 23 at 14:41
1
$begingroup$
This isn't quite true. $log (1+x)^{10} = 10cdot log |1+x|$
$endgroup$
– Jakobian
Jan 23 at 14:42
add a comment |
5
$begingroup$
Just exponentiate both sides to get rid of the $log$ on the left.
$endgroup$
– user3482749
Jan 23 at 14:37
$begingroup$
Alternatively: if $(1+x)^{10} = 2.5$ then $1+x$ is $2.5^{1/10}$. Subtract one.
$endgroup$
– Florian
Jan 23 at 14:41
1
$begingroup$
This isn't quite true. $log (1+x)^{10} = 10cdot log |1+x|$
$endgroup$
– Jakobian
Jan 23 at 14:42
5
5
$begingroup$
Just exponentiate both sides to get rid of the $log$ on the left.
$endgroup$
– user3482749
Jan 23 at 14:37
$begingroup$
Just exponentiate both sides to get rid of the $log$ on the left.
$endgroup$
– user3482749
Jan 23 at 14:37
$begingroup$
Alternatively: if $(1+x)^{10} = 2.5$ then $1+x$ is $2.5^{1/10}$. Subtract one.
$endgroup$
– Florian
Jan 23 at 14:41
$begingroup$
Alternatively: if $(1+x)^{10} = 2.5$ then $1+x$ is $2.5^{1/10}$. Subtract one.
$endgroup$
– Florian
Jan 23 at 14:41
1
1
$begingroup$
This isn't quite true. $log (1+x)^{10} = 10cdot log |1+x|$
$endgroup$
– Jakobian
Jan 23 at 14:42
$begingroup$
This isn't quite true. $log (1+x)^{10} = 10cdot log |1+x|$
$endgroup$
– Jakobian
Jan 23 at 14:42
add a comment |
4 Answers
4
active
oldest
votes
$begingroup$
When the unknown isn't the exponent, but the base, then logarithms aren't the most natural solution. Roots are:
$$
(1+x)^{10} = 2.5\
1+x = pmsqrt[10]{2.5}\
x = -1pmsqrt[10]{2.5}
$$
$endgroup$
$begingroup$
Roots of $2.5$ maybe?
$endgroup$
– Oscar Lanzi
Jan 23 at 14:45
1
$begingroup$
@OscarLanzi Sure. That might be a good idea.
$endgroup$
– Arthur
Jan 23 at 14:46
add a comment |
$begingroup$
Just, $$x=2.5^{0.1}-1$$ or $$x=-2.5^{0.1}-1.$$
$endgroup$
add a comment |
$begingroup$
$(1+x)^{10} = 2.5$ (original equation)
$1+x = sqrt[10]{2.5} $ (take 10th root of both sides)
$1+x = pm1.09596... $ (simplify)
$x = 0.09596...$ (subtract 1 on both sides, positive root)
or
$x = -2.09596... $ (subtract 1 on both sides, negative root)
$endgroup$
add a comment |
$begingroup$
If the equation $log(1+x) = frac{log(2.5)}{10}$ holds then this equation holds no matter what base the logs were taken in (as long as the logs on both sides were taken to same base). Make sure you see why.
Calculate $a=log_e(2.5)$. Then $1+x = e^{a/10}$ which gives $x= e^{a/10}-1$.
If you are more comfortable working base 10, then
$a=log_{10}(2.5)$. Then $1+x = 10^{a/10}$ which gives $x= 10^{a/10}-1$.
ETA: you should check that this answer and Arthur's above give the same result.
$endgroup$
2
$begingroup$
Taking logarithms is ok, but arriving at $log(1+x) = frac{log(2.5)}{10}$ is not. We drop a solution by saying that $log(1+x)^{10} = 10log(1+x)$ instead of $log(1+x)^{10} = 10log|x+1|$
$endgroup$
– Jakobian
Jan 23 at 14:49
$begingroup$
You are correct @Jakobian
$endgroup$
– Mike
Jan 23 at 15:11
add a comment |
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
});
}
});
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%2f3084539%2fif-1-x10-2-5-what-is-x%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
$begingroup$
When the unknown isn't the exponent, but the base, then logarithms aren't the most natural solution. Roots are:
$$
(1+x)^{10} = 2.5\
1+x = pmsqrt[10]{2.5}\
x = -1pmsqrt[10]{2.5}
$$
$endgroup$
$begingroup$
Roots of $2.5$ maybe?
$endgroup$
– Oscar Lanzi
Jan 23 at 14:45
1
$begingroup$
@OscarLanzi Sure. That might be a good idea.
$endgroup$
– Arthur
Jan 23 at 14:46
add a comment |
$begingroup$
When the unknown isn't the exponent, but the base, then logarithms aren't the most natural solution. Roots are:
$$
(1+x)^{10} = 2.5\
1+x = pmsqrt[10]{2.5}\
x = -1pmsqrt[10]{2.5}
$$
$endgroup$
$begingroup$
Roots of $2.5$ maybe?
$endgroup$
– Oscar Lanzi
Jan 23 at 14:45
1
$begingroup$
@OscarLanzi Sure. That might be a good idea.
$endgroup$
– Arthur
Jan 23 at 14:46
add a comment |
$begingroup$
When the unknown isn't the exponent, but the base, then logarithms aren't the most natural solution. Roots are:
$$
(1+x)^{10} = 2.5\
1+x = pmsqrt[10]{2.5}\
x = -1pmsqrt[10]{2.5}
$$
$endgroup$
When the unknown isn't the exponent, but the base, then logarithms aren't the most natural solution. Roots are:
$$
(1+x)^{10} = 2.5\
1+x = pmsqrt[10]{2.5}\
x = -1pmsqrt[10]{2.5}
$$
edited Jan 23 at 14:46
Jakobian
2,695721
2,695721
answered Jan 23 at 14:44
ArthurArthur
118k7117200
118k7117200
$begingroup$
Roots of $2.5$ maybe?
$endgroup$
– Oscar Lanzi
Jan 23 at 14:45
1
$begingroup$
@OscarLanzi Sure. That might be a good idea.
$endgroup$
– Arthur
Jan 23 at 14:46
add a comment |
$begingroup$
Roots of $2.5$ maybe?
$endgroup$
– Oscar Lanzi
Jan 23 at 14:45
1
$begingroup$
@OscarLanzi Sure. That might be a good idea.
$endgroup$
– Arthur
Jan 23 at 14:46
$begingroup$
Roots of $2.5$ maybe?
$endgroup$
– Oscar Lanzi
Jan 23 at 14:45
$begingroup$
Roots of $2.5$ maybe?
$endgroup$
– Oscar Lanzi
Jan 23 at 14:45
1
1
$begingroup$
@OscarLanzi Sure. That might be a good idea.
$endgroup$
– Arthur
Jan 23 at 14:46
$begingroup$
@OscarLanzi Sure. That might be a good idea.
$endgroup$
– Arthur
Jan 23 at 14:46
add a comment |
$begingroup$
Just, $$x=2.5^{0.1}-1$$ or $$x=-2.5^{0.1}-1.$$
$endgroup$
add a comment |
$begingroup$
Just, $$x=2.5^{0.1}-1$$ or $$x=-2.5^{0.1}-1.$$
$endgroup$
add a comment |
$begingroup$
Just, $$x=2.5^{0.1}-1$$ or $$x=-2.5^{0.1}-1.$$
$endgroup$
Just, $$x=2.5^{0.1}-1$$ or $$x=-2.5^{0.1}-1.$$
answered Jan 23 at 14:43
Michael RozenbergMichael Rozenberg
108k1895200
108k1895200
add a comment |
add a comment |
$begingroup$
$(1+x)^{10} = 2.5$ (original equation)
$1+x = sqrt[10]{2.5} $ (take 10th root of both sides)
$1+x = pm1.09596... $ (simplify)
$x = 0.09596...$ (subtract 1 on both sides, positive root)
or
$x = -2.09596... $ (subtract 1 on both sides, negative root)
$endgroup$
add a comment |
$begingroup$
$(1+x)^{10} = 2.5$ (original equation)
$1+x = sqrt[10]{2.5} $ (take 10th root of both sides)
$1+x = pm1.09596... $ (simplify)
$x = 0.09596...$ (subtract 1 on both sides, positive root)
or
$x = -2.09596... $ (subtract 1 on both sides, negative root)
$endgroup$
add a comment |
$begingroup$
$(1+x)^{10} = 2.5$ (original equation)
$1+x = sqrt[10]{2.5} $ (take 10th root of both sides)
$1+x = pm1.09596... $ (simplify)
$x = 0.09596...$ (subtract 1 on both sides, positive root)
or
$x = -2.09596... $ (subtract 1 on both sides, negative root)
$endgroup$
$(1+x)^{10} = 2.5$ (original equation)
$1+x = sqrt[10]{2.5} $ (take 10th root of both sides)
$1+x = pm1.09596... $ (simplify)
$x = 0.09596...$ (subtract 1 on both sides, positive root)
or
$x = -2.09596... $ (subtract 1 on both sides, negative root)
edited Jan 28 at 23:13
Marvin Cohen
160117
160117
answered Jan 28 at 4:13
DhanushDhanush
212
212
add a comment |
add a comment |
$begingroup$
If the equation $log(1+x) = frac{log(2.5)}{10}$ holds then this equation holds no matter what base the logs were taken in (as long as the logs on both sides were taken to same base). Make sure you see why.
Calculate $a=log_e(2.5)$. Then $1+x = e^{a/10}$ which gives $x= e^{a/10}-1$.
If you are more comfortable working base 10, then
$a=log_{10}(2.5)$. Then $1+x = 10^{a/10}$ which gives $x= 10^{a/10}-1$.
ETA: you should check that this answer and Arthur's above give the same result.
$endgroup$
2
$begingroup$
Taking logarithms is ok, but arriving at $log(1+x) = frac{log(2.5)}{10}$ is not. We drop a solution by saying that $log(1+x)^{10} = 10log(1+x)$ instead of $log(1+x)^{10} = 10log|x+1|$
$endgroup$
– Jakobian
Jan 23 at 14:49
$begingroup$
You are correct @Jakobian
$endgroup$
– Mike
Jan 23 at 15:11
add a comment |
$begingroup$
If the equation $log(1+x) = frac{log(2.5)}{10}$ holds then this equation holds no matter what base the logs were taken in (as long as the logs on both sides were taken to same base). Make sure you see why.
Calculate $a=log_e(2.5)$. Then $1+x = e^{a/10}$ which gives $x= e^{a/10}-1$.
If you are more comfortable working base 10, then
$a=log_{10}(2.5)$. Then $1+x = 10^{a/10}$ which gives $x= 10^{a/10}-1$.
ETA: you should check that this answer and Arthur's above give the same result.
$endgroup$
2
$begingroup$
Taking logarithms is ok, but arriving at $log(1+x) = frac{log(2.5)}{10}$ is not. We drop a solution by saying that $log(1+x)^{10} = 10log(1+x)$ instead of $log(1+x)^{10} = 10log|x+1|$
$endgroup$
– Jakobian
Jan 23 at 14:49
$begingroup$
You are correct @Jakobian
$endgroup$
– Mike
Jan 23 at 15:11
add a comment |
$begingroup$
If the equation $log(1+x) = frac{log(2.5)}{10}$ holds then this equation holds no matter what base the logs were taken in (as long as the logs on both sides were taken to same base). Make sure you see why.
Calculate $a=log_e(2.5)$. Then $1+x = e^{a/10}$ which gives $x= e^{a/10}-1$.
If you are more comfortable working base 10, then
$a=log_{10}(2.5)$. Then $1+x = 10^{a/10}$ which gives $x= 10^{a/10}-1$.
ETA: you should check that this answer and Arthur's above give the same result.
$endgroup$
If the equation $log(1+x) = frac{log(2.5)}{10}$ holds then this equation holds no matter what base the logs were taken in (as long as the logs on both sides were taken to same base). Make sure you see why.
Calculate $a=log_e(2.5)$. Then $1+x = e^{a/10}$ which gives $x= e^{a/10}-1$.
If you are more comfortable working base 10, then
$a=log_{10}(2.5)$. Then $1+x = 10^{a/10}$ which gives $x= 10^{a/10}-1$.
ETA: you should check that this answer and Arthur's above give the same result.
answered Jan 23 at 14:44
MikeMike
4,386412
4,386412
2
$begingroup$
Taking logarithms is ok, but arriving at $log(1+x) = frac{log(2.5)}{10}$ is not. We drop a solution by saying that $log(1+x)^{10} = 10log(1+x)$ instead of $log(1+x)^{10} = 10log|x+1|$
$endgroup$
– Jakobian
Jan 23 at 14:49
$begingroup$
You are correct @Jakobian
$endgroup$
– Mike
Jan 23 at 15:11
add a comment |
2
$begingroup$
Taking logarithms is ok, but arriving at $log(1+x) = frac{log(2.5)}{10}$ is not. We drop a solution by saying that $log(1+x)^{10} = 10log(1+x)$ instead of $log(1+x)^{10} = 10log|x+1|$
$endgroup$
– Jakobian
Jan 23 at 14:49
$begingroup$
You are correct @Jakobian
$endgroup$
– Mike
Jan 23 at 15:11
2
2
$begingroup$
Taking logarithms is ok, but arriving at $log(1+x) = frac{log(2.5)}{10}$ is not. We drop a solution by saying that $log(1+x)^{10} = 10log(1+x)$ instead of $log(1+x)^{10} = 10log|x+1|$
$endgroup$
– Jakobian
Jan 23 at 14:49
$begingroup$
Taking logarithms is ok, but arriving at $log(1+x) = frac{log(2.5)}{10}$ is not. We drop a solution by saying that $log(1+x)^{10} = 10log(1+x)$ instead of $log(1+x)^{10} = 10log|x+1|$
$endgroup$
– Jakobian
Jan 23 at 14:49
$begingroup$
You are correct @Jakobian
$endgroup$
– Mike
Jan 23 at 15:11
$begingroup$
You are correct @Jakobian
$endgroup$
– Mike
Jan 23 at 15:11
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.
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%2f3084539%2fif-1-x10-2-5-what-is-x%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
5
$begingroup$
Just exponentiate both sides to get rid of the $log$ on the left.
$endgroup$
– user3482749
Jan 23 at 14:37
$begingroup$
Alternatively: if $(1+x)^{10} = 2.5$ then $1+x$ is $2.5^{1/10}$. Subtract one.
$endgroup$
– Florian
Jan 23 at 14:41
1
$begingroup$
This isn't quite true. $log (1+x)^{10} = 10cdot log |1+x|$
$endgroup$
– Jakobian
Jan 23 at 14:42