Skip to main content
OlympiadHQ

Browse · MathNet

Print

Mathematica competitions in Croatia

Croatia algebra

Problem

Depending on the real parameter , solve the equation
Solution
First, expand both sides:

Left side:

Right side:

Bring all terms to one side:

Expand:

Group like terms: - Constant: - term: - term: - term: - term:

So the equation becomes:

Divide both sides by :

Or:

Or, multiplying both sides by :

Let us factor this quartic. Notice that if :

But let's compute step by step: So is a root if , i.e., .

Try : So is a root if .

Alternatively, factor the quartic as follows:

Let us try to factor as .

Expand:

Compare with :

So: - coefficient: - coefficient: - coefficient: - coefficient: - constant:

So

Let

So and are roots of

So

Thus, the quartic factors as: where and are roots of .

Therefore, the solutions are all real such that where and are roots of .

Explicitly,

So the solutions are all real such that or

That is, for each , the equation has at most four real solutions, given by the roots of these two quadratics.

Special cases: - If , then , ; so and are roots of , i.e., . So the quadratics are and . The first has no real roots, the second is , so is a double root. - If , then , ; so , . Both quadratics and have real roots.

In summary:

For each real , the solutions are all real such that where and are the roots of .
Final answer
The equation is equivalent to (x^2 + b x + 1)(x^2 + c x + 1) = 0, where b and c are the roots of t^2 + (a − 1)t − a = 0. Explicitly, b, c = (−(a − 1) ± √(a^2 + 6a + 1)) / 2. Hence all real solutions x satisfy either x^2 + ((−(a − 1) + √(a^2 + 6a + 1)) / 2) x + 1 = 0 or x^2 + ((−(a − 1) − √(a^2 + 6a + 1)) / 2) x + 1 = 0.

Techniques

Polynomial operationsVieta's formulas