Differential equation with square root, how to use $\sgn()$?
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I know I should do some substitution and then somehow use $textsign(cdot)$ function to solve this, but I have no idea. My problem is the $textsign(cdot)$ function. I found this answer Differential equation, a square root and substitution, but I don't know how he extracted $textsign(cdot)$ under the square root.
$$x y' - y = sqrtx^2+y^2$$
differential-equations
add a comment |Â
up vote
0
down vote
favorite
I know I should do some substitution and then somehow use $textsign(cdot)$ function to solve this, but I have no idea. My problem is the $textsign(cdot)$ function. I found this answer Differential equation, a square root and substitution, but I don't know how he extracted $textsign(cdot)$ under the square root.
$$x y' - y = sqrtx^2+y^2$$
differential-equations
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I know I should do some substitution and then somehow use $textsign(cdot)$ function to solve this, but I have no idea. My problem is the $textsign(cdot)$ function. I found this answer Differential equation, a square root and substitution, but I don't know how he extracted $textsign(cdot)$ under the square root.
$$x y' - y = sqrtx^2+y^2$$
differential-equations
I know I should do some substitution and then somehow use $textsign(cdot)$ function to solve this, but I have no idea. My problem is the $textsign(cdot)$ function. I found this answer Differential equation, a square root and substitution, but I don't know how he extracted $textsign(cdot)$ under the square root.
$$x y' - y = sqrtx^2+y^2$$
differential-equations
edited Aug 29 at 9:15
Mattos
2,66721121
2,66721121
asked Aug 29 at 9:08
Igor
1
1
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
Following the similar path the link takes, let $w=fracyx$. Then
beginalign
wx &= y \
implies xw'+w &= y'
endalign
hence your ODE becomes
beginalign
x(w+xw') - wx &= sqrtx^2left(1+w^2right) \
implies x^2 w' &= operatornamesgn(x)sqrt1+w^2
endalign
Where the Signum funciton is defined as
$$operatornamesgn(x) := begincases
-1 & textif x < 0, \
0 & textif x = 0, \
1 & textif x > 0. endcases$$
Thanxs, but It looked so unnatural for me that only extracting $\x^2$ would be enough. Can you tell me, what rule allows me to subtract it out as $\sign(x)$.
â Igor
Aug 29 at 9:33
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
Following the similar path the link takes, let $w=fracyx$. Then
beginalign
wx &= y \
implies xw'+w &= y'
endalign
hence your ODE becomes
beginalign
x(w+xw') - wx &= sqrtx^2left(1+w^2right) \
implies x^2 w' &= operatornamesgn(x)sqrt1+w^2
endalign
Where the Signum funciton is defined as
$$operatornamesgn(x) := begincases
-1 & textif x < 0, \
0 & textif x = 0, \
1 & textif x > 0. endcases$$
Thanxs, but It looked so unnatural for me that only extracting $\x^2$ would be enough. Can you tell me, what rule allows me to subtract it out as $\sign(x)$.
â Igor
Aug 29 at 9:33
add a comment |Â
up vote
0
down vote
Following the similar path the link takes, let $w=fracyx$. Then
beginalign
wx &= y \
implies xw'+w &= y'
endalign
hence your ODE becomes
beginalign
x(w+xw') - wx &= sqrtx^2left(1+w^2right) \
implies x^2 w' &= operatornamesgn(x)sqrt1+w^2
endalign
Where the Signum funciton is defined as
$$operatornamesgn(x) := begincases
-1 & textif x < 0, \
0 & textif x = 0, \
1 & textif x > 0. endcases$$
Thanxs, but It looked so unnatural for me that only extracting $\x^2$ would be enough. Can you tell me, what rule allows me to subtract it out as $\sign(x)$.
â Igor
Aug 29 at 9:33
add a comment |Â
up vote
0
down vote
up vote
0
down vote
Following the similar path the link takes, let $w=fracyx$. Then
beginalign
wx &= y \
implies xw'+w &= y'
endalign
hence your ODE becomes
beginalign
x(w+xw') - wx &= sqrtx^2left(1+w^2right) \
implies x^2 w' &= operatornamesgn(x)sqrt1+w^2
endalign
Where the Signum funciton is defined as
$$operatornamesgn(x) := begincases
-1 & textif x < 0, \
0 & textif x = 0, \
1 & textif x > 0. endcases$$
Following the similar path the link takes, let $w=fracyx$. Then
beginalign
wx &= y \
implies xw'+w &= y'
endalign
hence your ODE becomes
beginalign
x(w+xw') - wx &= sqrtx^2left(1+w^2right) \
implies x^2 w' &= operatornamesgn(x)sqrt1+w^2
endalign
Where the Signum funciton is defined as
$$operatornamesgn(x) := begincases
-1 & textif x < 0, \
0 & textif x = 0, \
1 & textif x > 0. endcases$$
answered Aug 29 at 9:24
Kevin
5,138722
5,138722
Thanxs, but It looked so unnatural for me that only extracting $\x^2$ would be enough. Can you tell me, what rule allows me to subtract it out as $\sign(x)$.
â Igor
Aug 29 at 9:33
add a comment |Â
Thanxs, but It looked so unnatural for me that only extracting $\x^2$ would be enough. Can you tell me, what rule allows me to subtract it out as $\sign(x)$.
â Igor
Aug 29 at 9:33
Thanxs, but It looked so unnatural for me that only extracting $\x^2$ would be enough. Can you tell me, what rule allows me to subtract it out as $\sign(x)$.
â Igor
Aug 29 at 9:33
Thanxs, but It looked so unnatural for me that only extracting $\x^2$ would be enough. Can you tell me, what rule allows me to subtract it out as $\sign(x)$.
â Igor
Aug 29 at 9:33
add a comment |Â
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
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2898133%2fdifferential-equation-with-square-root-how-to-use-sgn%23new-answer', 'question_page');
);
Post as a guest
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
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
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