Showing that there exists a solution to an equation and writing its Taylor polynomial.Write down the equation...
How could indestructible materials be used in power generation?
How can I make my BBEG immortal short of making them a Lich or Vampire?
Why is consensus so controversial in Britain?
Fully-Firstable Anagram Sets
Can a rocket refuel on Mars from water?
What to put in ESTA if staying in US for a few days before going on to Canada
Has there ever been an airliner design involving reducing generator load by installing solar panels?
Can a virus destroy the BIOS of a modern computer?
Could gravitational lensing be used to protect a spaceship from a laser?
Does a druid starting with a bow start with no arrows?
How much of data wrangling is a data scientist's job?
Why doesn't H₄O²⁺ exist?
90's TV series where a boy goes to another dimension through portal near power lines
How can I fix/modify my tub/shower combo so the water comes out of the showerhead?
What about the virus in 12 Monkeys?
What mechanic is there to disable a threat instead of killing it?
Were any external disk drives stacked vertically?
Is it possible to run Internet Explorer on OS X El Capitan?
Stopping power of mountain vs road bike
Where does SFDX store details about scratch orgs?
Why is the 'in' operator throwing an error with a string literal instead of logging false?
Blender 2.8 I can't see vertices, edges or faces in edit mode
Why "Having chlorophyll without photosynthesis is actually very dangerous" and "like living with a bomb"?
SSH "lag" in LAN on some machines, mixed distros
Showing that there exists a solution to an equation and writing its Taylor polynomial.
Write down the equation of the tangent plane and compute the Taylor series of the functionEstimate the degree of a Taylor Polynomial using its Error Termproof that Even powers of an odd function's taylor polynomial vanishFind a polynomial $Q$ of degree $k$ and a remainder function $E$ for $f(x)=frac{1}{1-x}$.Taylor polynomial QuestionProve that $T_n(x^2)$ is taylor polynomial of $f(x^2)$Can the $n^{th}$ order Taylor polynomial ever model its function perfectly?Taylor polynomial and remainderTaylor polynomial and integrationCalculating Taylor Polynomial and its error
$begingroup$
I need to show that for the equation $e^{y}+2y+x=1$, there exists a solution to $y=f(x)$ near $x=y=0$, and then I need to write $f(x)$ as its 3rd degree Taylor polynomial expanded at $x=0$. Is there any hint I could have to figure this out?
multivariable-calculus taylor-expansion implicit-function-theorem
$endgroup$
add a comment |
$begingroup$
I need to show that for the equation $e^{y}+2y+x=1$, there exists a solution to $y=f(x)$ near $x=y=0$, and then I need to write $f(x)$ as its 3rd degree Taylor polynomial expanded at $x=0$. Is there any hint I could have to figure this out?
multivariable-calculus taylor-expansion implicit-function-theorem
$endgroup$
add a comment |
$begingroup$
I need to show that for the equation $e^{y}+2y+x=1$, there exists a solution to $y=f(x)$ near $x=y=0$, and then I need to write $f(x)$ as its 3rd degree Taylor polynomial expanded at $x=0$. Is there any hint I could have to figure this out?
multivariable-calculus taylor-expansion implicit-function-theorem
$endgroup$
I need to show that for the equation $e^{y}+2y+x=1$, there exists a solution to $y=f(x)$ near $x=y=0$, and then I need to write $f(x)$ as its 3rd degree Taylor polynomial expanded at $x=0$. Is there any hint I could have to figure this out?
multivariable-calculus taylor-expansion implicit-function-theorem
multivariable-calculus taylor-expansion implicit-function-theorem
asked Mar 19 at 3:51
numericalorangenumericalorange
1,879313
1,879313
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
$$e^y+2y+x=1 tag 1$$
Obviously $(x=0,y=0)$ is solution. Expanding to series around this point :
$$y=a_1x+a_2x^2+a_3x^3+a_4x^4+a_5x^5+...$$
$$e^{a_1x+a_2x^2+a_3x^3+a_4x^4+a_5x^5+...}+2(a_1x+a_2x^2+a_3x^3+a_4x^4+a_5x^5+...)+x-1=0$$
Expanding to series leads to :
$$(3a_1+1)x+(3a_2+frac12 a_1^2)x^2+(3a_3+a_1a_2+frac16 a_1^3)x^3+...=0$$
Then we have to solve
$$3a_1+1=0$$
$$3a_2+frac12 a_1^2=0$$
$$3a_3+a_1a_2+frac16 a_1^3=0$$
$$text{etc.}$$
The result is :
$$a_1=-frac13$$
$$a_2=-frac{1}{54}$$
$$a_3=0$$
$$a_4=frac{1}{8748}$$
$$text{etc.}$$
$$y(x)=-frac13 x -frac{1}{54}x^2+frac{1}{8748}x^4+frac{1}{196830}x^5+...$$
NOTE for information :
This equation can be solved analytically, but it requires a special function.
Of course, this is not the kind of answer expected by the OP.
$$frac12 e^y=-y+frac{1-x}{2}$$
$$(-y+frac{1-x}{2})e^{-y}=frac12$$
$$(-y+frac{1-x}{2})e^{-y+frac{1-x}{2}}=frac12e^{frac{1-x}{2}} tag 2$$
The solution of an equation of this kind :
$$Xe^X=Y$$
cannot be expressed with a finit number of elementary functions. It requires a special function, namely the Lambert W function :
$$X=W(Y)$$
http://mathworld.wolfram.com/LambertW-Function.html
With $quad X=(-y+frac{1-x}{2})quad$ and $quad Y=frac12e^{frac{1-x}{2}}quad$ Eq.$(2)$ becomes $Xe^X=Y$ which solution is :
$$(-y+frac{1-x}{2})=Wleft(frac12e^{frac{1-x}{2}} right)$$
The solution of Eq.$(1)$ is :
$$y=frac{1-x}{2} - Wleft(frac12e^{frac{1-x}{2}}right)$$
Expanding the Lambert W function to series would lead to the same result as above.
$endgroup$
$begingroup$
Wow, you really took the time in helping me understand and I am truly grateful. Thank you so much for your help!
$endgroup$
– numericalorange
Mar 21 at 19:09
add a comment |
$begingroup$
For the first part, this is the implicit function theorem. For the second part, I suggest the following. Differentiate your equation to get
$y'(x)e^{y(x)}+2y'(x)+1=0.$ Then, at $x=0$, knowing that $y(0) = 0$), we get $y'(0)+2y'(0) +1=0.$ Hence, $y'(0) = -frac{1}{3}.$ For $y''(0)$ and $y'''(0)$, same idea.
$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%2f3153658%2fshowing-that-there-exists-a-solution-to-an-equation-and-writing-its-taylor-polyn%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
$begingroup$
$$e^y+2y+x=1 tag 1$$
Obviously $(x=0,y=0)$ is solution. Expanding to series around this point :
$$y=a_1x+a_2x^2+a_3x^3+a_4x^4+a_5x^5+...$$
$$e^{a_1x+a_2x^2+a_3x^3+a_4x^4+a_5x^5+...}+2(a_1x+a_2x^2+a_3x^3+a_4x^4+a_5x^5+...)+x-1=0$$
Expanding to series leads to :
$$(3a_1+1)x+(3a_2+frac12 a_1^2)x^2+(3a_3+a_1a_2+frac16 a_1^3)x^3+...=0$$
Then we have to solve
$$3a_1+1=0$$
$$3a_2+frac12 a_1^2=0$$
$$3a_3+a_1a_2+frac16 a_1^3=0$$
$$text{etc.}$$
The result is :
$$a_1=-frac13$$
$$a_2=-frac{1}{54}$$
$$a_3=0$$
$$a_4=frac{1}{8748}$$
$$text{etc.}$$
$$y(x)=-frac13 x -frac{1}{54}x^2+frac{1}{8748}x^4+frac{1}{196830}x^5+...$$
NOTE for information :
This equation can be solved analytically, but it requires a special function.
Of course, this is not the kind of answer expected by the OP.
$$frac12 e^y=-y+frac{1-x}{2}$$
$$(-y+frac{1-x}{2})e^{-y}=frac12$$
$$(-y+frac{1-x}{2})e^{-y+frac{1-x}{2}}=frac12e^{frac{1-x}{2}} tag 2$$
The solution of an equation of this kind :
$$Xe^X=Y$$
cannot be expressed with a finit number of elementary functions. It requires a special function, namely the Lambert W function :
$$X=W(Y)$$
http://mathworld.wolfram.com/LambertW-Function.html
With $quad X=(-y+frac{1-x}{2})quad$ and $quad Y=frac12e^{frac{1-x}{2}}quad$ Eq.$(2)$ becomes $Xe^X=Y$ which solution is :
$$(-y+frac{1-x}{2})=Wleft(frac12e^{frac{1-x}{2}} right)$$
The solution of Eq.$(1)$ is :
$$y=frac{1-x}{2} - Wleft(frac12e^{frac{1-x}{2}}right)$$
Expanding the Lambert W function to series would lead to the same result as above.
$endgroup$
$begingroup$
Wow, you really took the time in helping me understand and I am truly grateful. Thank you so much for your help!
$endgroup$
– numericalorange
Mar 21 at 19:09
add a comment |
$begingroup$
$$e^y+2y+x=1 tag 1$$
Obviously $(x=0,y=0)$ is solution. Expanding to series around this point :
$$y=a_1x+a_2x^2+a_3x^3+a_4x^4+a_5x^5+...$$
$$e^{a_1x+a_2x^2+a_3x^3+a_4x^4+a_5x^5+...}+2(a_1x+a_2x^2+a_3x^3+a_4x^4+a_5x^5+...)+x-1=0$$
Expanding to series leads to :
$$(3a_1+1)x+(3a_2+frac12 a_1^2)x^2+(3a_3+a_1a_2+frac16 a_1^3)x^3+...=0$$
Then we have to solve
$$3a_1+1=0$$
$$3a_2+frac12 a_1^2=0$$
$$3a_3+a_1a_2+frac16 a_1^3=0$$
$$text{etc.}$$
The result is :
$$a_1=-frac13$$
$$a_2=-frac{1}{54}$$
$$a_3=0$$
$$a_4=frac{1}{8748}$$
$$text{etc.}$$
$$y(x)=-frac13 x -frac{1}{54}x^2+frac{1}{8748}x^4+frac{1}{196830}x^5+...$$
NOTE for information :
This equation can be solved analytically, but it requires a special function.
Of course, this is not the kind of answer expected by the OP.
$$frac12 e^y=-y+frac{1-x}{2}$$
$$(-y+frac{1-x}{2})e^{-y}=frac12$$
$$(-y+frac{1-x}{2})e^{-y+frac{1-x}{2}}=frac12e^{frac{1-x}{2}} tag 2$$
The solution of an equation of this kind :
$$Xe^X=Y$$
cannot be expressed with a finit number of elementary functions. It requires a special function, namely the Lambert W function :
$$X=W(Y)$$
http://mathworld.wolfram.com/LambertW-Function.html
With $quad X=(-y+frac{1-x}{2})quad$ and $quad Y=frac12e^{frac{1-x}{2}}quad$ Eq.$(2)$ becomes $Xe^X=Y$ which solution is :
$$(-y+frac{1-x}{2})=Wleft(frac12e^{frac{1-x}{2}} right)$$
The solution of Eq.$(1)$ is :
$$y=frac{1-x}{2} - Wleft(frac12e^{frac{1-x}{2}}right)$$
Expanding the Lambert W function to series would lead to the same result as above.
$endgroup$
$begingroup$
Wow, you really took the time in helping me understand and I am truly grateful. Thank you so much for your help!
$endgroup$
– numericalorange
Mar 21 at 19:09
add a comment |
$begingroup$
$$e^y+2y+x=1 tag 1$$
Obviously $(x=0,y=0)$ is solution. Expanding to series around this point :
$$y=a_1x+a_2x^2+a_3x^3+a_4x^4+a_5x^5+...$$
$$e^{a_1x+a_2x^2+a_3x^3+a_4x^4+a_5x^5+...}+2(a_1x+a_2x^2+a_3x^3+a_4x^4+a_5x^5+...)+x-1=0$$
Expanding to series leads to :
$$(3a_1+1)x+(3a_2+frac12 a_1^2)x^2+(3a_3+a_1a_2+frac16 a_1^3)x^3+...=0$$
Then we have to solve
$$3a_1+1=0$$
$$3a_2+frac12 a_1^2=0$$
$$3a_3+a_1a_2+frac16 a_1^3=0$$
$$text{etc.}$$
The result is :
$$a_1=-frac13$$
$$a_2=-frac{1}{54}$$
$$a_3=0$$
$$a_4=frac{1}{8748}$$
$$text{etc.}$$
$$y(x)=-frac13 x -frac{1}{54}x^2+frac{1}{8748}x^4+frac{1}{196830}x^5+...$$
NOTE for information :
This equation can be solved analytically, but it requires a special function.
Of course, this is not the kind of answer expected by the OP.
$$frac12 e^y=-y+frac{1-x}{2}$$
$$(-y+frac{1-x}{2})e^{-y}=frac12$$
$$(-y+frac{1-x}{2})e^{-y+frac{1-x}{2}}=frac12e^{frac{1-x}{2}} tag 2$$
The solution of an equation of this kind :
$$Xe^X=Y$$
cannot be expressed with a finit number of elementary functions. It requires a special function, namely the Lambert W function :
$$X=W(Y)$$
http://mathworld.wolfram.com/LambertW-Function.html
With $quad X=(-y+frac{1-x}{2})quad$ and $quad Y=frac12e^{frac{1-x}{2}}quad$ Eq.$(2)$ becomes $Xe^X=Y$ which solution is :
$$(-y+frac{1-x}{2})=Wleft(frac12e^{frac{1-x}{2}} right)$$
The solution of Eq.$(1)$ is :
$$y=frac{1-x}{2} - Wleft(frac12e^{frac{1-x}{2}}right)$$
Expanding the Lambert W function to series would lead to the same result as above.
$endgroup$
$$e^y+2y+x=1 tag 1$$
Obviously $(x=0,y=0)$ is solution. Expanding to series around this point :
$$y=a_1x+a_2x^2+a_3x^3+a_4x^4+a_5x^5+...$$
$$e^{a_1x+a_2x^2+a_3x^3+a_4x^4+a_5x^5+...}+2(a_1x+a_2x^2+a_3x^3+a_4x^4+a_5x^5+...)+x-1=0$$
Expanding to series leads to :
$$(3a_1+1)x+(3a_2+frac12 a_1^2)x^2+(3a_3+a_1a_2+frac16 a_1^3)x^3+...=0$$
Then we have to solve
$$3a_1+1=0$$
$$3a_2+frac12 a_1^2=0$$
$$3a_3+a_1a_2+frac16 a_1^3=0$$
$$text{etc.}$$
The result is :
$$a_1=-frac13$$
$$a_2=-frac{1}{54}$$
$$a_3=0$$
$$a_4=frac{1}{8748}$$
$$text{etc.}$$
$$y(x)=-frac13 x -frac{1}{54}x^2+frac{1}{8748}x^4+frac{1}{196830}x^5+...$$
NOTE for information :
This equation can be solved analytically, but it requires a special function.
Of course, this is not the kind of answer expected by the OP.
$$frac12 e^y=-y+frac{1-x}{2}$$
$$(-y+frac{1-x}{2})e^{-y}=frac12$$
$$(-y+frac{1-x}{2})e^{-y+frac{1-x}{2}}=frac12e^{frac{1-x}{2}} tag 2$$
The solution of an equation of this kind :
$$Xe^X=Y$$
cannot be expressed with a finit number of elementary functions. It requires a special function, namely the Lambert W function :
$$X=W(Y)$$
http://mathworld.wolfram.com/LambertW-Function.html
With $quad X=(-y+frac{1-x}{2})quad$ and $quad Y=frac12e^{frac{1-x}{2}}quad$ Eq.$(2)$ becomes $Xe^X=Y$ which solution is :
$$(-y+frac{1-x}{2})=Wleft(frac12e^{frac{1-x}{2}} right)$$
The solution of Eq.$(1)$ is :
$$y=frac{1-x}{2} - Wleft(frac12e^{frac{1-x}{2}}right)$$
Expanding the Lambert W function to series would lead to the same result as above.
answered Mar 19 at 9:20
JJacquelinJJacquelin
45.3k21856
45.3k21856
$begingroup$
Wow, you really took the time in helping me understand and I am truly grateful. Thank you so much for your help!
$endgroup$
– numericalorange
Mar 21 at 19:09
add a comment |
$begingroup$
Wow, you really took the time in helping me understand and I am truly grateful. Thank you so much for your help!
$endgroup$
– numericalorange
Mar 21 at 19:09
$begingroup$
Wow, you really took the time in helping me understand and I am truly grateful. Thank you so much for your help!
$endgroup$
– numericalorange
Mar 21 at 19:09
$begingroup$
Wow, you really took the time in helping me understand and I am truly grateful. Thank you so much for your help!
$endgroup$
– numericalorange
Mar 21 at 19:09
add a comment |
$begingroup$
For the first part, this is the implicit function theorem. For the second part, I suggest the following. Differentiate your equation to get
$y'(x)e^{y(x)}+2y'(x)+1=0.$ Then, at $x=0$, knowing that $y(0) = 0$), we get $y'(0)+2y'(0) +1=0.$ Hence, $y'(0) = -frac{1}{3}.$ For $y''(0)$ and $y'''(0)$, same idea.
$endgroup$
add a comment |
$begingroup$
For the first part, this is the implicit function theorem. For the second part, I suggest the following. Differentiate your equation to get
$y'(x)e^{y(x)}+2y'(x)+1=0.$ Then, at $x=0$, knowing that $y(0) = 0$), we get $y'(0)+2y'(0) +1=0.$ Hence, $y'(0) = -frac{1}{3}.$ For $y''(0)$ and $y'''(0)$, same idea.
$endgroup$
add a comment |
$begingroup$
For the first part, this is the implicit function theorem. For the second part, I suggest the following. Differentiate your equation to get
$y'(x)e^{y(x)}+2y'(x)+1=0.$ Then, at $x=0$, knowing that $y(0) = 0$), we get $y'(0)+2y'(0) +1=0.$ Hence, $y'(0) = -frac{1}{3}.$ For $y''(0)$ and $y'''(0)$, same idea.
$endgroup$
For the first part, this is the implicit function theorem. For the second part, I suggest the following. Differentiate your equation to get
$y'(x)e^{y(x)}+2y'(x)+1=0.$ Then, at $x=0$, knowing that $y(0) = 0$), we get $y'(0)+2y'(0) +1=0.$ Hence, $y'(0) = -frac{1}{3}.$ For $y''(0)$ and $y'''(0)$, same idea.
answered Mar 19 at 4:21
PebetoPebeto
5015
5015
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%2f3153658%2fshowing-that-there-exists-a-solution-to-an-equation-and-writing-its-taylor-polyn%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