MHB No Real Solutions to System of Equations

AI Thread Summary
The system of equations is shown to have no real solutions through matrix algebra. By defining matrix A and calculating A squared, it results in a determinant of -1, indicating that the eigenvalues of A are imaginary (±i). This implies that the variables a, b, c, and d cannot all be real numbers. The conclusion reinforces the impossibility of finding real solutions for the given equations. The discussion highlights the effectiveness of matrix methods in solving such problems.
anemone
Gold Member
MHB
POTW Director
Messages
3,851
Reaction score
115
Show that the following system of equations have no real solutions:

$a^2+bd=0$

$c^2+bd=0$

$ab+bc=1$

$ad+cd=1$
 
Mathematics news on Phys.org
anemone said:
Show that the following system of equations have no real solutions:

$a^2+bd=0$

$c^2+bd=0$

$ab+bc=1$

$ad+cd=1$

from 1st 2 equations we have

$a^2=c^2$

so a = c or a = -c

now for a = c

we have

2ab = 1 and 2ad = 1 so bd and d both are same

so $a^2 + b^2 = 0$ from 1st equation so a = b = 0

hence a = b = c= d = 0 so we have contradiction in 3rd relation

if a = -c

then

ab + bc = 0 which is contradicton to 3rd relation

hence in both cases no solution
 
Solution using matrix algebra:
[sp]Let $A = \begin{bmatrix} a&b \\ d&c \end{bmatrix}$. Then $A^2 = \begin{bmatrix} a^2 + bd&ab+bc \\ ad+dc&c^2+bd \end{bmatrix} = \begin{bmatrix} 0&1 \\ 1&0 \end{bmatrix}$. The determinant of $A^2$ is $-1$, so the determinant of $A$ is $\pm i$. That is not real, so $a,b,c,d$ cannot all be real.[/sp]
 
Hi kaliprasad and Opalg!

Very well done(Yes) and thanks for participating to this challenge!:)
 
Seemingly by some mathematical coincidence, a hexagon of sides 2,2,7,7, 11, and 11 can be inscribed in a circle of radius 7. The other day I saw a math problem on line, which they said came from a Polish Olympiad, where you compute the length x of the 3rd side which is the same as the radius, so that the sides of length 2,x, and 11 are inscribed on the arc of a semi-circle. The law of cosines applied twice gives the answer for x of exactly 7, but the arithmetic is so complex that the...
Thread 'Video on imaginary numbers and some queries'
Hi, I was watching the following video. I found some points confusing. Could you please help me to understand the gaps? Thanks, in advance! Question 1: Around 4:22, the video says the following. So for those mathematicians, negative numbers didn't exist. You could subtract, that is find the difference between two positive quantities, but you couldn't have a negative answer or negative coefficients. Mathematicians were so averse to negative numbers that there was no single quadratic...
Thread 'Unit Circle Double Angle Derivations'
Here I made a terrible mistake of assuming this to be an equilateral triangle and set 2sinx=1 => x=pi/6. Although this did derive the double angle formulas it also led into a terrible mess trying to find all the combinations of sides. I must have been tired and just assumed 6x=180 and 2sinx=1. By that time, I was so mindset that I nearly scolded a person for even saying 90-x. I wonder if this is a case of biased observation that seeks to dis credit me like Jesus of Nazareth since in reality...
Back
Top