Checking Solution for c1, c2, and c3=0

  • Thread starter Thread starter gunnar
  • Start date Start date
gunnar
Messages
39
Reaction score
0
I have :
c1(t+1) + c2(t^2 + 2) + c3(t^2 -t) = 0 for all t.
by specifying different values of t. I get
t=-1: 3c2 + 2c3=0
t=0: c1+2c2 =0
t=1:2c1 + 3c2 =0

How can I check that the only solution is c1=c2=cc3=0 ?
 
Physics news on Phys.org
Simply solve the system of equations you've just made for c1,c2,c3.
 
that's the problem I don't know how. I know it's simple but I just can't figure it out?
 
You have 3 equations in 3 unknowns; you've seen that before?
 
I've done this when I have a matrix in reduce or reduce echelon but then I only have x1 in one linem here I have c1 in 2nd and 3rd row and it's there I am stuck. I admit I'm not very good at this. If you possibly can would you be so kind to lead my on with this problem?? :smile:
 
Why don't you just interchange line 1 and line 3?
Interchanging "topmost equation" with "bottom-most equation" can't possibly change the solution, or what?
 
I got it. Thanks a lot :smile:
 
Back
Top