Let a , b , c be the length of each side of a triangle.
How many real solutions does the equation below have?
a 2 x 2 + ( a 2 + b 2 − c 2 ) x + b 2 = 0
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
I don’t know whether the question was edited but the a 2 + b 2 + c 2 has to be changed to a 2 + b 2 − c 2
A quadratic can have either 2 real solutions, 1 real solution or 0 real solutions
We have three attempts, use them wisely :)
Divide the expression by 2 a b
We get
2 b a x 2 + 2 a b a 2 + b 2 − c 2 x + 2 a b = 0
By Cosine Law we have cos C = 2 a b a 2 + b 2 − c 2
So the expression turns to
2 b a x 2 + ( cos C ) x + 2 a b = 0
Checking the discriminant
D = cos 2 C − 4 × 2 b a × 2 a b
D = cos 2 C − 1 = − sin 2 C
Therefore D ≤ 0
So the equation has zero solutions because sin C cannot equal zero (it equals zero at C = 0 , π which do not allow a triangle to form)
Problem Loading...
Note Loading...
Set Loading...
The discriminant of this quadratic is D = ( a 2 + b 2 − c 2 ) 2 − 4 a 2 b 2 = a 4 + b 4 + c 4 − 2 ( b 2 c 2 + c 2 a 2 + a 2 b 2 )
If we write s = 2 1 ( a + b + c ) , then D = − 1 6 s ( s − a ) ( s − b ) ( s − c )
which should be familiar as being related to Heron's formula. In fact, D = − 1 6 Δ 2
where Δ is the area of the triangle; so D < 0 and the equation has no real roots .