Finding multiple solutions to the ODE $x'(t) = frac{x(t)}{t^2}$
$begingroup$
I am trying to find a way to characterize infinitely many solutions to the ODE $x'(t)=frac{x(t)}{t^2}$ with $x(0) = 0$. I don't necessarily want an answer, as much as I would like guidance in my approach. I found that $$x(t) = begin{cases}0 & t=0 \
e^{-frac{1}{t}} & t > 0 end{cases}$$
solves this system. My idea to classify infinitely many cases is to find a family of functions $x_s$ that are $0$ until time $s$ and end up similar to $e^{-frac{1}{t}}$ after time $s$. I thought about doing this by defining $$x_s(t) = begin{cases}0 & tleq s \
e^{-frac{1}{t-s}} & t > s end{cases}$$
The problem is that we actually have $x_s'(t) = frac{x_s(t)}{(t-s)^2}$ which doesn't quite solve the system, but is really close. I really think we need the $t-s$ term in the denominator, otherwise $x$ wouldn't be continuous but I don't know how to deal with the fact that this causes it to not solve the system. Can anyone help point me in the correct direction?
ordinary-differential-equations
$endgroup$
add a comment |
$begingroup$
I am trying to find a way to characterize infinitely many solutions to the ODE $x'(t)=frac{x(t)}{t^2}$ with $x(0) = 0$. I don't necessarily want an answer, as much as I would like guidance in my approach. I found that $$x(t) = begin{cases}0 & t=0 \
e^{-frac{1}{t}} & t > 0 end{cases}$$
solves this system. My idea to classify infinitely many cases is to find a family of functions $x_s$ that are $0$ until time $s$ and end up similar to $e^{-frac{1}{t}}$ after time $s$. I thought about doing this by defining $$x_s(t) = begin{cases}0 & tleq s \
e^{-frac{1}{t-s}} & t > s end{cases}$$
The problem is that we actually have $x_s'(t) = frac{x_s(t)}{(t-s)^2}$ which doesn't quite solve the system, but is really close. I really think we need the $t-s$ term in the denominator, otherwise $x$ wouldn't be continuous but I don't know how to deal with the fact that this causes it to not solve the system. Can anyone help point me in the correct direction?
ordinary-differential-equations
$endgroup$
add a comment |
$begingroup$
I am trying to find a way to characterize infinitely many solutions to the ODE $x'(t)=frac{x(t)}{t^2}$ with $x(0) = 0$. I don't necessarily want an answer, as much as I would like guidance in my approach. I found that $$x(t) = begin{cases}0 & t=0 \
e^{-frac{1}{t}} & t > 0 end{cases}$$
solves this system. My idea to classify infinitely many cases is to find a family of functions $x_s$ that are $0$ until time $s$ and end up similar to $e^{-frac{1}{t}}$ after time $s$. I thought about doing this by defining $$x_s(t) = begin{cases}0 & tleq s \
e^{-frac{1}{t-s}} & t > s end{cases}$$
The problem is that we actually have $x_s'(t) = frac{x_s(t)}{(t-s)^2}$ which doesn't quite solve the system, but is really close. I really think we need the $t-s$ term in the denominator, otherwise $x$ wouldn't be continuous but I don't know how to deal with the fact that this causes it to not solve the system. Can anyone help point me in the correct direction?
ordinary-differential-equations
$endgroup$
I am trying to find a way to characterize infinitely many solutions to the ODE $x'(t)=frac{x(t)}{t^2}$ with $x(0) = 0$. I don't necessarily want an answer, as much as I would like guidance in my approach. I found that $$x(t) = begin{cases}0 & t=0 \
e^{-frac{1}{t}} & t > 0 end{cases}$$
solves this system. My idea to classify infinitely many cases is to find a family of functions $x_s$ that are $0$ until time $s$ and end up similar to $e^{-frac{1}{t}}$ after time $s$. I thought about doing this by defining $$x_s(t) = begin{cases}0 & tleq s \
e^{-frac{1}{t-s}} & t > s end{cases}$$
The problem is that we actually have $x_s'(t) = frac{x_s(t)}{(t-s)^2}$ which doesn't quite solve the system, but is really close. I really think we need the $t-s$ term in the denominator, otherwise $x$ wouldn't be continuous but I don't know how to deal with the fact that this causes it to not solve the system. Can anyone help point me in the correct direction?
ordinary-differential-equations
ordinary-differential-equations
asked Jan 13 at 22:58


J. PistachioJ. Pistachio
488212
488212
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
How about the infinite set of solutions
$$x(t) = begin{cases} 0 & tleq 0 \
c, e^{-1/t} & t>0 end{cases}$$ with $c$ an arbitrary constant?
$endgroup$
$begingroup$
Of course! That is so much simpler than I was anticipating.
$endgroup$
– J. Pistachio
Jan 13 at 23:16
add a comment |
$begingroup$
Your "shifted" solutions are not right. Your equation is separable.
$$
frac{dx}{x}=frac{dt}{t^2}.
$$
After integration you get
$$
ln|x|=-frac 1{t}+c,
$$
or
$$
x=Ce^{-1/t},qquad C>0.
$$
You also have the special solution $x(t)=0$.
The formula of general solutions works both for $t<0$ and $t>0$. Solutions for $t<0$ approach infinity as $tto 0^-$ except for $x(t)=0$. The solutions for $t>0$ have limit zero as $tto 0^+$. You can formally paste the zero solution for $t<0$ with either solution of the form $x=Ce^{-1/t}$ for $t>0$ by defining $x(0)=0$ but this pasted solution is not a solution of the given equation, since the latter does not make sense at $t=0$.
Summing up, instead of a shift, you have a dilation parameter $C>0$.
$endgroup$
$begingroup$
The first derivative (of the pasted solution) has a limit of $0$ at $t to 0^+$ as well.
$endgroup$
– Dylan
Jan 14 at 8:46
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%2f3072636%2ffinding-multiple-solutions-to-the-ode-xt-fracxtt2%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$
How about the infinite set of solutions
$$x(t) = begin{cases} 0 & tleq 0 \
c, e^{-1/t} & t>0 end{cases}$$ with $c$ an arbitrary constant?
$endgroup$
$begingroup$
Of course! That is so much simpler than I was anticipating.
$endgroup$
– J. Pistachio
Jan 13 at 23:16
add a comment |
$begingroup$
How about the infinite set of solutions
$$x(t) = begin{cases} 0 & tleq 0 \
c, e^{-1/t} & t>0 end{cases}$$ with $c$ an arbitrary constant?
$endgroup$
$begingroup$
Of course! That is so much simpler than I was anticipating.
$endgroup$
– J. Pistachio
Jan 13 at 23:16
add a comment |
$begingroup$
How about the infinite set of solutions
$$x(t) = begin{cases} 0 & tleq 0 \
c, e^{-1/t} & t>0 end{cases}$$ with $c$ an arbitrary constant?
$endgroup$
How about the infinite set of solutions
$$x(t) = begin{cases} 0 & tleq 0 \
c, e^{-1/t} & t>0 end{cases}$$ with $c$ an arbitrary constant?
answered Jan 13 at 23:06
FabianFabian
19.8k3674
19.8k3674
$begingroup$
Of course! That is so much simpler than I was anticipating.
$endgroup$
– J. Pistachio
Jan 13 at 23:16
add a comment |
$begingroup$
Of course! That is so much simpler than I was anticipating.
$endgroup$
– J. Pistachio
Jan 13 at 23:16
$begingroup$
Of course! That is so much simpler than I was anticipating.
$endgroup$
– J. Pistachio
Jan 13 at 23:16
$begingroup$
Of course! That is so much simpler than I was anticipating.
$endgroup$
– J. Pistachio
Jan 13 at 23:16
add a comment |
$begingroup$
Your "shifted" solutions are not right. Your equation is separable.
$$
frac{dx}{x}=frac{dt}{t^2}.
$$
After integration you get
$$
ln|x|=-frac 1{t}+c,
$$
or
$$
x=Ce^{-1/t},qquad C>0.
$$
You also have the special solution $x(t)=0$.
The formula of general solutions works both for $t<0$ and $t>0$. Solutions for $t<0$ approach infinity as $tto 0^-$ except for $x(t)=0$. The solutions for $t>0$ have limit zero as $tto 0^+$. You can formally paste the zero solution for $t<0$ with either solution of the form $x=Ce^{-1/t}$ for $t>0$ by defining $x(0)=0$ but this pasted solution is not a solution of the given equation, since the latter does not make sense at $t=0$.
Summing up, instead of a shift, you have a dilation parameter $C>0$.
$endgroup$
$begingroup$
The first derivative (of the pasted solution) has a limit of $0$ at $t to 0^+$ as well.
$endgroup$
– Dylan
Jan 14 at 8:46
add a comment |
$begingroup$
Your "shifted" solutions are not right. Your equation is separable.
$$
frac{dx}{x}=frac{dt}{t^2}.
$$
After integration you get
$$
ln|x|=-frac 1{t}+c,
$$
or
$$
x=Ce^{-1/t},qquad C>0.
$$
You also have the special solution $x(t)=0$.
The formula of general solutions works both for $t<0$ and $t>0$. Solutions for $t<0$ approach infinity as $tto 0^-$ except for $x(t)=0$. The solutions for $t>0$ have limit zero as $tto 0^+$. You can formally paste the zero solution for $t<0$ with either solution of the form $x=Ce^{-1/t}$ for $t>0$ by defining $x(0)=0$ but this pasted solution is not a solution of the given equation, since the latter does not make sense at $t=0$.
Summing up, instead of a shift, you have a dilation parameter $C>0$.
$endgroup$
$begingroup$
The first derivative (of the pasted solution) has a limit of $0$ at $t to 0^+$ as well.
$endgroup$
– Dylan
Jan 14 at 8:46
add a comment |
$begingroup$
Your "shifted" solutions are not right. Your equation is separable.
$$
frac{dx}{x}=frac{dt}{t^2}.
$$
After integration you get
$$
ln|x|=-frac 1{t}+c,
$$
or
$$
x=Ce^{-1/t},qquad C>0.
$$
You also have the special solution $x(t)=0$.
The formula of general solutions works both for $t<0$ and $t>0$. Solutions for $t<0$ approach infinity as $tto 0^-$ except for $x(t)=0$. The solutions for $t>0$ have limit zero as $tto 0^+$. You can formally paste the zero solution for $t<0$ with either solution of the form $x=Ce^{-1/t}$ for $t>0$ by defining $x(0)=0$ but this pasted solution is not a solution of the given equation, since the latter does not make sense at $t=0$.
Summing up, instead of a shift, you have a dilation parameter $C>0$.
$endgroup$
Your "shifted" solutions are not right. Your equation is separable.
$$
frac{dx}{x}=frac{dt}{t^2}.
$$
After integration you get
$$
ln|x|=-frac 1{t}+c,
$$
or
$$
x=Ce^{-1/t},qquad C>0.
$$
You also have the special solution $x(t)=0$.
The formula of general solutions works both for $t<0$ and $t>0$. Solutions for $t<0$ approach infinity as $tto 0^-$ except for $x(t)=0$. The solutions for $t>0$ have limit zero as $tto 0^+$. You can formally paste the zero solution for $t<0$ with either solution of the form $x=Ce^{-1/t}$ for $t>0$ by defining $x(0)=0$ but this pasted solution is not a solution of the given equation, since the latter does not make sense at $t=0$.
Summing up, instead of a shift, you have a dilation parameter $C>0$.
answered Jan 13 at 23:16


GReyesGReyes
1,25915
1,25915
$begingroup$
The first derivative (of the pasted solution) has a limit of $0$ at $t to 0^+$ as well.
$endgroup$
– Dylan
Jan 14 at 8:46
add a comment |
$begingroup$
The first derivative (of the pasted solution) has a limit of $0$ at $t to 0^+$ as well.
$endgroup$
– Dylan
Jan 14 at 8:46
$begingroup$
The first derivative (of the pasted solution) has a limit of $0$ at $t to 0^+$ as well.
$endgroup$
– Dylan
Jan 14 at 8:46
$begingroup$
The first derivative (of the pasted solution) has a limit of $0$ at $t to 0^+$ as well.
$endgroup$
– Dylan
Jan 14 at 8:46
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%2f3072636%2ffinding-multiple-solutions-to-the-ode-xt-fracxtt2%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