Differential equation modeling question

Click For Summary
SUMMARY

This discussion focuses on the characteristics of linear differential equations, specifically addressing the definition and implications of linearity in the context of differential equations and linear algebra. It clarifies that terms like "...ty" are still considered linear as long as the equation adheres to the standard form of a linear differential equation: a_{n}(t)\frac{d^{n}y}{dt^{n}} + a_{n-1}(t)\frac{d^{n-1}y}{dt^{n-1}} +...+ a_{1}(t)\frac{dy}{dt} + a_{0}(t)y = F(t). The discussion also emphasizes the relationship between linear differential equations and linear algebra, highlighting that operators act on functions similarly to how matrices act on vectors, maintaining linearity throughout.

PREREQUISITES
  • Understanding of linear differential equations and their standard forms
  • Familiarity with linear algebra concepts, particularly matrix operations
  • Knowledge of operators in mathematical contexts
  • Basic calculus, including differentiation
NEXT STEPS
  • Study the properties of linear operators in differential equations
  • Explore the relationship between differential equations and linear algebra
  • Learn about the method of solving linear differential equations using operator theory
  • Investigate specific examples of inhomogeneous linear differential equations
USEFUL FOR

Students and professionals in mathematics, engineering, and physics who are interested in understanding the principles of differential equations and their applications in modeling real-world phenomena.

sergey90
Messages
10
Reaction score
0
Hi guys, just embarking on the journey of modeling with differential equations and solving them. I have a more conceptual quesiton. Linear differential equations in my book are defined to be ones where F(t, y, y', y'',...,yn) = 0 is a linear function of the dependent var y and all of its derivatives. Does this mean that if in the equation we have say "...ty" it is still linear? If yes, then how does this translate to linear algebra where in a system of linear equations the functions have to be linear for all the variables, including the "free" ones?
 
Physics news on Phys.org
A linear differential equation has the form:

a[itex]_{n}[/itex](t)[itex]\frac{d^{n}y}{dt^{n}}[/itex] + a[itex]_{n-1}[/itex](t)[itex]\frac{d^{n-1}y}{dt^{n-1}}[/itex] +...+ a[itex]_{1}[/itex](t)[itex]\frac{dy}{dt}[/itex] + a[itex]_{0}[/itex](t)y = F(t)

If a[itex]_{0}[/itex](t) = t, then "...ty" is linear if the entire equation can be written in the form above.

As for how this relates to linear algebra, it is important to note that y is not a "free variable", it is a function of t.
 
sergey90 said:
Hi guys, just embarking on the journey of modeling with differential equations and solving them. I have a more conceptual quesiton. Linear differential equations in my book are defined to be ones where F(t, y, y', y'',...,yn) = 0 is a linear function of the dependent var y and all of its derivatives. Does this mean that if in the equation we have say "...ty" it is still linear? If yes, then how does this translate to linear algebra where in a system of linear equations the functions have to be linear for all the variables, including the "free" ones?
I'm guessing you're familiar with linear algebra in the form of matrix algebra? Where the important objects are vectors and matrices, and you can multiply a matrix by a vector to get a different vector? Well, linear differential equations work the same way, except just replace vectors with functions and matrices with operators.

In this sense, an operator is something which acts on a function to give a different function, just like a matrix acts on a vector to produce a different vector. Specifically, that means it has to be linear: if [itex]\mathbf{A}[/itex] and [itex]\mathbf{B}[/itex] are operators and [itex]f[/itex] and [itex]g[/itex] are functions, you need
[tex]\begin{align}\mathbf{A}[f(x)+g(x)] &= \mathbf{A}f(x)+\mathbf{A}g(x) \\ (\mathbf{A}+\mathbf{B})f(x) &= \mathbf{A}f(x) + \mathbf{B}f(x)\end{align}[/tex]
among other properties. Subject to these constraints, there are basically two fundamental things you can do to a function: either multiply it by some quantity which may depend on [itex]x[/itex], or take its derivative with respect to [itex]x[/itex]. Any linear transformation of one function into another can be represented by a linear combination of multiplications and derivatives.

Now, as you know, when you solve a linear system of algebraic equations using matrix algebra, you're solving a system of the form
[tex]A\vec{x} = \vec{b}[/tex]
A linear differential equation is the same thing, only [itex]\vec{x}[/itex] and [itex]\vec{b}[/itex] become functions and [itex]A[/itex] becomes an operator:
[tex]\mathbf{A}f(x) = g(x)[/tex]
Remember that [itex]\mathbf{A}[/itex] is a linear combination of multiplicative factors and derivatives. So in general, you can have something like
[tex]\mathbf{A}f(x) = c(x) f(x) + a_1f'(x) + a_2f''(x) + \cdots[/tex]
Hopefully you can see that with this definition, the differential equation above can be written
[tex]F(x, f', f'', \cdots) = -g(x) + c(x) f(x) + a_1f'(x) + a_2f''(x) + \cdots = 0[/tex]
The inhomogeneous term [itex]g(x)[/itex] and the multiplicative coefficient [itex]c(x)[/itex] can be any arbitrary (fixed) functions of [itex]x[/itex], they just can't depend on the function [itex]f[/itex].
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 5 ·
Replies
5
Views
5K
  • · Replies 22 ·
Replies
22
Views
4K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
2
Views
1K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K