81. Derive the formula for solving the quadratic equation in p-arithmetic
ax2+bx+c=0
( a,b and c are numbers from p-arithmetic, a=0 ).
Using this formula, prove that
if b2−4ac cannot be extracted in p-arithmetic, then the equation has no roots;
if b2−4ac=0, then the equation has one root;
if b2−4ac=0 and b2−4ac can be extracted, then the equation has two distinct roots.
Solution
81. The formula is derived exactly as in ordinary algebra.
We use the identity
ax2+bx+c=a(x+2ab)2+4a4ac−b2
By this identity, the equation
ax2+bx+c=0
is equivalent to the equality
a(x+2ab)2+4a4ac−b2=0
or
(x+2ab)2=4a2b2−4ac
From the last equality, it is clear that if equation (1) has solutions, then the square root of b2−4ac must be extractable. Equality (2) can be rewritten in this case as
x+2ab=2a±b2−4ac
from which
x=2a−b±b2−4ac
Thus, equation (1) has no solutions if b2−4ac cannot be extracted, and has two solutions, calculable by formula (3), if b2−4ac can be extracted. These solutions are distinct if b2−4ac=0, and coincide if b2−4ac=0. In the case of 2-arithmetic, formula (3) loses its meaning, as it contains division by two.
Want a route through all this instead of an archive? The track
puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.
Source: NuminaMath-1.5,
licensed Apache-2.0.
Statement and solution reproduced as published; topic and difficulty added by this site.