Can someone understand this passage of Linear Algebra?

EngPF
Messages
6
Reaction score
0

Homework Statement


Hello there everybody! I'm reading a Linear Algebra textbook, specifically on LTV systems solutions.
I'm trying to redo this example from the book:

upload_2014-11-13_20-12-2.png


Homework Equations


But I couldn't understand the passage:

upload_2014-11-13_20-12-26.png


The Attempt at a Solution


I mean. x1(0) = 1 and x2(0) = 0? I don't know from where that came from. And then x(t) = [1 0.5t^2]^T ?

I can see from the x1(t) = x1(0) and x2(t) = (1/2)(t^2)x1(0) + x2(0) that

x(t) = [1 0.5t^2]^T [x1(0) x2(0)] <= This I can relate!

But the second one where x(t) = [ 1 2 ]^T I can't understand.

I think it might have been arbitrarily choosen values? Either that or I'm missing some basic concept here. I've tried to get back some pages/chapters but could find the answer for that. Should I study the first chapters all again? (yeah probably I should! =/ )

Anyway, could someone help me to understand this?

Thank you very much!
 
Last edited:
Physics news on Phys.org
EngPF said:

Homework Statement


Hello there everybody! I'm reading a Linear Algebra textbook, specifically on LTV systems solutions.
I'm trying to redo this example from the book:

View attachment 75422

Homework Equations


But I couldn't understand the passage:

View attachment 75423

The Attempt at a Solution


I mean. x1(0) = 1 and x2(0) = 0? I don't know from where that came from. And then x(t) = [1 0.5t^2]^T ?

I can see from the x1(t) = x1(0) and x2(t) = (1/2)(t^2)x1(0) + x2(0) that

x(t) = [1 0.5t^2]^T [x1(0) x2(0)] <= This I can relate!

But the second one where x(t) = [ 1 2 ]^T I can't understand.

I think it might have been arbitrarily choosen values? Either that or I'm missing some basic concept here. I've tried to get back some pages/chapters but could find the answer for that. Should I study the first chapters all again? (yeah probably I should! =/ )

Anyway, could someone help me to understand this?

Thank you very much!

I think you are correct that [1,0]^T and [1,2]^T are arbitrarily chosen linearly independent initial conditions. They didn't 'derive' them.
 
Last edited:
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top