Differential equation modeling question

In summary, if you have a linear differential equation where all of the derivatives can be written in the form\frac{d^{n}y}{dt^{n}} + \frac{d^{n-1}y}{dt^{n-1}} + ...+ \frac{d^{1}y}{dt} + \frac{dy}{dt},then "ty" is still linear if the entire equation can be written in this form. This is similar to how linear algebra works with variables that are not "free", where y is a function of t.
  • #1
sergey90
10
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
  • #2
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.
 
  • #3
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].
 

1. What is a differential equation model?

A differential equation model is a mathematical model used to describe the relationship between a system's variables and how they change over time. It involves using differential equations to represent the rates of change of the variables, and solving these equations to make predictions about the behavior of the system.

2. What are some applications of differential equation modeling?

Differential equation modeling has a wide range of applications in various fields such as physics, chemistry, biology, engineering, and economics. It can be used to study the growth and decay of populations, the spread of diseases, the flow of fluids, the motion of objects, and many other phenomena.

3. What are the different types of differential equations used in modeling?

The types of differential equations used in modeling include ordinary differential equations (ODEs), partial differential equations (PDEs), and stochastic differential equations (SDEs). ODEs involve only one independent variable, while PDEs involve multiple independent variables. SDEs take into account random effects and uncertainties.

4. How are differential equation models solved?

There are various methods for solving differential equation models, depending on the type of equation and the complexity of the system. Some common techniques include separation of variables, substitution, eigenvalue methods, and numerical methods such as Euler's method or Runge-Kutta methods.

5. What are the limitations of using differential equation models?

While differential equation models can provide valuable insights and predictions, they also have some limitations. These models are based on simplifying assumptions and may not accurately represent the real-world system. Additionally, they can be difficult to solve for complex systems, and the results may be sensitive to the initial conditions and parameters used.

Similar threads

Replies
6
Views
693
  • Science and Math Textbooks
Replies
5
Views
2K
  • Calculus and Beyond Homework Help
Replies
2
Views
293
  • Differential Equations
Replies
5
Views
1K
Replies
2
Views
2K
  • Introductory Physics Homework Help
Replies
8
Views
1K
  • Calculus and Beyond Homework Help
Replies
7
Views
251
  • Calculus and Beyond Homework Help
Replies
1
Views
254
  • Advanced Physics Homework Help
Replies
12
Views
1K
Back
Top