Maths Formulae Equations Quadratic Inequation

Quadratic Inequation – Solving Polynomial Inequalities

Learn techniques for solving quadratic inequalities using sign charts and critical points. Useful for algebra.
🔑

Definition of a Quadratic Inequation

A quadratic inequation (or inequality) is a mathematical statement that compares a quadratic polynomial to another value, typically zero, using an inequality symbol such as >, <, ≥, or ≤. Unlike a quadratic equation, which seeks specific values for the variable, an inequation seeks a range or set of values for which the statement is true.

\[ ax^2 + bx + c > 0 \]
General Form

Key Terms:

  • a, b, c: Real number coefficients, with a ≠ 0. The coefficient 'a' determines the direction the parabola opens.
  • x: The variable.
  • Discriminant (Δ): The value b² - 4ac, which determines the number of real roots of the corresponding equation.
  • Roots (or Critical Points): The values of x for which ax² + bx + c = 0. These points divide the number line into intervals for testing the inequality.
🔑

Key Formulas

\[ ax^2 + bx + c > 0, \quad ax^2 + bx + c < 0 \]
Strict Inequalities
\[ ax^2 + bx + c \geq 0, \quad ax^2 + bx + c \leq 0 \]
Non-Strict Inequalities
\[ x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} \]
Quadratic Formula (to find roots)
\[ \Delta = b^2 - 4ac \]
The Discriminant
📈

Graphical Representation

x₁ x₂ f>0 f>0 f<0 ax²+bx+c > 0 (a > 0) solution: x < x₁ or x > x₂
Quadratic inequation: the sign of ax²+bx+c depends on which side of the roots you are. For a>0: negative between roots, positive outside.

A quadratic inequation is visualized using a parabola defined by the function y = ax² + bx + c. The solution to an inequality like ax² + bx + c > 0 corresponds to the x-intervals where the parabola lies above the x-axis. The roots, x₁ and x₂, are the points where the parabola intersects the x-axis. The sign of the coefficient 'a' determines the parabola's orientation: if a > 0, it opens upwards (U-shape); if a < 0, it opens downwards (∩-shape).

🔧

Properties of Quadratic Inequalities

PropertyDescription
Interval SolutionsSolutions typically form continuous intervals or unions of intervals on the number line, representing a range of values.
Critical PointsThe roots of the corresponding equation `ax² + bx + c = 0` act as critical points that divide the number line into regions where the expression has a consistent sign (+ or -).
Parabola OrientationThe sign of 'a' determines if the parabola opens up (a > 0) or down (a < 0), which dictates whether the solution for `> 0` is between or outside the roots.
Boundary BehaviorStrict inequalities (>, <) exclude the roots from the solution set (open intervals), while non-strict inequalities (≥, ≤) include them (closed intervals).
🔬

Solving Method: Sign Analysis

The solution to a quadratic inequality is found by determining the intervals on the number line where the quadratic expression is positive or negative. This is achieved through the sign analysis method, which relies on the roots of the corresponding quadratic equation.

\[ \text{Step 1: Find the roots of } ax^2 + bx + c = 0 \]
Find Critical Points

These roots, x₁ and x₂, are the critical points where the expression equals zero. They divide the number line into intervals, such as `(-∞, x₁)`, `(x₁, x₂)` and `(x₂, ∞)`.

\[ \text{Step 2: Plot roots on a number line and choose test points} \]
Create Test Intervals

Step 3: Substitute a test point from each interval into the expression `ax² + bx + c` to determine its sign (+ or -) for that entire interval.

\[ \text{Step 4: Select intervals that satisfy the inequality} \]
Determine Solution Set

If the inequality is `> 0` or `≥ 0`, choose the interval(s) where the test point yielded a positive result. If it is `< 0` or `≤ 0`, choose the interval(s) that yielded a negative result. Express the final answer using interval or set notation.

✏️

Worked Example

Solve the quadratic inequality `x² - 5x + 4 < 0`.
  1. Find the roots of the corresponding equation `x² - 5x + 4 = 0`.
  2. Factor the quadratic: `(x - 1)(x - 4) = 0`. The roots are `x = 1` and `x = 4`.
  3. These roots divide the number line into three intervals: `(-∞, 1)`, `(1, 4)`, and `(4, ∞)`.
  4. Test a point from each interval in the expression `x² - 5x + 4`:
  5. - Interval `(-∞, 1)`: Test `x = 0`. Result is `(0)² - 5(0) + 4 = 4` (Positive).
  6. - Interval `(1, 4)`: Test `x = 2`. Result is `(2)² - 5(2) + 4 = 4 - 10 + 4 = -2` (Negative).
  7. - Interval `(4, ∞)`: Test `x = 5`. Result is `(5)² - 5(5) + 4 = 25 - 25 + 4 = 4` (Positive).
  8. The inequality is `< 0`, so we select the interval where the expression is negative.
The solution is `1 < x < 4`. In interval notation, this is `(1, 4)`.
🧮

Try It

🏗️

Applications

Physics & Engineering

Quadratic inequalities are used to determine safety margins and design constraints. For example, finding the time intervals during which a projectile is above a certain height, or ensuring that the stress on a beam, modeled by a quadratic function, remains below a critical threshold.

Business & Economics

They are applied to find profitable production ranges. A company's profit might be a quadratic function of production level; inequalities can determine the range of units to produce to ensure profit is above a certain minimum or to avoid losses.

Optimization & Planning

In operations research, they help define feasible regions for resource allocation. Constraints in optimization problems can be quadratic, and inequalities delineate the set of valid solutions.

🌍

Real-World Examples

The height `h` in meters of a projectile `t` seconds after launch is given by `h(t) = -4.9t² + 49t`. For how long is the projectile above 98 meters?
  1. Set up the inequality: `-4.9t² + 49t > 98`.
  2. Rearrange into standard form: `-4.9t² + 49t - 98 > 0`.
  3. Divide by -4.9 and reverse the inequality sign: `t² - 10t + 20 < 0`.
  4. Find the roots of `t² - 10t + 20 = 0` using the quadratic formula: `t = (10 ± √(100 - 80)) / 2 = 5 ± √5`.
  5. The approximate roots are `t ≈ 2.76` and `t ≈ 7.24`.
  6. Since the inequality is `< 0` for an upward-opening parabola (`t² - 10t + 20`), the solution is the interval between the roots.
The projectile is above 98 meters between approximately 2.76 seconds and 7.24 seconds after launch.
A rectangular garden is to be enclosed by 100 feet of fencing. For what range of lengths will the area of the garden be at least 600 square feet?
  1. Let the length be `L` and the width be `W`. The perimeter is `2L + 2W = 100`, so `W = 50 - L`.
  2. The area is `A = L * W = L(50 - L) = -L² + 50L`.
  3. Set up the inequality for the area: `-L² + 50L ≥ 600`.
  4. Rearrange into standard form: `-L² + 50L - 600 ≥ 0`.
  5. Multiply by -1 and reverse the sign: `L² - 50L + 600 ≤ 0`.
  6. Factor the quadratic: `(L - 20)(L - 30) = 0`. The roots are `L = 20` and `L = 30`.
  7. The inequality is `≤ 0` for an upward-opening parabola, so the solution is the interval between (and including) the roots.
The length of the garden must be between 20 feet and 30 feet, inclusive, to have an area of at least 600 square feet.
🏞️

Real-World Scenarios

h(t) > k: safe flight window
Safe Altitude Window in Aviation
A plane's altitude follows h(t) = −t² + 10t + 24. Flying above a terrain obstacle (k = 35 m) requires −t² + 10t + 24 > 35, or t² − 10t + 11 < 0. Solving gives t ∈ (1.27, 8.73) seconds — the safe window. Air traffic controllers and autopilot algorithms solve quadratic inequations continuously to maintain safe separation corridors and obstacle clearance margins.
profit > 0 between roots = profit zone
Profitable Production Range
A factory's profit P(x) = −2x² + 60x − 200 is positive when −2x² + 60x − 200 > 0, i.e., x² − 30x + 100 < 0. The roots are x = 4 and x = 26, so profit exists for 4 < x < 26 thousand units. Operations managers use this quadratic inequation to identify viable production ranges and avoid operating at loss — critical in seasonal manufacturing and energy pricing models.
x < x₁ x > x₂ outside roots → f > 0
Safe Speed Range for Vehicle Dynamics
A car's cornering stability requires that lateral force F(v) = −0.05v² + 3v − 20 < 0 (risk zone). Solving −0.05v² + 3v − 20 = 0 gives v = 10 and v = 50 km/h, so the unsafe range is v < 10 or v > 50. Automotive engineers use this quadratic inequation to set speed advisory limits for specific curve radii, implemented in vehicle stability control systems and speed-limit signage on bends.
Architecture and Structural Engineering: Engineers design arches and suspension bridges using parabolic shapes. Quadratic inequalities help determine the safe load-bearing regions and ensure that stress levels along the structure remain within acceptable limits.
Agriculture and Land Management: When planning a rectangular field against a river with a fixed amount of fencing, the area is a quadratic function of one side's length. Inequalities can be used to find the dimensions that guarantee a minimum required area for planting.
Automotive Safety: The stopping distance of a car is a quadratic function of its speed. Quadratic inequalities are used by safety engineers to establish recommended speed limits and safe following distances to ensure a car can stop in time to avoid a collision under various conditions.
🗂️

Types of Solutions Based on the Discriminant

Discriminant (Δ = b² - 4ac)Number of Real RootsNature of Solution Set
`Δ > 0`Two distinct real roots (x₁, x₂)The solution is either the interval between the roots, `(x₁, x₂)` or the two intervals outside the roots, `(-∞, x₁) ∪ (x₂, ∞)`.
`Δ = 0`One repeated real root (x₀)The solution is typically all real numbers except the root, just the single root itself, or no solution, depending on the inequality.
`Δ < 0`No real rootsThe quadratic expression is always positive or always negative. The solution is either all real numbers (ℝ) or the empty set (∅).
⚠️

Common Mistakes

⚠️ Forgetting to reverse the inequality sign when multiplying or dividing the entire inequation by a negative number. For instance, changing `-2x > 4` to `x > -2` is incorrect; it should be `x < -2`.
⚠️ Incorrectly identifying the solution intervals. After finding the roots, one must test a point from each region. A common error is assuming the solution is always between the roots.
💡 Confusing strict (>, <) and non-strict (≥, ≤) inequalities. This affects whether the roots themselves are included in the solution. Use parentheses `( )` for strict inequalities and brackets `[ ]` for non-strict inequalities in interval notation.
🚀

Study Strategy

1 📚 Grasp the Core Concepts
  • Review the definition of a quadratic inequation and distinguish it from a quadratic equation.
  • Study the graphical representation, connecting the parabola's position relative to the x-axis with the inequality signs (<, >, ≤, ≥).
  • Understand how the discriminant (Δ = b² - 4ac) determines the nature and number of roots, which are the critical points.
  • Internalize the properties of inequalities, especially how multiplying by a negative number reverses the inequality symbol.
2 🧠 Internalize Formulas and Methods
  • Memorize the quadratic formula to accurately find the roots that define the intervals for testing.
  • Commit the steps for the Sign Analysis method to memory: find roots, plot on a number line, test intervals.
  • Learn the relationship between the sign of the leading coefficient 'a' and the parabola's direction (opening up or down).
  • Practice recalling the solution types based on the discriminant (two real roots, one real root, no real roots).
3 ✍️ Solve and Analyze Examples
  • Follow the worked example step-by-step, then attempt to solve it independently and compare your results.
  • Solve at least two practice problems for each type of discriminant (Δ > 0, Δ = 0, Δ < 0) to cover all cases.
  • For each problem, sketch a quick graph of the parabola to visually verify the solution set you found through algebra.
  • Review the 'Common Mistakes' section and actively check your practice work for those specific errors, like forgetting to test intervals.
4 🌍 Apply to Real-World Scenarios
  • Analyze the provided real-world examples, focusing on how a scenario is translated into a mathematical inequation.
  • Solve application problems, such as finding the time interval a projectile is above a certain height.
  • Interpret your final answer in the context of the problem, ensuring it is a realistic solution (e.g., time must be positive).
  • Attempt to create your own simple real-world problem that requires a quadratic inequation to solve.
By systematically building from core concepts to real-world applications, you will gain the confidence and skill to solve any quadratic inequation.

Frequently Asked Questions

×

×