Maths Olympiad Prep

Library / /423 of 520

Algebra Difficulty 6.0 National olympiad Prove it

81. Derive the formula for solving the quadratic equation in pp-arithmetic

ax2+bx+c=0 a x^{2}+b x+c=0

( a,ba, b and cc are numbers from pp-arithmetic, a0a \neq 0 ).

Using this formula, prove that

if b24ac\sqrt{b^{2}-4 a c} cannot be extracted in pp-arithmetic, then the equation has no roots;

if b24ac=0b^{2}-4 a c=0, then the equation has one root;

if b24ac0b^{2}-4 a c \neq 0 and b24ac\sqrt{b^{2}-4 a c} 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+b2a)2+4acb24a a x^{2}+b x+c=a\left(x+\frac{b}{2 a}\right)^{2}+\frac{4 a c-b^{2}}{4 a}

By this identity, the equation

ax2+bx+c=0 a x^{2}+b x+c=0

is equivalent to the equality

a(x+b2a)2+4acb24a=0 a\left(x+\frac{b}{2 a}\right)^{2}+\frac{4 a c-b^{2}}{4 a}=0

or

(x+b2a)2=b24ac4a2 \left(x+\frac{b}{2 a}\right)^{2}=\frac{b^{2}-4 a c}{4 a^{2}}

From the last equality, it is clear that if equation (1) has solutions, then the square root of b24acb^{2} - 4ac must be extractable. Equality (2) can be rewritten in this case as

x+b2a=±b24ac2a x+\frac{b}{2 a}=\frac{\pm \sqrt{b^{2}-4 a c}}{2 a}

from which

x=b±b24ac2a x=\frac{-b \pm \sqrt{b^{2}-4 a c}}{2 a}

Thus, equation (1) has no solutions if b24ac\sqrt{b^{2}-4 a c} cannot be extracted, and has two solutions, calculable by formula (3), if b24ac\sqrt{b^{2}-4 a c} can be extracted. These solutions are distinct if b24ac0b^{2}-4 a c \neq 0, and coincide if b24ac=0b^{2}-4 a c=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.