OneStopGate.Com
OnestopGate   OnestopGate
   Saturday, April 20, 2024 Login  
OnestopGate
Home | Overview | Syllabus | Tutorials | FAQs | Downloads | Recommended Websites | Advertise | Payments | Contact Us | Forum
OneStopGate

GATE Resources
Gate Articles
Gate Books
Gate Colleges 
Gate Downloads 
Gate Faqs
Gate Jobs
Gate News 
Gate Sample Papers
Training Institutes

GATE Overview
Overview
GATE Eligibility
Structure Of GATE
GATE Coaching Centers
Colleges Providing M.Tech/M.E.
GATE Score
GATE Results
PG with Scholarships
Article On GATE
Admission Process For M.Tech/ MCP-PhD
GATE Topper 2012-13
GATE Forum




GATE 2025 Exclusive
Organizing Institute
Important Dates
How to Apply
Discipline Codes
GATE 2025 Exam Structure

GATE 2025 Syllabus
Aerospace Engg..
Agricultural Engg..
Architecture and Planning
Chemical Engg..
Chemistry
Civil Engg..
Computer Science / IT
Electronics & Communication Engg..
Electrical Engg..
Engineering Sciences
Geology and Geophysics
Instrumentation Engineering
Life Sciences
Mathematics
Mechanical Engg..
Metallurgical Engg..
Mining Engg..
Physics
Production & Industrial Engg..
Pharmaceutical Sciences
Textile Engineering and Fibre Science

GATE Study Material
Aerospace Engg..
Agricultural Engg..
Chemical Engg..
Chemistry
Civil Engg..
Computer Science / IT
Electronics & Communication Engg..
Electrical Engg..
Engineering Sciences
Instrumentation Engg..
Life Sciences
Mathematics
Mechanical Engg..
Physics
Pharmaceutical Sciences
Textile Engineering  and Fibre Science

GATE Preparation
GATE Pattern
GATE Tips N Tricks
Compare Evaluation
Sample Papers 
Gate Downloads 
Experts View

CEED 2013
CEED Exams
Eligibility
Application Forms
Important Dates
Contact Address
Examination Centres
CEED Sample Papers

Discuss GATE
GATE Forum
Exam Cities
Contact Details
Bank Details

Miscellaneous
Advertisment
Contact Us


Home » GATE Study Material » Mathematics » Linear Algebra » The Case of Complex Eigenvalues

The Case of Complex Eigenvalues

Looking for GATE Preparation Material? Join & Get here now!

** Gate 2013 Question Papers.. ** CEED 2013 Results.. ** Gate 2013 Question Papers With Solutions.. ** GATE 2013 CUT-OFFs.. ** GATE 2013 Results.. **

The Case of Complex Eigenvalues

The Case of Complex Eigenvalues

First let us convince ourselves that there exist matrices with complex eigenvalues.

Example. Consider the matrix

\begin{displaymath}A = \left(\begin{array}{rrr}
3&-2\\
4&-1\\
\end{array}\right).\end{displaymath}

The characteristic equation is given by

\begin{displaymath}\left\vert\begin{array}{cc}
3-\lambda&-2\\
4&-1-\lambda\\
\end{array}\right\vert = \lambda^2 - 2 \lambda + 5= 0.\end{displaymath}

This quadratic equation has complex roots given by

\begin{displaymath}\lambda = \frac{2 \pm i \sqrt{16}}{2} = 1 \pm 2i\end{displaymath}

Therefore the matrix A has only complex eigenvalues.




The trick is to treat the complex eigenvalue as a real one. Meaning we deal with it as a number and do the normal calculations for the eigenvectors. Let us see how it works on the above example.

We will do the calculations for $\lambda = 1+2i$. The associated eigenvectors are given by the linear system

A X = (1+2i) X

which may be rewritten as

\begin{displaymath}\left\{\begin{array}{ccc}
(2-2i)x - 2y &=& 0\\
4x-(2+2i)y &=& 0\\
\end{array}\right.\end{displaymath}

In fact the two equations are identical since (2+2i)(2-2i) = 8. So the system reduces to one equation

(1-i)x - y = 0.

Set x=c, then y = (1-i)c. Therefore, we have

\begin{displaymath}X = \left(\begin{array}{rrr}
x\\
y\\
\end{array}\right) = \...
...ht) = c \left(\begin{array}{c}
1\\
(1-i)\\
\end{array}\right)\end{displaymath}

where c is an arbitrary number.

Remark. It is clear that one should expect to have complex entries in the eigenvectors.

We have seen that (1-2i) is also an eigenvalue of the above matrix. Since the entries of the matrix A are real, then one may easily show that if $\lambda$ is a complex eigenvalue, then its conjugate $\bar{\lambda}$ is also an eigenvalue. Moreover, if X is an eigenvector of A associated to $\lambda$, then the vector $\bar{X}$, obtained from X by taking the complex-conjugate of the entries of X, is an eigenvector associated to $\bar{\lambda}$. So the eigenvectors of the above matrix A associated to the eigenvalue (1-2i) are given by

\begin{displaymath}X = c \left(\begin{array}{c}
1\\
(1+i)\\
\end{array}\right)\end{displaymath}

where c is an arbitrary number.







Let us summarize what we did in the above example.

Summary: Let A be a square matrix. Assume $\lambda$ is a complex eigenvalue of A. In order to find the associated eigenvectors, we do the following steps:

1. Write down the associated linear system

\begin{displaymath}A X = \lambda X\;\;\mbox{\bf or}\;\; \Big(A + \lambda I_n\Big) X = {\cal O}.\end{displaymath}
2. Solve the system. The entries of X will be complex numbers.
3. Rewrite the unknown vector X as a linear combination of known vectors with complex entries.
4. If A has real entries, then the conjugate $\bar{\lambda}$is also an eigenvalue. The associated eigenvectors are given by the same equation found in 3, except that we should take the conjugate of the entries of the vectors involved in the linear combination.







In general, it is normal to expect that a square matrix with real entries may still have complex eigenvalues. One may wonder if there exists a class of matrices with only real eigenvalues. This is the case for symmetric matrices. The proof is very technical and will be discussed in another page. But for square matrices of order 2, the proof is quite easy. Let us give it here for the sake of being little complete.

Consider the symmetric square matrix

\begin{displaymath}A = \left(\begin{array}{rrr}
a&b\\
b&c\\
\end{array}\right).\end{displaymath}

Its characteristic equation is given by

\begin{displaymath}\det(A - \lambda I_2) = \left\vert\begin{array}{cc}
a - \lamb...
...end{array}\right\vert = \lambda^2 - (a+c) \lambda + ac-b^2 = 0.\end{displaymath}

This is a quadratic equation. The nature of its roots (which are the eigenvalues of A) depends on the sign of the discriminant

\begin{displaymath}\Delta = (a+c)^2 - 4 (ac-b^2).\end{displaymath}

Using algebraic manipulations, we get

\begin{displaymath}\Delta = (a-c)^2 + 4 b^2.\end{displaymath}

Therefore, $\Delta$ is a positive number which implies that the eigenvalues of A are real numbers.

Remark. Note that the matrix A will have one eigenvalue, i.e. one double root, if and only if $\Delta = 0$. But this is possible only if a=c and b=0. In other words, we have

A = a I2.



Discussion Center

Discuss/
Query

Papers/
Syllabus

Feedback/
Suggestion

Yahoo
Groups

Sirfdosti
Groups

Contact
Us

MEMBERS LOGIN
  
Email ID:
Password:

  Forgot Password?
 New User? Register!

INTERVIEW EBOOK
Get 9,000+ Interview Questions & Answers in an eBook. Interview Question & Answer Guide
  • 9,000+ Interview Questions
  • All Questions Answered
  • 5 FREE Bonuses
  • Free Upgrades
GATE RESOURCES
 
  • Gate Books
  • Training Institutes
  • Gate FAQs
  • GATE BOOKS
     
  • Mechanical Engineeering Books
  • Robotics Automations Engineering Books
  • Civil Engineering Books
  • Chemical Engineering Books
  • Environmental Engineering Books
  • Electrical Engineering Books
  • Electronics Engineering Books
  • Information Technology Books
  • Software Engineering Books
  • GATE Preparation Books
  • Exciting Offers



    GATE Exam, Gate 2009, Gate Papers, Gate Preparation & Related Pages


    GATE Overview | GATE Eligibility | Structure Of GATE | GATE Training Institutes | Colleges Providing M.Tech/M.E. | GATE Score | GATE Results | PG with Scholarships | Article On GATE | GATE Forum | GATE 2009 Exclusive | GATE 2009 Syllabus | GATE Organizing Institute | Important Dates for GATE Exam | How to Apply for GATE | Discipline / Branch Codes | GATE Syllabus for Aerospace Engineering | GATE Syllabus for Agricultural Engineering | GATE Syllabus for Architecture and Planning | GATE Syllabus for Chemical Engineering | GATE Syllabus for Chemistry | GATE Syllabus for Civil Engineering | GATE Syllabus for Computer Science / IT | GATE Syllabus for Electronics and Communication Engineering | GATE Syllabus for Engineering Sciences | GATE Syllabus for Geology and Geophysics | GATE Syllabus for Instrumentation Engineering | GATE Syllabus for Life Sciences | GATE Syllabus for Mathematics | GATE Syllabus for Mechanical Engineering | GATE Syllabus for Metallurgical Engineering | GATE Syllabus for Mining Engineering | GATE Syllabus for Physics | GATE Syllabus for Production and Industrial Engineering | GATE Syllabus for Pharmaceutical Sciences | GATE Syllabus for Textile Engineering and Fibre Science | GATE Preparation | GATE Pattern | GATE Tips & Tricks | GATE Compare Evaluation | GATE Sample Papers | GATE Downloads | Experts View on GATE | CEED 2009 | CEED 2009 Exam | Eligibility for CEED Exam | Application forms of CEED Exam | Important Dates of CEED Exam | Contact Address for CEED Exam | CEED Examination Centres | CEED Sample Papers | Discuss GATE | GATE Forum of OneStopGATE.com | GATE Exam Cities | Contact Details for GATE | Bank Details for GATE | GATE Miscellaneous Info | GATE FAQs | Advertisement on GATE | Contact Us on OneStopGATE |
    Copyright © 2024. One Stop Gate.com. All rights reserved Testimonials |Link To Us |Sitemap |Privacy Policy | Terms and Conditions|About Us
    Our Portals : Academic Tutorials | Best eBooksworld | Beyond Stats | City Details | Interview Questions | India Job Forum | Excellent Mobiles | Free Bangalore | Give Me The Code | Gog Logo | Free Classifieds | Jobs Assist | Interview Questions | One Stop FAQs | One Stop GATE | One Stop GRE | One Stop IAS | One Stop MBA | One Stop SAP | One Stop Testing | Web Hosting | Quick Site Kit | Sirf Dosti | Source Codes World | Tasty Food | Tech Archive | Software Testing Interview Questions | Free Online Exams | The Galz | Top Masala | Vyom | Vyom eBooks | Vyom International | Vyom Links | Vyoms | Vyom World
    C Interview Questions | C++ Interview Questions | Send Free SMS | Placement Papers | SMS Jokes | Cool Forwards | Romantic Shayari