Particular answer to a differential Equation Involving Delta function and Heaviside without Laplacestability...
Terse Method to Swap Lowest for Highest?
How to explain what's wrong with this application of the chain rule?
Has any country ever had 2 former presidents in jail simultaneously?
Can a Canadian Travel to the USA twice, less than 180 days each time?
Fear of getting stuck on one programming language / technology that is not used in my country
Plot of a tornado-shaped surface
Can the US President recognize Israel’s sovereignty over the Golan Heights for the USA or does that need an act of Congress?
Can a College of Swords bard use a Blade Flourish option on an opportunity attack provoked by their own Dissonant Whispers spell?
Why does the Sun have different day lengths, but not the gas giants?
Why is it that I can sometimes guess the next note?
Electoral considerations aside, what are potential benefits, for the US, of policy changes proposed by the tweet recognizing Golan annexation?
Angel of Condemnation - Exile creature with second ability
How to hide some fields of struct in C?
What should you do if you miss a job interview (deliberately)?
What is Cash Advance APR?
Yosemite Fire Rings - What to Expect?
Is there a RAID 0 Equivalent for RAM?
Is aluminum electrical wire used on aircraft?
Title 53, why is it reserved?
Mixing PEX brands
Is there a way to get `mathscr' with lower case letters in pdfLaTeX?
What should you do when eye contact makes your subordinate uncomfortable?
How should I respond when I lied about my education and the company finds out through background check?
What is going on with 'gets(stdin)' on the site coderbyte?
Particular answer to a differential Equation Involving Delta function and Heaviside without Laplace
stability for 2D crank-nicolson scheme for heat equationSolve second order differential equation with Heaviside function using Laplace transformLaplace transform with the Heaviside unit step functionParticular solution to this differential equationSolving a differential equation with the heaviside unit step functionGreen and heaviside functionSecond order differential equation with Heaviside functionDifferential equation with Dirac Delta functionHow to solve this differential equation involving a polynomial function?Differential equation with (bilateral) Laplace transformationSolving Second Order differential equation using particular Integral
$begingroup$
Please help me find the particular answer for ODE's Like this:
$$4y''+5y'+3y+2=8h''+7h'+6h$$
$h(x)=$Heaviside function
ordinary-differential-equations
$endgroup$
add a comment |
$begingroup$
Please help me find the particular answer for ODE's Like this:
$$4y''+5y'+3y+2=8h''+7h'+6h$$
$h(x)=$Heaviside function
ordinary-differential-equations
$endgroup$
1
$begingroup$
Welcome to Mathematics Stack Exchange! A quick tour will enhance your experience. Here are helpful tips to write a good question and write a good answer. For equations, please use MathJax.
$endgroup$
– dantopa
Mar 13 at 17:04
add a comment |
$begingroup$
Please help me find the particular answer for ODE's Like this:
$$4y''+5y'+3y+2=8h''+7h'+6h$$
$h(x)=$Heaviside function
ordinary-differential-equations
$endgroup$
Please help me find the particular answer for ODE's Like this:
$$4y''+5y'+3y+2=8h''+7h'+6h$$
$h(x)=$Heaviside function
ordinary-differential-equations
ordinary-differential-equations
edited Mar 13 at 17:05
dantopa
6,63342245
6,63342245
asked Mar 13 at 16:42
Ali NaderinejadAli Naderinejad
1
1
1
$begingroup$
Welcome to Mathematics Stack Exchange! A quick tour will enhance your experience. Here are helpful tips to write a good question and write a good answer. For equations, please use MathJax.
$endgroup$
– dantopa
Mar 13 at 17:04
add a comment |
1
$begingroup$
Welcome to Mathematics Stack Exchange! A quick tour will enhance your experience. Here are helpful tips to write a good question and write a good answer. For equations, please use MathJax.
$endgroup$
– dantopa
Mar 13 at 17:04
1
1
$begingroup$
Welcome to Mathematics Stack Exchange! A quick tour will enhance your experience. Here are helpful tips to write a good question and write a good answer. For equations, please use MathJax.
$endgroup$
– dantopa
Mar 13 at 17:04
$begingroup$
Welcome to Mathematics Stack Exchange! A quick tour will enhance your experience. Here are helpful tips to write a good question and write a good answer. For equations, please use MathJax.
$endgroup$
– dantopa
Mar 13 at 17:04
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
Set $u=y-2h$, then this new function will have the equation
$$
(4u''+8h'')+(5u'+10h')+(3u+6h)+2=8h''+7h'+6h
\iff\
4u''+5u'+3u+2=-3h'
$$
In a next step you can also absorb the first derivative in $u$ by adding an anti-derivative of $h$. Let $H(x)=max(0,x)$ and set $v=u+frac34H$, then
$$
(4v''-3h')+(5v'-frac{15}4h)+(3v-frac94H)+2=-3h'
\iff\
4v''+5v'+3v+2=frac{15}4h+frac94H
$$
You could continue to absorb the singularities or directly solve this ODE with piecewise continuous right side.
$endgroup$
$begingroup$
math.stackexchange.com/questions/3147624/… can you help me with this question? thanks!
$endgroup$
– Mikey Spivak
Mar 15 at 1:11
add a comment |
$begingroup$
We can solve an equation like this by solving the equation in "well-behaved" regions of the real line and then integrating the ODE in a region around the singular points to find matching boundary conditions. I'll sketch out how this is done here and leave the details as an exercise for the reader.
Consider the equation
$$
4y''+5y'+3y+2=8h''+7h'+6h
$$
The right-hand side of this equation is equal to $6$ when $x > 0$, and equal to $0$ when $x < 0$. In these regions, we can therefore write
$$
4 y'' + 5 y' + 3y = begin{cases} 4 & x > 0 \ -2 & x < 0 end{cases}
$$
The solutions to this equation will then be
$$
y(t) = begin{cases} A_+ e^{alpha_1 x} + B_+ e^{alpha_2 x} + frac{4}{3} & x> 0 \ A_- e^{alpha_1 x} + B_- e^{alpha_2 x} - frac{2}{3} & x> 0
end{cases},
$$
where $alpha_1$ and $alpha_2$ are the roots of the characteristic polynomial $4 alpha^2 + 5 alpha + 3 = 0$, and $A_pm$ and $B_pm$ are as-yet undetermined coefficients.
We now integrate the original ODE over the region $x = [-epsilon, epsilon]$:
$$
4 left[ y' right]_{-epsilon}^epsilon + 5 left[ y right]_{-epsilon}^epsilon + int_{-epsilon}^{epsilon} (3y + 2) , dx = 8 left[ h' right]_{-epsilon}^epsilon + 7 left[ h right]_{-epsilon}^epsilon + 6epsilon
$$
In the limit as $epsilon to 0$, this becomes
$$
4 left[ y' right]_{0_-}^{0_+} + 5 left[ y right]_{0_-}^{0_+} = 7.
$$
This leads to a condition on the unknown coefficients $A_pm$ and $B_pm$. Similarly, integrating the equation twice over the same region and taking the $epsilon to 0$ limit yields
$$
4 left[ y right]_{0_-}^{0_+} = 8.
$$
The two discontinuity equations above give us two equations for the three unknowns $A_pm$ and $B_pm$. The other two equations are determined by imposing appropriate conditions as $x to -infty$; for example, if it must approach a constant, then we must have $A_- = B_- = 0$.
$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%2f3146833%2fparticular-answer-to-a-differential-equation-involving-delta-function-and-heavis%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$
Set $u=y-2h$, then this new function will have the equation
$$
(4u''+8h'')+(5u'+10h')+(3u+6h)+2=8h''+7h'+6h
\iff\
4u''+5u'+3u+2=-3h'
$$
In a next step you can also absorb the first derivative in $u$ by adding an anti-derivative of $h$. Let $H(x)=max(0,x)$ and set $v=u+frac34H$, then
$$
(4v''-3h')+(5v'-frac{15}4h)+(3v-frac94H)+2=-3h'
\iff\
4v''+5v'+3v+2=frac{15}4h+frac94H
$$
You could continue to absorb the singularities or directly solve this ODE with piecewise continuous right side.
$endgroup$
$begingroup$
math.stackexchange.com/questions/3147624/… can you help me with this question? thanks!
$endgroup$
– Mikey Spivak
Mar 15 at 1:11
add a comment |
$begingroup$
Set $u=y-2h$, then this new function will have the equation
$$
(4u''+8h'')+(5u'+10h')+(3u+6h)+2=8h''+7h'+6h
\iff\
4u''+5u'+3u+2=-3h'
$$
In a next step you can also absorb the first derivative in $u$ by adding an anti-derivative of $h$. Let $H(x)=max(0,x)$ and set $v=u+frac34H$, then
$$
(4v''-3h')+(5v'-frac{15}4h)+(3v-frac94H)+2=-3h'
\iff\
4v''+5v'+3v+2=frac{15}4h+frac94H
$$
You could continue to absorb the singularities or directly solve this ODE with piecewise continuous right side.
$endgroup$
$begingroup$
math.stackexchange.com/questions/3147624/… can you help me with this question? thanks!
$endgroup$
– Mikey Spivak
Mar 15 at 1:11
add a comment |
$begingroup$
Set $u=y-2h$, then this new function will have the equation
$$
(4u''+8h'')+(5u'+10h')+(3u+6h)+2=8h''+7h'+6h
\iff\
4u''+5u'+3u+2=-3h'
$$
In a next step you can also absorb the first derivative in $u$ by adding an anti-derivative of $h$. Let $H(x)=max(0,x)$ and set $v=u+frac34H$, then
$$
(4v''-3h')+(5v'-frac{15}4h)+(3v-frac94H)+2=-3h'
\iff\
4v''+5v'+3v+2=frac{15}4h+frac94H
$$
You could continue to absorb the singularities or directly solve this ODE with piecewise continuous right side.
$endgroup$
Set $u=y-2h$, then this new function will have the equation
$$
(4u''+8h'')+(5u'+10h')+(3u+6h)+2=8h''+7h'+6h
\iff\
4u''+5u'+3u+2=-3h'
$$
In a next step you can also absorb the first derivative in $u$ by adding an anti-derivative of $h$. Let $H(x)=max(0,x)$ and set $v=u+frac34H$, then
$$
(4v''-3h')+(5v'-frac{15}4h)+(3v-frac94H)+2=-3h'
\iff\
4v''+5v'+3v+2=frac{15}4h+frac94H
$$
You could continue to absorb the singularities or directly solve this ODE with piecewise continuous right side.
answered Mar 13 at 18:10
LutzLLutzL
59.8k42057
59.8k42057
$begingroup$
math.stackexchange.com/questions/3147624/… can you help me with this question? thanks!
$endgroup$
– Mikey Spivak
Mar 15 at 1:11
add a comment |
$begingroup$
math.stackexchange.com/questions/3147624/… can you help me with this question? thanks!
$endgroup$
– Mikey Spivak
Mar 15 at 1:11
$begingroup$
math.stackexchange.com/questions/3147624/… can you help me with this question? thanks!
$endgroup$
– Mikey Spivak
Mar 15 at 1:11
$begingroup$
math.stackexchange.com/questions/3147624/… can you help me with this question? thanks!
$endgroup$
– Mikey Spivak
Mar 15 at 1:11
add a comment |
$begingroup$
We can solve an equation like this by solving the equation in "well-behaved" regions of the real line and then integrating the ODE in a region around the singular points to find matching boundary conditions. I'll sketch out how this is done here and leave the details as an exercise for the reader.
Consider the equation
$$
4y''+5y'+3y+2=8h''+7h'+6h
$$
The right-hand side of this equation is equal to $6$ when $x > 0$, and equal to $0$ when $x < 0$. In these regions, we can therefore write
$$
4 y'' + 5 y' + 3y = begin{cases} 4 & x > 0 \ -2 & x < 0 end{cases}
$$
The solutions to this equation will then be
$$
y(t) = begin{cases} A_+ e^{alpha_1 x} + B_+ e^{alpha_2 x} + frac{4}{3} & x> 0 \ A_- e^{alpha_1 x} + B_- e^{alpha_2 x} - frac{2}{3} & x> 0
end{cases},
$$
where $alpha_1$ and $alpha_2$ are the roots of the characteristic polynomial $4 alpha^2 + 5 alpha + 3 = 0$, and $A_pm$ and $B_pm$ are as-yet undetermined coefficients.
We now integrate the original ODE over the region $x = [-epsilon, epsilon]$:
$$
4 left[ y' right]_{-epsilon}^epsilon + 5 left[ y right]_{-epsilon}^epsilon + int_{-epsilon}^{epsilon} (3y + 2) , dx = 8 left[ h' right]_{-epsilon}^epsilon + 7 left[ h right]_{-epsilon}^epsilon + 6epsilon
$$
In the limit as $epsilon to 0$, this becomes
$$
4 left[ y' right]_{0_-}^{0_+} + 5 left[ y right]_{0_-}^{0_+} = 7.
$$
This leads to a condition on the unknown coefficients $A_pm$ and $B_pm$. Similarly, integrating the equation twice over the same region and taking the $epsilon to 0$ limit yields
$$
4 left[ y right]_{0_-}^{0_+} = 8.
$$
The two discontinuity equations above give us two equations for the three unknowns $A_pm$ and $B_pm$. The other two equations are determined by imposing appropriate conditions as $x to -infty$; for example, if it must approach a constant, then we must have $A_- = B_- = 0$.
$endgroup$
add a comment |
$begingroup$
We can solve an equation like this by solving the equation in "well-behaved" regions of the real line and then integrating the ODE in a region around the singular points to find matching boundary conditions. I'll sketch out how this is done here and leave the details as an exercise for the reader.
Consider the equation
$$
4y''+5y'+3y+2=8h''+7h'+6h
$$
The right-hand side of this equation is equal to $6$ when $x > 0$, and equal to $0$ when $x < 0$. In these regions, we can therefore write
$$
4 y'' + 5 y' + 3y = begin{cases} 4 & x > 0 \ -2 & x < 0 end{cases}
$$
The solutions to this equation will then be
$$
y(t) = begin{cases} A_+ e^{alpha_1 x} + B_+ e^{alpha_2 x} + frac{4}{3} & x> 0 \ A_- e^{alpha_1 x} + B_- e^{alpha_2 x} - frac{2}{3} & x> 0
end{cases},
$$
where $alpha_1$ and $alpha_2$ are the roots of the characteristic polynomial $4 alpha^2 + 5 alpha + 3 = 0$, and $A_pm$ and $B_pm$ are as-yet undetermined coefficients.
We now integrate the original ODE over the region $x = [-epsilon, epsilon]$:
$$
4 left[ y' right]_{-epsilon}^epsilon + 5 left[ y right]_{-epsilon}^epsilon + int_{-epsilon}^{epsilon} (3y + 2) , dx = 8 left[ h' right]_{-epsilon}^epsilon + 7 left[ h right]_{-epsilon}^epsilon + 6epsilon
$$
In the limit as $epsilon to 0$, this becomes
$$
4 left[ y' right]_{0_-}^{0_+} + 5 left[ y right]_{0_-}^{0_+} = 7.
$$
This leads to a condition on the unknown coefficients $A_pm$ and $B_pm$. Similarly, integrating the equation twice over the same region and taking the $epsilon to 0$ limit yields
$$
4 left[ y right]_{0_-}^{0_+} = 8.
$$
The two discontinuity equations above give us two equations for the three unknowns $A_pm$ and $B_pm$. The other two equations are determined by imposing appropriate conditions as $x to -infty$; for example, if it must approach a constant, then we must have $A_- = B_- = 0$.
$endgroup$
add a comment |
$begingroup$
We can solve an equation like this by solving the equation in "well-behaved" regions of the real line and then integrating the ODE in a region around the singular points to find matching boundary conditions. I'll sketch out how this is done here and leave the details as an exercise for the reader.
Consider the equation
$$
4y''+5y'+3y+2=8h''+7h'+6h
$$
The right-hand side of this equation is equal to $6$ when $x > 0$, and equal to $0$ when $x < 0$. In these regions, we can therefore write
$$
4 y'' + 5 y' + 3y = begin{cases} 4 & x > 0 \ -2 & x < 0 end{cases}
$$
The solutions to this equation will then be
$$
y(t) = begin{cases} A_+ e^{alpha_1 x} + B_+ e^{alpha_2 x} + frac{4}{3} & x> 0 \ A_- e^{alpha_1 x} + B_- e^{alpha_2 x} - frac{2}{3} & x> 0
end{cases},
$$
where $alpha_1$ and $alpha_2$ are the roots of the characteristic polynomial $4 alpha^2 + 5 alpha + 3 = 0$, and $A_pm$ and $B_pm$ are as-yet undetermined coefficients.
We now integrate the original ODE over the region $x = [-epsilon, epsilon]$:
$$
4 left[ y' right]_{-epsilon}^epsilon + 5 left[ y right]_{-epsilon}^epsilon + int_{-epsilon}^{epsilon} (3y + 2) , dx = 8 left[ h' right]_{-epsilon}^epsilon + 7 left[ h right]_{-epsilon}^epsilon + 6epsilon
$$
In the limit as $epsilon to 0$, this becomes
$$
4 left[ y' right]_{0_-}^{0_+} + 5 left[ y right]_{0_-}^{0_+} = 7.
$$
This leads to a condition on the unknown coefficients $A_pm$ and $B_pm$. Similarly, integrating the equation twice over the same region and taking the $epsilon to 0$ limit yields
$$
4 left[ y right]_{0_-}^{0_+} = 8.
$$
The two discontinuity equations above give us two equations for the three unknowns $A_pm$ and $B_pm$. The other two equations are determined by imposing appropriate conditions as $x to -infty$; for example, if it must approach a constant, then we must have $A_- = B_- = 0$.
$endgroup$
We can solve an equation like this by solving the equation in "well-behaved" regions of the real line and then integrating the ODE in a region around the singular points to find matching boundary conditions. I'll sketch out how this is done here and leave the details as an exercise for the reader.
Consider the equation
$$
4y''+5y'+3y+2=8h''+7h'+6h
$$
The right-hand side of this equation is equal to $6$ when $x > 0$, and equal to $0$ when $x < 0$. In these regions, we can therefore write
$$
4 y'' + 5 y' + 3y = begin{cases} 4 & x > 0 \ -2 & x < 0 end{cases}
$$
The solutions to this equation will then be
$$
y(t) = begin{cases} A_+ e^{alpha_1 x} + B_+ e^{alpha_2 x} + frac{4}{3} & x> 0 \ A_- e^{alpha_1 x} + B_- e^{alpha_2 x} - frac{2}{3} & x> 0
end{cases},
$$
where $alpha_1$ and $alpha_2$ are the roots of the characteristic polynomial $4 alpha^2 + 5 alpha + 3 = 0$, and $A_pm$ and $B_pm$ are as-yet undetermined coefficients.
We now integrate the original ODE over the region $x = [-epsilon, epsilon]$:
$$
4 left[ y' right]_{-epsilon}^epsilon + 5 left[ y right]_{-epsilon}^epsilon + int_{-epsilon}^{epsilon} (3y + 2) , dx = 8 left[ h' right]_{-epsilon}^epsilon + 7 left[ h right]_{-epsilon}^epsilon + 6epsilon
$$
In the limit as $epsilon to 0$, this becomes
$$
4 left[ y' right]_{0_-}^{0_+} + 5 left[ y right]_{0_-}^{0_+} = 7.
$$
This leads to a condition on the unknown coefficients $A_pm$ and $B_pm$. Similarly, integrating the equation twice over the same region and taking the $epsilon to 0$ limit yields
$$
4 left[ y right]_{0_-}^{0_+} = 8.
$$
The two discontinuity equations above give us two equations for the three unknowns $A_pm$ and $B_pm$. The other two equations are determined by imposing appropriate conditions as $x to -infty$; for example, if it must approach a constant, then we must have $A_- = B_- = 0$.
answered Mar 13 at 19:09
Michael SeifertMichael Seifert
5,062625
5,062625
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%2f3146833%2fparticular-answer-to-a-differential-equation-involving-delta-function-and-heavis%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$
Welcome to Mathematics Stack Exchange! A quick tour will enhance your experience. Here are helpful tips to write a good question and write a good answer. For equations, please use MathJax.
$endgroup$
– dantopa
Mar 13 at 17:04