Definition linear ODEobserving linearity in differential equationsGeneral solution to 3D linear 2nd order PDE...
NMaximize is not converging to a solution
Can a vampire attack twice with their claws using Multiattack?
Fully-Firstable Anagram Sets
Approximately how much travel time was saved by the opening of the Suez Canal in 1869?
How old can references or sources in a thesis be?
Did Shadowfax go to Valinor?
How can I make my BBEG immortal short of making them a Lich or Vampire?
Alternative to sending password over mail?
"You are your self first supporter", a more proper way to say it
RSA: Danger of using p to create q
How does quantile regression compare to logistic regression with the variable split at the quantile?
Codimension of non-flat locus
How to draw a waving flag in TikZ
How to determine what difficulty is right for the game?
What's that red-plus icon near a text?
Is it possible to do 50 km distance without any previous training?
Can a Cauchy sequence converge for one metric while not converging for another?
I'm flying to France today and my passport expires in less than 2 months
What's the output of a record needle playing an out-of-speed record
What are these boxed doors outside store fronts in New York?
Is it tax fraud for an individual to declare non-taxable revenue as taxable income? (US tax laws)
Perform and show arithmetic with LuaLaTeX
Paid for article while in US on F-1 visa?
What typically incentivizes a professor to change jobs to a lower ranking university?
Definition linear ODE
observing linearity in differential equationsGeneral solution to 3D linear 2nd order PDE using Wronskian and Integrals?Determine the properties of the solution of a second order linear ODESome clarification on this textbook's definition of linear ODEs?when two solutions do not form a basis for the solution space to a 2nd order odeGeneral solution of this ODEFormula to find a particular solution of a specific linear ODEReduction of Order on Second Order Linear Homogenous ODE ExplanationDefinition of ordinary derivativeRiccati ODE Solution Path
$begingroup$
An ordinary differential equation is said to be linear if
$$F(t,y(t),...,y^{(n)}(t))=0$$
is linear in every derivative. I run into a little problem when using this definition for the equation
$$y'y=0$$
because we have that $$F(t,alpha y_1(t)+beta y_2(t),y'(t))=(alpha y_1(t)+beta y_2(t))y'(t)=alpha y_1(t)y't(t) + beta y_2(t)y'(t)\
=alpha F(t,y_1(t),y'(t)) + beta F(t,y_2(t),y'(t))$$
and vice versa for $y'(t)$. This shows that the ODE is linear. But an equivalent definition of linearity states that it has to have the form
$F(t,y(t),...,y^{(n)}(t))=sum_{k=0}^n a_i(t)y^{(i)}(t) - g(t)=0$
With this definition the ODE is not linear anymore. Not sure what my mistake is there.
ordinary-differential-equations
$endgroup$
add a comment |
$begingroup$
An ordinary differential equation is said to be linear if
$$F(t,y(t),...,y^{(n)}(t))=0$$
is linear in every derivative. I run into a little problem when using this definition for the equation
$$y'y=0$$
because we have that $$F(t,alpha y_1(t)+beta y_2(t),y'(t))=(alpha y_1(t)+beta y_2(t))y'(t)=alpha y_1(t)y't(t) + beta y_2(t)y'(t)\
=alpha F(t,y_1(t),y'(t)) + beta F(t,y_2(t),y'(t))$$
and vice versa for $y'(t)$. This shows that the ODE is linear. But an equivalent definition of linearity states that it has to have the form
$F(t,y(t),...,y^{(n)}(t))=sum_{k=0}^n a_i(t)y^{(i)}(t) - g(t)=0$
With this definition the ODE is not linear anymore. Not sure what my mistake is there.
ordinary-differential-equations
$endgroup$
add a comment |
$begingroup$
An ordinary differential equation is said to be linear if
$$F(t,y(t),...,y^{(n)}(t))=0$$
is linear in every derivative. I run into a little problem when using this definition for the equation
$$y'y=0$$
because we have that $$F(t,alpha y_1(t)+beta y_2(t),y'(t))=(alpha y_1(t)+beta y_2(t))y'(t)=alpha y_1(t)y't(t) + beta y_2(t)y'(t)\
=alpha F(t,y_1(t),y'(t)) + beta F(t,y_2(t),y'(t))$$
and vice versa for $y'(t)$. This shows that the ODE is linear. But an equivalent definition of linearity states that it has to have the form
$F(t,y(t),...,y^{(n)}(t))=sum_{k=0}^n a_i(t)y^{(i)}(t) - g(t)=0$
With this definition the ODE is not linear anymore. Not sure what my mistake is there.
ordinary-differential-equations
$endgroup$
An ordinary differential equation is said to be linear if
$$F(t,y(t),...,y^{(n)}(t))=0$$
is linear in every derivative. I run into a little problem when using this definition for the equation
$$y'y=0$$
because we have that $$F(t,alpha y_1(t)+beta y_2(t),y'(t))=(alpha y_1(t)+beta y_2(t))y'(t)=alpha y_1(t)y't(t) + beta y_2(t)y'(t)\
=alpha F(t,y_1(t),y'(t)) + beta F(t,y_2(t),y'(t))$$
and vice versa for $y'(t)$. This shows that the ODE is linear. But an equivalent definition of linearity states that it has to have the form
$F(t,y(t),...,y^{(n)}(t))=sum_{k=0}^n a_i(t)y^{(i)}(t) - g(t)=0$
With this definition the ODE is not linear anymore. Not sure what my mistake is there.
ordinary-differential-equations
ordinary-differential-equations
asked Mar 19 at 16:26
EpsilonDeltaEpsilonDelta
7301615
7301615
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
The problem is $y^{(n)}$ are dependent on $y$, so your definition is not sound. Derivative operators are linear by default, so the equation is linear if it is linear in $y$
Let
$$ F(y) = y'y $$
Then
$$ F(ay_1 + by_2) = (ay_1' + by_2')(ay_1+by_2) $$
while
$$ aF(y_1) + bF(y_2) = ay_1'y_1 + by_2'y_2 $$
which means
$$ F(ay_1+by_2) ne aF(y_1) + bF(y_2) $$
Therefore $F(y)$ is not a linear operator.
$endgroup$
$begingroup$
Finally, thanks. Can you elaborate on what you mean by "not sound". Do you mean misleading, since all derivatives are dependend on the function itself?
$endgroup$
– EpsilonDelta
Mar 19 at 17:05
1
$begingroup$
By that, I mean the way that you applied it is not correct. $F(t,ay_1+by_2,y')$ doesn't make sense, since $y'$ cannot be independent of $y$.
$endgroup$
– Dylan
Mar 19 at 17:15
add a comment |
$begingroup$
We have $F(t,y(t),y’(t))=yy’$. Note that $$F(alpha t, alpha y(t), alpha y’(t)) =alpha^2yy’ neq alpha yy’=alpha F(t,y(t),y’(t))$$
and thus $F$ is not linear in its arguments, implying that it is not a linear differential equation using your first definition.
$endgroup$
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%2f3154285%2fdefinition-linear-ode%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$
The problem is $y^{(n)}$ are dependent on $y$, so your definition is not sound. Derivative operators are linear by default, so the equation is linear if it is linear in $y$
Let
$$ F(y) = y'y $$
Then
$$ F(ay_1 + by_2) = (ay_1' + by_2')(ay_1+by_2) $$
while
$$ aF(y_1) + bF(y_2) = ay_1'y_1 + by_2'y_2 $$
which means
$$ F(ay_1+by_2) ne aF(y_1) + bF(y_2) $$
Therefore $F(y)$ is not a linear operator.
$endgroup$
$begingroup$
Finally, thanks. Can you elaborate on what you mean by "not sound". Do you mean misleading, since all derivatives are dependend on the function itself?
$endgroup$
– EpsilonDelta
Mar 19 at 17:05
1
$begingroup$
By that, I mean the way that you applied it is not correct. $F(t,ay_1+by_2,y')$ doesn't make sense, since $y'$ cannot be independent of $y$.
$endgroup$
– Dylan
Mar 19 at 17:15
add a comment |
$begingroup$
The problem is $y^{(n)}$ are dependent on $y$, so your definition is not sound. Derivative operators are linear by default, so the equation is linear if it is linear in $y$
Let
$$ F(y) = y'y $$
Then
$$ F(ay_1 + by_2) = (ay_1' + by_2')(ay_1+by_2) $$
while
$$ aF(y_1) + bF(y_2) = ay_1'y_1 + by_2'y_2 $$
which means
$$ F(ay_1+by_2) ne aF(y_1) + bF(y_2) $$
Therefore $F(y)$ is not a linear operator.
$endgroup$
$begingroup$
Finally, thanks. Can you elaborate on what you mean by "not sound". Do you mean misleading, since all derivatives are dependend on the function itself?
$endgroup$
– EpsilonDelta
Mar 19 at 17:05
1
$begingroup$
By that, I mean the way that you applied it is not correct. $F(t,ay_1+by_2,y')$ doesn't make sense, since $y'$ cannot be independent of $y$.
$endgroup$
– Dylan
Mar 19 at 17:15
add a comment |
$begingroup$
The problem is $y^{(n)}$ are dependent on $y$, so your definition is not sound. Derivative operators are linear by default, so the equation is linear if it is linear in $y$
Let
$$ F(y) = y'y $$
Then
$$ F(ay_1 + by_2) = (ay_1' + by_2')(ay_1+by_2) $$
while
$$ aF(y_1) + bF(y_2) = ay_1'y_1 + by_2'y_2 $$
which means
$$ F(ay_1+by_2) ne aF(y_1) + bF(y_2) $$
Therefore $F(y)$ is not a linear operator.
$endgroup$
The problem is $y^{(n)}$ are dependent on $y$, so your definition is not sound. Derivative operators are linear by default, so the equation is linear if it is linear in $y$
Let
$$ F(y) = y'y $$
Then
$$ F(ay_1 + by_2) = (ay_1' + by_2')(ay_1+by_2) $$
while
$$ aF(y_1) + bF(y_2) = ay_1'y_1 + by_2'y_2 $$
which means
$$ F(ay_1+by_2) ne aF(y_1) + bF(y_2) $$
Therefore $F(y)$ is not a linear operator.
answered Mar 19 at 16:52
DylanDylan
14.2k31127
14.2k31127
$begingroup$
Finally, thanks. Can you elaborate on what you mean by "not sound". Do you mean misleading, since all derivatives are dependend on the function itself?
$endgroup$
– EpsilonDelta
Mar 19 at 17:05
1
$begingroup$
By that, I mean the way that you applied it is not correct. $F(t,ay_1+by_2,y')$ doesn't make sense, since $y'$ cannot be independent of $y$.
$endgroup$
– Dylan
Mar 19 at 17:15
add a comment |
$begingroup$
Finally, thanks. Can you elaborate on what you mean by "not sound". Do you mean misleading, since all derivatives are dependend on the function itself?
$endgroup$
– EpsilonDelta
Mar 19 at 17:05
1
$begingroup$
By that, I mean the way that you applied it is not correct. $F(t,ay_1+by_2,y')$ doesn't make sense, since $y'$ cannot be independent of $y$.
$endgroup$
– Dylan
Mar 19 at 17:15
$begingroup$
Finally, thanks. Can you elaborate on what you mean by "not sound". Do you mean misleading, since all derivatives are dependend on the function itself?
$endgroup$
– EpsilonDelta
Mar 19 at 17:05
$begingroup$
Finally, thanks. Can you elaborate on what you mean by "not sound". Do you mean misleading, since all derivatives are dependend on the function itself?
$endgroup$
– EpsilonDelta
Mar 19 at 17:05
1
1
$begingroup$
By that, I mean the way that you applied it is not correct. $F(t,ay_1+by_2,y')$ doesn't make sense, since $y'$ cannot be independent of $y$.
$endgroup$
– Dylan
Mar 19 at 17:15
$begingroup$
By that, I mean the way that you applied it is not correct. $F(t,ay_1+by_2,y')$ doesn't make sense, since $y'$ cannot be independent of $y$.
$endgroup$
– Dylan
Mar 19 at 17:15
add a comment |
$begingroup$
We have $F(t,y(t),y’(t))=yy’$. Note that $$F(alpha t, alpha y(t), alpha y’(t)) =alpha^2yy’ neq alpha yy’=alpha F(t,y(t),y’(t))$$
and thus $F$ is not linear in its arguments, implying that it is not a linear differential equation using your first definition.
$endgroup$
add a comment |
$begingroup$
We have $F(t,y(t),y’(t))=yy’$. Note that $$F(alpha t, alpha y(t), alpha y’(t)) =alpha^2yy’ neq alpha yy’=alpha F(t,y(t),y’(t))$$
and thus $F$ is not linear in its arguments, implying that it is not a linear differential equation using your first definition.
$endgroup$
add a comment |
$begingroup$
We have $F(t,y(t),y’(t))=yy’$. Note that $$F(alpha t, alpha y(t), alpha y’(t)) =alpha^2yy’ neq alpha yy’=alpha F(t,y(t),y’(t))$$
and thus $F$ is not linear in its arguments, implying that it is not a linear differential equation using your first definition.
$endgroup$
We have $F(t,y(t),y’(t))=yy’$. Note that $$F(alpha t, alpha y(t), alpha y’(t)) =alpha^2yy’ neq alpha yy’=alpha F(t,y(t),y’(t))$$
and thus $F$ is not linear in its arguments, implying that it is not a linear differential equation using your first definition.
answered Mar 19 at 16:45
Tyler6Tyler6
736414
736414
add a comment |
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%2f3154285%2fdefinition-linear-ode%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