Find $x$ such that $5^x - sqrt{2x} -log_2{x} = 22$
$begingroup$
Find $x$ such that $5^x - sqrt{2x} -log_2{x} = 22$.
I have observed that the solution of this equation should be $x = 2$, I also plotted the graph of the function $f(x) = 5^x - sqrt{2x} -log_2{x}$, and it looks like an increasing function, so the solution should be unique.
However my problem is proving that this solution is unique, and showing that the function is increasing using its derivative does not seem to work, as the expression is pretty ugly.
Do you have any suggestions on how to solve this without using the derivative?
real-analysis exponential-function
$endgroup$
add a comment |
$begingroup$
Find $x$ such that $5^x - sqrt{2x} -log_2{x} = 22$.
I have observed that the solution of this equation should be $x = 2$, I also plotted the graph of the function $f(x) = 5^x - sqrt{2x} -log_2{x}$, and it looks like an increasing function, so the solution should be unique.
However my problem is proving that this solution is unique, and showing that the function is increasing using its derivative does not seem to work, as the expression is pretty ugly.
Do you have any suggestions on how to solve this without using the derivative?
real-analysis exponential-function
$endgroup$
1
$begingroup$
Have you looked at the second derivative?
$endgroup$
– saulspatz
Jan 6 at 23:47
$begingroup$
Yes, I have, it's not any nicer.
$endgroup$
– Sandel
Jan 6 at 23:48
$begingroup$
it seems to me that it would always be positive, for $x$ reasonably large. Isn't that so? However, there should also be a solution near $0$ as the function goes to $infty$ as $xto0+$
$endgroup$
– saulspatz
Jan 6 at 23:53
add a comment |
$begingroup$
Find $x$ such that $5^x - sqrt{2x} -log_2{x} = 22$.
I have observed that the solution of this equation should be $x = 2$, I also plotted the graph of the function $f(x) = 5^x - sqrt{2x} -log_2{x}$, and it looks like an increasing function, so the solution should be unique.
However my problem is proving that this solution is unique, and showing that the function is increasing using its derivative does not seem to work, as the expression is pretty ugly.
Do you have any suggestions on how to solve this without using the derivative?
real-analysis exponential-function
$endgroup$
Find $x$ such that $5^x - sqrt{2x} -log_2{x} = 22$.
I have observed that the solution of this equation should be $x = 2$, I also plotted the graph of the function $f(x) = 5^x - sqrt{2x} -log_2{x}$, and it looks like an increasing function, so the solution should be unique.
However my problem is proving that this solution is unique, and showing that the function is increasing using its derivative does not seem to work, as the expression is pretty ugly.
Do you have any suggestions on how to solve this without using the derivative?
real-analysis exponential-function
real-analysis exponential-function
asked Jan 6 at 23:39
SandelSandel
1765
1765
1
$begingroup$
Have you looked at the second derivative?
$endgroup$
– saulspatz
Jan 6 at 23:47
$begingroup$
Yes, I have, it's not any nicer.
$endgroup$
– Sandel
Jan 6 at 23:48
$begingroup$
it seems to me that it would always be positive, for $x$ reasonably large. Isn't that so? However, there should also be a solution near $0$ as the function goes to $infty$ as $xto0+$
$endgroup$
– saulspatz
Jan 6 at 23:53
add a comment |
1
$begingroup$
Have you looked at the second derivative?
$endgroup$
– saulspatz
Jan 6 at 23:47
$begingroup$
Yes, I have, it's not any nicer.
$endgroup$
– Sandel
Jan 6 at 23:48
$begingroup$
it seems to me that it would always be positive, for $x$ reasonably large. Isn't that so? However, there should also be a solution near $0$ as the function goes to $infty$ as $xto0+$
$endgroup$
– saulspatz
Jan 6 at 23:53
1
1
$begingroup$
Have you looked at the second derivative?
$endgroup$
– saulspatz
Jan 6 at 23:47
$begingroup$
Have you looked at the second derivative?
$endgroup$
– saulspatz
Jan 6 at 23:47
$begingroup$
Yes, I have, it's not any nicer.
$endgroup$
– Sandel
Jan 6 at 23:48
$begingroup$
Yes, I have, it's not any nicer.
$endgroup$
– Sandel
Jan 6 at 23:48
$begingroup$
it seems to me that it would always be positive, for $x$ reasonably large. Isn't that so? However, there should also be a solution near $0$ as the function goes to $infty$ as $xto0+$
$endgroup$
– saulspatz
Jan 6 at 23:53
$begingroup$
it seems to me that it would always be positive, for $x$ reasonably large. Isn't that so? However, there should also be a solution near $0$ as the function goes to $infty$ as $xto0+$
$endgroup$
– saulspatz
Jan 6 at 23:53
add a comment |
3 Answers
3
active
oldest
votes
$begingroup$
The function is a sum of three convex functions ($5^x$, $-sqrt{2x}$ and $-log_2 x$), hence the function is itself convex. Now the limit at zero is $infty$ and $f(2)=22$. The derivative at $2$ is positive. Thus there should be exactly one more point in $]0,2[$ where the value is $22$, and no such point in $]2,infty[$.
$endgroup$
$begingroup$
If you mean his $f(x)=5^x-sqrt{2x}-log_2(x)$ then $f(2)=22$. But otherwise yes, this is a nice little shortcut.
$endgroup$
– Ben W
Jan 7 at 0:12
$begingroup$
You are right, thanks. I will fix it.
$endgroup$
– A. Pongrácz
Jan 7 at 0:17
add a comment |
$begingroup$
Actually, you should write
$$f(x)=5^x-sqrt{2x}-log_2(x)-22.$$
Now
$$f'(x)=5^xlog(5)-left(frac{sqrt{2}}{2sqrt{x}}+frac{1}{xlog(2)}right).$$
Note that
$$xmapstofrac{sqrt{2}}{2sqrt{x}}+frac{1}{xlog(2)}$$
is decreasing on $[2,infty)$, while
$$xmapsto 5^xlog(5)$$
is increasing on $[2,infty)$. Hence, $f'(x)$ is increasing on $[2,infty)$. A quick computation shows that $f'(2)>0$, and since $f'$ is increasing on $[2,infty)$ that means $f'(x)>0$ for all $[2,infty)$.
$endgroup$
add a comment |
$begingroup$
As saulspatz commented, the key point is that, since $x>0$ the second derivative is always positive.
$$f(x)=5^x- sqrt{2x}-frac{log (x)}{log (2)}-22implies f''(x)=frac{1}{2 sqrt{2} x^{3/2}}+frac{1}{x^2 log (2)}+5^x log ^2(5)$$
Atking into account the behavior of $log(x)$ close to $x=0^+$, there is another root. Expand $f(x)$ as a Taylor series at $x=0$ to get
$$f(x)=-left(frac{log (x)}{log (2)}+21right)-sqrt{2} sqrt{x}+x log
(5)+Oleft(x^{3/2}right)$$ Using the first term only
$$frac{log (x)}{log (2)}+21=0 implies x=2^{-21}approx 4.76837times 10^{-7}$$ while solving the equation using Newton method with $x_0=2^{-21}$ would give the following iterates
$$left(
begin{array}{cc}
n & x_n \
0 & 4.768371582times 10^{-7} \
1 & 4.765147490 times 10^{-7}\
2 & 4.765148580times 10^{-7}
end{array}
right)$$
$endgroup$
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%2f3064526%2ffind-x-such-that-5x-sqrt2x-log-2x-22%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
$begingroup$
The function is a sum of three convex functions ($5^x$, $-sqrt{2x}$ and $-log_2 x$), hence the function is itself convex. Now the limit at zero is $infty$ and $f(2)=22$. The derivative at $2$ is positive. Thus there should be exactly one more point in $]0,2[$ where the value is $22$, and no such point in $]2,infty[$.
$endgroup$
$begingroup$
If you mean his $f(x)=5^x-sqrt{2x}-log_2(x)$ then $f(2)=22$. But otherwise yes, this is a nice little shortcut.
$endgroup$
– Ben W
Jan 7 at 0:12
$begingroup$
You are right, thanks. I will fix it.
$endgroup$
– A. Pongrácz
Jan 7 at 0:17
add a comment |
$begingroup$
The function is a sum of three convex functions ($5^x$, $-sqrt{2x}$ and $-log_2 x$), hence the function is itself convex. Now the limit at zero is $infty$ and $f(2)=22$. The derivative at $2$ is positive. Thus there should be exactly one more point in $]0,2[$ where the value is $22$, and no such point in $]2,infty[$.
$endgroup$
$begingroup$
If you mean his $f(x)=5^x-sqrt{2x}-log_2(x)$ then $f(2)=22$. But otherwise yes, this is a nice little shortcut.
$endgroup$
– Ben W
Jan 7 at 0:12
$begingroup$
You are right, thanks. I will fix it.
$endgroup$
– A. Pongrácz
Jan 7 at 0:17
add a comment |
$begingroup$
The function is a sum of three convex functions ($5^x$, $-sqrt{2x}$ and $-log_2 x$), hence the function is itself convex. Now the limit at zero is $infty$ and $f(2)=22$. The derivative at $2$ is positive. Thus there should be exactly one more point in $]0,2[$ where the value is $22$, and no such point in $]2,infty[$.
$endgroup$
The function is a sum of three convex functions ($5^x$, $-sqrt{2x}$ and $-log_2 x$), hence the function is itself convex. Now the limit at zero is $infty$ and $f(2)=22$. The derivative at $2$ is positive. Thus there should be exactly one more point in $]0,2[$ where the value is $22$, and no such point in $]2,infty[$.
edited Jan 7 at 0:18
answered Jan 6 at 23:57
A. PongráczA. Pongrácz
5,9381929
5,9381929
$begingroup$
If you mean his $f(x)=5^x-sqrt{2x}-log_2(x)$ then $f(2)=22$. But otherwise yes, this is a nice little shortcut.
$endgroup$
– Ben W
Jan 7 at 0:12
$begingroup$
You are right, thanks. I will fix it.
$endgroup$
– A. Pongrácz
Jan 7 at 0:17
add a comment |
$begingroup$
If you mean his $f(x)=5^x-sqrt{2x}-log_2(x)$ then $f(2)=22$. But otherwise yes, this is a nice little shortcut.
$endgroup$
– Ben W
Jan 7 at 0:12
$begingroup$
You are right, thanks. I will fix it.
$endgroup$
– A. Pongrácz
Jan 7 at 0:17
$begingroup$
If you mean his $f(x)=5^x-sqrt{2x}-log_2(x)$ then $f(2)=22$. But otherwise yes, this is a nice little shortcut.
$endgroup$
– Ben W
Jan 7 at 0:12
$begingroup$
If you mean his $f(x)=5^x-sqrt{2x}-log_2(x)$ then $f(2)=22$. But otherwise yes, this is a nice little shortcut.
$endgroup$
– Ben W
Jan 7 at 0:12
$begingroup$
You are right, thanks. I will fix it.
$endgroup$
– A. Pongrácz
Jan 7 at 0:17
$begingroup$
You are right, thanks. I will fix it.
$endgroup$
– A. Pongrácz
Jan 7 at 0:17
add a comment |
$begingroup$
Actually, you should write
$$f(x)=5^x-sqrt{2x}-log_2(x)-22.$$
Now
$$f'(x)=5^xlog(5)-left(frac{sqrt{2}}{2sqrt{x}}+frac{1}{xlog(2)}right).$$
Note that
$$xmapstofrac{sqrt{2}}{2sqrt{x}}+frac{1}{xlog(2)}$$
is decreasing on $[2,infty)$, while
$$xmapsto 5^xlog(5)$$
is increasing on $[2,infty)$. Hence, $f'(x)$ is increasing on $[2,infty)$. A quick computation shows that $f'(2)>0$, and since $f'$ is increasing on $[2,infty)$ that means $f'(x)>0$ for all $[2,infty)$.
$endgroup$
add a comment |
$begingroup$
Actually, you should write
$$f(x)=5^x-sqrt{2x}-log_2(x)-22.$$
Now
$$f'(x)=5^xlog(5)-left(frac{sqrt{2}}{2sqrt{x}}+frac{1}{xlog(2)}right).$$
Note that
$$xmapstofrac{sqrt{2}}{2sqrt{x}}+frac{1}{xlog(2)}$$
is decreasing on $[2,infty)$, while
$$xmapsto 5^xlog(5)$$
is increasing on $[2,infty)$. Hence, $f'(x)$ is increasing on $[2,infty)$. A quick computation shows that $f'(2)>0$, and since $f'$ is increasing on $[2,infty)$ that means $f'(x)>0$ for all $[2,infty)$.
$endgroup$
add a comment |
$begingroup$
Actually, you should write
$$f(x)=5^x-sqrt{2x}-log_2(x)-22.$$
Now
$$f'(x)=5^xlog(5)-left(frac{sqrt{2}}{2sqrt{x}}+frac{1}{xlog(2)}right).$$
Note that
$$xmapstofrac{sqrt{2}}{2sqrt{x}}+frac{1}{xlog(2)}$$
is decreasing on $[2,infty)$, while
$$xmapsto 5^xlog(5)$$
is increasing on $[2,infty)$. Hence, $f'(x)$ is increasing on $[2,infty)$. A quick computation shows that $f'(2)>0$, and since $f'$ is increasing on $[2,infty)$ that means $f'(x)>0$ for all $[2,infty)$.
$endgroup$
Actually, you should write
$$f(x)=5^x-sqrt{2x}-log_2(x)-22.$$
Now
$$f'(x)=5^xlog(5)-left(frac{sqrt{2}}{2sqrt{x}}+frac{1}{xlog(2)}right).$$
Note that
$$xmapstofrac{sqrt{2}}{2sqrt{x}}+frac{1}{xlog(2)}$$
is decreasing on $[2,infty)$, while
$$xmapsto 5^xlog(5)$$
is increasing on $[2,infty)$. Hence, $f'(x)$ is increasing on $[2,infty)$. A quick computation shows that $f'(2)>0$, and since $f'$ is increasing on $[2,infty)$ that means $f'(x)>0$ for all $[2,infty)$.
answered Jan 6 at 23:52
Ben WBen W
2,107615
2,107615
add a comment |
add a comment |
$begingroup$
As saulspatz commented, the key point is that, since $x>0$ the second derivative is always positive.
$$f(x)=5^x- sqrt{2x}-frac{log (x)}{log (2)}-22implies f''(x)=frac{1}{2 sqrt{2} x^{3/2}}+frac{1}{x^2 log (2)}+5^x log ^2(5)$$
Atking into account the behavior of $log(x)$ close to $x=0^+$, there is another root. Expand $f(x)$ as a Taylor series at $x=0$ to get
$$f(x)=-left(frac{log (x)}{log (2)}+21right)-sqrt{2} sqrt{x}+x log
(5)+Oleft(x^{3/2}right)$$ Using the first term only
$$frac{log (x)}{log (2)}+21=0 implies x=2^{-21}approx 4.76837times 10^{-7}$$ while solving the equation using Newton method with $x_0=2^{-21}$ would give the following iterates
$$left(
begin{array}{cc}
n & x_n \
0 & 4.768371582times 10^{-7} \
1 & 4.765147490 times 10^{-7}\
2 & 4.765148580times 10^{-7}
end{array}
right)$$
$endgroup$
add a comment |
$begingroup$
As saulspatz commented, the key point is that, since $x>0$ the second derivative is always positive.
$$f(x)=5^x- sqrt{2x}-frac{log (x)}{log (2)}-22implies f''(x)=frac{1}{2 sqrt{2} x^{3/2}}+frac{1}{x^2 log (2)}+5^x log ^2(5)$$
Atking into account the behavior of $log(x)$ close to $x=0^+$, there is another root. Expand $f(x)$ as a Taylor series at $x=0$ to get
$$f(x)=-left(frac{log (x)}{log (2)}+21right)-sqrt{2} sqrt{x}+x log
(5)+Oleft(x^{3/2}right)$$ Using the first term only
$$frac{log (x)}{log (2)}+21=0 implies x=2^{-21}approx 4.76837times 10^{-7}$$ while solving the equation using Newton method with $x_0=2^{-21}$ would give the following iterates
$$left(
begin{array}{cc}
n & x_n \
0 & 4.768371582times 10^{-7} \
1 & 4.765147490 times 10^{-7}\
2 & 4.765148580times 10^{-7}
end{array}
right)$$
$endgroup$
add a comment |
$begingroup$
As saulspatz commented, the key point is that, since $x>0$ the second derivative is always positive.
$$f(x)=5^x- sqrt{2x}-frac{log (x)}{log (2)}-22implies f''(x)=frac{1}{2 sqrt{2} x^{3/2}}+frac{1}{x^2 log (2)}+5^x log ^2(5)$$
Atking into account the behavior of $log(x)$ close to $x=0^+$, there is another root. Expand $f(x)$ as a Taylor series at $x=0$ to get
$$f(x)=-left(frac{log (x)}{log (2)}+21right)-sqrt{2} sqrt{x}+x log
(5)+Oleft(x^{3/2}right)$$ Using the first term only
$$frac{log (x)}{log (2)}+21=0 implies x=2^{-21}approx 4.76837times 10^{-7}$$ while solving the equation using Newton method with $x_0=2^{-21}$ would give the following iterates
$$left(
begin{array}{cc}
n & x_n \
0 & 4.768371582times 10^{-7} \
1 & 4.765147490 times 10^{-7}\
2 & 4.765148580times 10^{-7}
end{array}
right)$$
$endgroup$
As saulspatz commented, the key point is that, since $x>0$ the second derivative is always positive.
$$f(x)=5^x- sqrt{2x}-frac{log (x)}{log (2)}-22implies f''(x)=frac{1}{2 sqrt{2} x^{3/2}}+frac{1}{x^2 log (2)}+5^x log ^2(5)$$
Atking into account the behavior of $log(x)$ close to $x=0^+$, there is another root. Expand $f(x)$ as a Taylor series at $x=0$ to get
$$f(x)=-left(frac{log (x)}{log (2)}+21right)-sqrt{2} sqrt{x}+x log
(5)+Oleft(x^{3/2}right)$$ Using the first term only
$$frac{log (x)}{log (2)}+21=0 implies x=2^{-21}approx 4.76837times 10^{-7}$$ while solving the equation using Newton method with $x_0=2^{-21}$ would give the following iterates
$$left(
begin{array}{cc}
n & x_n \
0 & 4.768371582times 10^{-7} \
1 & 4.765147490 times 10^{-7}\
2 & 4.765148580times 10^{-7}
end{array}
right)$$
answered Jan 7 at 6:20
Claude LeiboviciClaude Leibovici
119k1157132
119k1157132
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.
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%2f3064526%2ffind-x-such-that-5x-sqrt2x-log-2x-22%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
1
$begingroup$
Have you looked at the second derivative?
$endgroup$
– saulspatz
Jan 6 at 23:47
$begingroup$
Yes, I have, it's not any nicer.
$endgroup$
– Sandel
Jan 6 at 23:48
$begingroup$
it seems to me that it would always be positive, for $x$ reasonably large. Isn't that so? However, there should also be a solution near $0$ as the function goes to $infty$ as $xto0+$
$endgroup$
– saulspatz
Jan 6 at 23:53