PDE Method of Characteristics with 3 independent variables. Any Idea?












2












$begingroup$


would you please help me with solving the 1st order PDE below?



$$ u_x + u_y + zu_z = u^3 $$



where
$$u(x, y, 1) = h(x, y)$$



using characteristic curves.



As far as I have studied, the characteristic lines are as follow: (am I right?)



$$ frac{dx}{1} = frac{dy}{1} = frac{dz}{z} = frac{du}{u^3} $$



I am trying to figure out how to write formula here. please excuse me for not being expert on this website yet.
thank you










share|cite|improve this question











$endgroup$












  • $begingroup$
    Welcome to StackExchange! Could you please be so kind and edit your question so that it easier to understand? We like to help, make it easy to help.
    $endgroup$
    – Michael Paris
    Jan 27 at 22:43












  • $begingroup$
    Can you write down the ordinary differential equations which give you the characteristic curves?
    $endgroup$
    – Christoph
    Jan 28 at 0:50
















2












$begingroup$


would you please help me with solving the 1st order PDE below?



$$ u_x + u_y + zu_z = u^3 $$



where
$$u(x, y, 1) = h(x, y)$$



using characteristic curves.



As far as I have studied, the characteristic lines are as follow: (am I right?)



$$ frac{dx}{1} = frac{dy}{1} = frac{dz}{z} = frac{du}{u^3} $$



I am trying to figure out how to write formula here. please excuse me for not being expert on this website yet.
thank you










share|cite|improve this question











$endgroup$












  • $begingroup$
    Welcome to StackExchange! Could you please be so kind and edit your question so that it easier to understand? We like to help, make it easy to help.
    $endgroup$
    – Michael Paris
    Jan 27 at 22:43












  • $begingroup$
    Can you write down the ordinary differential equations which give you the characteristic curves?
    $endgroup$
    – Christoph
    Jan 28 at 0:50














2












2








2





$begingroup$


would you please help me with solving the 1st order PDE below?



$$ u_x + u_y + zu_z = u^3 $$



where
$$u(x, y, 1) = h(x, y)$$



using characteristic curves.



As far as I have studied, the characteristic lines are as follow: (am I right?)



$$ frac{dx}{1} = frac{dy}{1} = frac{dz}{z} = frac{du}{u^3} $$



I am trying to figure out how to write formula here. please excuse me for not being expert on this website yet.
thank you










share|cite|improve this question











$endgroup$




would you please help me with solving the 1st order PDE below?



$$ u_x + u_y + zu_z = u^3 $$



where
$$u(x, y, 1) = h(x, y)$$



using characteristic curves.



As far as I have studied, the characteristic lines are as follow: (am I right?)



$$ frac{dx}{1} = frac{dy}{1} = frac{dz}{z} = frac{du}{u^3} $$



I am trying to figure out how to write formula here. please excuse me for not being expert on this website yet.
thank you







pde






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Jan 28 at 7:46









Dylan

14.1k31127




14.1k31127










asked Jan 27 at 22:36









ShayShay

363




363












  • $begingroup$
    Welcome to StackExchange! Could you please be so kind and edit your question so that it easier to understand? We like to help, make it easy to help.
    $endgroup$
    – Michael Paris
    Jan 27 at 22:43












  • $begingroup$
    Can you write down the ordinary differential equations which give you the characteristic curves?
    $endgroup$
    – Christoph
    Jan 28 at 0:50


















  • $begingroup$
    Welcome to StackExchange! Could you please be so kind and edit your question so that it easier to understand? We like to help, make it easy to help.
    $endgroup$
    – Michael Paris
    Jan 27 at 22:43












  • $begingroup$
    Can you write down the ordinary differential equations which give you the characteristic curves?
    $endgroup$
    – Christoph
    Jan 28 at 0:50
















$begingroup$
Welcome to StackExchange! Could you please be so kind and edit your question so that it easier to understand? We like to help, make it easy to help.
$endgroup$
– Michael Paris
Jan 27 at 22:43






$begingroup$
Welcome to StackExchange! Could you please be so kind and edit your question so that it easier to understand? We like to help, make it easy to help.
$endgroup$
– Michael Paris
Jan 27 at 22:43














$begingroup$
Can you write down the ordinary differential equations which give you the characteristic curves?
$endgroup$
– Christoph
Jan 28 at 0:50




$begingroup$
Can you write down the ordinary differential equations which give you the characteristic curves?
$endgroup$
– Christoph
Jan 28 at 0:50










1 Answer
1






active

oldest

votes


















1












$begingroup$

Your characteristic equations are correct. You may solve them as





  1. $dx = frac{dz}{z}$: $x = x_0 + ln(z)$,


  2. $dy = frac{dz}{z}$: $y = y_0 + ln(z)$,


  3. $frac{du}{u^3} = frac{dz}{z}$: $u = left(u_0^{-2} -2 ln(z)right)^{-1/2}$,


where the initial values $(x_0,y_0,u_0)$ are all given at $z=1$ ($ln(z) = 0$). From the initial condition we now obtain
begin{equation}
u_0 = u(x_0,y_0,1) = h(x_0,y_0) stackrel{1., 2.}{=} h(x-ln(z),y-ln(z)),
end{equation}

and therefore
begin{equation}
u(x,y,z) stackrel{3.}{=} left(hleft(x-ln(z),y-ln(z)right)^{-2} -2 ln(z)right)^{-1/2}.
end{equation}

You can now verify that this function $u$ satisfies indeed both the PDE (if $h$ is differentiable) and the initial condition.






share|cite|improve this answer











$endgroup$













  • $begingroup$
    Thank you very much. It is always reassuring to have other opinions for me.
    $endgroup$
    – Shay
    Feb 4 at 13:58











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
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3090211%2fpde-method-of-characteristics-with-3-independent-variables-any-idea%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









1












$begingroup$

Your characteristic equations are correct. You may solve them as





  1. $dx = frac{dz}{z}$: $x = x_0 + ln(z)$,


  2. $dy = frac{dz}{z}$: $y = y_0 + ln(z)$,


  3. $frac{du}{u^3} = frac{dz}{z}$: $u = left(u_0^{-2} -2 ln(z)right)^{-1/2}$,


where the initial values $(x_0,y_0,u_0)$ are all given at $z=1$ ($ln(z) = 0$). From the initial condition we now obtain
begin{equation}
u_0 = u(x_0,y_0,1) = h(x_0,y_0) stackrel{1., 2.}{=} h(x-ln(z),y-ln(z)),
end{equation}

and therefore
begin{equation}
u(x,y,z) stackrel{3.}{=} left(hleft(x-ln(z),y-ln(z)right)^{-2} -2 ln(z)right)^{-1/2}.
end{equation}

You can now verify that this function $u$ satisfies indeed both the PDE (if $h$ is differentiable) and the initial condition.






share|cite|improve this answer











$endgroup$













  • $begingroup$
    Thank you very much. It is always reassuring to have other opinions for me.
    $endgroup$
    – Shay
    Feb 4 at 13:58
















1












$begingroup$

Your characteristic equations are correct. You may solve them as





  1. $dx = frac{dz}{z}$: $x = x_0 + ln(z)$,


  2. $dy = frac{dz}{z}$: $y = y_0 + ln(z)$,


  3. $frac{du}{u^3} = frac{dz}{z}$: $u = left(u_0^{-2} -2 ln(z)right)^{-1/2}$,


where the initial values $(x_0,y_0,u_0)$ are all given at $z=1$ ($ln(z) = 0$). From the initial condition we now obtain
begin{equation}
u_0 = u(x_0,y_0,1) = h(x_0,y_0) stackrel{1., 2.}{=} h(x-ln(z),y-ln(z)),
end{equation}

and therefore
begin{equation}
u(x,y,z) stackrel{3.}{=} left(hleft(x-ln(z),y-ln(z)right)^{-2} -2 ln(z)right)^{-1/2}.
end{equation}

You can now verify that this function $u$ satisfies indeed both the PDE (if $h$ is differentiable) and the initial condition.






share|cite|improve this answer











$endgroup$













  • $begingroup$
    Thank you very much. It is always reassuring to have other opinions for me.
    $endgroup$
    – Shay
    Feb 4 at 13:58














1












1








1





$begingroup$

Your characteristic equations are correct. You may solve them as





  1. $dx = frac{dz}{z}$: $x = x_0 + ln(z)$,


  2. $dy = frac{dz}{z}$: $y = y_0 + ln(z)$,


  3. $frac{du}{u^3} = frac{dz}{z}$: $u = left(u_0^{-2} -2 ln(z)right)^{-1/2}$,


where the initial values $(x_0,y_0,u_0)$ are all given at $z=1$ ($ln(z) = 0$). From the initial condition we now obtain
begin{equation}
u_0 = u(x_0,y_0,1) = h(x_0,y_0) stackrel{1., 2.}{=} h(x-ln(z),y-ln(z)),
end{equation}

and therefore
begin{equation}
u(x,y,z) stackrel{3.}{=} left(hleft(x-ln(z),y-ln(z)right)^{-2} -2 ln(z)right)^{-1/2}.
end{equation}

You can now verify that this function $u$ satisfies indeed both the PDE (if $h$ is differentiable) and the initial condition.






share|cite|improve this answer











$endgroup$



Your characteristic equations are correct. You may solve them as





  1. $dx = frac{dz}{z}$: $x = x_0 + ln(z)$,


  2. $dy = frac{dz}{z}$: $y = y_0 + ln(z)$,


  3. $frac{du}{u^3} = frac{dz}{z}$: $u = left(u_0^{-2} -2 ln(z)right)^{-1/2}$,


where the initial values $(x_0,y_0,u_0)$ are all given at $z=1$ ($ln(z) = 0$). From the initial condition we now obtain
begin{equation}
u_0 = u(x_0,y_0,1) = h(x_0,y_0) stackrel{1., 2.}{=} h(x-ln(z),y-ln(z)),
end{equation}

and therefore
begin{equation}
u(x,y,z) stackrel{3.}{=} left(hleft(x-ln(z),y-ln(z)right)^{-2} -2 ln(z)right)^{-1/2}.
end{equation}

You can now verify that this function $u$ satisfies indeed both the PDE (if $h$ is differentiable) and the initial condition.







share|cite|improve this answer














share|cite|improve this answer



share|cite|improve this answer








edited Jan 28 at 10:36

























answered Jan 28 at 5:53









ChristophChristoph

59616




59616












  • $begingroup$
    Thank you very much. It is always reassuring to have other opinions for me.
    $endgroup$
    – Shay
    Feb 4 at 13:58


















  • $begingroup$
    Thank you very much. It is always reassuring to have other opinions for me.
    $endgroup$
    – Shay
    Feb 4 at 13:58
















$begingroup$
Thank you very much. It is always reassuring to have other opinions for me.
$endgroup$
– Shay
Feb 4 at 13:58




$begingroup$
Thank you very much. It is always reassuring to have other opinions for me.
$endgroup$
– Shay
Feb 4 at 13:58


















draft saved

draft discarded




















































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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3090211%2fpde-method-of-characteristics-with-3-independent-variables-any-idea%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

Can a sorcerer learn a 5th-level spell early by creating spell slots using the Font of Magic feature?

Does disintegrating a polymorphed enemy still kill it after the 2018 errata?

A Topological Invariant for $pi_3(U(n))$