Prove that Ax=Ix has only the trivial solution

  • Thread starter Thread starter drawar
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
drawar
Messages
130
Reaction score
0

Homework Statement


Let A be a square matrix of order n such that [itex]2{A^2} + A = 4I[/itex]. Prove that the only [itex]x \in ℝ^n[/itex] that satisfies [itex]Ax = Ix[/itex] is x=0.




Homework Equations


[itex]Ax = 0[/itex] has only the trivial solution iff A is invertible.


The Attempt at a Solution


The problem would be pretty trivial if the given equation was Ax=0, but how am I going to tackle it when the RHS is Ix? TIA!
 
Physics news on Phys.org
tiny-tim said:
hi drawar! :smile:

hint: if Ax = x, what is A2x ? :wink:

Thank you for your reply :)
It seems your hint works out quite nicely, please check my working:
Observe that [itex]Ax = Ix = x \Rightarrow {A^2}x = Ax = x[/itex]
Hence [itex]2{A^2} + A = 4I \Leftrightarrow 2{A^2}x + Ax = 4Ix \Leftrightarrow 2x + x = 4x \Leftrightarrow x = 0[/itex]
This completes the proof.
 
tiny-tim said:
fine! :smile:

Yeah, thanks!