Skip to main content
Contents Index
Search Book
Search Results:
No results.
Read aloud
Readability settings Prev Up Next Profile
title here
\(\newcommand\DLGray{\color{Gray}}
\newcommand\DLO{\color{BurntOrange}}
\newcommand\DLRa{\color{WildStrawberry}}
\newcommand\DLGa{\color{Green}}
\newcommand\DLGb{\color{PineGreen}}
\newcommand\DLBa{\color{RoyalBlue}}
\newcommand\DLBb{\color{Cerulean}}
\newcommand\ds{\displaystyle}
\newcommand\ddx{\frac{d}{dx}}
\newcommand\os{\overset}
\newcommand\us{\underset}
\newcommand\ob{\overbrace}
\newcommand\obt{\overbracket}
\newcommand\ub{\underbrace}
\newcommand\ubt{\underbracket}
\newcommand\ul{\underline}
\newcommand\laplacesym{\mathscr{L}}
\newcommand\lap[1]{\laplacesym\left\{#1\right\}}
\newcommand\ilap[1]{\laplacesym^{-1}\left\{#1\right\}}
\newcommand\tikznode[3][]
{\tikz[remember picture,baseline=(#2.base)]
\node[minimum size=0pt,inner sep=0pt,#1](#2){#3};
}
\newcommand{\lt}{<}
\newcommand{\gt}{>}
\newcommand{\amp}{&}
\definecolor{fillinmathshade}{gray}{0.9}
\newcommand{\fillinmath}[1]{\mathchoice{\colorbox{fillinmathshade}{$\displaystyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\textstyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\scriptstyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\scriptscriptstyle\phantom{\,#1\,}$}}}
\newcommand{\sfrac}[2]{{#1}/{#2}}
\)
Section A.2 Quadratic Equations
Quadratic equations appear frequently in differential equations, especially when solving second-order equations with constant coefficients. For example, the characteristic equation associated with a linear differential equation like
\(ay'' + by' + cy = 0\) is a quadratic. Understanding how to solve quadratics is essential for finding solutions to these types of problems.
A quadratic equation has the general form \(ax^2 + bx + c = 0\text{,}\) where \(a \ne 0\text{.}\) There are several common techniques to solve such equations:
Factoring : Try to express the quadratic as a product of two binomials.
Quadratic formula : Use the general formula
\begin{equation*}
x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}\text{.}
\end{equation*}
Completing the square : Rewrite the quadratic to form a perfect square trinomial.
Each method has its advantages. Factoring is often the quickest when possible. The quadratic formula works for all cases and is especially useful when the equation doesnβt factor easily. Completing the square is less commonly used early on, but becomes more important in later topics, such as solving differential equations by variation of parameters or Laplace transforms.
Letβs look at a few examples that illustrate all three methods.
π Example 330 Repeated Root.
Solve
\(4x^2 + 12x + 9 = 0\text{.}\)
Answer .
\begin{equation*}
x = -\frac{3}{2} \text{ (double root)}
\end{equation*}
Solution .
Factoring: Try factoring directly:
\begin{align*}
4x^2 + 12x + 9 \amp = 0\\
(2x + 3)(2x + 3) \amp = 0\\
2x + 3 = 0 \amp \Rightarrow x = -\frac{3}{2}
\end{align*}
This gives a repeated root, also called a double root.
Quadratic formula:
\begin{align*}
x \amp = \frac{-12 \pm \sqrt{144 - 144}}{8}\\
x \amp = \frac{-12}{8} = -\frac{3}{2}
\end{align*}
Completing the square:
\begin{align*}
4x^2 + 12x + 9 \amp = 0\\
4x^2 + 12x \amp = -9\\
x^2 + 3x \amp = -\frac{9}{4}\\
x^2 + 3x + \frac{9}{4} \amp = 0\\
\left(x + \frac{3}{2}\right)^2 \amp = 0\\
x \amp = -\frac{3}{2}
\end{align*}
π Example 331 Two Real Roots.
Solve
\(2x^2 - 9x - 35 = 0\text{.}\)
Answer .
\begin{equation*}
x = -\frac{5}{2},\quad x = 7
\end{equation*}
Solution .
Factoring:
\begin{align*}
2x^2 - 9x - 35 \amp = 0\\
(2x + 5)(x - 7) \amp = 0\\
x = -\frac{5}{2}, \quad x = 7
\end{align*}
Quadratic formula:
\begin{align*}
x \amp = \frac{9 \pm \sqrt{361}}{4}\\
x \amp = \frac{9 \pm 19}{4} = 7, -\frac{5}{2}
\end{align*}
π Example 332 Complex Roots.
Solve
\(x^2 - 4x + 13 = 0\text{.}\)
Answer .
\begin{equation*}
x = 2 \pm 3i
\end{equation*}
Solution .
Quadratic formula:
\begin{align*}
x \amp = \frac{4 \pm \sqrt{-36}}{2}\\
x \amp = 2 \pm 3i
\end{align*}
Completing the square:
\begin{align*}
x^2 - 4x + 13 \amp = 0\\
x^2 - 4x + 4 \amp = -9\\
(x - 2)^2 \amp = -9\\
x \amp = 2 \pm 3i
\end{align*}
Checkpoint 333 .
Name at least two methods for solving quadratic equations.
Answer .
Factoring, using the quadratic formula, completing the square.
Checkpoint 334 .
How many solutions does a quadratic equation have?
Answer .
A quadratic equation has two solutions. These may be:
Two distinct real roots
One repeated real root (double root)
Two complex conjugate roots
β³οΈ Solving Quadratic Equations.
The solution to the quadratic equation
\begin{equation}
a x^2 + b x + c = 0\tag{A.1}
\end{equation}
is given by the quadratic formula:
\begin{equation}
x = \frac{-b \pm \sqrt{\DLBb b^2 - 4ac}}{2a}\text{.}\tag{A.2}
\end{equation}
Notes:
The
\(\pm\) gives two solutions, say
\(x_1\) and
\(x_2\text{.}\)
\(x_1\) and
\(x_2\) are also known as the
roots of
\(\ a x^2 + b x + c\text{.}\)
The value,
\({\DLBb b^2 - 4ac} \ \text{,}\) under the root in is called the
discriminant .
Equation
(A.1) can be written as
\(\quad\ds (x - x_1)(x - x_2) = 0 \text{.}\)
If
\({\DLBb b^2 - 4ac > 0}\text{,}\) then
\(x_1\) and
\(x_2\) are different real numbers.
If
\({\DLBb b^2 - 4ac = 0}\text{,}\) then
\(x_1\) and
\(x_2\) are the same real number (repeated).
If \({\DLBb b^2 - 4ac < 0}\text{,}\) then \(x_1\) and \(x_2\) are complex and can be written as
\begin{equation*}
x_1 = \alpha + \beta i, \quad x_2 = \alpha - \beta i\text{.}
\end{equation*}
You have attempted
of
activities on this page.