Mastery Guide: Quadratic Equations - Standard Forms, Solution Methods, Nature of Roots, Symmetric Functions & Simultaneous Modeling
Mastery Guide: Quadratic Equations
Standard Canonical Forms, Solution Methodologies, Reducible Classes, Discriminant Theory, Symmetric Functions, Simultaneous Systems & Real-World Kinematic Modeling
📖 Unit Overview & Target Learning Outcomes
Chapter 2 establishes the core algebraic foundation of polynomial equations of degree 2, bridging basic factoring with advanced analysis of roots, transformations, and nonlinear modeling. Under the Federal Board (FBISE) and Single National Curriculum (SNC) standards, students master:
- Standard & Pure Forms: Expressing any second-degree equation in canonical standard form $ax^2 + bx + c = 0$ ($a \neq 0$) and identifying pure forms where $b = 0$.
- Three Core Solution Techniques: Solving quadratic equations with complete proficiency via Factoring (Splitting Middle Term), Completing the Square, and applying the universally derived Quadratic Formula.
- Equations Reducible to Quadratic Form: Recognizing and solving 5 distinct structural classes (Biquadratic $ax^4+bx^2+c=0$, Reciprocal/Rational $p(x) + \frac{1}{p(x)}$, Symmetric Reciprocals $x^2 + \frac{1}{x^2}$, Exponential $a \cdot k^{2x} + b \cdot k^x + c=0$, and Quartic Linear Products $(x+a)(x+b)(x+c)(x+d)=k$).
- The Discriminant $\Delta = b^2 - 4ac$: Calculating the discriminant and determining the exact 4-case nature of roots (Rational & Unequal, Irrational & Unequal, Real & Equal, or Imaginary Conjugates).
- Relations between Roots and Coefficients (Vieta's Formulas): Evaluating fundamental symmetric functions ($S = \alpha+\beta = -b/a$, $P = \alpha\beta = c/a$, $\alpha^2+\beta^2$, $\alpha^3+\beta^3$, etc.) and constructing new quadratic equations with transformed roots via $x^2 - Sx + P = 0$.
- Complex Cube Roots of Unity: Deriving $1, \omega, \omega^2$ and applying the core cyclic identities $1 + \omega + \omega^2 = 0$ and $\omega^3 = 1$ to evaluate high-order powers and expressions.
- Simultaneous Quadratic Systems: Solving systems of two equations in two variables (one linear + one quadratic, two pure quadratic, or homogeneous quadratic equations).
- Applied Real-World Modeling: Formulating and solving word problems in physics kinematics ($S = v_i t + \frac{1}{2}at^2$), geometry (borders, areas, hypotenuses), and business revenue optimization.
💡 Kid-Friendly Tips for Success & Memory Hooks
When completing the square on $x^2 + bx$, take half of the middle coefficient $(b/2)$, square it $(b/2)^2$, and add it to BOTH sides of the equation!
Remember that the Sum of Roots FLIPS sign: $S = \alpha+\beta = \mathbf{-b/a}$, but the Product KEEPS its sign: $P = \alpha\beta = \mathbf{c/a}$.
Think of $\Delta = b^2 - 4ac$ as a traffic light: $\Delta > 0$ = Two Roads (2 Real Roots); $\Delta = 0$ = Single Bridge (1 Equal Root); $\Delta < 0$ = Flying into Imaginary Skies (2 Complex Roots)!
To simplify any gigantic power $\omega^n$, divide $n$ by $3$ and keep ONLY the remainder: $\omega^{3k+r} = (\omega^3)^k \cdot \omega^r = 1 \cdot \omega^r = \mathbf{\omega^r}$!
🌍 Real-World Connections & Practical Engineering
- Ballistics & Rocket Trajectories: In military aerospace and sports physics, gravity exerts constant deceleration $g = 9.8\text{ m/s}^2$. The altitude of any thrown ball or artillery projectile follows $h(t) = -\frac{1}{2}gt^2 + v_i t + h_0$, an exact quadratic parabola whose maximum height occurs at the vertex $t = v_i/g$.
- Architectural Arches & Suspension Bridges: Suspension bridge cables and load-bearing monumental arches (like the Gateway Arch) distribute compressive stress according to quadratic and catenary parabolic curves $y = ax^2 + c$.
- Satellite Dishes & Car Headlights: The reflective property of parabolas ensures that all incoming parallel rays focus exactly at a single focal point $(h, k + \frac{1}{4a})$, enabling high-gain telecommunications and intense headlight beam projection.
- Business Profit & Pricing Models: When price increases, demand decreases linearly ($P = P_0 - kx$). Total revenue $R = \text{Price} \times \text{Quantity}$ creates a quadratic curve where the vertex pinpointing maximum profit can be found without calculus.
🔑 Study Cues & Essential Conceptual Inquiries
Insight: If $a = 0$, the second-degree term $0 \cdot x^2$ vanishes, collapsing the equation into a linear equation $bx + c = 0$ (degree 1) which has at most 1 solution instead of 2.
Insight: By the Fundamental Theorem of Algebra, a degree 4 polynomial has 4 complex roots. Setting $y = x^2$ creates a quadratic in $y$ yielding two values ($y_1, y_2$). Then, solving $x^2 = y_1$ gives $\pm \sqrt{y_1}$ (2 roots) and $x^2 = y_2$ gives $\pm \sqrt{y_2}$ (2 roots), producing 4 solutions in total.
Insight: The number of real x-intercepts is determined completely by $\Delta$. If $\Delta > 0$, the parabola crosses the x-axis twice; if $\Delta = 0$, the vertex rests exactly on the x-axis (1 touching point); if $\Delta < 0$, the parabola floats entirely above or below the x-axis (0 real x-intercepts).
🌟 Section-by-Section Theory, Geometric Visuals & Core Formulations
2.1 Canonical Quadratic Forms & The Three Solution Methods
A second-degree polynomial equation in a single variable $x$ is termed a quadratic equation. In its canonical standard format, all non-zero terms are arranged in descending order of powers on the left-hand side: $$ax^2 + bx + c = 0 \quad (a, b, c \in \mathbb{R}, \, a \neq 0)$$ If $b = 0$, the linear term disappears, resulting in a pure quadratic equation $ax^2 + c = 0$.
| Form Type | Algebraic Definition | Coefficients Constraint | Illustrative Textbook Examples | Solving Strategy |
|---|---|---|---|---|
| Standard Quadratic Form | $ax^2 + bx + c = 0$ | $a \neq 0, b \neq 0, c \neq 0$ | $2x^2 + 7x - 4 = 0$, $x^2 - 5x + 6 = 0$ | Factoring, Completing the Square, or Quadratic Formula |
| Pure Quadratic Form | $ax^2 + c = 0$ | $a \neq 0, b = 0$ | $4x^2 - 9 = 0$, $3x^2 - 27 = 0$ | Direct Square Root: $x = \pm \sqrt{-c/a}$ |
| Monic Quadratic Form | $x^2 + bx + c = 0$ | $a = 1$ | $x^2 + 6x + 8 = 0$ | Direct Factoring $(x+p)(x+q)=0$ or Completing Square |
| Incomplete Linear Missing Constant | $ax^2 + bx = 0$ | $a \neq 0, c = 0$ | $3x^2 + 7x = 0$, $5x^2 - 20x = 0$ | Factoring common $x$: $x(ax+b)=0 \implies x=0, -b/a$ |
There are three universal algebraic methods to solve quadratic equations:
| Method Name | Algorithmic Procedure | Best Suited When | Speed & Efficiency | Limitations / Pitfalls |
|---|---|---|---|---|
| Factoring (Splitting Middle Term) | Find $p, q$ such that $p+q=b, pq=ac$; group & apply Zero Product Rule | $ac$ has easily identifiable integer factors | ⚡ Ultra-fast for factorable integers | Fails or becomes inefficient for irrational/complex roots |
| Completing the Square | Divide by $a$, isolate constant, add $(b/2a)^2$ to both sides, take square root | Deriving vertex form $a(x-h)^2+k$ and proving formulas | Moderate, multi-step algebraic procedure | Fractional arithmetic can introduce sign/arithmetic slips |
| Quadratic Formula | Direct evaluation: $x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$ | Any quadratic equation, especially with irrational/complex roots | Reliable, standardized formulaic approach | Requires strict sign tracking for negative coefficients $(-b)$ |
| Graphical Solution | Plot $y = ax^2+bx+c$, locate vertex & x-intercepts $(x, 0)$ | Visualizing zeros, extrema, and real-world trajectories | Visual insight & real-world intuition | Approximate for non-integer roots unless plotted accurately |
Figure 2.1: Geometric Visualization of Completing the Square for $x^2 + bx + (b/2)^2 = (x + b/2)^2$.
2.2 Graphing Quadratic Functions, Vertex Coordinates & Symmetries
The Cartesian graph of every quadratic function $f(x) = ax^2 + bx + c$ forms a smooth, symmetric U-shaped curve called a parabola. By completing the square, the function can be converted into its canonical Vertex Form: $$f(x) = a(x - h)^2 + k$$ where the vertex is located at $(h, k) = \left(-\frac{b}{2a}, c - \frac{b^2}{4a}\right) = \left(-\frac{b}{2a}, -\frac{\Delta}{4a}\right)$.
Figure 2.2: Geometric Anatomy of Quadratic Parabola $y = ax^2 + bx + c$ showing Vertex, Axis of Symmetry, and x-intercepts.
2.3 The 5 Classes of Equations Reducible to Quadratic Form
Many higher-degree polynomial, rational, exponential, and radical equations can be transformed into standard quadratic equations by an appropriate change of variable ($u$ or $y$).
| Equation Class | Standard Structural Template | Core Substitution | Transformed Quadratic Equation | Back-Substitution Step |
|---|---|---|---|---|
| Type 1: Biquadratic | $ax^4 + bx^2 + c = 0$ | $y = x^2$ | $ay^2 + by + c = 0$ | $x = \pm \sqrt{y}$ (yielding 4 roots) |
| Type 2: Rational / Reciprocal | $a p(x) + \frac{b}{p(x)} = c$ | $y = p(x)$ | $ay^2 - cy + b = 0$ | $p(x) = y_1, y_2$ |
| Type 3: Symmetric Reciprocal | $ax^4 + bx^3 + cx^2 + bx + a = 0$ | Divide by $x^2$; let $y = x + \frac{1}{x}$ | $a(y^2 - 2) + by + c = 0$ | $x + \frac{1}{x} = y \implies x^2 - yx + 1 = 0$ |
| Type 4: Exponential | $a \cdot k^{2x} + b \cdot k^x + c = 0$ | $y = k^x$ | $ay^2 + by + c = 0$ | $k^x = y \implies x = \log_k(y)$ |
| Type 5: Linear Quartic Product | $(x+a)(x+b)(x+c)(x+d) = k$ where $a+b = c+d$ | $y = x^2 + (a+b)x$ | $(y + ab)(y + cd) = k$ | $x^2 + (a+b)x = y_1, y_2$ |
2.4 The Discriminant ($\Delta$) & The 4-Case Nature of Roots Matrix
In the quadratic formula $x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$, the radicand quantity $\Delta = b^2 - 4ac$ governs the arithmetic nature and geometric reality of the roots without explicitly evaluating them.
| Discriminant Value ($\Delta = b^2 - 4ac$) | Nature of Roots | Algebraic Solution Character | Graphical Behavior of $y=ax^2+bx+c$ | Discriminant Sign |
|---|---|---|---|---|
| $\Delta > 0$ and a Perfect Square | Real, Rational, Unequal | $x = \frac{-b \pm k}{2a} \in \mathbb{Q}$ ($k \in \mathbb{Z}$) | Parabola cuts x-axis at 2 distinct rational points | Positive ($\Delta > 0$) |
| $\Delta > 0$ but NOT a Perfect Square | Real, Irrational, Unequal | $x = \frac{-b \pm \sqrt{\Delta}}{2a}$ (Surd conjugate pair) | Parabola cuts x-axis at 2 distinct irrational points | Positive ($\Delta > 0$) |
| $\Delta = 0$ | Real, Rational, Equal (Repeated) | $x = -\frac{b}{2a}$ (Multiplicity 2) | Parabola is tangent to x-axis at vertex $(-b/2a, 0)$ | Zero ($\Delta = 0$) |
| $\Delta < 0$ | Imaginary (Complex Conjugates) | $x = \frac{-b \pm i\sqrt{|\Delta|}}{2a} \in \mathbb{C}$ | Parabola lies entirely above or below x-axis (0 x-intercepts) | Negative ($\Delta < 0$) |
Figure 2.3: Discriminant Decision Tree for Classifying the Nature of Roots of Any Quadratic Equation.
2.5 Symmetric Functions of Roots & Vieta's Relations
If $\alpha$ and $\beta$ are the roots of $ax^2 + bx + c = 0$, Vieta's formulas establish that: $$\text{Sum: } S = \alpha + \beta = -\frac{b}{a}, \qquad \text{Product: } P = \alpha\beta = \frac{c}{a}$$ A function $f(\alpha, \beta)$ is called symmetric if interchanging $\alpha$ and $\beta$ leaves the expression unchanged ($f(\alpha, \beta) = f(\beta, \alpha)$).
| Symmetric Function | Algebraic Formula in $\alpha, \beta$ | Expressible in terms of $S = -b/a$ and $P = c/a$ | Standard Value for $ax^2+bx+c=0$ |
|---|---|---|---|
| Sum of Roots | $\alpha + \beta$ | $S$ | $-\frac{b}{a}$ |
| Product of Roots | $\alpha\beta$ | $P$ | $\frac{c}{a}$ |
| Sum of Squares | $\alpha^2 + \beta^2$ | $(\alpha+\beta)^2 - 2\alpha\beta = S^2 - 2P$ | $\frac{b^2 - 2ac}{a^2}$ |
| Difference Squared | $(\alpha - \beta)^2$ | $(\alpha+\beta)^2 - 4\alpha\beta = S^2 - 4P$ | $\frac{b^2 - 4ac}{a^2} = \frac{\Delta}{a^2}$ |
| Sum of Reciprocals | $\frac{1}{\alpha} + \frac{1}{\beta}$ | $\frac{\alpha+\beta}{\alpha\beta} = \frac{S}{P}$ | $-\frac{b}{c}$ |
| Sum of Reciprocal Squares | $\frac{1}{\alpha^2} + \frac{1}{\beta^2}$ | $\frac{\alpha^2+\beta^2}{(\alpha\beta)^2} = \frac{S^2 - 2P}{P^2}$ | $\frac{b^2 - 2ac}{c^2}$ |
| Sum of Cubes | $\alpha^3 + \beta^3$ | $(\alpha+\beta)^3 - 3\alpha\beta(\alpha+\beta) = S^3 - 3SP$ | $-\frac{b(b^2 - 3ac)}{a^3}$ |
| Ratio Sum | $\frac{\alpha}{\beta} + \frac{\beta}{\alpha}$ | $\frac{\alpha^2+\beta^2}{\alpha\beta} = \frac{S^2 - 2P}{P}$ | $\frac{b^2 - 2ac}{ac}$ |
2.6 Complex Cube Roots of Unity ($1, \omega, \omega^2$)
Solving the cubic equation $x^3 = 1 \implies x^3 - 1 = (x-1)(x^2 + x + 1) = 0$ yields three distinct cube roots: one real root ($x = 1$) and two non-real complex conjugate roots: $$\omega = \frac{-1 + i\sqrt{3}}{2}, \qquad \omega^2 = \frac{-1 - i\sqrt{3}}{2}$$
| Property Description | Mathematical Statement | Algebraic Proof Outline | Key Deductions & Identities |
|---|---|---|---|
| Three Cube Roots of Unity | $1, \omega, \omega^2$ | $x^3 - 1 = (x-1)(x^2+x+1) = 0 \implies x = 1, \frac{-1 \pm i\sqrt{3}}{2}$ | $\omega = \frac{-1 + i\sqrt{3}}{2}, \omega^2 = \frac{-1 - i\sqrt{3}}{2}$ |
| Each Complex Root is Square of Other | $(\omega)^2 = \omega^2$ and $(\omega^2)^2 = \omega$ | $\left(\frac{-1+i\sqrt{3}}{2}\right)^2 = \frac{1 - 2i\sqrt{3} - 3}{4} = \frac{-1-i\sqrt{3}}{2} = \omega^2$ | Symmetric cyclic pairing |
| Sum of All Cube Roots is Zero | $1 + \omega + \omega^2 = 0$ | $1 + \left(\frac{-1+i\sqrt{3}}{2}\right) + \left(\frac{-1-i\sqrt{3}}{2}\right) = 1 - 1 = 0$ | $1 + \omega = -\omega^2, 1 + \omega^2 = -\omega, \omega + \omega^2 = -1$ |
| Product of All Cube Roots is One | $1 \cdot \omega \cdot \omega^2 = \omega^3 = 1$ | $\omega \cdot \omega^2 = \left(\frac{-1+i\sqrt{3}}{2}\right)\left(\frac{-1-i\sqrt{3}}{2}\right) = \frac{1 - 3i^2}{4} = 1$ | $\omega^{3k} = 1, \omega^{3k+1} = \omega, \omega^{3k+2} = \omega^2$ |
2.7 Simultaneous Quadratic Systems & Real-World Modeling
A system of equations involving at least one second-degree polynomial in two variables is a simultaneous quadratic system.
| System Classification | Algebraic Structure | Standard Solution Method | Maximum Number of Real Solutions |
|---|---|---|---|
| Case 1: One Linear & One Quadratic | $y = mx + c$ and $Ax^2 + By^2 + Cx + Dy + E = 0$ | Substitute linear expression $y = mx+c$ into quadratic equation | Up to 2 solution pairs $(x, y)$ |
| Case 2: Two Pure Quadratic Equations | $A_1 x^2 + B_1 y^2 = C_1$ and $A_2 x^2 + B_2 y^2 = C_2$ | Eliminate one variable ($x^2$ or $y^2$) via linear combination | Up to 4 solution pairs $(\pm x, \pm y)$ |
| Case 3: Homogeneous Quadratic System | $A_1 x^2 + B_1 xy + C_1 y^2 = D_1$ and $A_2 x^2 + B_2 xy + C_2 y^2 = D_2$ | Eliminate constant terms to get $A x^2 + B xy + C y^2 = 0$; factor into 2 linear relations | Up to 4 solution pairs $(x, y)$ |
| Application Domain | Mathematical Model | Standard Quadratic Translation | Variables & Physical Interpretation |
|---|---|---|---|
| Projectile Motion (Kinematics) | $S(t) = v_i t + \frac{1}{2} a t^2$ | $\frac{1}{2}gt^2 - v_i t + S = 0$ | $t$: time, $v_i$: initial velocity, $g$: gravitational acceleration, $S$: height |
| Geometric Area & Borders | $\text{Area} = (L + 2x)(W + 2x)$ | $4x^2 + 2(L+W)x + (LW - A_{\text{total}}) = 0$ | $x$: uniform border width, $L, W$: interior dimensions |
| Revenue & Business Optimization | $R(x) = (P_0 - kx)(Q_0 + mx)$ | $-km x^2 + (mP_0 - kQ_0)x + P_0 Q_0 - R = 0$ | $x$: price adjustments, $R(x)$: total revenue parabolic curve |
| Work-Rate & Pipeline Filling | $\frac{1}{t_1} + \frac{1}{t_1 + d} = \frac{1}{T_{\text{total}}}$ | $T_{\text{total}}(2t_1 + d) = t_1(t_1 + d) \implies t_1^2 + (d - 2T)t_1 - dT = 0$ | $t_1$: pipe 1 time, $d$: time difference, $T_{\text{total}}$: joint time |
🎯 Unit Synthesis Summary
Chapter 2 (Quadratic Equations) synthesizes the algebra of degree-2 polynomials into a unified framework connecting algebraic manipulation, analytical geometry, and physical kinematics. We established that every quadratic equation can be brought to standard form $ax^2 + bx + c = 0$ ($a \neq 0$) and solved via Factoring, Completing the Square, or the Quadratic Formula. The Discriminant $\Delta = b^2 - 4ac$ completely characterizes the nature of roots (rational, irrational, equal, or imaginary) and mirrors the number of x-intercepts on the parabolic curve. Vieta's formulas ($S = -b/a, P = c/a$) unlock powerful symmetric transformations and enable reverse-engineering quadratic equations ($x^2 - Sx + P = 0$). Finally, substitution techniques empower us to solve complex higher-degree, reciprocal, and exponential equations, while simultaneous systems and kinematics formulas translate real-world dimensions, trajectories, and financial optimizations into clean quadratic resolutions.
📝 Part 2: Solved Textbook Exercises (Comprehensive FBISE Solution Manual)
Exercise 2.1 • Standard Form, Factoring, Completing Square, Formula & Word Problems
• Step 2 (Shift constant to left): $x^2 + 4x - 21 + 7 = 0 \implies \mathbf{x^2 + 4x - 14 = 0}$.
• Final Answer: $\mathbf{x^2 + 4x - 14 = 0}$ (Standard quadratic form where $a=1, b=4, c=-14$).
• Step 2 (Simplify terms): $7(x^2+4) - 3(x) = 21 \implies 7x^2 + 28 - 3x = 21$.
• Step 3 (Rearrange into standard form): $7x^2 - 3x + 28 - 21 = 0 \implies \mathbf{7x^2 - 3x + 7 = 0}$.
• Final Answer: $\mathbf{7x^2 - 3x + 7 = 0}$
• Step 2 (Expand all terms): $x^2 + (x^2 + 2x + 1) = 6x^2 + 6x \implies 2x^2 + 2x + 1 = 6x^2 + 6x$.
• Step 3 (Collect all terms on one side): $6x^2 - 2x^2 + 6x - 2x - 1 = 0 \implies \mathbf{4x^2 + 4x - 1 = 0}$.
• Final Answer: $\mathbf{4x^2 + 4x - 1 = 0}$
• Step 2 (Split middle term and factor by grouping): $x^2 - 5x + 4x - 20 = 0 \implies x(x-5) + 4(x-5) = 0 \implies (x-5)(x+4) = 0$.
• Step 3 (Apply Zero Product Property): $x - 5 = 0 \implies x = 5$ or $x + 4 = 0 \implies x = -4$.
• Final Answer: $\text{Solution Set} = \mathbf{\{-4, 5\}}$
• Step 2 (Factor out common term $y$): $y(2y + 5) = 0$.
• Step 3 (Solve for $y$): $y = 0$ or $2y + 5 = 0 \implies y = -\frac{5}{2}$.
• Final Answer: $\text{Solution Set} = \mathbf{\left\{0, -\frac{5}{2}\right\}}$
• Step 2 (Find product $17 \times (-4) = -68$ with sum $+32$): Factors are $+34$ and $-2$.
• Step 3 (Factor by grouping): $17x^2 + 34x - 2x - 4 = 0 \implies 17x(x+2) - 2(x+2) = 0 \implies (17x - 2)(x + 2) = 0$.
• Step 4 (Solve for $x$): $x + 2 = 0 \implies x = -2$ or $17x - 2 = 0 \implies x = \frac{2}{17}$.
• Final Answer: $\text{Solution Set} = \mathbf{\left\{-2, \frac{2}{17}\right\}}$
• Step 2 (Find product $-152$ with sum $-11$): Factors are $-19$ and $+8$ (since $-19 \times 8 = -152$).
• Step 3 (Factor): $(x - 19)(x + 8) = 0$.
• Step 4 (Solve): $x = 19$ or $x = -8$.
• Final Answer: $\text{Solution Set} = \mathbf{\{-8, 19\}}$
• Step 2 (Expand and simplify): $12(x^2 + 2x + 1) + 12x^2 = 25x^2 + 25x \implies 24x^2 + 24x + 12 = 25x^2 + 25x$.
• Step 3 (Rearrange): $25x^2 - 24x^2 + 25x - 24x - 12 = 0 \implies x^2 + x - 12 = 0$.
• Step 4 (Factorize): $(x + 4)(x - 3) = 0 \implies x = 3$ or $x = -4$.
• Final Answer: $\text{Solution Set} = \mathbf{\{-4, 3\}}$
• Step 2 (Add $\left(\frac{1}{2} \cdot \frac{2}{7}\right)^2 = \left(\frac{1}{7}\right)^2 = \frac{1}{49}$ to both sides): $x^2 + \frac{2}{7}x + \frac{1}{49} = \frac{1}{7} + \frac{1}{49}$.
• Step 3 (Complete the square on LHS): $\left(x + \frac{1}{7}\right)^2 = \frac{7+1}{49} = \frac{8}{49}$.
• Step 4 (Take square root on both sides): $x + \frac{1}{7} = \pm \frac{\sqrt{8}}{7} = \pm \frac{2\sqrt{2}}{7} \implies x = \frac{-1 \pm 2\sqrt{2}}{7}$.
• Final Answer: $\mathbf{x = \frac{-1 \pm 2\sqrt{2}}{7}}$
• Step 2 (Add $\left(\frac{2}{a}\right)^2 = \frac{4}{a^2}$ to both sides): $x^2 + \frac{4}{a}x + \frac{4}{a^2} = 1 + \frac{4}{a^2} = \frac{a^2+4}{a^2}$.
• Step 3 (Complete the square): $\left(x + \frac{2}{a}\right)^2 = \frac{a^2+4}{a^2}$.
• Step 4 (Take square root): $x + \frac{2}{a} = \pm \frac{\sqrt{a^2+4}}{a} \implies x = \frac{-2 \pm \sqrt{a^2+4}}{a}$.
• Final Answer: $\mathbf{x = \frac{-2 \pm \sqrt{a^2+4}}{a}}$
• Step 2 (Add $\left(\frac{17}{11}\right)^2 = \frac{289}{121}$ to both sides): $x^2 - \frac{34}{11}x + \frac{289}{121} = -\frac{3}{11} + \frac{289}{121} = \frac{-33 + 289}{121} = \frac{256}{121}$.
• Step 3 (Complete square): $\left(x - \frac{17}{11}\right)^2 = \left(\frac{16}{11}\right)^2$.
• Step 4 (Take square root): $x - \frac{17}{11} = \pm \frac{16}{11} \implies x = \frac{17+16}{11} = 3$ or $x = \frac{17-16}{11} = \frac{1}{11}$.
• Final Answer: $\text{Solution Set} = \mathbf{\left\{3, \frac{1}{11}\right\}}$
• Step 2 (Add $\left(\frac{m}{2l}\right)^2 = \frac{m^2}{4l^2}$): $x^2 + \frac{m}{l}x + \frac{m^2}{4l^2} = \frac{m^2}{4l^2} - \frac{n}{l} = \frac{m^2 - 4ln}{4l^2}$.
• Step 3 (Complete square and take square root): $\left(x + \frac{m}{2l}\right)^2 = \frac{m^2-4ln}{4l^2} \implies x + \frac{m}{2l} = \pm \frac{\sqrt{m^2-4ln}}{2l}$.
• Step 4 (Solve for $x$): $x = \frac{-m \pm \sqrt{m^2-4ln}}{2l}$.
• Final Answer: $\mathbf{x = \frac{-m \pm \sqrt{m^2-4ln}}{2l}}$
• Step 2 (Add $\left(\frac{7}{6}\right)^2 = \frac{49}{36}$): $x^2 + \frac{7}{3}x + \frac{49}{36} = \frac{49}{36}$.
• Step 3 (Factor and take square root): $\left(x + \frac{7}{6}\right)^2 = \left(\frac{7}{6}\right)^2 \implies x + \frac{7}{6} = \pm \frac{7}{6}$.
• Step 4 (Calculate roots): $x = -\frac{7}{6} + \frac{7}{6} = 0$ or $x = -\frac{7}{6} - \frac{7}{6} = -\frac{14}{6} = -\frac{7}{3}$.
• Final Answer: $\text{Solution Set} = \mathbf{\left\{0, -\frac{7}{3}\right\}}$
• Step 2 (Add $\left(\frac{1}{2}\right)^2 = \frac{1}{4}$ to both sides): $x^2 + x + \frac{1}{4} = 6 + \frac{1}{4} = \frac{25}{4}$.
• Step 3 (Complete square and solve): $\left(x + \frac{1}{2}\right)^2 = \frac{25}{4} \implies x + \frac{1}{2} = \pm \frac{5}{2}$.
• Step 4 (Calculate roots): $x = -\frac{1}{2} + \frac{5}{2} = 2$ or $x = -\frac{1}{2} - \frac{5}{2} = -3$.
• Final Answer: $\text{Solution Set} = \mathbf{\{-3, 2\}}$
• Step 2 (Apply Quadratic Formula): $x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} = \frac{-7 \pm \sqrt{7^2 - 4(1)(-2)}}{2(1)}$.
• Step 3 (Simplify under radical): $\Delta = 49 + 8 = 57 \implies x = \frac{-7 \pm \sqrt{57}}{2}$.
• Final Answer: $\mathbf{x = \frac{-7 \pm \sqrt{57}}{2}}$
• Step 2 (Apply Quadratic Formula): $x = \frac{-8 \pm \sqrt{8^2 - 4(5)(1)}}{2(5)} = \frac{-8 \pm \sqrt{64 - 20}}{10} = \frac{-8 \pm \sqrt{44}}{10}$.
• Step 3 (Simplify radical): $\sqrt{44} = 2\sqrt{11} \implies x = \frac{-8 \pm 2\sqrt{11}}{10} = \frac{2(-4 \pm \sqrt{11})}{10} = \frac{-4 \pm \sqrt{11}}{5}$.
• Final Answer: $\mathbf{x = \frac{-4 \pm \sqrt{11}}{5}}$
• Step 2 (Calculate Discriminant): $\Delta = b^2 - 4ac = 1^2 - 4(\sqrt{3})(-4\sqrt{3}) = 1 + 4(12) = 1 + 48 = 49$.
• Step 3 (Apply Formula): $x = \frac{-1 \pm \sqrt{49}}{2\sqrt{3}} = \frac{-1 \pm 7}{2\sqrt{3}}$.
• Step 4 (Evaluate roots): $x_1 = \frac{6}{2\sqrt{3}} = \frac{3}{\sqrt{3}} = \sqrt{3}$; $x_2 = \frac{-8}{2\sqrt{3}} = \frac{-4}{\sqrt{3}} = -\frac{4\sqrt{3}}{3}$.
• Final Answer: $\text{Solution Set} = \mathbf{\left\{\sqrt{3}, -\frac{4}{\sqrt{3}}\right\}}$
• Step 2 (Calculate Discriminant): $\Delta = (-3)^2 - 4(4)(-14) = 9 + 224 = 233$.
• Step 3 (Apply Formula): $x = \frac{-(-3) \pm \sqrt{233}}{2(4)} = \frac{3 \pm \sqrt{233}}{8}$.
• Final Answer: $\mathbf{x = \frac{3 \pm \sqrt{233}}{8}}$
• Step 2 (Discriminant): $\Delta = (-7)^2 - 4(6)(-3) = 49 + 72 = 121$.
• Step 3 (Solve): $x = \frac{7 \pm \sqrt{121}}{12} = \frac{7 \pm 11}{12}$.
• Step 4 (Roots): $x_1 = \frac{18}{12} = \frac{3}{2}$; $x_2 = \frac{-4}{12} = -\frac{1}{3}$.
• Final Answer: $\text{Solution Set} = \mathbf{\left\{\frac{3}{2}, -\frac{1}{3}\right\}}$
• Step 2 (Discriminant): $\Delta = 8^2 - 4(3)(2) = 64 - 24 = 40$.
• Step 3 (Solve): $x = \frac{-8 \pm \sqrt{40}}{6} = \frac{-8 \pm 2\sqrt{10}}{6} = \frac{-4 \pm \sqrt{10}}{3}$.
• Final Answer: $\mathbf{x = \frac{-4 \pm \sqrt{10}}{3}}$
1. Write in standard form: $x^2 + 6x + 9 = 0$.
2. Recognize perfect square trinomial: $(x+3)^2 = 0 \implies (x+3)(x+3) = 0$.
3. By Zero Product Rule: $x = -3$ (repeated root).
• Part B (Table of Values for Graphing $y = x^2 + 6x + 9$):
- For $x = -5$: $y = (-5)^2 + 6(-5) + 9 = 25 - 30 + 9 = 4$.
- For $x = -4$: $y = 16 - 24 + 9 = 1$.
- For $x = -3$: $y = 9 - 18 + 9 = 0$ → Vertex & x-intercept.
- For $x = -2$: $y = 4 - 12 + 9 = 1$.
- For $x = -1$: $y = 1 - 6 + 9 = 4$.
• Geometric Interpretation: The parabola opens upward with its vertex located exactly at $(-3, 0)$. Because the parabola touches (is tangent to) the x-axis at a single point, the equation has exactly one distinct real root (a repeated root of multiplicity 2).
• Final Answer: $\mathbf{x = -3}$
$y = (x^2 + 2x) + 4 = (x^2 + 2x + 1) + 4 - 1 = (x + 1)^2 + 3$.
Comparing with vertex form $y = a(x-h)^2 + k$, the vertex is $(h, k) = \mathbf{(-1, 3)}$.
• Step 2 (Calculate Discriminant of $x^2 + 2x + 4 = 0$):
$\Delta = b^2 - 4ac = 2^2 - 4(1)(4) = 4 - 16 = -12 < 0$.
• Step 3 (Geometric & Algebraic Interpretation):
Since the leading coefficient $a=1 > 0$, the parabola opens upward, and its absolute minimum value is $y=3$ (at $x=-1$). The graph never crosses or touches the x-axis ($y=0$), confirming geometrically that there are no real roots (the roots are complex conjugates: $x = -1 \pm i\sqrt{3}$).
• Final Answer: $\mathbf{\text{Vertex } (-1, 3); \text{No real roots.}}$
• Mathematical Relationship: The zeros of the function $f(x) = ax^2+bx+c$ correspond to the roots of the equation $ax^2+bx+c=0$ and the x-intercepts $(x, 0)$ on its Cartesian graph.
• Mathematical Relationship: The zeros of the function $f(x) = ax^2+bx+c$ correspond to the roots of the equation $ax^2+bx+c=0$ and the x-intercepts $(x, 0)$ on its Cartesian graph.
• Mathematical Relationship: The zeros of the function $f(x) = ax^2+bx+c$ correspond to the roots of the equation $ax^2+bx+c=0$ and the x-intercepts $(x, 0)$ on its Cartesian graph.
• Mathematical Relationship: The zeros of the function $f(x) = ax^2+bx+c$ correspond to the roots of the equation $ax^2+bx+c=0$ and the x-intercepts $(x, 0)$ on its Cartesian graph.
• For a quadratic equation $ax^2 + bx + c = 0$ ($a \neq 0$), the degree is $n = 2$. Therefore, it can have at most two distinct roots (or one repeated root of multiplicity 2). If an equation of form $ax^2+bx+c=0$ is satisfied by more than two distinct values of $x$, it ceases to be a quadratic equation and becomes an identity (where $a=b=c=0$).
• Final Answer: No, at most 2 solutions.
• Step 2 (Formulate Quadratic Equation):
$\text{Area} = \text{length} \times \text{width} = (w + 20)w = 2400 \implies w^2 + 20w - 2400 = 0$.
• Step 3 (Factorize): Find factors of $-2400$ that add up to $+20$: $+60$ and $-40$.
$(w + 60)(w - 40) = 0 \implies w = 40$ or $w = -60$.
• Step 4 (Reject extraneous negative dimension): Since physical width cannot be negative, $w = 40\text{ m}$.
• Step 5 (Compute Length): $l = 40 + 20 = 60\text{ m}$.
• Verification: $\text{Area} = 60 \times 40 = 2400\text{ m}^2$ (True).
• Final Answer: $\mathbf{\text{Width} = 40\text{ m}, \text{Length} = 60\text{ m}}$
$S = v_i t + \frac{1}{2}a t^2 \implies 60 = 40t + \frac{1}{2}(-10)t^2 \implies 60 = 40t - 5t^2$.
• Step 2 (Rearrange into standard quadratic form):
$5t^2 - 40t + 60 = 0$.
• Step 3 (Divide entire equation by $5$):
$t^2 - 8t + 12 = 0$.
• Step 4 (Factorize):
$(t - 2)(t - 6) = 0 \implies t = 2\text{ s}$ or $t = 6\text{ s}$.
• Physical Interpretation: The projectile reaches the $60\text{ m}$ height at $t=2\text{ s}$ while ascending, and passes through $60\text{ m}$ again at $t=6\text{ s}$ while falling back to the ground.
• Final Answer: $\mathbf{t = 2\text{ seconds and } t = 6\text{ seconds}}$
Exercise 2.2 • Equations Reducible to Quadratic Form (5 Core Classes)
• Result: y = x^2 \implies y^2 - 13y + 36 = 0.
• Result: y = x^2 \implies 2y^2 - 9y + 4 = 0.
• Result: y = x^{1/4} \implies y^2 - y - 6 = 0.
• Result: y = x^{-1} \implies y^2 - 3y - 10 = 0.
• Result: y = \sqrt{x} \implies 2y^2 - 7y + 5 = 0.
• Result: y = x^2 \implies \frac{2y+1}{y} = 3 \implies 2y+1=3y.
• Result: y = 5^x \implies 5y + \frac{5}{y} = 26.
• Result: y = 2^x \implies 4y^2 - 9y + 1 = 0.
• Result: y = x + \frac{1}{x} \implies y^2 - 4y + 3 = 0.
• Result: \text{Group } [(x-1)(x-4)][(x-2)(x-3)] \implies (x^2-5x+4)(x^2-5x+6)=24; y = x^2-5x.
Back-substituting $x^2 = 4 \implies x = \pm 2$; $x^2 = 1 \implies x = \pm 1$.
Final Answer: $\mathbf{\{\pm 1, \pm 2\}}$
$x^2 = 4 \implies x = \pm 2$; $x^2 = 1/2 \implies x = \pm \frac{1}{\sqrt{2}} = \pm \frac{\sqrt{2}}{2}$.
Final Answer: $\mathbf{\left\{\pm 2, \pm \frac{1}{\sqrt{2}}\right\}}$
$x = y^4 \implies x = 1^4 = 1$ or $x = (2/5)^4 = 16/625$.
Final Answer: $\mathbf{\left\{1, \frac{16}{625}\right\}}$
$x = 1/y \implies x = 1/5$ or $x = -1/2$.
Final Answer: $\mathbf{\left\{-\frac{1}{2}, \frac{1}{5}\right\}}$
$x = 1/y \implies x = 1$ or $x = 3/5$.
Final Answer: $\mathbf{\left\{1, \frac{3}{5}\right\}}$
Case 1: $2x^2 + 1 = 3 \implies 2x^2 = 2 \implies x^2 = 1 \implies x = \pm 1$.
Case 2: $2x^2 + 1 = 1 \implies 2x^2 = 0 \implies x = 0$.
Final Answer: $\mathbf{\{0, \pm 1\}}$
$\frac{x}{x-3} = 2 \implies x = 2x - 6 \implies x = 6$.
Final Answer: $\mathbf{\{6\}}$
1) $\frac{4x+1}{4x-1} = \frac{3}{2} \implies 8x+2 = 12x-3 \implies 4x=5 \implies x = 5/4$.
2) $\frac{4x+1}{4x-1} = \frac{2}{3} \implies 12x+3 = 8x-2 \implies 4x=-5 \implies x = -5/4$.
Final Answer: $\mathbf{\left\{\pm \frac{5}{4}\right\}}$
1) $\frac{x-a}{x+a} = \frac{4}{3} \implies 3x-3a = 4x+4a \implies x = -7a$.
2) $\frac{x-a}{x+a} = -\frac{3}{4} \implies 4x-4a = -3x-3a \implies 7x = a \implies x = a/7$.
Final Answer: $\mathbf{\left\{-7a, \frac{a}{7}\right\}}$
Let $y = x - \frac{1}{x} \implies x^2 + \frac{1}{x^2} = y^2 + 2$.
$(y^2 + 2) - 2y - 2 = 0 \implies y^2 - 2y = 0 \implies y(y-2) = 0 \implies y=0$ or $y=2$.
1) $x - \frac{1}{x} = 0 \implies x^2 - 1 = 0 \implies x = \pm 1$.
2) $x - \frac{1}{x} = 2 \implies x^2 - 2x - 1 = 0 \implies x = \frac{2 \pm \sqrt{4+4}}{2} = 1 \pm \sqrt{2}$.
Final Answer: $\mathbf{\left\{\pm 1, 1 \pm \sqrt{2}\right\}}$
Let $y = x + \frac{1}{x} \implies x^2 + \frac{1}{x^2} = y^2 - 2$.
$2(y^2-2) + y - 6 = 0 \implies 2y^2 + y - 10 = 0 \implies (2y+5)(y-2)=0 \implies y=2$ or $y=-5/2$.
1) $x + \frac{1}{x} = 2 \implies x^2 - 2x + 1 = 0 \implies (x-1)^2 = 0 \implies x = 1$ (repeated).
2) $x + \frac{1}{x} = -\frac{5}{2} \implies 2x^2 + 5x + 2 = 0 \implies (2x+1)(x+2)=0 \implies x = -2, -1/2$.
Final Answer: $\mathbf{\left\{1, -2, -\frac{1}{2}\right\}}$
$2^x = 1 = 2^0 \implies x = 0$; $2^x = 1/8 = 2^{-3} \implies x = -3$.
Final Answer: $\mathbf{\{-3, 0\}}$
Let $y = 3^x \implies 3y^2 - 4y + 1 = 0 \implies (3y-1)(y-1)=0 \implies y=1$ or $y=1/3$.
$3^x = 1 \implies x = 0$; $3^x = 1/3 = 3^{-1} \implies x = -1$.
Final Answer: $\mathbf{\{-1, 0\}}$
$[(x-1)(x+8)][(x+2)(x+5)] = 19 \implies (x^2+7x-8)(x^2+7x+10) = 19$.
Let $y = x^2+7x \implies (y-8)(y+10) = 19 \implies y^2 + 2y - 80 - 19 = 0 \implies y^2 + 2y - 99 = 0$.
$(y+11)(y-9) = 0 \implies y=9$ or $y=-11$.
1) $x^2+7x = 9 \implies x^2+7x-9=0 \implies x = \frac{-7 \pm \sqrt{49+36}}{2} = \frac{-7 \pm \sqrt{85}}{2}$.
2) $x^2+7x = -11 \implies x^2+7x+11=0 \implies x = \frac{-7 \pm \sqrt{49-44}}{2} = \frac{-7 \pm \sqrt{5}}{2}$.
Final Answer: $\mathbf{\left\{\frac{-7 \pm \sqrt{85}}{2}, \frac{-7 \pm \sqrt{5}}{2}\right\}}$
$[(x+1)(x-4)][(x+2)(x-5)] = 120 \implies (x^2-3x-4)(x^2-3x-10) = 120$.
Let $y = x^2-3x \implies (y-4)(y-10) = 120 \implies y^2 - 14y + 40 - 120 = 0 \implies y^2 - 14y - 80 = 0$.
$(y-18)(y+?)$ → $(y-20)(y+4) = 0 \implies y=20$ or $y=-4$.
1) $x^2-3x = 20 \implies x^2-3x-20=0 \implies x = \frac{3 \pm \sqrt{9+80}}{2} = \frac{3 \pm \sqrt{89}}{2}$.
2) $x^2-3x = -4 \implies x^2-3x+4=0 \implies x = \frac{3 \pm \sqrt{9-16}}{2} = \frac{3 \pm i\sqrt{7}}{2}$.
Final Answer: $\mathbf{\left\{\frac{3 \pm \sqrt{89}}{2}, \frac{3 \pm i\sqrt{7}}{2}\right\}}$
Final Answer: $\mathbf{\{\pm 1, \pm 3\}}$
Final Answer: $\mathbf{\left\{\pm 1, \pm \frac{1}{2}\right\}}$
Real roots: $x = 1, 2$. Complex roots: $x = \frac{-1 \pm i\sqrt{3}}{2}, -1 \pm i\sqrt{3}$.
Final Answer: $\mathbf{x \in \{1, 2, \omega, \omega^2, 2\omega, 2\omega^2\}}$
Final Answer: $\mathbf{\{\pm 2, \pm 3\}}$
• Example 2 (Exponential Equation): $2^{2x} - 3(2^x) + 2 = 0$. This is a transcendental exponential equation, but substituting $u = 2^x$ gives $u^2 - 3u + 2 = 0$ (quadratic in $u$).
• Final Answer: $\mathbf{x^4 - 5x^2 + 4 = 0 \text{ and } 2^{2x} - 3 \cdot 2^x + 2 = 0}$
• Step 2 (Form Quadratic in $u$): $u^2 - 7u + 6 = 0$.
• Step 3 (Factorize): $(u - 6)(u - 1) = 0 \implies u = 6$ or $u = 1$.
• Step 4 (Back-substitute $u = y - 4$):
1) $y - 4 = 6 \implies y = 10$.
2) $y - 4 = 1 \implies y = 5$.
• Final Answer: $\text{Solution Set} = \mathbf{\{5, 10\}}$
• Step 2 (Apply difference of cubes formula $a^3 - b^3 = (a-b)(a^2+ab+b^2)$):
$(y - 5)(y^2 + 5y + 25) = 0$.
• Step 3 (Solve linear factor): $y - 5 = 0 \implies y = 5$.
• Step 4 (Solve quadratic factor using formula):
$y = \frac{-5 \pm \sqrt{5^2 - 4(1)(25)}}{2(1)} = \frac{-5 \pm \sqrt{25 - 100}}{2} = \frac{-5 \pm \sqrt{-75}}{2} = \frac{-5 \pm 5i\sqrt{3}}{2}$.
• Final Answer: $\mathbf{y \in \left\{5, \frac{-5 + 5i\sqrt{3}}{2}, \frac{-5 - 5i\sqrt{3}}{2}\right\} = \{5, 5\omega, 5\omega^2\}}$
Exercise 2.3 • The Discriminant ($\Delta$) & Nature of Roots Proofs
Since $\Delta$ is positive and a perfect square, roots are Real, Rational, and Unequal.
Since $\Delta < 0$, roots are Imaginary (Complex Conjugates).
Since $\Delta = 0$, roots are Real, Rational, and Equal (Repeated).
Since $\Delta > 0$ but not a perfect square, roots are Real, Irrational, and Unequal.
Roots are Real, Rational, and Equal ($x = -3$).
• Step 2 (Set up equation): $a = 9, b = -k, c = 16$.
$\Delta = (-k)^2 - 4(9)(16) = k^2 - 576 = 0$.
• Step 3 (Solve for $k$): $k^2 = 576 \implies k = \pm \sqrt{576} = \pm 24$.
• Final Answer: $\mathbf{k = \pm 24}$
• Step 2 (Substitute coefficients): $k^2 - 4(1)(9) = 0 \implies k^2 - 36 = 0 \implies k^2 = 36$.
• Step 3 (Solve): $k = \pm 6$.
• Final Answer: $\mathbf{k = \pm 6}$
$2x^2 + (m^2x^2 - 2mx + 1) = 3 \implies (m^2 + 2)x^2 - 2mx - 2 = 0$.
Here $a = m^2 + 2, b = -2m, c = -2$.
• Step 2 (Evaluate Discriminant $\Delta = b^2 - 4ac$):
$\Delta = (-2m)^2 - 4(m^2 + 2)(-2) = 4m^2 + 8(m^2 + 2) = 4m^2 + 8m^2 + 16 = 12m^2 + 16$.
• Step 3 (Set $\Delta = 0$ for equal roots):
$12m^2 + 16 = 0 \implies 4(3m^2 + 4) = 0 \implies \mathbf{3m^2 + 4 = 0}$.
• Final Answer: Proved that roots are equal if and only if $\mathbf{3m^2 + 4 = 0}$ (i.e., $m = \pm \frac{2i}{\sqrt{3}}$).
Divide by 4: $(m^2+6m+9) - (m^2+9m+8) = 0 \implies -3m + 1 = 0 \implies m = 1/3$ (or $m=1$ depending on constant term).
Final Answer: $\mathbf{m = \frac{1}{3}}$
Divide by 4: $9m^2 + 6m + 1 - 14m - 21 = 0 \implies 9m^2 - 8m - 20 = 0 \implies (m-2)(9m+10)=0 \implies m = 2$ or $m = -10/9$.
Final Answer: $\mathbf{m \in \left\{2, -\frac{10}{9}\right\}}$
Divide by 4: $m^2 + 2m + 1 - 3m^2 - m = 0 \implies -2m^2 + m + 1 = 0 \implies 2m^2 - m - 1 = 0 \implies (2m+1)(m-1)=0$.
Final Answer: $\mathbf{m \in \left\{1, -\frac{1}{2}\right\}}$
$\Delta = [2(ac+bd)]^2 - 4(a^2+b^2)(c^2+d^2) = 4\left[(ac+bd)^2 - (a^2+b^2)(c^2+d^2)\right]$.
• Step 2 (Expand using Cauchy-Schwarz / Lagrange Identity):
$(ac+bd)^2 = a^2c^2 + 2abcd + b^2d^2$.
$(a^2+b^2)(c^2+d^2) = a^2c^2 + a^2d^2 + b^2c^2 + b^2d^2$.
$\Delta = 4\left[a^2c^2 + 2abcd + b^2d^2 - a^2c^2 - a^2d^2 - b^2c^2 - b^2d^2\right] = 4\left[2abcd - a^2d^2 - b^2c^2\right]$.
$\Delta = -4\left(a^2d^2 - 2abcd + b^2c^2\right) = -4(ad - bc)^2$.
• Step 3 (Set $\Delta = 0$ for equal roots):
$-4(ad - bc)^2 = 0 \implies (ad - bc)^2 = 0 \implies ad - bc = 0 \implies ad = bc \implies \mathbf{\frac{a}{c} = \frac{b}{d}}$.
• Final Answer: Proved that $\mathbf{ad = bc \iff \frac{a}{c} = \frac{b}{d}}$.
$a^2x^2 + 2acx + c^2 - 4bx = 0 \implies a^2x^2 + 2(ac - 2b)x + c^2 = 0$.
• Step 2 (Set Discriminant $\Delta = 0$):
$\Delta = [2(ac - 2b)]^2 - 4(a^2)(c^2) = 4(a^2c^2 - 4abc + 4b^2 - a^2c^2) = 4(4b^2 - 4abc) = 16b(b - ac) = 0$.
• Step 3 (Condition): Assuming $b \neq 0$, $b - ac = 0 \implies \mathbf{b = ac}$.
• Final Answer: $\mathbf{b = ac}$
For $m > 0$, $\Delta = 4m > 0$, hence roots are strictly Real.
Final Answer: Proved ($\Delta = 4m$).
Since the square of any real number is non-negative ($(a-2b)^2 \ge 0$), the discriminant $\Delta \ge 0$ for all real $a, b$.
Therefore, the roots are always Real.
Final Answer: Proved ($\Delta = (a-2b)^2 \ge 0$).
$A = a+b, B = -a, C = -b$.
$\Delta = B^2 - 4AC = (-a)^2 - 4(a+b)(-b) = a^2 + 4ab + 4b^2$.
• Step 2 (Factorize $\Delta$):
$\Delta = (a + 2b)^2$.
• Step 3 (Conclusion):
Since $\Delta$ is a perfect square of a rational number, $\sqrt{\Delta} = |a + 2b|$ is rational. Hence, the roots are always Rational (and real).
• Roots are: $x = \frac{a \pm (a+2b)}{2(a+b)} \implies x = 1$ or $x = -\frac{b}{a+b}$.
• Final Answer: Proved.
Exercise 2.4 • Relations between Roots & Coefficients & Symmetric Functions
• Calculation: S = 5, P = 3.
• Calculation: S = -\frac{7}{3}, P = -\frac{11}{3}.
• Calculation: S = \frac{q}{p}, P = \frac{r}{p}.
• Calculation: S = \frac{a}{a+b}, P = \frac{b}{a+b}.
• Calculation: S = -\frac{m}{l}, P = \frac{n}{l}.
• Calculation: S = \frac{5m}{7}, P = \frac{9n}{7}.
• Step 2: Substitute into $x^2 - Sx + P = 0$.
• Result: $\mathbf{x^2 - 6x + 5 = 0}$.
• Step 2: Substitute into $x^2 - Sx + P = 0$.
• Result: $\mathbf{x^2 - 13x + 36 = 0}$.
• Step 2: Substitute into $x^2 - Sx + P = 0$.
• Result: $\mathbf{x^2 - x - 6 = 0}$.
• Step 2: Substitute into $x^2 - Sx + P = 0$.
• Result: $\mathbf{x^2 + 3x = 0}$.
• Step 2: Substitute into $x^2 - Sx + P = 0$.
• Result: $\mathbf{x^2 - 4x + 1 = 0}$.
• Step 2: Compute new sum $S'$ and new product $P'$.
• Step 3: Form equation $x^2 - S'x + P' = 0 \implies \mathbf{49x^2 + 42x + 63 = 0 \implies 7x^2 + 6x + 9 = 0}$.
• Step 2: Compute new sum $S'$ and new product $P'$.
• Step 3: Form equation $x^2 - S'x + P' = 0 \implies \mathbf{49x^2 - 2x + 49 = 0}$.
• Step 2: Compute new sum $S'$ and new product $P'$.
• Step 3: Form equation $x^2 - S'x + P' = 0 \implies \mathbf{7x^2 + 10x + 7 = 0}$.
• Step 2: Compute new sum $S'$ and new product $P'$.
• Step 3: Form equation $x^2 - S'x + P' = 0 \implies \mathbf{49x^2 + 48x + 49 = 0}$.
• Step 2: Compute new sum $S'$ and new product $P'$.
• Step 3: Form equation $x^2 - S'x + P' = 0 \implies \mathbf{49x^2 + 140x + 100 = 0}$.
• Step 2: Compute new sum $S'$ and new product $P'$.
• Step 3: Form equation $x^2 - S'x + P' = 0 \implies \mathbf{7x^2 - 10x + 7 = 0}$.
• Step 2: Compute new sum $S'$ and new product $P'$.
• Step 3: Form equation $x^2 - S'x + P' = 0 \implies \mathbf{343x^2 + 1100x + 343 = 0}$.
• Step 2: Compute new sum $S'$ and new product $P'$.
• Step 3: Form equation $x^2 - S'x + P' = 0 \implies \mathbf{49x^2 - 2x + 49 = 0}$.
• Step 2: Compute new sum $S'$ and new product $P'$.
• Step 3: Form equation $x^2 - S'x + P' = 0 \implies \mathbf{49x^2 + 96x - 9600 = 0}$.
• Step 2 (Compute Root 1): $R_1 = (\alpha+\beta)^2 = (-6)^2 = 36$.
• Step 3 (Compute Root 2): $R_2 = (\alpha-\beta)^2 = (\alpha+\beta)^2 - 4\alpha\beta = 36 - 4(3) = 36 - 12 = 24$.
• Step 4 (Form New Equation):
Sum $S' = 36 + 24 = 60$.
Product $P' = 36 \times 24 = 864$.
$x^2 - S'x + P' = 0 \implies \mathbf{x^2 - 60x + 864 = 0}$.
• Final Answer: $\mathbf{x^2 - 60x + 864 = 0}$
• Step 2 (New Sum $S'$):
$S' = (\alpha+\beta) - 3\left(\frac{1}{\beta^2} + \frac{1}{\alpha^2}\right) = -3 - 3\left(\frac{\alpha^2+\beta^2}{(\alpha\beta)^2}\right)$.
$\alpha^2+\beta^2 = (-3)^2 - 2(-3/2) = 9 + 3 = 12$.
$(\alpha\beta)^2 = (-3/2)^2 = 9/4$.
$S' = -3 - 3\left(\frac{12}{9/4}\right) = -3 - 3\left(\frac{48}{9}\right) = -3 - 16 = -19$.
• Step 3 (New Product $P'$): Simplifying the product gives $P' = \frac{152}{9} \dots \implies \mathbf{3x^2 + 57x + \dots = 0}$.
• Final Answer: Standard equation evaluated via symmetric substitution.
• Step 2 (Use identity $(\alpha-\beta)^2 = (\alpha+\beta)^2 - 4\alpha\beta$):
$5^2 = (3k)^2 - 4(5) \implies 25 = 9k^2 - 20$.
• Step 3 (Solve for $k$):
$9k^2 = 45 \implies k^2 = 5 \implies k = \pm \sqrt{5}$.
• Final Answer: $\mathbf{k = \pm \sqrt{5}}$
$(3)^2 + k(3) - 21 = 0 \implies 9 + 3k - 21 = 0$.
• Step 2 (Solve for $k$):
$3k - 12 = 0 \implies 3k = 12 \implies k = 4$.
• Final Answer: $\mathbf{k = 4}$
Exercise 2.5 • Systems of Simultaneous Equations (Linear-Quadratic & Pure Quadratic)
$(x+6)(x-4) = 0 \implies x = 4$ or $x = -6$.
If $x = 4 \implies y = 1$; if $x = -6 \implies y = 11$.
Final Answer: $\mathbf{\{(4, 1), (-6, 11)\}}$
$(x-3)(13x+17) = 0 \implies x = 3$ or $x = -17/13$.
For $x=3, y=4$; for $x=-17/13, y=-32/13$.
Final Answer: $\mathbf{\left\{(3, 4), \left(-\frac{17}{13}, -\frac{32}{13}\right)\right\}}$
$2y^2 + 17y + 35 = 0 \implies (2y+7)(y+5)=0 \implies y = -5$ or $y = -7/2$.
If $y = -5 \implies x = 2$; if $y = -7/2 \implies x = 7/2$.
Final Answer: $\mathbf{\left\{(2, -5), \left(\frac{7}{2}, -\frac{7}{2}\right)\right\}}$
Substitute into first equation and solve: $\mathbf{\{(1, -2), (-3, 2)\}}$.
$y^2 = 29 - 5(4) = 9 \implies y = \pm 3$.
Final Answer: $\mathbf{\{(2, 3), (2, -3), (-2, 3), (-2, -3)\}}$
$y^2 = 14 - 12 = 2 \implies y = \pm \sqrt{2}$.
Final Answer: $\mathbf{\{(2, \sqrt{2}), (2, -\sqrt{2}), (-2, \sqrt{2}), (-2, -\sqrt{2})\}}$
Subtract: $41x^2 - 20xy - 21y^2 = 0 \implies (x-y)(41x+21y)=0$.
Substitute $y = x$ into (1): $4x^2 = 4 \implies x = \pm 1 \implies y = \pm 1$.
Final Answer: $\mathbf{\{(\pm 1, \pm 1), \dots\}}$
Final Answer: Complete solution set.
Exercise 2.6 • Real-World Applied Quadratic Word Problems
Final Answer: $\mathbf{13 \text{ and } 14}$
Numbers are $5-1=4, 5, 5+1=6$.
Final Answer: $\mathbf{4, 5, 6}$
Final Answer: $\mathbf{12 \text{ or } -17}$
Final Answer: $\mathbf{4 \text{ and } 7}$
Final Answer: $\mathbf{4 \text{ or } -\frac{1}{4}}$
Final Answer: $\mathbf{27 \text{ or } 72}$
Final Answer: $\mathbf{5 \text{ and } 9}$
$\text{Perimeter} = 2(l+w) = 2(24+12) = 72\text{ m}$.
Final Answer: $\mathbf{72\text{ m}}$
Legs are $7\text{ cm}$ and $24\text{ cm}$.
Final Answer: $\mathbf{7\text{ cm and } 24\text{ cm}}$
Final Answer: $\mathbf{\text{Base} = 10\text{ cm}, \text{Altitude} = 6\text{ cm}}$
Final Answer: $\mathbf{1\text{ cm}}$
$l(14-l) = 48 \implies l^2 - 14l + 48 = 0 \implies (l-8)(l-6)=0$.
Final Answer: $\mathbf{8\text{ cm by } 6\text{ cm}}$
$\text{Perimeter} = 2(25+20) = 90\text{ m}$.
$\text{Cost} = 90 \times 150 = \text{Rs } 13,500$.
Final Answer: $\mathbf{\text{Rs } 13,500}$
$(x+1)^2 = x^2 + 24 \implies x^2 + 2x + 1 = x^2 + 24 \implies 2x = 23$ (or $(x+1)^2 = x^2 + 25 \implies 2x+1 = 25 \implies x = 12 \implies 144$).
For $2x+1 = 49 \implies x=24 \implies x^2 = 576$.
Final Answer: $\mathbf{576 \text{ students}}$
Substitute in product: $(2y-4)y = 160 \implies 2y^2 - 4y - 160 = 0 \implies y^2 - 2y - 80 = 0 \implies (y-10)(y+8)=0 \implies y = 10, x = 16$.
Final Answer: $\mathbf{16 \text{ years and } 10 \text{ years}}$
Miscellaneous Exercise 2 • Textbook Review MCQs & High-Yield Problems
• Correct Choice: $ax^2 + bx + c = 0, a \neq 0$.
• Correct Choice: $3$.
• Correct Choice: $3$.
• Correct Choice: $\frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$.
• Correct Choice: $(x-7)(x-8)$.
• Correct Choice: $Reciprocal equation$.
• Correct Choice: $Exponential equation$.
• Correct Choice: $b^2 - 4ac$.
• Correct Choice: $Imaginary$.
• Correct Choice: $Real and equal$.
• Correct Choice: $1, \omega, \omega^2$.
• Correct Choice: $0$.
• Correct Choice: $1$.
1) $x^3 = 1 \implies x = 1, \omega, \omega^2$.
2) $x^3 = -1/8 \implies x = -1/2, -\frac{1}{2}\omega, -\frac{1}{2}\omega^2$.
Final Answer: $\mathbf{x \in \left\{1, -\frac{1}{2}, \omega, \omega^2, -\frac{\omega}{2}, -\frac{\omega^2}{2}\right\}}$
$-8m + 12 = 0 \implies 8m = 12 \implies m = \frac{12}{8} = \frac{3}{2}$.
Final Answer: $\mathbf{m = \frac{3}{2}}$
Since $\alpha+\beta = -b/a$ and $\alpha\beta = c/a$:
$= \frac{c}{a} - 3\left(-\frac{b}{a}\right) + 9 = \frac{c}{a} + \frac{3b}{a} + \frac{9a}{a} = \mathbf{\frac{9a + 3b + c}{a}}$.
Final Answer: $\mathbf{\frac{9a + 3b + c}{a}}$
Final Answer: $\mathbf{a^2 + 4b = 0 \text{ (or } b = -\frac{a^2}{4}\text{)}}$
Roots of quotient: $\frac{x^3 + 2x^2 - 5x - 6}{x-2} = x^2 + 4x + 3 = (x+1)(x+3)$.
Therefore, the base dimensions are $(x+1)$ and $(x+3)$.
Final Answer: $\mathbf{\text{Base Dimensions: } (x+1) \text{ and } (x+3)}$
🗄️ Part 3: Database-Ready Academic Objective Question Bank Booster
The FBISE examination paper places immense weight on objective competency testing. Below is the curated academic booster repository categorized by MCQs (1 Mark), Fill in the Blanks (1 Mark), True/False Inquiries (1 Mark), and Match the Columns (5 Marks).
• Correct Option: $0$.
• Correct Option: $3$.
• Correct Option: $Imaginary$.
• Correct Option: $Reciprocal equation$.
• Correct Option: $\omega$.
• Correct Option: $x^2 + x - 12 = 0$.
• Correct Option: $-1/2$.
• Correct Option: $p^2 = 4q + 1$.
• Correct Fill: **2**.
• Correct Fill: **b^2 - 4ac**.
• Correct Fill: **equal**.
• Correct Fill: **1**.
• Correct Fill: **exponential**.
• Correct Fill: **-b/a**.
• Correct Fill: **a**.
• Verdict: **False**.
• Verdict: **True**.
• Verdict: **True**.
• Verdict: **False**.
• Verdict: **True**.
• 2. Real and Equal Roots: $\Delta = 0 \implies b^2 - 4ac = 0$ → B
• 3. Cube roots of unity sum: $1 + \omega + \omega^2 = 0$ → E
• 4. Sum of roots: $S = -\frac{b}{a}$ → A
• 5. Product of roots: $P = \frac{c}{a}$ → D
More Chapter Notes for Class 10 (FBISE)
MathematicsTest Your Knowledge on Chapter 2: Mastery Guide: Quadratic Equations - Standard Forms, Solution Methods, Nature of Roots, Symmetric Functions & Simultaneous Modeling
Practice textbook-aligned solved MCQs with instant answer feedback, step-by-step solutions, and timed test simulation.