Transform of a wave equation to a hyperbolic system
We consider the wave equation $$y_{tt}=y_{xx}+a(t,x)y, text{ x$in$(0,1)}, tin (0,infty).$$
with Dirichlet boundary conditions.
I want to transform this equation to a hyperbolic system of the form
$$z_t=Az_x+Bz.$$
So, I introduced the following substitutions: $z^1=y_t$, $z^2=y_x$, I obtained
$$z^1_t=z^2_{x}+az^1+a_ty$$
$$z^2_t=z^1_{x}$$
The question here:
How I get rid of the $y$ in the $z^1$ formula? Is there more adequate substitution then this ? thank you.
pde systems-of-equations hyperbolic-equations
add a comment |
We consider the wave equation $$y_{tt}=y_{xx}+a(t,x)y, text{ x$in$(0,1)}, tin (0,infty).$$
with Dirichlet boundary conditions.
I want to transform this equation to a hyperbolic system of the form
$$z_t=Az_x+Bz.$$
So, I introduced the following substitutions: $z^1=y_t$, $z^2=y_x$, I obtained
$$z^1_t=z^2_{x}+az^1+a_ty$$
$$z^2_t=z^1_{x}$$
The question here:
How I get rid of the $y$ in the $z^1$ formula? Is there more adequate substitution then this ? thank you.
pde systems-of-equations hyperbolic-equations
add a comment |
We consider the wave equation $$y_{tt}=y_{xx}+a(t,x)y, text{ x$in$(0,1)}, tin (0,infty).$$
with Dirichlet boundary conditions.
I want to transform this equation to a hyperbolic system of the form
$$z_t=Az_x+Bz.$$
So, I introduced the following substitutions: $z^1=y_t$, $z^2=y_x$, I obtained
$$z^1_t=z^2_{x}+az^1+a_ty$$
$$z^2_t=z^1_{x}$$
The question here:
How I get rid of the $y$ in the $z^1$ formula? Is there more adequate substitution then this ? thank you.
pde systems-of-equations hyperbolic-equations
We consider the wave equation $$y_{tt}=y_{xx}+a(t,x)y, text{ x$in$(0,1)}, tin (0,infty).$$
with Dirichlet boundary conditions.
I want to transform this equation to a hyperbolic system of the form
$$z_t=Az_x+Bz.$$
So, I introduced the following substitutions: $z^1=y_t$, $z^2=y_x$, I obtained
$$z^1_t=z^2_{x}+az^1+a_ty$$
$$z^2_t=z^1_{x}$$
The question here:
How I get rid of the $y$ in the $z^1$ formula? Is there more adequate substitution then this ? thank you.
pde systems-of-equations hyperbolic-equations
pde systems-of-equations hyperbolic-equations
edited 15 hours ago
Harry49
5,99121031
5,99121031
asked 2 days ago
Gustave
720211
720211
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
You need to include $y$ in your $z$ vector. Set $z^1 =y, z^2 = y_t, z^3 = y_x$. Then
$$
partial_t
begin{pmatrix}
y \ y_t \ y_x
end{pmatrix}
=
begin{pmatrix}
y_t \ y_{xx} + a y \ y_{xt}
end{pmatrix}
=
begin{pmatrix}
0 & 0& 0\
0 & 0& 1\
0 & 1& 0\
end{pmatrix}
partial_x
begin{pmatrix}
y \ y_t \ y_x
end{pmatrix}
+
begin{pmatrix}
0 & 1& 0\
a & 0& 0\
0 & 0& 0\
end{pmatrix}
begin{pmatrix}
y \ y_t \ y_x
end{pmatrix}.
$$
This is the form you want.
Thank you @Glitch for replaying. Is there any alternative substitutions to write the above system under a $2 times 2$ hyperbolic system with $A$ is diagonal matrix? I h'ave tried but I have not secceeded.
– Gustave
yesterday
1
@Gustave You're welcome. I don't think it's possible to reduce to a $2 times 2$ first-order system when you have the lower order term $a y$ in your original equation. If you want to capture the PDE then $z$ must contain both $y_t$ and $y_x$, but $y$ itself cannot be obtained from these without integration. If you wanted to integrate, then you could obtain $y$, but you would break the structure of the first-order PDE system. Is there a particular reason you don't like the $3 times 3$ system? The tricks to solve a $2times 2$ should work here just as well...
– Glitch
yesterday
Thank you sir..
– Gustave
yesterday
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%2f3062598%2ftransform-of-a-wave-equation-to-a-hyperbolic-system%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You need to include $y$ in your $z$ vector. Set $z^1 =y, z^2 = y_t, z^3 = y_x$. Then
$$
partial_t
begin{pmatrix}
y \ y_t \ y_x
end{pmatrix}
=
begin{pmatrix}
y_t \ y_{xx} + a y \ y_{xt}
end{pmatrix}
=
begin{pmatrix}
0 & 0& 0\
0 & 0& 1\
0 & 1& 0\
end{pmatrix}
partial_x
begin{pmatrix}
y \ y_t \ y_x
end{pmatrix}
+
begin{pmatrix}
0 & 1& 0\
a & 0& 0\
0 & 0& 0\
end{pmatrix}
begin{pmatrix}
y \ y_t \ y_x
end{pmatrix}.
$$
This is the form you want.
Thank you @Glitch for replaying. Is there any alternative substitutions to write the above system under a $2 times 2$ hyperbolic system with $A$ is diagonal matrix? I h'ave tried but I have not secceeded.
– Gustave
yesterday
1
@Gustave You're welcome. I don't think it's possible to reduce to a $2 times 2$ first-order system when you have the lower order term $a y$ in your original equation. If you want to capture the PDE then $z$ must contain both $y_t$ and $y_x$, but $y$ itself cannot be obtained from these without integration. If you wanted to integrate, then you could obtain $y$, but you would break the structure of the first-order PDE system. Is there a particular reason you don't like the $3 times 3$ system? The tricks to solve a $2times 2$ should work here just as well...
– Glitch
yesterday
Thank you sir..
– Gustave
yesterday
add a comment |
You need to include $y$ in your $z$ vector. Set $z^1 =y, z^2 = y_t, z^3 = y_x$. Then
$$
partial_t
begin{pmatrix}
y \ y_t \ y_x
end{pmatrix}
=
begin{pmatrix}
y_t \ y_{xx} + a y \ y_{xt}
end{pmatrix}
=
begin{pmatrix}
0 & 0& 0\
0 & 0& 1\
0 & 1& 0\
end{pmatrix}
partial_x
begin{pmatrix}
y \ y_t \ y_x
end{pmatrix}
+
begin{pmatrix}
0 & 1& 0\
a & 0& 0\
0 & 0& 0\
end{pmatrix}
begin{pmatrix}
y \ y_t \ y_x
end{pmatrix}.
$$
This is the form you want.
Thank you @Glitch for replaying. Is there any alternative substitutions to write the above system under a $2 times 2$ hyperbolic system with $A$ is diagonal matrix? I h'ave tried but I have not secceeded.
– Gustave
yesterday
1
@Gustave You're welcome. I don't think it's possible to reduce to a $2 times 2$ first-order system when you have the lower order term $a y$ in your original equation. If you want to capture the PDE then $z$ must contain both $y_t$ and $y_x$, but $y$ itself cannot be obtained from these without integration. If you wanted to integrate, then you could obtain $y$, but you would break the structure of the first-order PDE system. Is there a particular reason you don't like the $3 times 3$ system? The tricks to solve a $2times 2$ should work here just as well...
– Glitch
yesterday
Thank you sir..
– Gustave
yesterday
add a comment |
You need to include $y$ in your $z$ vector. Set $z^1 =y, z^2 = y_t, z^3 = y_x$. Then
$$
partial_t
begin{pmatrix}
y \ y_t \ y_x
end{pmatrix}
=
begin{pmatrix}
y_t \ y_{xx} + a y \ y_{xt}
end{pmatrix}
=
begin{pmatrix}
0 & 0& 0\
0 & 0& 1\
0 & 1& 0\
end{pmatrix}
partial_x
begin{pmatrix}
y \ y_t \ y_x
end{pmatrix}
+
begin{pmatrix}
0 & 1& 0\
a & 0& 0\
0 & 0& 0\
end{pmatrix}
begin{pmatrix}
y \ y_t \ y_x
end{pmatrix}.
$$
This is the form you want.
You need to include $y$ in your $z$ vector. Set $z^1 =y, z^2 = y_t, z^3 = y_x$. Then
$$
partial_t
begin{pmatrix}
y \ y_t \ y_x
end{pmatrix}
=
begin{pmatrix}
y_t \ y_{xx} + a y \ y_{xt}
end{pmatrix}
=
begin{pmatrix}
0 & 0& 0\
0 & 0& 1\
0 & 1& 0\
end{pmatrix}
partial_x
begin{pmatrix}
y \ y_t \ y_x
end{pmatrix}
+
begin{pmatrix}
0 & 1& 0\
a & 0& 0\
0 & 0& 0\
end{pmatrix}
begin{pmatrix}
y \ y_t \ y_x
end{pmatrix}.
$$
This is the form you want.
answered 2 days ago
Glitch
5,5431030
5,5431030
Thank you @Glitch for replaying. Is there any alternative substitutions to write the above system under a $2 times 2$ hyperbolic system with $A$ is diagonal matrix? I h'ave tried but I have not secceeded.
– Gustave
yesterday
1
@Gustave You're welcome. I don't think it's possible to reduce to a $2 times 2$ first-order system when you have the lower order term $a y$ in your original equation. If you want to capture the PDE then $z$ must contain both $y_t$ and $y_x$, but $y$ itself cannot be obtained from these without integration. If you wanted to integrate, then you could obtain $y$, but you would break the structure of the first-order PDE system. Is there a particular reason you don't like the $3 times 3$ system? The tricks to solve a $2times 2$ should work here just as well...
– Glitch
yesterday
Thank you sir..
– Gustave
yesterday
add a comment |
Thank you @Glitch for replaying. Is there any alternative substitutions to write the above system under a $2 times 2$ hyperbolic system with $A$ is diagonal matrix? I h'ave tried but I have not secceeded.
– Gustave
yesterday
1
@Gustave You're welcome. I don't think it's possible to reduce to a $2 times 2$ first-order system when you have the lower order term $a y$ in your original equation. If you want to capture the PDE then $z$ must contain both $y_t$ and $y_x$, but $y$ itself cannot be obtained from these without integration. If you wanted to integrate, then you could obtain $y$, but you would break the structure of the first-order PDE system. Is there a particular reason you don't like the $3 times 3$ system? The tricks to solve a $2times 2$ should work here just as well...
– Glitch
yesterday
Thank you sir..
– Gustave
yesterday
Thank you @Glitch for replaying. Is there any alternative substitutions to write the above system under a $2 times 2$ hyperbolic system with $A$ is diagonal matrix? I h'ave tried but I have not secceeded.
– Gustave
yesterday
Thank you @Glitch for replaying. Is there any alternative substitutions to write the above system under a $2 times 2$ hyperbolic system with $A$ is diagonal matrix? I h'ave tried but I have not secceeded.
– Gustave
yesterday
1
1
@Gustave You're welcome. I don't think it's possible to reduce to a $2 times 2$ first-order system when you have the lower order term $a y$ in your original equation. If you want to capture the PDE then $z$ must contain both $y_t$ and $y_x$, but $y$ itself cannot be obtained from these without integration. If you wanted to integrate, then you could obtain $y$, but you would break the structure of the first-order PDE system. Is there a particular reason you don't like the $3 times 3$ system? The tricks to solve a $2times 2$ should work here just as well...
– Glitch
yesterday
@Gustave You're welcome. I don't think it's possible to reduce to a $2 times 2$ first-order system when you have the lower order term $a y$ in your original equation. If you want to capture the PDE then $z$ must contain both $y_t$ and $y_x$, but $y$ itself cannot be obtained from these without integration. If you wanted to integrate, then you could obtain $y$, but you would break the structure of the first-order PDE system. Is there a particular reason you don't like the $3 times 3$ system? The tricks to solve a $2times 2$ should work here just as well...
– Glitch
yesterday
Thank you sir..
– Gustave
yesterday
Thank you sir..
– Gustave
yesterday
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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.
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%2f3062598%2ftransform-of-a-wave-equation-to-a-hyperbolic-system%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