Root of exponential equationFind the Solution of the Exponential Equation?Solving equation of form $x =...
How would a race of humanoids with tails design [vehicle] seats?
Do any languages mark social distinctions other than gender and status?
Why didn't Aboriginal Australians discover agriculture?
Given a Fibonacci number , find the next Fibonacci number
How can a stock trade for a fraction of a cent?
It's right here. It's very very far
Protecting yourself against OSINT?
Grade changes with auto grader
Can I reproduce this in Latex
As a vegetarian, how can I deal with microwaves smelling of meat and fish?
Image Manipulation Software That Is Extendable With Custom Filters
Options for passes to national parks in Arizona/Utah for 5 people travelling in one car
What plausible reasons why people forget they didn't originally live on this new planet?
Why apt asking to uninstall GIMP when installing ardour?
Is using a photo reference for pose fair use?
is it biologically possible for a creature that can be compatible to reproduce with any creature?
What are the advantages to banks being located in the City of London (the Square Mile)?
Is this really played by 2200+ players?
Should I respond to a sabotage accusation e-mail at work?
Matrix class in C#
When and why did the House rules change to permit an inquiry without a vote?
What does "away to insignificance" mean?
In this scene from the novel, 'The Martian', by Andy Weir, how does Mark Watney store hydrogen made from water in the tank?
Probability of a 500 year flood occuring in the next 100 years - comparison of approaches
Root of exponential equation
Find the Solution of the Exponential Equation?Solving equation of form $x = -a/ln(bx)$Equation with three exponential levelsFind roots of ln equationManipulating problem for Lambert w function (Finding roots of equation)Number of real roots of equation $e^{cos x} - e^{-cos x} - 4 = 0$?A uses 100nlog(n) operations while B uses n^(1.5) operations. Determine the value n0 such that A is better than B for n ≥ n0 assuming log base 2$e^{-x}-x=0$ solution procedureAn exponential - logarithmic equation / inequality
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{
margin-bottom:0;
}
.everyonelovesstackoverflow{position:absolute;height:1px;width:1px;opacity:0;top:0;left:0;pointer-events:none;}
$begingroup$
I am trying to find the roots of the equation
$$
e^{x} -cos x = 0.
$$
Used the Lambert W function to arrive at
$$
x = W(xcos x),
$$
but I don't know how to proceed from there to get the explicit roots. Any help is much welcome
logarithms
$endgroup$
add a comment
|
$begingroup$
I am trying to find the roots of the equation
$$
e^{x} -cos x = 0.
$$
Used the Lambert W function to arrive at
$$
x = W(xcos x),
$$
but I don't know how to proceed from there to get the explicit roots. Any help is much welcome
logarithms
$endgroup$
$begingroup$
I think you will need a numerical method.
$endgroup$
– Dr. Sonnhard Graubner
8 hours ago
$begingroup$
@Sonnhard what numerical method would you suggest?
$endgroup$
– DYBnor
8 hours ago
$begingroup$
The Newton Raphson method
$endgroup$
– Dr. Sonnhard Graubner
8 hours ago
add a comment
|
$begingroup$
I am trying to find the roots of the equation
$$
e^{x} -cos x = 0.
$$
Used the Lambert W function to arrive at
$$
x = W(xcos x),
$$
but I don't know how to proceed from there to get the explicit roots. Any help is much welcome
logarithms
$endgroup$
I am trying to find the roots of the equation
$$
e^{x} -cos x = 0.
$$
Used the Lambert W function to arrive at
$$
x = W(xcos x),
$$
but I don't know how to proceed from there to get the explicit roots. Any help is much welcome
logarithms
logarithms
asked 9 hours ago
DYBnorDYBnor
1046 bronze badges
1046 bronze badges
$begingroup$
I think you will need a numerical method.
$endgroup$
– Dr. Sonnhard Graubner
8 hours ago
$begingroup$
@Sonnhard what numerical method would you suggest?
$endgroup$
– DYBnor
8 hours ago
$begingroup$
The Newton Raphson method
$endgroup$
– Dr. Sonnhard Graubner
8 hours ago
add a comment
|
$begingroup$
I think you will need a numerical method.
$endgroup$
– Dr. Sonnhard Graubner
8 hours ago
$begingroup$
@Sonnhard what numerical method would you suggest?
$endgroup$
– DYBnor
8 hours ago
$begingroup$
The Newton Raphson method
$endgroup$
– Dr. Sonnhard Graubner
8 hours ago
$begingroup$
I think you will need a numerical method.
$endgroup$
– Dr. Sonnhard Graubner
8 hours ago
$begingroup$
I think you will need a numerical method.
$endgroup$
– Dr. Sonnhard Graubner
8 hours ago
$begingroup$
@Sonnhard what numerical method would you suggest?
$endgroup$
– DYBnor
8 hours ago
$begingroup$
@Sonnhard what numerical method would you suggest?
$endgroup$
– DYBnor
8 hours ago
$begingroup$
The Newton Raphson method
$endgroup$
– Dr. Sonnhard Graubner
8 hours ago
$begingroup$
The Newton Raphson method
$endgroup$
– Dr. Sonnhard Graubner
8 hours ago
add a comment
|
3 Answers
3
active
oldest
votes
$begingroup$
Since $-1le cos xle 1$ and $e^x>0$ with $e^x>1, ; x>0$, by IVT we have infinitely many solutions for $xle 0$, one is the trivial $x=0$ the others can by found by numerical methods.
Notably we have $2$ not trivial roots for each pair of intervals with $x<0$ such that $0<cos x<1$ that is for $n=0,1,2,dots$ that is
$$-frac{pi}2 -2pi n pi <x<-2pi n$$
$$-2pi-2pi n<x<-frac32 pi -2pi n$$
Note also that for $|x|$ very large, roots are well approximated by the roots for $cos x=0$ with $x<0$ that is $xapprox -frac{pi}2-npi$.
$endgroup$
add a comment
|
$begingroup$
You could use numerical methods
You could use maclaurin's expansion
$e^x-cos x = x+x^2+frac{x^3}{6}$
Upto 3 degree would be good
Now this becomes a cubic equation
$x=0$
Now this becomes a quadratic equation
$1+x+frac{x^2}{6}$
Roots are -4.725,-1.281
$endgroup$
add a comment
|
$begingroup$
A supposed hint is that by using the Mclaurin-series for both the $e^x$ and $cos(x)$, we can arrive at this;
$$x^2sum_{k=0}^{infty}frac{x^{4k}}{(4k+2)!}+frac{1}{2}sinhleft(xright)=0$$
Now take,
$a=sum_{k=0}^{infty}frac{x^{4k}}{(4k+2)!}$
Now we can get different expressions for the same thing;
$$lnleft(-2x^{2}a+sqrt{4x^{4}a^{2}+1}right)-x=0$$
$$e^{x}4x^{2}a+e^{2x}-1=0$$
New contributor
$endgroup$
add a comment
|
Your Answer
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/4.0/"u003ecc by-sa 4.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%2f3391869%2froot-of-exponential-equation%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$
Since $-1le cos xle 1$ and $e^x>0$ with $e^x>1, ; x>0$, by IVT we have infinitely many solutions for $xle 0$, one is the trivial $x=0$ the others can by found by numerical methods.
Notably we have $2$ not trivial roots for each pair of intervals with $x<0$ such that $0<cos x<1$ that is for $n=0,1,2,dots$ that is
$$-frac{pi}2 -2pi n pi <x<-2pi n$$
$$-2pi-2pi n<x<-frac32 pi -2pi n$$
Note also that for $|x|$ very large, roots are well approximated by the roots for $cos x=0$ with $x<0$ that is $xapprox -frac{pi}2-npi$.
$endgroup$
add a comment
|
$begingroup$
Since $-1le cos xle 1$ and $e^x>0$ with $e^x>1, ; x>0$, by IVT we have infinitely many solutions for $xle 0$, one is the trivial $x=0$ the others can by found by numerical methods.
Notably we have $2$ not trivial roots for each pair of intervals with $x<0$ such that $0<cos x<1$ that is for $n=0,1,2,dots$ that is
$$-frac{pi}2 -2pi n pi <x<-2pi n$$
$$-2pi-2pi n<x<-frac32 pi -2pi n$$
Note also that for $|x|$ very large, roots are well approximated by the roots for $cos x=0$ with $x<0$ that is $xapprox -frac{pi}2-npi$.
$endgroup$
add a comment
|
$begingroup$
Since $-1le cos xle 1$ and $e^x>0$ with $e^x>1, ; x>0$, by IVT we have infinitely many solutions for $xle 0$, one is the trivial $x=0$ the others can by found by numerical methods.
Notably we have $2$ not trivial roots for each pair of intervals with $x<0$ such that $0<cos x<1$ that is for $n=0,1,2,dots$ that is
$$-frac{pi}2 -2pi n pi <x<-2pi n$$
$$-2pi-2pi n<x<-frac32 pi -2pi n$$
Note also that for $|x|$ very large, roots are well approximated by the roots for $cos x=0$ with $x<0$ that is $xapprox -frac{pi}2-npi$.
$endgroup$
Since $-1le cos xle 1$ and $e^x>0$ with $e^x>1, ; x>0$, by IVT we have infinitely many solutions for $xle 0$, one is the trivial $x=0$ the others can by found by numerical methods.
Notably we have $2$ not trivial roots for each pair of intervals with $x<0$ such that $0<cos x<1$ that is for $n=0,1,2,dots$ that is
$$-frac{pi}2 -2pi n pi <x<-2pi n$$
$$-2pi-2pi n<x<-frac32 pi -2pi n$$
Note also that for $|x|$ very large, roots are well approximated by the roots for $cos x=0$ with $x<0$ that is $xapprox -frac{pi}2-npi$.
edited 8 hours ago
answered 8 hours ago
gimusigimusi
98.1k9 gold badges47 silver badges96 bronze badges
98.1k9 gold badges47 silver badges96 bronze badges
add a comment
|
add a comment
|
$begingroup$
You could use numerical methods
You could use maclaurin's expansion
$e^x-cos x = x+x^2+frac{x^3}{6}$
Upto 3 degree would be good
Now this becomes a cubic equation
$x=0$
Now this becomes a quadratic equation
$1+x+frac{x^2}{6}$
Roots are -4.725,-1.281
$endgroup$
add a comment
|
$begingroup$
You could use numerical methods
You could use maclaurin's expansion
$e^x-cos x = x+x^2+frac{x^3}{6}$
Upto 3 degree would be good
Now this becomes a cubic equation
$x=0$
Now this becomes a quadratic equation
$1+x+frac{x^2}{6}$
Roots are -4.725,-1.281
$endgroup$
add a comment
|
$begingroup$
You could use numerical methods
You could use maclaurin's expansion
$e^x-cos x = x+x^2+frac{x^3}{6}$
Upto 3 degree would be good
Now this becomes a cubic equation
$x=0$
Now this becomes a quadratic equation
$1+x+frac{x^2}{6}$
Roots are -4.725,-1.281
$endgroup$
You could use numerical methods
You could use maclaurin's expansion
$e^x-cos x = x+x^2+frac{x^3}{6}$
Upto 3 degree would be good
Now this becomes a cubic equation
$x=0$
Now this becomes a quadratic equation
$1+x+frac{x^2}{6}$
Roots are -4.725,-1.281
answered 8 hours ago
Harshit GuptaHarshit Gupta
62113 bronze badges
62113 bronze badges
add a comment
|
add a comment
|
$begingroup$
A supposed hint is that by using the Mclaurin-series for both the $e^x$ and $cos(x)$, we can arrive at this;
$$x^2sum_{k=0}^{infty}frac{x^{4k}}{(4k+2)!}+frac{1}{2}sinhleft(xright)=0$$
Now take,
$a=sum_{k=0}^{infty}frac{x^{4k}}{(4k+2)!}$
Now we can get different expressions for the same thing;
$$lnleft(-2x^{2}a+sqrt{4x^{4}a^{2}+1}right)-x=0$$
$$e^{x}4x^{2}a+e^{2x}-1=0$$
New contributor
$endgroup$
add a comment
|
$begingroup$
A supposed hint is that by using the Mclaurin-series for both the $e^x$ and $cos(x)$, we can arrive at this;
$$x^2sum_{k=0}^{infty}frac{x^{4k}}{(4k+2)!}+frac{1}{2}sinhleft(xright)=0$$
Now take,
$a=sum_{k=0}^{infty}frac{x^{4k}}{(4k+2)!}$
Now we can get different expressions for the same thing;
$$lnleft(-2x^{2}a+sqrt{4x^{4}a^{2}+1}right)-x=0$$
$$e^{x}4x^{2}a+e^{2x}-1=0$$
New contributor
$endgroup$
add a comment
|
$begingroup$
A supposed hint is that by using the Mclaurin-series for both the $e^x$ and $cos(x)$, we can arrive at this;
$$x^2sum_{k=0}^{infty}frac{x^{4k}}{(4k+2)!}+frac{1}{2}sinhleft(xright)=0$$
Now take,
$a=sum_{k=0}^{infty}frac{x^{4k}}{(4k+2)!}$
Now we can get different expressions for the same thing;
$$lnleft(-2x^{2}a+sqrt{4x^{4}a^{2}+1}right)-x=0$$
$$e^{x}4x^{2}a+e^{2x}-1=0$$
New contributor
$endgroup$
A supposed hint is that by using the Mclaurin-series for both the $e^x$ and $cos(x)$, we can arrive at this;
$$x^2sum_{k=0}^{infty}frac{x^{4k}}{(4k+2)!}+frac{1}{2}sinhleft(xright)=0$$
Now take,
$a=sum_{k=0}^{infty}frac{x^{4k}}{(4k+2)!}$
Now we can get different expressions for the same thing;
$$lnleft(-2x^{2}a+sqrt{4x^{4}a^{2}+1}right)-x=0$$
$$e^{x}4x^{2}a+e^{2x}-1=0$$
New contributor
New contributor
answered 7 hours ago
fishfagfishfag
2907 bronze badges
2907 bronze badges
New contributor
New contributor
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%2f3391869%2froot-of-exponential-equation%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
$begingroup$
I think you will need a numerical method.
$endgroup$
– Dr. Sonnhard Graubner
8 hours ago
$begingroup$
@Sonnhard what numerical method would you suggest?
$endgroup$
– DYBnor
8 hours ago
$begingroup$
The Newton Raphson method
$endgroup$
– Dr. Sonnhard Graubner
8 hours ago