Given quadratic equation: x2+bx+c=0 with roots m and n.
From Vieta's formulas:
Sum of roots: m+n=−b
Product of roots: mn=c
Given conditions:
Difference of reciprocals: n1−m1=31
Sum of reciprocals of squares: n21+m21=95
Using the algebraic identity (a−b)2=a2+b2−2ab:
(n1−m1)2=n21+m21−mn2
Substituting known values:
(31)2=95−mn2
91=95−mn2
mn2=95−91=94
mn=42×9=29
Therefore: c=29
Using the identity (a+b)2=a2+b2+2ab:
(n1+m1)2=n21+m21+mn2
We know:
n21+m21=95
mn2=94 (from previous calculation)
Therefore:
(n1+m1)2=95+94=1
Taking the square root: n1+m1=±1
Since n1+m1=mnm+n, we have:
mnm+n=±1
Case 1: 29m+n=1
m+n=29
Since m+n=−b, we get b=−29
Case 2: 29m+n=−1
m+n=−29
Since m+n=−b, we get b=29
We have c=29 in both cases.
Case 1: b=−29, so b+c=−29+29=0
Case 2: b=29, so b+c=29+29=9
Therefore, the largest possible value of (b+c) is 9.