Elementary differential equations: Please give a proof of the trick
$begingroup$
Here is a statement (or theorem) from my book:
$pmb{text{A neat trick: Turning nonlinear separable equations into linear separable equations}}$
$mathcal{text{Knowing when to substitute:}}$
You can use the trick of setting $y=xv$ when you have differential equation that is of the form:
$dfrac{dy}{dx}=f(x,y)$
when $f(x,y)=f(tx,ty)$ where $t$ is a constant.
I understand this. But the book gives no proof. I mean how can we ensure that the trick of setting $y=xv$ will always work whenever $f(x,y)=f(tx,ty)$
calculus ordinary-differential-equations substitution
$endgroup$
add a comment |
$begingroup$
Here is a statement (or theorem) from my book:
$pmb{text{A neat trick: Turning nonlinear separable equations into linear separable equations}}$
$mathcal{text{Knowing when to substitute:}}$
You can use the trick of setting $y=xv$ when you have differential equation that is of the form:
$dfrac{dy}{dx}=f(x,y)$
when $f(x,y)=f(tx,ty)$ where $t$ is a constant.
I understand this. But the book gives no proof. I mean how can we ensure that the trick of setting $y=xv$ will always work whenever $f(x,y)=f(tx,ty)$
calculus ordinary-differential-equations substitution
$endgroup$
$begingroup$
What have you tried ?
$endgroup$
– Yves Daoust
Feb 2 at 13:58
add a comment |
$begingroup$
Here is a statement (or theorem) from my book:
$pmb{text{A neat trick: Turning nonlinear separable equations into linear separable equations}}$
$mathcal{text{Knowing when to substitute:}}$
You can use the trick of setting $y=xv$ when you have differential equation that is of the form:
$dfrac{dy}{dx}=f(x,y)$
when $f(x,y)=f(tx,ty)$ where $t$ is a constant.
I understand this. But the book gives no proof. I mean how can we ensure that the trick of setting $y=xv$ will always work whenever $f(x,y)=f(tx,ty)$
calculus ordinary-differential-equations substitution
$endgroup$
Here is a statement (or theorem) from my book:
$pmb{text{A neat trick: Turning nonlinear separable equations into linear separable equations}}$
$mathcal{text{Knowing when to substitute:}}$
You can use the trick of setting $y=xv$ when you have differential equation that is of the form:
$dfrac{dy}{dx}=f(x,y)$
when $f(x,y)=f(tx,ty)$ where $t$ is a constant.
I understand this. But the book gives no proof. I mean how can we ensure that the trick of setting $y=xv$ will always work whenever $f(x,y)=f(tx,ty)$
calculus ordinary-differential-equations substitution
calculus ordinary-differential-equations substitution
asked Feb 2 at 13:37
OliverOliver
225
225
$begingroup$
What have you tried ?
$endgroup$
– Yves Daoust
Feb 2 at 13:58
add a comment |
$begingroup$
What have you tried ?
$endgroup$
– Yves Daoust
Feb 2 at 13:58
$begingroup$
What have you tried ?
$endgroup$
– Yves Daoust
Feb 2 at 13:58
$begingroup$
What have you tried ?
$endgroup$
– Yves Daoust
Feb 2 at 13:58
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Just plug $y=xv$ in the equation.
$$frac{d(xv)}{dx}=xfrac{dv}{dx}+v=f(x,xv)$$
and
$$frac{dv}{f(1,v)-v}=frac{dx}x.$$
Alternatively,
$$f(tx,ty)=f(x,y)iff f(x,y)=gleft(frac yxright)=g(v)$$ and the equation is
$$xv'+v=g(v).$$
$endgroup$
$begingroup$
If $f(x,y)=f(tx,ty)$, how can we always express $f(x,y)$ as a function of $dfrac{y}{x}$?
$endgroup$
– Oliver
Feb 2 at 15:32
$begingroup$
@Oliver: hem, $t=1/x$.
$endgroup$
– Yves Daoust
Feb 2 at 16:10
$begingroup$
Yves: THANKS FOR HELPING... However I am a bit confused here. (1) Why is $t=1/x$? (2) It is said in the question that $t$ is a constant.
$endgroup$
– Oliver
Feb 2 at 16:21
$begingroup$
@Oliver: you are right. $t$ constant is a misleading statement. Because $f(x,y)=f(tx,ty)to f(t^nx,t^ny)$ by induction and you can generalize to rational exponents. So $t$ is a weird constant...
$endgroup$
– Yves Daoust
Feb 2 at 16:26
add a comment |
Your Answer
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%2f3097294%2felementary-differential-equations-please-give-a-proof-of-the-trick%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
$begingroup$
Just plug $y=xv$ in the equation.
$$frac{d(xv)}{dx}=xfrac{dv}{dx}+v=f(x,xv)$$
and
$$frac{dv}{f(1,v)-v}=frac{dx}x.$$
Alternatively,
$$f(tx,ty)=f(x,y)iff f(x,y)=gleft(frac yxright)=g(v)$$ and the equation is
$$xv'+v=g(v).$$
$endgroup$
$begingroup$
If $f(x,y)=f(tx,ty)$, how can we always express $f(x,y)$ as a function of $dfrac{y}{x}$?
$endgroup$
– Oliver
Feb 2 at 15:32
$begingroup$
@Oliver: hem, $t=1/x$.
$endgroup$
– Yves Daoust
Feb 2 at 16:10
$begingroup$
Yves: THANKS FOR HELPING... However I am a bit confused here. (1) Why is $t=1/x$? (2) It is said in the question that $t$ is a constant.
$endgroup$
– Oliver
Feb 2 at 16:21
$begingroup$
@Oliver: you are right. $t$ constant is a misleading statement. Because $f(x,y)=f(tx,ty)to f(t^nx,t^ny)$ by induction and you can generalize to rational exponents. So $t$ is a weird constant...
$endgroup$
– Yves Daoust
Feb 2 at 16:26
add a comment |
$begingroup$
Just plug $y=xv$ in the equation.
$$frac{d(xv)}{dx}=xfrac{dv}{dx}+v=f(x,xv)$$
and
$$frac{dv}{f(1,v)-v}=frac{dx}x.$$
Alternatively,
$$f(tx,ty)=f(x,y)iff f(x,y)=gleft(frac yxright)=g(v)$$ and the equation is
$$xv'+v=g(v).$$
$endgroup$
$begingroup$
If $f(x,y)=f(tx,ty)$, how can we always express $f(x,y)$ as a function of $dfrac{y}{x}$?
$endgroup$
– Oliver
Feb 2 at 15:32
$begingroup$
@Oliver: hem, $t=1/x$.
$endgroup$
– Yves Daoust
Feb 2 at 16:10
$begingroup$
Yves: THANKS FOR HELPING... However I am a bit confused here. (1) Why is $t=1/x$? (2) It is said in the question that $t$ is a constant.
$endgroup$
– Oliver
Feb 2 at 16:21
$begingroup$
@Oliver: you are right. $t$ constant is a misleading statement. Because $f(x,y)=f(tx,ty)to f(t^nx,t^ny)$ by induction and you can generalize to rational exponents. So $t$ is a weird constant...
$endgroup$
– Yves Daoust
Feb 2 at 16:26
add a comment |
$begingroup$
Just plug $y=xv$ in the equation.
$$frac{d(xv)}{dx}=xfrac{dv}{dx}+v=f(x,xv)$$
and
$$frac{dv}{f(1,v)-v}=frac{dx}x.$$
Alternatively,
$$f(tx,ty)=f(x,y)iff f(x,y)=gleft(frac yxright)=g(v)$$ and the equation is
$$xv'+v=g(v).$$
$endgroup$
Just plug $y=xv$ in the equation.
$$frac{d(xv)}{dx}=xfrac{dv}{dx}+v=f(x,xv)$$
and
$$frac{dv}{f(1,v)-v}=frac{dx}x.$$
Alternatively,
$$f(tx,ty)=f(x,y)iff f(x,y)=gleft(frac yxright)=g(v)$$ and the equation is
$$xv'+v=g(v).$$
answered Feb 2 at 13:43
Yves DaoustYves Daoust
133k676231
133k676231
$begingroup$
If $f(x,y)=f(tx,ty)$, how can we always express $f(x,y)$ as a function of $dfrac{y}{x}$?
$endgroup$
– Oliver
Feb 2 at 15:32
$begingroup$
@Oliver: hem, $t=1/x$.
$endgroup$
– Yves Daoust
Feb 2 at 16:10
$begingroup$
Yves: THANKS FOR HELPING... However I am a bit confused here. (1) Why is $t=1/x$? (2) It is said in the question that $t$ is a constant.
$endgroup$
– Oliver
Feb 2 at 16:21
$begingroup$
@Oliver: you are right. $t$ constant is a misleading statement. Because $f(x,y)=f(tx,ty)to f(t^nx,t^ny)$ by induction and you can generalize to rational exponents. So $t$ is a weird constant...
$endgroup$
– Yves Daoust
Feb 2 at 16:26
add a comment |
$begingroup$
If $f(x,y)=f(tx,ty)$, how can we always express $f(x,y)$ as a function of $dfrac{y}{x}$?
$endgroup$
– Oliver
Feb 2 at 15:32
$begingroup$
@Oliver: hem, $t=1/x$.
$endgroup$
– Yves Daoust
Feb 2 at 16:10
$begingroup$
Yves: THANKS FOR HELPING... However I am a bit confused here. (1) Why is $t=1/x$? (2) It is said in the question that $t$ is a constant.
$endgroup$
– Oliver
Feb 2 at 16:21
$begingroup$
@Oliver: you are right. $t$ constant is a misleading statement. Because $f(x,y)=f(tx,ty)to f(t^nx,t^ny)$ by induction and you can generalize to rational exponents. So $t$ is a weird constant...
$endgroup$
– Yves Daoust
Feb 2 at 16:26
$begingroup$
If $f(x,y)=f(tx,ty)$, how can we always express $f(x,y)$ as a function of $dfrac{y}{x}$?
$endgroup$
– Oliver
Feb 2 at 15:32
$begingroup$
If $f(x,y)=f(tx,ty)$, how can we always express $f(x,y)$ as a function of $dfrac{y}{x}$?
$endgroup$
– Oliver
Feb 2 at 15:32
$begingroup$
@Oliver: hem, $t=1/x$.
$endgroup$
– Yves Daoust
Feb 2 at 16:10
$begingroup$
@Oliver: hem, $t=1/x$.
$endgroup$
– Yves Daoust
Feb 2 at 16:10
$begingroup$
Yves: THANKS FOR HELPING... However I am a bit confused here. (1) Why is $t=1/x$? (2) It is said in the question that $t$ is a constant.
$endgroup$
– Oliver
Feb 2 at 16:21
$begingroup$
Yves: THANKS FOR HELPING... However I am a bit confused here. (1) Why is $t=1/x$? (2) It is said in the question that $t$ is a constant.
$endgroup$
– Oliver
Feb 2 at 16:21
$begingroup$
@Oliver: you are right. $t$ constant is a misleading statement. Because $f(x,y)=f(tx,ty)to f(t^nx,t^ny)$ by induction and you can generalize to rational exponents. So $t$ is a weird constant...
$endgroup$
– Yves Daoust
Feb 2 at 16:26
$begingroup$
@Oliver: you are right. $t$ constant is a misleading statement. Because $f(x,y)=f(tx,ty)to f(t^nx,t^ny)$ by induction and you can generalize to rational exponents. So $t$ is a weird constant...
$endgroup$
– Yves Daoust
Feb 2 at 16:26
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%2f3097294%2felementary-differential-equations-please-give-a-proof-of-the-trick%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
$begingroup$
What have you tried ?
$endgroup$
– Yves Daoust
Feb 2 at 13:58