3rd time I'm asking you guys this question.

  • Thread starter Thread starter Jamin2112
  • Start date Start date
  • Tags Tags
    Time
Click For Summary

Homework Help Overview

The discussion revolves around a problem involving two vector functions, x(1)(t) and x(2)(t), and their properties in the context of linear independence and homogeneous differential equations. Participants are tasked with computing the Wronskian, determining intervals of linear independence, and analyzing the implications for coefficients in a system of equations.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning, Problem interpretation, Assumption checking

Approaches and Questions Raised

  • Participants discuss the computation of the Wronskian and its implications for linear independence, questioning the meaning of discontinuity in coefficients. There is exploration of the relationship between the Wronskian and the continuity of coefficients in the context of differential equations.

Discussion Status

The discussion is active, with participants providing insights and clarifications regarding the interpretation of coefficients in the context of differential equations. Some participants are exploring the implications of the Wronskian being zero at t=0, while others are questioning the nature of the coefficients involved in the system of equations.

Contextual Notes

Participants note that the problem involves understanding the continuity of coefficients and the implications of the Wronskian's behavior at specific points, particularly t=0. There is an acknowledgment of the distinction between numerical coefficients and those that may vary with t in the context of differential equations.

Jamin2112
Messages
973
Reaction score
12

Homework Statement



Consider the vectors x(1)(t)=(t 1)T and x(2)(t)=(t2 2t)T.

(a) Compute the Wronskian of x(1) and x(2).
(b) In what intervals are x(1) and x(2) linearly independent?
(c) What conclusion can be drawn about the coefficients in the system of homogenous differential equations satisfied by x(1) and x(2)?
(d) Find this system of equations and verify the conclusion of part (c).

Homework Equations



Wronskian is a fancy word for the determinate of a set of solutions.
A set of vectors is linearly independent <---> Determinate ≠ 0.

The Attempt at a Solution



Wronskian = |x(1), x(2)| = t2

t2 = 0 ---> No solution; the system is not linearly independent. So our interval is t ≠ 0.

Parts (c) and (d) don't make sense to me.

Making x(1), x(2) a system of homogenous equations would mean C1x(1) + C2x[/Bb](2) = 0.

The answer in the back of the book says, "At least one coefficient must be discontinuous at t=0." How can a coefficient, just a number, be discontinuous?

Show me your mathleticism on this one, folks.
 
Physics news on Phys.org
I'm out of my depth by even looking at it. But if you have concluded that the interval to be [tex]t\ne 0[/tex] can you say something about continuity at [tex]t=0[/tex]?
 
Jamin2112 said:

Homework Statement



Consider the vectors x(1)(t)=(t 1)T and x(2)(t)=(t2 2t)T.

(a) Compute the Wronskian of x(1) and x(2).
(b) In what intervals are x(1) and x(2) linearly independent?
(c) What conclusion can be drawn about the coefficients in the system of homogenous differential equations satisfied by x(1) and x(2)?
(d) Find this system of equations and verify the conclusion of part (c).

Homework Equations



Wronskian is a fancy word for the determinate of a set of solutions.
Specifically, the Wronskian of f(x) and g(x) is
[tex]\left|\begin{array}{cc}f & g \\ f' & g'\end{array}\right|[/tex]

A set of vectors is linearly independent <---> Determinate ≠ 0.

The Attempt at a Solution



Wronskian = |x(1), x(2)| = t2

t2 = 0 ---> No solution; the system is not linearly independent. So our interval is t ≠ 0.
Well, "[itex]t\ne 0[/itex]" isn't an interval. Your two intervals are t< 0 and t> 0.

Parts (c) and (d) don't make sense to me.

Making x(1), x(2) a system of homogenous equations would mean C1x(1) + C2x[/Bb](2) = 0.

The answer in the back of the book says, "At least one coefficient must be discontinuous at t=0." How can a coefficient, just a number, be discontinuous?

Why do you say that the coefficients must be numbers? We are talking about the coefficients of the dependent function and its derivatives. Many ("almost all") linear differential equations have variable coefficients.

Show me your mathleticism on this one, folks.

We seek a differential equation of the form
[tex]\frac{dX}{dt}= \begin{bmatrix}a & b \\ c & d\end{bmatrix}X[/tex]

that is satisfied by x1 and x2. Here, dx1/dt= (1, 0) and dx2/dt= (2t, 2).

We must have
[tex]\begin{bmatrix}1 \\ 0\end{bmatrix}= \begin{bmatrix}a & b \\ c & d\end{bmatrix}\begin{bmatrix}t \\ 1\end{bmatrix}[/tex]
and
[tex]\begin{bmatrix}2t \\ 2\end{bmatrix}= \begin{bmatrix} a & b \\ c & d\end{bmatrix}\begin{bmatrix}t^2 \\ 2t\end{bmatrix}[/tex]

That means we must have at+ b= 1, ct+ d= 0, [itex]at^2+ 2bt= 2t[/itex], and [itex]ct^2+ 2dt= 2[/itex].
From at+ b= 1, b= 1- at. Putting that into [itex]at^2+ 2bt= 2t[/itex] gives [itex]at^2+ 2(1- at)t= at^2+ 2t- 2at^2= 2t[/itex] which reduces to [itex]at^2= 0[/tex] or a= 0 and then b= 1.<br /> <br /> From ct+ d= 0, d= -ct. Putting that into [itex]ct^2+ 2dt= 2[/itex] gives [itex]ct^2+ 2(-ct)t= -ct^2= 2[/itex] so that [itex]c= -2/t^2[/itex] and then [itex]d= 2/t[/itex].<br /> <br /> The given functions satisfy the equation <br /> [tex]\frac{\begin{bmatrix}x(t) \\ y(t)\end{bmatrix}}{dt}= \begin{bmatrix}0 & 1 \\ -\frac{2}{t^2} & \frac{2}{t}\end{bmatrix}\begin{bmatrix}x(t) \\ y(t)\end{bmatrix}[/tex][/itex]
 
Last edited by a moderator:
so you're using Boyce & DiPrima? just consulted my old text for a refresher & saw the problem in section 7.4 (though mines 5th edition)

So anyway, a) & b) look ok, and I think where you're going wrong in c) & d) is the understanding of the "coefficients" referred to... doing d) first may help... though here's an explanantion I hope helps.

The solution of a homgenous ODE will be composed of a linear combination of several functions with arbitrary constants.
[tex]c_1x_1(t)+ c_2x_2(t) +...[/tex]
When you apply boundary/initial values to the problem the constants will only be allowed certain values to satisfy - i don't think these are the coefficients referred to in the question.

Going back to the start of section 7.4, the usual way to write a system of first order homogenous DEs takes the form
[tex]\textbf{x}'(t) = \textbf{P}(t)\textbf{x}(t)[/tex]

each of [itex]\textbf{x}^{(1)}, \textbf{x}^{(2)}[/itex] will be a solution of the above equation

note P(t), the 2x2 coeffcient matrix, is a function of t and generally referred to as the coefficients of the system of DEs.

Going back to the question:
Jamin2112 said:
(c) What conclusion can be drawn about the coefficients in the system of homogenous differential equations satisfied by x(1) and x(2)?
(d) Find this system of equations and verify the conclusion of part (c).

going back to Thm 7.1.2 if the coefficients of a system of DEs are continuous on an open interval, then there exists unique solutions on that interval.

The fact your Wronskian disappears at t=0 shows the solutions are not unqiue for all t on an open interval containing t = 0. So what can you then say about the coefficients..?
 
Last edited:
didn't see Halls post until after (could have saved me some work), added some edits above to align
 
HallsofIvy said:
Specifically, the Wronskian of f(x) and g(x) is
[tex]\left|\begin{array}{cc}f & g \\ f' & g'\end{array}\right|[/tex]


Well, "[itex]t\ne 0[/itex]" isn't an interval. Your two intervals are t< 0 and t> 0.


Why do you say that the coefficients must be numbers? We are talking about the coefficients of the dependent function and its derivatives. Many ("almost all") linear differential equations have variable coefficients.



We seek a differential equation of the form
[tex]\frac{dX}{dt}= \begin{bmatrix}a & b \\ c & d\end{bmatrix}X[/tex]

that is satisfied by x1 and x2. Here, dx1/dt= (1, 0) and dx2/dt= (2t, 2).

We must have
[tex]\begin{bmatrix}1 \\ 0\end{bmatrix}= \begin{bmatrix}a & b \\ c & d\end{bmatrix}\begin{bmatrix}t \\ 1\end{bmatrix}[/tex]
and
[tex]\begin{bmatrix}2t \\ 2\end{bmatrix}= \begin{bmatrix} a & b \\ c & d\end{bmatrix}\begin{bmatrix}t^2 \\ 2t\end{bmatrix}[/tex]

That means we must have at+ b= 1, ct+ d= 0, [itex]at^2+ 2bt= 2t[/itex], and [itex]ct^2+ 2dt= 2[/itex].
From at+ b= 1, b= 1- at. Putting that into [itex]at^2+ 2bt= 2t[/itex] gives [itex]at^2+ 2(1- at)t= at^2+ 2t- 2at^2= 2t[/itex] which reduces to [itex]at^2= 0[/tex] or a= 0 and then b= 1.<br /> <br /> From ct+ d= 0, d= -ct. Putting that into [itex]ct^2+ 2dt= 2[/itex] gives [itex]ct^2+ 2(-ct)t= -ct^2= 2[/itex] so that [itex]c= -2/t^2[/itex] and then [itex]d= 2/t[/itex].<br /> <br /> The given functions satisfy the equation <br /> [tex]\frac{\begin{bmatrix}x(t) \\ y(t)\end{bmatrix}}{dt}= \begin{bmatrix}0 & 1 \\ -\frac{2}{t^2} & \frac{2}{t}\end{bmatrix}\begin{bmatrix}x(t) \\ y(t)\end{bmatrix}[/tex][/itex]
[itex] <br /> <br /> I see. So I assume there's some 2x2 Matrix <b>A</b> that can be multiplied by each of these solution vectors to get the corresponding derivative vectors (which are simply vectors in which one takes the derivative of each component). "Coefficient" just means an entry in the matrix. <br /> <br /> Thanks a million, sir![/itex]
 

Similar threads

Replies
1
Views
2K
Replies
2
Views
2K
Replies
7
Views
2K
Replies
7
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 7 ·
Replies
7
Views
2K
Replies
4
Views
2K
  • · Replies 105 ·
4
Replies
105
Views
11K
Replies
5
Views
3K