Skip to main content
Home
Pimath

Menu EN

  • Home
  • 🌐 EN
    • 🇮🇹 IT
    • 🇪🇸 ES
    • 🇵🇹 PT
    • 🇫🇷 FR
    • 🇷🇴 RO
  • 👨‍🎓 About Me
  • 🚧 Theory & Exercises
User account menu
  • Log in

Breadcrumb

  1. Home

Parameter Inequalities: Complete Theory, Case Analysis and Solution Methods

Profile picture for user Pimath
By Pimath, 22 May, 2026

Inequalities with a parameter are inequalities in which, alongside the unknown, there appears a letter representing a fixed but unspecified real number. The main difficulty lies not only in solving the inequality with respect to the unknown, but in understanding how the solution set changes as the parameter varies.

For this reason, an inequality with a parameter does not generally yield a single answer: it calls for a case-by-case analysis, in which one distinguishes the values of the parameter that alter the direction of the inequality, the degree of the inequality, or the number of solutions.


Table of Contents

  • Unknown and parameter
  • Why case analysis is necessary
  • Linear inequalities with a parameter
  • Quadratic inequalities with a parameter
  • The discriminant and the number of real roots
  • Concavity and the sign of the trinomial
  • Degenerate cases
  • A worked linear example
  • A complete quadratic example
  • Summary table
  • Common mistakes
  • General procedure

Unknown and parameter

In an inequality with a parameter, one must carefully distinguish the role of each letter present.

The unknown is the variable with respect to which the inequality is solved. The parameter, by contrast, is treated as a fixed real number whose value is not specified.

For example:

\[ (k-1)x+2>0 \]

is an inequality in the unknown \(x\), while \(k\) is the parameter.

Throughout the solution process, \(k\) behaves as a constant; however, the final result must account for all possible real values of \(k\).

This means that the solution set will not be expressed solely in terms of \(x\), but will instead be described by distinguishing cases according to the value of the parameter.


Why case analysis is necessary

The need for a case-by-case analysis arises because certain algebraic operations depend on the sign of expressions involving the parameter.

Consider the inequality:

\[ (k-1)x>2 \]

To isolate \(x\), we would divide both sides by \(k-1\). However, the sign of \(k-1\) is not known in advance.

If:

\[ k-1>0 \]

that is, if \(k>1\), we may divide without reversing the inequality:

\[ x>\frac{2}{k-1} \]

If instead:

\[ k-1<0 \]

that is, if \(k<1\), dividing by a negative quantity requires us to reverse the inequality:

\[ x<\frac{2}{k-1} \]

There remains the case:

\[ k-1=0 \]

that is:

\[ k=1 \]

In this case the inequality becomes:

\[ 0\cdot x>2 \]

that is:

\[ 0>2 \]

which is a false statement. Therefore, for \(k=1\), the inequality has no solution.

The complete solution is thus:

\[ \begin{cases} x>\dfrac{2}{k-1}, & k>1,\\[6pt] x<\dfrac{2}{k-1}, & k<1,\\[6pt] S=\emptyset, & k=1. \end{cases} \]

This simple example illustrates the fundamental principle: whenever one operates with quantities depending on the parameter, one must determine whether they are positive, negative, or zero.


Linear inequalities with a parameter

A linear inequality with a parameter generally takes the form:

\[ a(k)x+b(k)>0 \]

where \(a(k)\) and \(b(k)\) are expressions depending on the parameter.

The key quantity is the coefficient of the unknown:

\[ a(k) \]

If \(a(k)>0\), one may divide by \(a(k)\) without reversing the inequality. If \(a(k)<0\), the inequality must be reversed. If \(a(k)=0\), the unknown drops out and the inequality becomes a purely numerical statement.

In general:

\[ a(k)x+b(k)>0 \]

is equivalent, when \(a(k)\neq0\), to:

\[ a(k)x>-b(k) \]

Therefore:

\[ \begin{cases} x>-\dfrac{b(k)}{a(k)}, & a(k)>0,\\[8pt] x<-\dfrac{b(k)}{a(k)}, & a(k)<0. \end{cases} \]

The case \(a(k)=0\) must be handled separately, since the inequality reduces to:

\[ b(k)>0 \]

If this statement is true, every real value of \(x\) is a solution; if it is false, no solution exists.


Quadratic inequalities with a parameter

A quadratic inequality with a parameter takes the form:

\[ a(k)x^2+b(k)x+c(k)>0 \]

or, more generally:

\[ a(k)x^2+b(k)x+c(k)\gtrless 0 \]

In this setting the analysis is more involved, because the parameter may affect three distinct aspects of the problem:

  • the degree of the inequality;
  • the number of real roots;
  • the concavity of the parabola.

Before applying the standard theory for quadratic inequalities, one must therefore check whether:

\[ a(k)=0 \]

for in that case the quadratic term vanishes and the inequality is no longer of the second degree.

Only when:

\[ a(k)\neq0 \]

does it make sense to study the discriminant of the trinomial.


The discriminant and the number of real roots

When the inequality is genuinely quadratic, the discriminant is:

\[ \Delta(k)=b(k)^2-4a(k)c(k) \]

The discriminant determines how many real roots the trinomial possesses.

Case \(\Delta(k)<0\)

The trinomial has no real roots. The parabola does not intersect the \(x\)-axis.

In this case the trinomial keeps a constant sign throughout the real line. That sign agrees with the sign of the leading coefficient.

Therefore:

  • if \(a(k)>0\), the trinomial is always positive;
  • if \(a(k)<0\), the trinomial is always negative.

Case \(\Delta(k)=0\)

The trinomial has one repeated real root:

\[ x_0=-\frac{b(k)}{2a(k)} \]

The parabola is tangent to the \(x\)-axis without crossing it.

In this case the trinomial has the same sign as \(a(k)\) for every \(x\neq x_0\), and equals zero at \(x=x_0\).

For this reason, in strict inequalities the repeated root is excluded from the solution set; in non-strict inequalities it is included whenever it is compatible with the direction of the inequality.

Case \(\Delta(k)>0\)

The trinomial has two distinct real roots:

\[ x_1=\frac{-b(k)-\sqrt{\Delta(k)}}{2a(k)}, \qquad x_2=\frac{-b(k)+\sqrt{\Delta(k)}}{2a(k)} \]

Once they have been ordered so that:

\[ x_1="" p="">

the sign of the trinomial is determined by examining the concavity of the parabola.


Concavity and the sign of the trinomial

The sign of \(a(k)\) determines the concavity of the parabola.

If:

\[ a(k)>0 \]

the parabola opens upward. When two distinct real roots exist, the trinomial is positive outside the roots and negative between them:

\[ P(x)>0 \quad\Longleftrightarrow\quad x\in(-\infty,x_1)\cup(x_2,+\infty) \]

and:

\[ P(x)<0 \quad\Longleftrightarrow\quad x\in(x_1,x_2) \]

If instead:

\[ a(k)<0 \]

the parabola opens downward. The behavior is reversed: the trinomial is positive between the roots and negative outside them.

Therefore:

\[ P(x)>0 \quad\Longleftrightarrow\quad x\in(x_1,x_2) \]

and:

\[ P(x)<0 \quad\Longleftrightarrow\quad x\in(-\infty,x_1)\cup(x_2,+\infty) \]

This shows why the discriminant alone is not enough: knowing how many roots exist does not determine the sign of the trinomial. One must also know whether the parabola opens upward or downward.


Degenerate cases

A degenerate case arises when the coefficient of the highest-degree term vanishes.

For example, in the inequality:

\[ (k-2)x^2+x+1>0 \]

the coefficient of the quadratic term is:

\[ k-2 \]

If:

\[ k=2 \]

the inequality reduces to:

\[ x+1>0 \]

which is a linear inequality.

If instead:

\[ k\neq2 \]

the inequality remains quadratic and can be studied using the discriminant and concavity.

Degenerate cases must be treated before studying the discriminant, because the discriminant applies only to genuinely quadratic trinomials.


A worked linear example

Consider the inequality:

\[ (k+2)x-1\leq0 \]

The unknown is \(x\) and the parameter is \(k\).

Moving the constant term to the right-hand side:

\[ (k+2)x\leq1 \]

The behavior now depends on the sign of \(k+2\).

Case \(k+2>0\)

If:

\[ k>-2 \]

we may divide without reversing the inequality:

\[ x\leq\frac{1}{k+2} \]

Case \(k+2<0\)

If:

\[ k<-2 \]

dividing by a negative quantity requires reversing the inequality:

\[ x\geq\frac{1}{k+2} \]

Case \(k+2=0\)

If:

\[ k=-2 \]

the inequality becomes:

\[ 0\cdot x-1\leq0 \]

that is:

\[ -1\leq0 \]

which holds for every \(x\in\mathbb{R}\).

The complete solution is therefore:

\[ \begin{cases} x\leq\dfrac{1}{k+2}, & k>-2,\\[8pt] x\geq\dfrac{1}{k+2}, & k<-2,\\[8pt] S=\mathbb{R}, & k=-2. \end{cases} \]


A complete quadratic example

Consider the inequality:

\[ (k-1)x^2+2x+1\geq0 \]

In this example the parameter appears in the leading coefficient. We must therefore first check whether the inequality is genuinely quadratic.

Degenerate case: \(k=1\)

If:

\[ k=1 \]

the quadratic term vanishes and the inequality becomes:

\[ 2x+1\geq0 \]

Solving:

\[ 2x\geq-1 \]

hence:

\[ x\geq-\frac12 \]

Therefore, when \(k=1\):

\[ S=\left[-\frac12,+\infty\right) \]

Quadratic case: \(k\neq1\)

When \(k\neq1\), the inequality is quadratic. The leading coefficient is:

\[ a=k-1 \]

The discriminant is:

\[ \Delta=2^2-4(k-1)\cdot1 \]

that is:

\[ \Delta=4-4k+4=8-4k \]

Examining the sign of the discriminant:

\[ \Delta>0 \quad\Longleftrightarrow\quad 8-4k>0 \quad\Longleftrightarrow\quad k<2 \]

\[ \Delta=0 \quad\Longleftrightarrow\quad k=2 \]

\[ \Delta<0 \quad\Longleftrightarrow\quad k>2 \]

The concavity depends on the sign of \(k-1\):

\[ k-1>0 \quad\Longleftrightarrow\quad k>1 \]

and:

\[ k-1<0 \quad\Longleftrightarrow\quad k<1 \]

The critical values of the parameter are therefore:

\[ k=1,\qquad k=2 \]

We must distinguish the following cases:

\[ k<1,\qquad k=1,\qquad 12,\qquad k="2,\qquad">2 \]

Case \(k<1\)

Here:

\[ k-1<0 \]

so the parabola opens downward.

Moreover, since \(k<1<2\), we have:

\[ \Delta>0 \]

The trinomial has two distinct real roots. Since the parabola opens downward, the trinomial is positive between the roots and negative outside them.

Because the inequality is non-strict:

\[ (k-1)x^2+2x+1\geq0 \]

the solution is:

\[ S=[x_1,x_2] \]

Case \(12\) ="" h3="">

Here:

\[ k-1>0 \]

so the parabola opens upward.

Moreover:

\[ \Delta>0 \]

since \(k<2\). The trinomial therefore has two distinct real roots.

With an upward-opening parabola, the trinomial is positive outside the roots and negative between them. Since the inequality is non-strict, the roots are included in the solution set.

Therefore:

\[ S=(-\infty,x_1]\cup[x_2,+\infty) \]

Case \(k=2\)

When \(k=2\), the discriminant is zero:

\[ \Delta=0 \]

Furthermore:

\[ k-1=1>0 \]

so the parabola opens upward.

The trinomial has a repeated root. Since the parabola opens upward, the trinomial is non-negative everywhere on the real line.

Since the inequality requires:

\[ \geq0 \]

the solution is the entire real line:

\[ S=\mathbb{R} \]

Case \(k>2\)

Here:

\[ \Delta<0 \]

and:

\[ k-1>0 \]

The parabola opens upward and does not intersect the \(x\)-axis.

Hence the trinomial is strictly positive everywhere:

\[ (k-1)x^2+2x+1>0 \quad \forall x\in\mathbb{R} \]

It certainly satisfies the non-strict inequality:

\[ (k-1)x^2+2x+1\geq0 \]

Therefore:

\[ S=\mathbb{R} \]

Final result

Collecting all cases:

\[ \begin{cases} S=[x_1,x_2], & k<1,\\[6pt] S=\left[-\dfrac12,+\infty\right), & k=1,\\[8pt] S=(-\infty,x_1]\cup[x_2,+\infty), & 12,\\[6pt] s="\mathbb{R}," &="" k="2,\\[6pt]">2. \end{cases} \]

In the cases where two distinct roots exist, \(x_1\) and \(x_2\) denote the roots of the trinomial ordered so that:

\[ x_1="" p="">


Summary table

For quadratic inequalities with a parameter, once any degenerate cases have been handled, the sign behavior of the trinomial is summarized in the following table.

ConditionConsequence
\(\Delta<0,\ a>0\)The trinomial is always positive
\(\Delta<0,\ a<0\)The trinomial is always negative
\(\Delta=0\)There exists a repeated root
\(\Delta>0,\ a>0\)Positive outside the roots, negative between them
\(\Delta>0,\ a<0\)Positive between the roots, negative outside them

Common mistakes

Dividing by an expression involving the parameter without first determining its sign

If one divides by a quantity that may be positive, negative, or zero, all cases must be distinguished. Failing to do so risks omitting the reversal of the inequality when required, or dividing by zero.

Overlooking degenerate cases

When the leading coefficient vanishes, the inequality changes its nature entirely. A quadratic inequality may reduce to a linear one, and a linear inequality may reduce to a purely numerical statement.

Relying on the discriminant alone

The discriminant determines the number of real roots, but does not by itself determine the sign of the trinomial. One must always also consider the concavity of the parabola.

Confusing strict and non-strict inequalities

In strict inequalities (\(>\) or \(<\)), the zeros of the trinomial are excluded from the solution set. In non-strict inequalities (\(\geq\) or \(\leq\)), they are included, unless excluded for other reasons.

Failing to order the critical values of the parameter correctly

When several critical values of the parameter arise, they must be placed on the real line and the resulting intervals discussed in the correct order. This prevents overlaps, omissions, and duplicate cases.


General procedure

To solve an inequality with a parameter, it is advisable to follow an orderly procedure.

  1. Identify the unknown and distinguish it from the parameter.
  2. Determine the values of the parameter that cause key coefficients to vanish.
  3. Handle any degenerate cases separately.
  4. If the inequality is linear, analyze the sign of the coefficient of the unknown.
  5. If the inequality is quadratic, study the discriminant as a function of the parameter.
  6. Analyze the concavity of the parabola by examining the sign of the leading coefficient.
  7. Determine the sign of the expression in each case.
  8. Write the solution set, distinguishing all relevant values or intervals of the parameter.

Inequalities with a parameter demand care and a systematic approach, because each particular value of the parameter may change the very nature of the problem.

A thorough analysis does not mean multiplying calculations, but rather recognizing which values of the parameter alter the degree of the inequality, the direction of an operation, the number of real roots, or the concavity of the parabola.

In this sense, inequalities with a parameter represent an important milestone: they teach students not to solve mechanically, but to examine the entire structure of the problem.


Your feedback is important to us! Leave a comment and help us improve this content. Thank you!

Feedback

Support us by liking the page:
Or, share:

Tags

  • Algebra

Support us by liking the page:
Or, share:

Copyright © 2026 | Pimath | All Rights Reserved