Solving Systems of DEs with Undetermined Coefficients

Melawrghk
Messages
140
Reaction score
0

Homework Statement


So I'm doing a systems of DEs question with undetermined coefficients. After comparing coefficients, I have this:
a+b=Ab+(1,0)T

where a&b are vectors (2D) and A is the coefficient matrix:
[2 -1]
[3 -2]

I know that 'a' is (1,1)T. I need to find b.

I tried rearranging it, but I don't know if that's right.
(1,1)-(1,0)=Ab-b
(0,1)=(A-1)b

So I found A-I:
[1 -1]
[3 -3]

I was going to invert it and multiply by (0,1), but it's not invertible. What do I do?
 
Physics news on Phys.org
Hi Melawrghk! :wink:
Melawrghk said:
… I tried rearranging it, but I don't know if that's right.
(1,1)-(1,0)=Ab-b
(0,1)=(A-1)b

Yes, that's fine! :smile:
I tried rearranging it, but I don't know if that's right.
(1,1)-(1,0)=Ab-b
(0,1)=(A-1)b
Give up! :biggrin:

A - I is a projection onto the line x = y (because it sends (p,q) to (p-q,p-q)), so you can't have (A - I)b = (0,1).
 
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