Lesson Library> Quadratic Equations

Quadratic Equations

Introduction

A quadratic equation is an equation of a second degree, meaning that the equation contains at least one unknown variable that is squared. Every quadratic equation generally can be written as

$$ ax^2+bx+c=0 $$

Where \(a\), \(b\) and \(c\) are constants and \(a\ne0\).

In this lesson we will firstly cover some methods for solving special cases of quadratic equations when \(b=0\) and/or \(c=0\). These are useful even when we know how to solve the general equation, because they require less time than using the general formula. When we know how to solve the special cases we will learn how to solve the general equation as well. Lastly, we will go through some equations which can be turned into quadratic equations, look at complex roots and learn how to use all this knowledge when solving different types of problems.


Solving Equations When b = 0

Let’s examine the following equation:

$$ x^2 = 9 $$

A certain number multiplied by itself becomes \(9\). One solution is \(x=\sqrt{9}\) or \(x=3\), and since a negative number multiplied by itself gives a positive product our second solution is \(x=(-3)\).

Whenever we take the square root out of both sides of the equation, it’s very important that we include both the positive and the negative root. Had we stated our answer as just

$$x^2=9$$

$$\sqrt{x^2}=\sqrt{9}$$

$$x=3$$

we would have missed the second solution. The right way to solve this equation is to include a plus-minus sign when taking the square root out of both sides:

$$x^2=9$$

$$\sqrt{x^2}=\pm \sqrt{9}$$

$$x=\pm 3$$

In our example \(x^2=9\), we did not write the equation in the general form shown in the introduction. It can however be written in that form as well.

$$ x^2=9 \Rightarrow x^2-9=0 $$

As you see here \(a=1\), \(b=0\) and \(c=(-9)\). If a quadratic equation looks like this, with \(b=0\), then you can solve it in a similar way as we did with \(x^2=9\).

$$ ax^2+c=0 $$

$$ ax^2=-c $$

$$ x^2= - \frac {c}{a} $$

$$ x= \pm \sqrt {- \frac {c}{a}} $$


Exercise 1

Have a look at the equation \(ax^2+c=0\). For which numbers \(a\) and \(c\) will this result in \(0\), \(1\) or \(2\) real solutions?

$$ ax^2+c=0 \Rightarrow x = \pm \sqrt  {- \frac {c}{a}} $$

We do not get any real solutions if we take the square root of a negative number. Otherwise, the solutions are plus minus square root of the number. If the number is zero however, we only get one real solution since \( \pm \sqrt{0} = \pm 0 = 0 \).

Answer:

If  \(- \frac {c}{a} > 0\) we have \(2\) real solutions

If \( - \frac {c}{a} = 0\) we have \(1\) real solution

If \( - \frac {c}{a} < 0\) we have \(0\) real solutions


Exercise 2

How many real solutions does the equation have? Solve the equation(s) that has at least \(1\) solution.

a) $ x^2 = 5 $

b) $ x^2 + 3 = 0 $

c) $ x^2 + 1 = 1 $

a) \(- \frac {c}{a} = - \frac{-5}{1} = 5 > 0\) so the equation has \(2\) real solutions.

To solve the equation we take the square root of both sides. The solutions are \( x = \pm \sqrt{5} \).

b) \( - \frac {c}{a} = - \frac{3}{1} = -3 < 0\) so the equation has \(0\) real solutions.

c) \( x^2+1=1\) is the same thing as \( x^2=0 \). \( - \frac {c}{a} = - \frac{0}{0} = 0\) so the equation has \(1\) real solution.

To solve the equation we take the square root of both sides. The solutions are \( x = \pm \sqrt{0} = \pm 0 = 0\)


Solving Equations When c=0

When \(c=0\) then one root is zero. This is because x can be factored out, making the equation:

$$ ax^2+bx=0 \Rightarrow x(ax+b)=0 $$

The left-hand side of the equation will be equal to zero if and only if \(x=0\) or \(ax+b=0\). The two solutions are thus \(x_1 = 0\) and \(x_2 = - \frac{b}{a} \).


Exercise 1

Solve the equations.

a) $ \: x^2 - 3x = 0 $

b) $ \: 5x = 10x^2 $

c) $ \: x^2 = -(6x+7x^2) $

a) $$ x^2 - 3x = 0 $$

$$ x(x-3) = 0 $$

$$ x_1 = 0 $$

$$ x_2 = 3 $$

b) $$ 5x = 10x^2 $$

$$ 10x^2 - 5x = 0 $$

$$ 5x(2x-1) = 0 $$

$$ x_1 = 0 $$

$$ x_2 = \frac{1}{2} $$

c) $$ x^2 = -(6x+7x^2) $$

$$ x^2 + 6x + 7x^2 = 0 $$

$$ 8x^2 + 6x = 0 $$

$$ 2x(4x + 3) = 0 $$

$$ x_1 = 0 $$

$$ x_2 = - \frac{3}{4} $$


The Conjugate Rule and the Binomial Square Identity

What we have learned so far is enough to solve quadratic equations with \(b=0\) or \(c=0\). In complete quadratic equations this is not possible.

We will start with two special cases of quadratic equations which can be factored with the conjugate rule and the binomial square identities.

The conjugate rule can be used when the equation is of the form \(x^2-a^2=0\). This factors as \((x+a)(x-a)=0\).

The binomial square identities can be used when the expression is a perfect square. \(x^2+2ax+a^2=({x+a})^2\) and \(x^2-2ax+a^2=({x-a})^2\).

Here are some exercises to practise on:


Exercise 1

Expand the following expressions.

a) $ \: ({3ab+2c})^2 $

b) $ \: ({0,5a-b})^2 $

c) $ \: (3x^3-5)(3x^3+5) $

a) $ \: 9a^2b^2 + 12abc + 4c^2 $

b) $ \: 0,25a^2 - ab + b^2 $

c) $ \: 9x^6 - 25 $


Exercise 2

Factor the following expressions.

a) $ \: 4x^2 + 12x + 9 $

b) $ \: 25x^2 + 4y^2 - 20xy $

c) $ \: x^2y^2 - 1 $

a) $ \: ({2x+3})^2 $

b) $ \: ({5x-2y})^2 $

c) $ \: (xy-1)(xy+1) $


Now when we know how to use these rules, here are some new quadratic equations that we are able to solve:


Exercise 3

Solve the equations

a) $ \: x^2 - 2x + 1 = 0 $

b) $ \: 1 - (3x - x^2) + x = 0 $

c) $ \: 4x^2 + 12x + 9 = 0 $

d) $ \: 0,01x^2 - 4 = 0 $

a) $ \: x^2 - 2x + 1 = 0 $

$$ ({x-1})^2 = 0 $$

$$ x-1=0 $$

$$ x=1 $$

b) $ \: 1 - (3x - x^2) + x = 0 $

$$ 1 - 3x + x^2 + x = 0 $$

$$ x^2 - 2x + 1 = 0 $$

$$ ({x-1})^2 = 0 $$

$$ x-1=0 $$

$$ x=1 $$

c) $ \: 4x^2 + 12x + 9 = 0 $

$$ ({2x+3})^2 = 0 $$

$$ 2x+3=0 $$

$$ x = - \frac{3}{2} $$

d) $ \: 0,01x^2 - 4 = 0 $

$$ (0,1x+2)(0,1x-2) = 0 $$

$$ 0,1x_1 + 2 = 0 $$

$$ 0,1x_1 = -2 $$

$$ x_1 = -20 $$

$$ 0,1x_2 - 2 = 0 $$

$$ 0,1x_2 = 2 $$

$$ x_2 = 20 $$


Factoring

What if the equation cannot be turned to factors by any of the ways we have learned so far? For example the equation \( x^2-2x-15=0 \).

Quadratic equations can generally be written as \(ax^2+bx+c=0\). But we can also write them in the factored form \(k(x-p)(x-q)=0\) where \(k\), \(p\) and \(q\) are constants.

Using the zero product property, we can easily see that the solutions to the equation are \(p\) and \(q\) because then one of the factors equals \(0\) (\(k\) cannot be \(0\) because then the whole expression would be \(0\)). If we have a quadratic equation which is either written in factored form, or if you can change it to factored form, you can easily solve it. In the previous equation, we learned how to factorise simpler quadratic expressions. Now we will learn how to factor more difficult expressions. This is useful because factoring is often the fastest technique for solving quadratic equations. To start with we will only look at equations on the form \(x^2+bx+c=0\) and \((x-p)(x-q)\) where there is no coefficient in front of the \(x^2\) term. Once we have mastered this factoring these equations, we will move on to equations that includes such a coefficient.

We factor \(x^2-2x-15\) as follows:

We have an expression written as \(x^2+bx+c\) and we want it in the form of \((x+p)(x+q)\). If we expand this expression we get:

$$ (x+p)(x+q)=x^2+px+qx+pq=x^2+(p+q)x+pq $$

Compare this to the general equation \(ax^2 + bx + c = 0\). As you can see, \(b=(p+q)\) and \(c=pq\).

Or in our case: \((p+q)=-2\) and \(pq=-15\)

We are thus looking for two numbers \(p\) and \(q\) where the sum is \( -2 \) and the product is \(-15\).

Often the best way to start is by factoring \(c\).

$$ -15=3 \cdot 5 \cdot (-1) $$

This gives us a clue that \(p\) and \(q\) are \( \pm 5\) and \( \pm 3\) where one is positive and the other is negative. Let us look at the other equation: \(p+q=-2\). And because \(5\) is \(2\) greater than \(3\) and \(p+q\) is a negative number, \(5\) should be negative. \(3+(-5)=3-5=-2\). \(x^2-2x-15\) can be factored as \((x-5)(x+3)\). The solutions are thus \(x_1=5\) and \(x_2=(-3)\).

When factoring a quadratic expression, what we strive to do is to split up the coefficient \(b\) into two numbers \(p\) and \(q\) so that the sum \(p+q\) is equal to \(b\) and the product \(pq\) is equal to the constant \(c\). In the example above, we notice that \(3+(-5)=-2\) and \(3 \cdot (-5) =-15\). From this we decide to split up \(b=-2\) in the original equations as:

$$x^2-2x-15$$

$$x^2+3x-5x-15$$

Now the terms \(x^2\) and \(3x\) share the common factor \(x\). Similarly, \(5x\) and \(-15\) share the common factor \(5\). Factoring this out gives us:

$$x(x+3)-5(x+3)$$

Now both terms \(x(x+3)\) and \(5(x+3)\) share the common factor \( (x+3) \) so we can factor this as:

$$(x+3)(x-5)$$

and we are done.



Exercise 1

Factor the expressions:

a) $ \: x^2+3x-4 $

b) $ \: x^2+5x+6 $

c) $ \: x^2-15x+56 $

d) $ \: x^2-1.5x-1 $

a) $ \: x^2+3x-4 $

$$ x^2-x+4x-4 $$

$$ x(x-1)+4(x-1) $$

$$ (x+4)(x-1) $$

b) $ \: x^2+5x+6 $

$$ x^2+3x+2x+6 $$

$$ x(x+3)+2(x+3) $$

$$ (x+3)(x+2) $$

c) $ \: x^2-15x+56 $

$$ x^2-7x-8x+56 $$

$$ x(x-7)-8(x-7) $$

$$ (x-7)(x-8) $$

d) $ \: x^2-1,5x-1 $

$$ x^2+0,5x-2x-1 $$

$$ x(x+0,5)-2(x+0,5) $$

$$ (x+0,5)(x-2) $$


Factoring When a ≠ 1

Not every equation is written in the form of \(x^2+bx+c=0\). The general form of quadratic equations is:

$$ ax^2 + bx + c = 0 $$

This can be solved similarly as before by factoring but now into the form of \((rx+p)(sx+q)\). If we expand this expression we end up with \(rsx^2+(rq+sp)x+pq\), so \(a=rs\), \(b=(rq+sp)\) and \(c=pq\).

It is a similar process as before, but with some differences. Let me show you with an example:



Example 1

$$ 4x^2+8x+3=0 $$

Solution

To solve this, we want to split up \(b\) into two numbers \(rq\) and \(sp\) so that their product \(rq \cdot sp\) should equal the product of \(a\) and \(c\). Since \(ac=4 \cdot 3=12\) this gives us a clue that \(rq\) and \(sp\) could be \( \pm 3\) and \(4\) or \( \pm 2\) and \(6\) where both are positive or both are negative since their product \(12\) is positive. And their sum should be \(8\) and therefore \(b=(rq+sp)=2+6=8\).

\(2=1 \cdot 2\) and \(6=2 \cdot 3\)

\(a=rs=4=2 \cdot 2\) and therefore \(r=2\) and \(s=2\) which gives us \(p\) and \(q\) equals \(1\) and \(3\) (does not matter which is which because \(r=s\)) and \(4x^2+8x+3\) is therefore factored as \((2x+1)(2x+3)\). 

To solve the equation \((2x+1)(2x+3)=0\) all we have to do is to use the zero product property to find our two cases:


\(2x+1=0 \Rightarrow 2x=-1 \Rightarrow x=- \frac {1}{2}\) 


\(2x+3=0 \Rightarrow 2x=-3 \Rightarrow x=- \frac{3}{2}\)


Exercise 1

Solve the equations

a) $ \: 5x^2 = -16x - 12 $

b) $ \: 2x^2=\frac{40}{3}x-8 $

c) $ \: 49x^2-7x+12=0 $

d) $ \: \frac{28}{x}=x-3 $

e) $ \: \frac{1}{x-3} + \frac{2}{x-2} = \frac{8}{x} ; x \ne 0, 2, 3 $

\( ax^2 + bx + c = 0 \) can be factored as \( (rx+p)(sx+q)\)

where

\(a=rs\), \(b=(rq+sp)\) and \(c=pq\)

a) $ \: 5x^2 = -16x - 12 $

$$ 5x^2+16x+12=0 $$

$$ rs = 5 $$

$$ rq+sp = 16 $$

$$ pq = 12 $$

$$ rq \cdot sp = 12 \cdot 5 = 60 $$

$$ rq, sp = 6, 10 $$

$$ r, s = 1, 5 $$

$$ p, q = 2, 6 $$

$$ (5x+6)(x+2)=0 $$

$$ x_1 = - \frac{6}{5} $$

$$ x_2 = -2 $$

b) $ 2x^2=\frac{40}{3}x-8 $

$$ 2x^2 - \frac{40}{3}x + 8 = 0 $$

$$ 2x^2 - 12x - \frac{4}{3}x + 8 = 0 $$

$$ 2x(x-6)- \frac{4}{3} (x-6) = 0 $$

$$ (2x - \frac{4}{3})(x-6)=0 $$

$$ x_1 = \frac{2}{3} $$

$$ x_2 = 6 $$

c) $ 49x^2-7x+12=0 $

$$ 49=7 \cdot 7 $$

$$ r,s = 7 $$

$$ -7 = 3 \cdot 7 - 4 \cdot 7 $$

$$ rq + sp = 7 \cdot 3 + 7 \cdot (-4) $$

$$ q = 3, p = -4 $$

$$ (rx+p)(sx+q)=(7x+3)(7x-4) $$

$$ (7x+3)(7x-4)=0 $$

$$ x_1 = - \frac{3}{7} $$

$$ x_2 = \frac{4}{7} $$

d) $ \frac{28}{x}=x-3 $

$$ 28 = (x-3)x $$

$$ 28 = x^2-3x $$

$$ x^2-3x-28 = 0 $$

$$ x^2-7x+4x-28=0 $$

$$ x(x-7)+4(x-7)=0 $$

$$ (x+4)(x-7)=0 $$

$$ x_1 = -4 $$

$$ x_2 = 7 $$

e) $ \frac{1}{x-3} + \frac{2}{x-2} = \frac{8}{x} ; x \ne 0, 2, 3 $

$$ 1 \cdot (x-2) \cdot x + 2 \cdot (x-3) \cdot x = 8 \cdot (x-3)(x-2) $$

$$ x^2-2x+2x^2-6x=8x^2-40x+48 $$

$$ 5x^2 -32x + 48 = 0 $$

$$ 5x^2 -20x - 12x + 48 = 0 $$

$$ 5x(x-4) - 12(x-4) = 0 $$

$$ (5x-12)(x-4)=0 $$

$$ x_1 = \frac{12}{5} $$

$$ x_2 = 4 $$


Completing the Square

In some cases it can be hard to factor with the technique above. In that case we can do a thing that is called completing the square. If we just look at the first two terms, \(x^2\) and \(-2x\), does that bring the binomial square identity to your mind? In that case, you are completely right. If it did not, do not worry, for this is exactly what you will learn here.

\(x^2-2x\)…. looks exactly like the beginning of \(x^2-2x+1\) which comes if you expand \({x-1}^2\). But the third term is different. In our example it is \(-15\) instead of \(1\). But what we have can be written as follows:

$$ x^2-2x-15 = x^2-2x+1-1-15 = $$$$ = x^2-2x+1-16 = ({x-1})^2-16 $$

And \(16 = 4^2\), so

$$ ({x-1})^2-16 = ({x-1})^2 – 4^2 $$

And what have we got here?

The conjugate rule.

$$ ({x-1})^2-4^2 = (x-1+4)(x-1-4) = (x+3)(x-5) $$

So \(x^2-2x-15 = (x+3)(x-5)\) and we have our factors which we can just put into the equation.

$$ x^2-2x-15 = 0 $$

$$ (x+3)(x-5) = 0 $$

\(x+3=0 \Rightarrow x=-3\)

\(x-5=0 \Rightarrow x=5\)

And we have got our answers.


Exercise 1

Solve the equation by factoring directly or by completing the square.

a) $ x^2 - 2x - 3 = 0 $

b) $ x^2 + 4x - 5 = 0 $

c) $ x^2+4x-12=0 $

The solutions are by completing the square.

a) $ x^2 - 2x - 3 = 0 $

$$ (x^2-2x+1)-1-3 = 0 $$

$$ (x^2-2x+1)-4 = 0 $$

$$ {(x-1)}^2-2^2 = 0 $$

$$ (x-1+2)(x-1-2) = 0 $$

$$ (x+1)(x-3) = 0 $$

$$ x_1 = -1 $$

$$ x_2 = 3 $$

b) $ x^2 + 4x - 5 = 0 $

$$ (x^2+4x+4)-4-5 = 0 $$

$$ (x^2+4x+4)-9 = 0 $$

$$ {(x+2)}^2-3^2 = 0 $$

$$ (x+2+3)(x+2-3)=0 $$

$$ (x+5)(x-1)=0 $$

$$ x_1 = -5 $$

$$ x_2 = 1 $$

c) $ x^2+4x-12=0 $

$$ (x^2+4x+4)-4-12 = 0 $$

$$ (x^2+4x+4)-16 = 0 $$

$$ {(x+2)}^2-4^2 = 0 $$

$$ (x+2+4)(x+2-4)=0 $$

$$ (x+6)(x-2)=0 $$

$$ x_1 = -6 $$

$$ x_2 = 2 $$


The Quadratic Formula

You could solve quadratic equations by factoring but there is a formula called the abc formula which you could use instead. It is found by completing the square, so it is practically the same thing, only that you put in the numbers in a formula instead which often makes it less messy and thereby reduces the risk of mistakes.

$$ ax^2+bx+c=0 $$

$$ x^2 + \frac{b}{a} x + \frac{c}{a} = 0 $$

$$ x^2 + 2 \frac{b}{2a} x + \frac{c}{a} = 0 $$

$$ (x^2 + 2 \frac{b}{2a} x + {(\frac{b}{2a})}^2) - {(\frac{b}{2a})}^2 + \frac{c}{a} = 0 $$

$$ (x^2 + 2 \frac{b}{2a} x + {(\frac{b}{2a})}^2) = {(\frac{b}{2a})}^2 - \frac{c}{a} $$

$$ {(x + \frac{b}{2a})}^2 = {(\frac{b}{2a})}^2 - \frac{c}{a} $$

$$ x + \frac{b}{2a} = \pm \sqrt{{(\frac{b}{2a})}^2 - \frac{c}{a}} $$

$$ x = - \frac{b}{2a} \pm \sqrt{{(\frac{b}{2a})}^2 - \frac{c}{a}} $$

$$ x = - \frac{b}{2a} \pm \sqrt{\frac{b^2}{4a^2} - \frac{c}{a}} $$

$$ x = - \frac{b}{2a} \pm \sqrt{\frac{b^2}{4a^2} - \frac{4ac}{4a^2}} $$

$$ x = - \frac{b}{2a} \pm \sqrt{\frac{b^2-4ac}{4a^2}} $$

$$ x = - \frac{b}{2a} \pm \frac {\sqrt{b^2-4ac}}{2a} $$

And that is the abc-formula. With that, you can solve all quadratic equations.


Exercise 1

Solve by factoring, completing the square or with the abc-formula.

a) $ 2x^2 + 5x + 2 = 0 $

b) $ 7x^2 - 8x - 1 = 0 $

a) $ 2x^2 + 5x + 2 = 0 $

$$ x =  - \frac{5}{2 \cdot 2} \pm \frac {\sqrt{5^2-4 \cdot 2 cdot 2}}{2 \cdot 2} $$

$$ x =  - \frac{5}{4} \pm \frac {\sqrt{25-16}}{4} $$

$$ x =  - \frac{5}{4} \pm \frac {\sqrt{9}}{4} $$

$$ x =  - \frac{5}{4} \pm \frac {3}{4} $$

$$ x_1 =  - \frac{5}{4} + \frac {3}{4} = - \frac{2}{4} = - \frac{1}{2} $$

$$ x_2 =  - \frac{5}{4} - \frac {3}{4} = - \frac{8}{4} = -2 $$

b) $ 7x^2 - 8x + 1 = 0 $

$$ x = - \frac{-8}{2 \cdot 7} \pm \frac {\sqrt{{(-8)}^2-4 \cdot 7 \cdot 1}}{2 \cdot 7} $$

$$ x = \frac{8}{14} \pm \frac {\sqrt{64-28}}{14} $$

$$ x = \frac{8}{14} \pm \frac {\sqrt{36}}{14} $$

$$ x = \frac{8}{14} \pm \frac {6}{14} $$

$$ x_1 = \frac{8}{14} + \frac {6}{14} = \frac{14}{14} = 1 $$

$$ x_2 = \frac{8}{14} - \frac {6}{14} = \frac{2}{14} = \frac{1}{7} $$


Now you can solve complete quadratic equations. But we are not done yet. Now the fun begins.

Negative Square Roots and Complex Solutions

I will now go back to the first example of the lesson about quadratic equations: \(x^2=9\). Let us now say instead that \(x^2=(-9)\). This equation doesn’t have any real solutions. There are however solutions, they are just not real. Real in the world of mathematics does not mean exactly the same as in our ordinary world, even though there are similarities. One can say that the real numbers can be found on the number line. The real numbers consist of the natural numbers (\(0\), \(1\), \(2\), \(3\)...), the rest of the integers (\(-1\), \(-2\), \(-3\)), the rest of the rational numbers (\(-\frac{2}{3}\) or \(\frac{31}{5}\)) and the irrational numbers (\(\pi\), \(e\)). They do not include the imaginary and the complex numbers, which are what we will talk about now. We need imaginary numbers when solving equations when we need to take the square root of a negative number. To be able to do this, mathematicians have invented a special number, an imaginary number, called \(i\).

Shortly, \(i=\sqrt{-1}\).

Therefore \(i\) is not a real number, you cannot put \(i\) on the number axis. You cannot have \(i\) apples. It cannot be \(i\) degrees warm. \(i\) is an imaginary number. One can say that it only exists in our imagination. But not really, because \(i\) can be very useful too. If you take \(i^2\) then you get \(-1\) which is a real number. So often \(i\) works as a middle hand between the real numbers. To make use of the imaginary numbers, we have to get to know them and learn how to count with them. In this lesson, which is about quadratic equations, I will not go through it all because there is another lesson about them and you do not need to know all about them to (almost) master quadratic equations. Some things you will learn here, however.

All imaginary numbers can be written as \(bi\) (\(b \cdot i\)). If the number also consists of a real part, if it is written as \(a+bi\), then it is called a complex number. Some quadratic equations have imaginary or complex solutions.

So back to \(x^2=(-9)\).

$$ (-9)=(-1) \cdot 9 $$

Now we have \(x^2=(-1) \cdot 9\)

$$ x= \pm \sqrt {(-1) \cdot 9} = \pm \sqrt{-1} \cdot \sqrt{9} $$

And from the definition, \(i=\sqrt{-1} \)

And \( \sqrt{9}=3 \)

So \(x=\pm (i \cdot 3) = \pm 3i \)

And now we have our two solutions: \(x = \pm 3i \)

It works almost the same when using the abc formula.


Example 1

$$ x^2-2x+5=0 $$

Solution

We use the abc formula. 

$$ x = -\frac {-2}{2} \pm \sqrt{{-\frac{2}{2}}^2-5} $$

$$ x = 1 \pm \sqrt{1-5} $$

$$ x = 1 \pm \sqrt{-4} $$

$$ x = 1 \pm \sqrt{(-1) \cdot 4} $$

$$ x = 1 \pm \sqrt{-1} \cdot \sqrt{4} $$

$$ x = 1 \pm 2i $$

Answer: \( x = 1 \pm 2i \)


But why are there not any real solutions? To show this we can draw two equations as functions in a coordinate system. The first with two real solutions and the second with two complex solutions.

\(y = x^2-2x-15\)


\(y = x^2-2x+5\)



We have our solutions when the curves intersect the x-axis, i.e. when \(y=0\).

The first curve intersects the x-axis where \(x=5\) and where \(x=-3\).

The second curve is always above the x-axis, it never intersects. Therefore there are not any real solutions to that equation because they can’t be found on the number line.

And when there is only one answer, for example in the equation \(x^2-2x+1=0\), then the function \(y=x^2-2x+1\) looks like this.


It just touches the x-axis at one point, where \(x=1\). Therefore that equation has only one unique solution, but it is a “double-root” and is counted as two solutions. Therefore every quadratic equation has two solutions, but they are not always real or distinct from one another.


Exercise 1

Look at the functions. How many real solutions are there?

a) $ x^2+5x+1=0 $


b) $ x^2-2x+1=0 $


c) $ x^2+1=0 $


a) \(2\) real solutions.

b) \(1\) double root.

c) \(0\) real solutions.


Exercise 2

Solve the equations.

a) $ 3x^2=-12 $

b) $ x^2+8x+25=0 $

a) $ 3x^2=-12 $

$$ x^2=-4 $$

$$ x= \pm \sqrt{-4} $$

$$ x= \pm \sqrt{4} \cdot \sqrt{-1} $$

$$ x= \pm 2i $$

b) $ x^2+8x+25=0 $

$$ (x^2+8x+16)-16+25=0 $$

$$ {(x+4)}^2+9=0 $$

$$ {(x+4)}^2=-9 $$

$$ x+4 = \pm \sqrt{-9} $$

$$ x+4 = \pm 3i $$

$$ x= -4 \pm 3i $$


Substitutions

The hunt for new equations with higher exponents does not stop at quadratic equations. There are equations with exponents greater than \(2\). Normally, those cannot be solved with the techniques for solving quadratic equations. But there are some special cases which can be solved in this way. An equation which can be solved using what we know now is

$$ x^4-2x^2-15=0 $$

This is the same equation I used earlier in the lesson, only that \(x^2\) is changed to \(x^4\) and \(x\) is changed to \(x^2\). In both cases, the exponent has doubled. That fact we can use. If we substitute \(x^2\) for \(y\) then we get

$$ x^4-2x^2-15={x^2}^2-2{x^2}-15=y^2-2y-15=0 $$

which is our old equation. And by solving this we get two possible \(y\) which solve the equation,

\(y = 5\)

\(y = (-3)\)

But we are not done yet. The equation we had from the start had the highest exponent \(4\), and therefore there are \(4\) solutions to find. And furthermore, we had \(x\) in the beginning but now we have \(y\). To get \(x\) we need to “un-do” what we did before. Before we used \(x^2=y\). Now we have to solve two new equations, the \(x^2=y\) with our two \(y\).

\( x^2=5 \Rightarrow x= \pm \sqrt{5} \)

\( x^2=(-3) \Rightarrow x= \pm \sqrt{-3} = \pm \sqrt{3 \cdot (-1)} \Rightarrow x= \pm \sqrt{3} \cdot i \)

We have four solutions, \(x=\sqrt{5}\), \(x=-\sqrt{5}\), \(x=\sqrt{3}\cdot i\), \(x=-\sqrt{3} \cdot i\).



Example 1

Which of these equations can be solved by substituting \(x^2\) for \(y\)?


\( x^4+5x^3+1=0 \)

\( x^4+5x^2+1=0 \)

\( x^4+5x+1=0 \)


Solution

Only the second one, because neither \(x^3\) nor \(x=x^1\) can be substituted to \(y^n\) where \(n\) is a natural number, which it has to be to be part of a quadratic equation.


Exercise 1

Solve the equations.

a) $ x^4-10x^2+9=0 $

b) $ x^4-2x^2-24=0 $

a) $ x^4-10x^2+9=0 $

$$ {(x^2)}^2-10(x^2)+9=0 $$

$$ x^2=y $$

$$ y^2-10y+9=0 $$

$$ {(y-5)}^2-25+9=0 $$

$$ {(y-5)}^2-16=0 $$

$$ {(y-5)}^2-4^2=0 $$

$$ (y-5+4)(y-5-4)=0 $$

$$ (y-1)(y-9)=0 $$

$$ y_1 = 1 \Rightarrow x= \pm \sqrt{1} = \pm 1 $$

$$ y_2 = 9 \Rightarrow x  \pm \sqrt{9} = \pm 3 $$

b) $ x^4-2x^2-24=0 $

$$ {(x^2)}^2-2(x^2)-24=0 $$

$$ x^2=y $$

$$ y^2-2y-24=0 $$

$$ {(y-1)}^2-1-24=0 $$

$$ {(y-1)}^2-25=0 $$

$$ {(y-1)}^2-5^2=0 $$

$$ (y-1+5)(y-1-5)=0 $$

$$ (y+4)(y-6)=0 $$

$$ y_1 = -4 \Rightarrow x= \pm \sqrt{-4} = \pm 2i $$

$$ y_2 = 6 \Rightarrow x  \pm \sqrt{6} $$


More Substitutions

This is almost the same concept as above, only that it is not about solving special cases of \(x^4\)-equations but a way of solving certain quadratic equations, and some special equations faster and easier.

In the following exercises, solve by substituting a certain expression with \(x\) to \(y\).



Exercise 1

$$ (x+5)^2-2(x+5)-15=0 $$

$$ (x+5) = y $$

$$ y^2-2y-15=0 $$

$$ {(y-1)}^2-1-15=0 $$

$$ {(y-1)}^2-16=0 $$

$$ {(y-1)}^2-4^2=0 $$

$$ (y-1+4)(y-1-4)=0 $$

$$ (y+3)(y-5)=0 $$

$$ y_1 = -3 \Rightarrow x_1 = -3-5=-8 $$

$$ y_2 = 5 \Rightarrow x_2 = 5-5=0 $$


Exercise 2

$$ \frac{1}{x^2}- \frac{12}{x} + 32 = 0 $$

$$ \frac{1}{x^2}- \frac{12}{x} + 32 = 0 $$

$$ ({\frac{1}{x}})^2-12 \cdot \frac{1}{x} + 32 = 0 $$

$$ \frac{1}{x}=y $$

$$ y^2-12y+32 = 0 $$

$$ {(y-6)}^2-36+32 = 0 $$

$$ {(y-6)}^2-4 = 0 $$

$$ {(y-6)}^2-2^2 = 0 $$

$$ (y-6+2)(y-6-2) = 0 $$

$$ (y-4)(y-8) = 0 $$

$$ y_1 = 4 \Rightarrow x_1 = \frac{1}{4} $$

$$ y_2 = 8 \Rightarrow x_2 = \frac{1}{8} $$


Symmetry in Quadratic Equations and Quadratic Functions

As we saw in a previous part, equations can also be written as functions. In that case the \(0\) changes to \(y\) or \(f(x)\) and the solutions of the equation are the \(x\) where \(f(x)=0\). These are also called roots. Linear functions can be written as \(y=kx+m\) where \(k\) and \(m\) are constants. In the same way, quadratic equations can be written as \(y=ax^2+bx+c\) where \(a\), \(b\) and \(c\) are constants and \(a \ne 0\). Another way to write quadratic equations is in the form \(y=a{(x-h)}^2+k\). This can be found by completing the square. It is called vertex form because it is helpful when determining the vertex, or the extreme point. It is also helpful when finding symmetry. Quadratic equations are symmetrical, which (in this case) means that there can be drawn a vertical line and the left side is a reflection of the right side. To show how the vertex and the symmetry line can be found, here is an example:


Example 1

Find the vertex and the symmetry line to the function \(y=a{(x-h)}^2+k\).

Solution

If \(a>0\), then the smallest value \({(x-h)}^2\) can have is \(0\) (because of the \(^2\)). It is found when \(x=h\). Therefore the smallest value of \(a{(x-h)}^2\) is also \(0\) (anything multiplied by \(0\) becomes \(0\)). And the smallest value for \(y\) or \(a{(x-h)}^2+k\) is therefore \(0+k=k\). Where the smallest value is, there both the vertex and the symmetry line can be found. The vertex is the minimum point, written as \((x,y)\) where \(x\) is the value which makes the smallest \(y\). The vertex is therefore \((h,k)\). The symmetry line goes through the vertex and it is vertical. Therefore the symmetry line is \(x=h\).

Answer: The vertex is \((h, k)\). The symmetry line is \(x=h\).

Note! If \(a<0\) then \(y=k\) becomes the greatest value. \(a\) cannot equal \(0\).


But why does this symmetry exist? The reason is that if \(x\) becomes one unit greater or one unit less than \(h\), the value of our function \(f(x)={(x-h)}^2+c\) is the same. Let’s say that we start at the point \(x=h\). If we now increase the value of \(x\) with \(a\) so that \(x=(h+a)\) we end up with:

$$f(h+a)={((h+a)-h)}^2+c$$

$$f(h+a)=a^2+c$$

If we instead decrease the value of \(x\) with \(a\) so that \(x=(h-a)\) we end up with:

$$f(h-a)={((h-a)-h)}^2+c$$

$$f(h-a)=a^2+c$$

Notice that both cases give us the same result. If we move \(a\) units to the right of the point where \(x=h\), we get the same value as if we had moved \(a\) units to the left of the point where \(x=h\). The graph must therefore be symmetrical around \(x=h\).


The fact that quadratic equations are symmetrical can be used for more than finding the vertex, i.e. the maximum/minimum points. It can also be used to find the second solution if one solution and the symmetry line are known. This is because both solutions have the same \(y\) value (\(0\)) and therefore they must be the same \(x\) value away from the symmetry line. One solution is always to the left of the symmetry line and the other is to the right of the symmetry line.

This symmetry can be seen in the abc formula.

The abc formula is \( x = - \frac {b}{2a} \pm \frac {\sqrt {b^2-4ac}} {2a} \)

\( x = - \frac {b}{2a} \) is the symmetry line. \( \frac {\sqrt {b^2-4ac}} {2a} \) is the distance left and right from the symmetry line where the solutions are. This is because the graph intersects the \(x\)-axis in the two points \( x = - \frac {b}{2a} + \frac {\sqrt {b^2-4ac}} {2a} \) and \( x = - \frac {b}{2a} - \frac {\sqrt {b^2-4ac}} {2a} \) which are equally far from \( x = - \frac {b}{2a}\).



Exercise 1

You have a graph \( y=f(x) \). One root is \( x = -1 \). The symmetry line is \( x=0,75 \). Find the second root.

Both roots are equally far away from the symmetry line. The first root is \(0,75-(-1)=1,75\) units to the left of the symmetry line. Therefore, the second root is \(1,75\) units to the right of the symmetry line. \( 0,75+1,75=2,5 \). 

Answer: The second root is \( x=2,5 \).


Exercise 2

Look at the function \(ax^2+bx+c=0 \) with the symmetry line \(x=-2\) and the solutions 5 units left and right from the symmetry line.

a) Find the two roots.

b) If \( a=2 \), what are \(b\) and \(c\)?

a) The vertex is \(x=-2 \).

The roots are \(5\) units away from the vertex.

Therefore the roots are \( x_1 = -2+5=3 \) and \(x_2 = -2-5=-7 \).

b) The vertex is \( - \frac{b}{2 \cdot 2} = -2\)

$$ \frac{b}{4} = 2 $$

$$ b = 2 \cdot 4 = 8 $$

The distance from the roots to the vertex is \( \frac{\sqrt{8^2-4 \cdot 2 c}}{2 \cdot 2} = 5 \)

$$ \frac{\sqrt{64-8c}}{4} = 5 $$

$$ \sqrt{64-8c} = 20 $$

$$ 64-8c = 400 $$

$$ 8c = -336 $$

$$ c=-42 $$

Answer: The roots are \( x_1 = 3 \) and \(x_2 = -7 \). \(b=8\) and \(c=-42\).


If you graph a quadratic function, you will get one out of two types:

The first types are the quadratics with a positive coefficient \(a\) in front of the \(x^2\) term. These graphs go from \( +\infty \) downwards to a min point and then upwards to \( +\infty \). Some examples:

$$ y=x^2 $$

$$ y=2,5x^2-5x+16 $$

The second type are the quadratics with a negative coefficient \(a\) in front of the \(x^2\) term.These graphs go from \( -\infty \) upwards to a max point and then downwards to \( -\infty\).

Some examples:

$$ y=-x^2 $$

$$ y=-3x^2-7x+9 $$

An easy rule for remembering these two types is that the quadratic with the positive \(x^2\) coefficient gives a happy face while the quadratic with the negative \(x^2\) coefficient gives a sad face.

This fact raises a question. Why do these two types occur?

Let us find out.

To answer this question we need to break down the function into its different parts. This can be done in several forms but I will focus here on the abc form since it is the most commonly used.

$$ y=ax^2+bx+c $$

We can start by \(c\), since it is the easiest. \(c\) is always \(c\). It is a constant. If you change the value of \(c\), all that happens is that the entire graph shifts upwards or downwards. Therefore, \(c\) has nothing to do with the form of the graph.

What role \(b\) has is actually quite hard to find out. It is one of two constants that determine the vertex (together with \(a\)) and it changes how wide the graph is. With a greater b, the symmetry line moves to the left. With a greater \( \lvert b \rvert \) the distance between the symmetry line and the roots increases. What we need to know here is that no matter which \(b\) we pick, the graph will have the same overall shape (happy face or sad face).

So neither \(c\) nor \(b\) can turn the graph upside down. The perpetrator must therefore be \(a\). More specifically, if \(a>0\) (positive) then the graph becomes a happy face and if \(a0\), then \(ax^2\) will be a very large number, closer and closer to \( + \infty \), and we will therefore get a happy-faced graph. The opposite goes for \( a0 \Leftrightarrow \text { min point} $$

$$ a


Exercise 3

What happens to the graph if \(a\) gets larger or smaller?

Increasing the value of \(a\) narrows the parabola and changing the sign of \(a\) changes the direction of the parabola. Changing the value of \(a\) also shifts the graph left or right.


Exercise 4

How can we move a second degree graph sideways?

If we change every \(x\) to \(x+a\) then the graph moves \(a\) units to the left (which is the same as \(-a\) units to the right).


Exercise 5

How can we flip a graph upside down (so that the former minimum point becomes the new maximum point or vice versa)?

First, you multiply the graph with \(-1\) so that the graph gets mirrored in the \(x\) axis. Then you change \(c\) so that the new graph gets the same extreme value as the former.


Vieta’s Formulas

Vieta’s formulas, or Viète’s laws, are used to relate the solutions to an equation with its coefficients. They can be used even when the equation is not quadratic but I will only describe how to use them in quadratics in this lesson.

An equation written on the form \(x^2+bx+c=0\) with the solutions \(x=p\) and \(x=q\) can also be expressed as \( (x-p)(x-q)=0 \). If we expand this expression we end up with:

$$ x^2+bx+c = x^2-(p+q)x+pq $$

This implies that:

$$ b = -(p+q) $$

$$ c = pq $$

These two equations are Vieta’s formulas.

If \( a \ne 1\) then the same applies but with \( \frac {b}{a} \) and \( \frac {c}{a} \) instead of \(b\) and \(c\) because we divide by \(a\) to get it in the right form.

Vieta’s formulas have many applications, and here I will state some of them. You will surely find more when working with more quadratic equations. Some of the things we can use Vieta’s formulas for include:

1) Finding the second solution when we know the first one. We do this by replacing \(b\) and \(c\) (or \( \frac {b}{a} \) and \( \frac {c}{a} \)) with the right constants and replacing \(p\) with our known solution. From there we can solve the equation and get the second solution \(q\).

2) Control if your answer is right. Use the two solutions you have got in the formulas and see if you get the equation you started with.

3) Find the solutions faster without having to use the abc formula. Note: This is not always possible, and in exams, you will have to write more than just the solutions.


Exercise 1

a) What is the product of the roots of the equation \( 2x^2-6x+36=0\)?

b) If one root is \(x_1=9\), what is the second root?

a) $ 2x^2-6x+36=0 $

$$ x^2-3x+18=0 $$

The product of the roots, or \(p \cdot q\), is equal to the coefficient \(c\). In this case, \(c=18\). 

b) The product of the roots is \(18\) and one root is \(x_1=9\).

$$ x_1 \cdot x_2 = 9 x_2 = 18 $$

$$ x_2 = 2 $$

Answer: The product of the roots are \(18\). The second root is \(x_2=2\).


Square Roots and Extraneous Solutions

There are certain equations which do not look like quadratic equations from the start but which can be transformed into quadratics. Once transformed, we can solve them with methods that we have learned. However, because the original equation was not quadratic there is a risk that we end up with false solutions. Such false solutions are called extraneous solutions. Let’s look at an example of such an equation.


Example 1

$$ \sqrt{2-x} = x $$

Solution

Because we have a square root we have to square it. (This is because \( \sqrt{n}=n^{\frac {1}{2}} \) and \( n^{{ \frac {1}{2}}^2}=n \).) And if we square on the LHS (left-hand side) we have to do the same on the RHS (right-hand side).

$$ ({\sqrt{2-x}})^2=x^2 $$

$$ 2-x=x^2 $$

And from here we have a quadratic equation that can be rearranged and solved by factoring.

$$ x^2+x-2=0 $$

$$ x^2+2x-x-2=0 $$

$$ x(x+2)-1(x+2)=0 $$

$$ (x+2)(x-1)=0 $$

$$ x_1 = (-2) $$

$$ x_2 = 1 $$

We are not done yet, though. Our original equation looked like this:

$$ \sqrt{2-x} = x $$

To see if our roots are correct, we can insert them and see if LHS \(=\) RHS.

$$ x=(-2) $$

$$ LHS= \sqrt{2-(-2)} = \sqrt{2+2} = \sqrt{4} = 2 $$

$$ RHS=(-2) $$

$$ LHS \ne RHS $$

$$ x=1 $$

$$ LHS = \sqrt{2-1} = \sqrt{1} = 1 $$

$$ RHS=1 $$

$$ LHS=RHS $$


The only solution to the root equation is \(x=1\) even though the quadratic equation had two solutions. This is because when a negative number is squared, the result is positive. Therefore, the “negativeness” gets lost when solving root equations this way and hence the extraneous root. It is not always easy to know if there are any extraneous roots and, in that case, which one it is. Therefore, always test both solutions in the original equation when solving root equations.


Exercise 1

Solve the equations. Watch out for extraneous roots.

a) $ -3 \sqrt{x+3,75} = -3x $

b) $ 3 \sqrt{4x} - 3x + 9 = 0 $

a) $ -3 \sqrt{x+3,75} = -3x $

$$ \sqrt{x+3,75} = x $$

$$ {(\sqrt{x+3,75})}^2 = x^2 $$

$$ x+3,75 = x^2 $$

$$ x^2 - x - 3,75 = 0 $$

$$ x_1 = 2,5 \Rightarrow LHS = -7,5 = RHS $$

$$ x_2 = -1,5 \Rightarrow LHS = -4,5 \ne RHS = 4,5 $$

Answer: \(x=2,5\) is the only answer. \(x=-1,5\) is an extraneous root.

b) $ 3 \sqrt{4x} - 3x + 9 = 0 $

$$ 3 \sqrt{4x} = 3x - 9 $$

$$ {(3 \sqrt{4x})}^2 = {(3x - 9)}^2 $$

$$ 9 \cdot 4x = 9x^2 - 54x + 81 $$

$$ 36x = 9x^2 - 54x + 81 $$

$$ 9x^2 - 90x + 81 = 0 $$

$$ x^2 - 10x + 9 = 0 $$

$$ x_1 = 9 \Rightarrow LHS=0=RHS $$

$$ x_2 = 1 \Rightarrow LHS=12 \ne RHS=0 $$

Answer: \(x=9\) is the only answer. \(x=1\) is an extraneous root.


Equations with Denominators

Apart from equations involving square roots, there is also one more form of equation which can be transformed to a quadratic equation: equations with denominators. And similar to the root equation, you have to double check your solutions because it may be a solution which works with the quadratic equation but not with the original one.

To solve equations with denominators, you have to multiply both sides with the product of the denominators. Then you solve the quadratic equation that forms. After that you check if there are any extraneous roots. But let us take it step by step with an example:


Example 1

Find all the solutions to the equation \( \frac{x}{x-1} - \frac{2}{x} = \frac{1}{x-1} \)

Solution

$$ \frac{x}{x-1} - \frac{2}{x} = \frac{1}{x-1} $$

$$ \frac{x}{x-1} \cdot (x-1) \cdot x - \frac{2}{x} \cdot (x-1) \cdot x = \frac{1}{x-1} \cdot (x-1) \cdot x $$

$$ x^2 - 2(x-1) = x $$

$$ x^2 - 2x + 2 = x $$

$$ x^2-3x+2=0 $$

$$ x^2-2x-x+2=0 $$

$$ x(x-2)-1(x-2)=0 $$

$$ (x-1)(x-2)=0 $$

$$ x_1 = 1 $$

$$ x_2 = 2 $$

Now we are almost done. We just have to check that none of the determinators become 0 when putting a root into the equation. We put our two \(x\) (one at a time) in the denominators and check that the sum does not equal \(0\).

The two denominators are \(x\) and \(x-1\).

\(x_1=1 \Rightarrow x=1 \ne 0, x-1=1-1=0\) and because one denominator equals \(0\) \(x_1=1\) is an extraneous root.

\(x_2=2 \Rightarrow x=2 \ne 0, x-1=2-1=1 \ne 0\) and because none of the denominators equals \(0\) \(x_2=2\) is not an extraneous root.


Answer: The only solution to the equation is \(x=2\).


Exercise 1

Solve the equations.

a) $ \frac{x+1}{x-2} = \frac{3}{x-2} +5 $

b) $ \frac{2x}{5x+2} = \frac{3}{6x+7} $

a) $ \frac{x+1}{x-2} = \frac{3}{x-2} +5 $

$$ \frac{x+1}{x-2} \cdot (x-2) = (\frac{3}{x-2} +5) \cdot (x-2) $$

$$ x+1 = 3 + 5(x-2) $$

$$ x+1 = 3 + 5x-10 $$

$$ 1=-7+4x $$

$$ 4x=8 $$

$$ x=2 $$

But the denominator (\(x-2\)) cannot equal zero, and \(2-2=0\). Therefore \(x-2\) in an extraneous root, so the equation has no solution.

b) $ \frac{2x}{5x+2} = \frac{3}{6x+7} $

$$ \frac{2x}{5x+2} \cdot (5x+2)(6x+7) = \frac{3}{6x+7} \cdot (5x+2)(6x+7) $$

$$ 2x (6x+7) = 3(5x+2) $$

$$ 12x^2+14x=15x+6 $$

$$ 12x^2-x-6=0 $$

$$ x_1 = \frac{3}{4} $$

$$ x_2 = - \frac{2}{3} $$

Neither is an extraneous root.


The Difference between Implication and Equivalence

Two important concepts to keep in mind when dealing with quadratic equations are implication and equivalence, and the differences between the two. These are logic operators which are used in mathematics in different areas. One of the most common is when proving theorems. However, it is good to know the difference when dealing with square roots.

Implication means that \(A\) leads to \(B\). If you know \(A\) then you know \(B\) as well. This is symbolised with an arrow, as \( A \Rightarrow B\). The implication can go in the other way too. You can write that \(A\) leads to \(B\) both \( A \Rightarrow B\) and \( B \Leftarrow A\). In both cases the arrow points from \(A\) to \(B\). Here is an example of implication:

$$ \text{ It is raining. } \Rightarrow \text{ It is cloudy.} $$

If it is raining, it always has to be cloudy. The arrow does not point in the other way too because if we only know that it is cloudy, it does not have to be raining.

Equivalence is when the arrow points both ways. \(C\) is equivalent with \(D\) is written \( C \Leftrightarrow D \) and it is the same thing as \( D \Leftrightarrow C \). An example of equivalence is:

$$ \text{ It is July. } \Leftrightarrow \text{ Next month is August.} $$

If we only know that it is July, the next month has to be August. And if we only know that the next month is August we are equally sure that it is July right now.

One can use these arrows with mathematical statements as well and when dealing with quadratic equations one important thing to have in mind is which arrow to use here:


Example 1

Look at the two statements \(A\) and \(B\) and replace the question mark with the right arrow (\( \Rightarrow \), \( \Leftarrow \) or \( \Leftrightarrow \))

$$ A: x=3 $$

$$ B: x^2=9 $$

$$ A \: ? \: B $$

Solution

\( A \Rightarrow B\) because \(3 \cdot 3=9 \)

But \( A \Leftarrow B\) is false because if \(x^2=9\) then \(x\) could be \(3\) or \((-3)\), it does not have to be \(3\). 

Therefore \(A\) and \(B\) are not equivalent, we cannot use \( \Leftrightarrow \) .

Answer: \( A \Rightarrow  B \).

Note: This was explained in the first chapter but then I explained it with words and not with these logic operators. Feel free to compare the space needed to explain it in words with the space needed to express it with implication and equivalence arrows.


Exercise 1

Replace the question mark with the right arrow (\( \Rightarrow \), \( \Leftarrow \) or \( \Leftrightarrow \)).

a) $ 5x+2=17 \: ? \: x=3 $

b) $ x^2-4x-5=0 \: ? \: x=5 $

c) $ x=\sqrt{4} \: ? \: x=2 $

a) $ \Leftrightarrow $

b) $ \Leftarrow $

c) $ \Leftrightarrow $


Simplifying Radicals

Simplifying radicals like \( \sqrt{5+ \sqrt{24}} \) can be useful when working with quadratic equations (and for many other problems too). The most obvious example is when solving equations like \( x^2 = 5+ \sqrt{24} \). \( \sqrt{5+ \sqrt{24}} \) is not a very simplified expression and therefore it is good to know how to simplify it. (And it is very satisfying to do it.)

We do this by guessing that the expression can be written as \( \sqrt{x} + \sqrt{y} \). This implies that

$$ \sqrt{x} + \sqrt{y} =  \sqrt{5+ \sqrt{24}} $$

$$ x + 2 \sqrt{xy} + y = 5 + \sqrt{24} $$

so

$$ x + y = 5 $$

$$ 2 \sqrt{xy} = \sqrt{24} $$

$$ 4xy = 24 $$

$$ xy = 6 $$

Now we have a system of equations: \(x+y=5\) and \(x \cdot y=6\).

In this case, we can just try it and then find that \(2\) and \(3\) fits. Otherwise one can solve it for example by substituting \(y\) for \((5-x)\) in the equation \(x \cdot y=6\) and solving the equation that occurs.

No matter how we do it, in the end we get that \( \sqrt{5+ \sqrt{24}} = \sqrt{2} + \sqrt{3} \) and this looks a lot nicer.

Note: If we had had an equation such as \( \sqrt{5 - \sqrt{24}} \), we would have had to guess that it could be written as \( \sqrt{x} - \sqrt{y} \) instead.



Exercise 1

Simplify the expressions.

a) $ \sqrt{8+ \sqrt{60}} $

b) $ \sqrt{15 - \sqrt{224}} $

c) $ \sqrt{6+ \sqrt{32}} $

a) $ \sqrt{8+ \sqrt{60}} $

$$ \sqrt{x} + \sqrt{y} = \sqrt{8+ \sqrt{60}} $$

$$ x + 2 \sqrt{xy} + y = 8 + \sqrt{60} $$

$$ x + y = 8 $$

$$ 2 \sqrt{xy} = \sqrt{60} $$

$$ 4xy = 60 $$

$$ xy = 15 $$

\(x+y=8\) and \(x \cdot y=15\)

\(x=5\) and \(y=3\)

Answer: \( \sqrt{3} + \sqrt{5} \)

b) $ \sqrt{15 - \sqrt{224}} $

$$ \sqrt{x} - \sqrt{y} = \sqrt{15 - \sqrt{224}} $$

$$ x - 2 \sqrt{xy} + y = 15 - \sqrt{224} $$

$$ x + y = 15 $$

$$ -2 \sqrt{xy} = - \sqrt{224} $$

$$ 4xy = 224 $$

$$ xy = 56 $$

\(x+y=15\) and \(x \cdot y=56\)

\(x=7\) and \(y=8\)

Answer: \( \sqrt{7} - \sqrt{8} \)

c) $ \sqrt{6+ \sqrt{32}} $

$$ \sqrt{x} + \sqrt{y} = \sqrt{6+ \sqrt{32}} $$

$$ x + 2 \sqrt{xy} + y = 6 + \sqrt{32} $$

$$ x + y = 6 $$

$$ 2 \sqrt{xy} = \sqrt{32} $$

$$ 4xy = 32 $$

$$ xy = 8 $$

\(x+y=6\) and \(x \cdot y=8\)

\(x=2\) and \(y=4\)

Answer: \( \sqrt{2} + \sqrt{4} = \sqrt{2} + 2 \)


We can use the same method to solve equations on the form \( \sqrt{5-12i} \) by guessing that the expression can be written as \(a+bi\). This implies that:

$$ {a+bi}^2 = {\sqrt{5-12i}}^2 $$

$$ a^2 + 2abi + {(bi)}^2 = 5 - 12i $$

so

$$ a^2 - b^2 = 5 $$

$$ 2ab = 12 $$

or

$$ a^2 - b^2 = 5 $$

$$ ab = 6 $$

Which we can solve, for example by substituting \(b\) for \( \frac{6}{a} \) in the equation \(a^2-b^2=5\) or by writing it as \( (a+b)(a-b)=5 \) and \(ab=6\).

In the same way as before, no matter how we do it, we will find that \( \sqrt{5-12i} =3+2i\).



Exercise 2

Solve the equation \(z^2=15+8i\)

$$ z^2 = 15 + 8i $$

$$ z = \pm \sqrt{15+8i} $$

Therefore we need to simplify the expression \(\sqrt{15+8i}\). We do this by guessing that it can be written as \(a+bi\) where \(a\) and \(b\) are real numbers.

$$ \sqrt{15+8i} = a+bi $$

$$ 15+8i = a^2-b^2+2abi $$

$$ 8 = 2ab \Rightarrow 4=ab \Rightarrow b= \frac{4}{a} $$

$$ 15 = a^2-b^2 \Rightarrow a^2 - {(\frac{4}{a})}^2 = 15 \Rightarrow $$$$ \Rightarrow a^2 - \frac{16}{a^2}=15 \Rightarrow a^4-16=15a^2 $$

$$ x=a^2 $$

$$ x^2-16=15x $$

$$ x^2-15x-16=0 $$

$$ x_1 = 16 \Rightarrow {a_{1,2}}^2=16 \Rightarrow a_{1,2}= \pm 4 $$

$$ x_2 = -1 \Rightarrow {a_{3,4}}^2=-1 \Rightarrow a_{3,4}= \pm i $$

But \(a\) and \(b\) are real numbers. Therefore \(a\) cannot equal \( \pm i \)

$$ a_1 = 4 \Rightarrow b_1 = \frac{4}{4} = 1 $$

$$ a_2 = -4 \Rightarrow b_2 = \frac{4}{-4} = -1 $$

Answer: 

$$ z_1 = 4 + i $$

$$ z_2 = -4 - i $$


Exercise 3

Simplify the expressions.

a) $ \sqrt{7+24i} $

b) $ \sqrt{24+70i} $

c) $ \sqrt{5-12i} $

a) $ \sqrt{7+24i} $

$$ \sqrt{7+24i}=a+bi $$

$$ 7+24i=a^2-b^2+2abi $$

$$ 24=2ab \Rightarrow 12=ab \Rightarrow b= \frac{12}{a} $$

$$ 7=a^2-b^2 $$

$$ 7=a^2-{\frac{12}{a}}^2 $$

$$ 7a^2=a^4-144 $$

$$ a^4-7a^2-144=0 $$

$$ x=a^2 $$

$$ x^2-7x-144=0 $$

$$ x_1=16 $$

$$ x_2 = -9 $$

\(a\) is real \( \Rightarrow x>0 \Rightarrow x=16 \)

$$ a^2=16 $$

$$ a= \pm 4 \Rightarrow b=  \frac{12}{\pm 4} = \pm 3$$

$$ \sqrt{7+24i}= \pm (4+3i) $$

b) $ \sqrt{24+70i} $

$$ \sqrt{24+70i}=a+bi $$

$$ 24+70i=a^2-b^2+2abi $$

$$ 70=2ab \Rightarrow 35=ab \Rightarrow b= \frac{35}{a} $$

$$ 24=a^2-b^2 $$

$$ 24=a^2-{\frac{35}{a}}^2 $$

$$ 24a^2=a^4-1225 $$

$$ a^4-24a^2-1225=0 $$

$$ x=a^2 $$

$$ x^2-24x-1225=0 $$

$$ x_1=49 $$

$$ x_2 = -25 $$

\(a\) is real \( \Rightarrow x>0 \Rightarrow x=49 \)

$$ a^2=49 $$

$$ a= \pm 7 \Rightarrow b=  \frac{35}{\pm 7} = \pm 5$$

$$ \sqrt{24+70i}= \pm (7+5i) $$

c) $ \sqrt{5-12i} $

$$ \sqrt{5-12i}=a-bi $$

$$ 5-12i=a^2-b^2-2abi $$

$$ 12=2ab \Rightarrow 6=ab \Rightarrow b= \frac{6}{a} $$

$$ 5=a^2-b^2 $$

$$ 5=a^2-{\frac{6}{a}}^2 $$

$$ 5a^2=a^4-36 $$

$$ a^4-5a^2-36=0 $$

$$ x=a^2 $$

$$ x^2-5x-36=0 $$

$$ x_1=9 $$

$$ x_2 = -4 $$

\(a\) is real \( \Rightarrow x>0 \Rightarrow x=9 \)

$$ a^2=9 $$

$$ a= \pm 3 \Rightarrow b=  \frac{6}{\pm 3} = \pm 2 $$

$$ \sqrt{5-12i}= \pm (3-2i) $$


Problems to Solve

Exercise 1

The sum of two numbers is \(20\), and their product is \(84\). Which are the two numbers?

$$ x+y=20 $$

$$ xy=84 $$

$$ x(20-x)=84 $$

$$ -x^2+20x-84=0 $$

Answer: The two numbers are \(6\) and \(14\).


Exercise 2

Which value(s) can the number \(a\) have for the equation \(x^2+ax+9=0\) to have only one unique root?

The equation has only one solution \( \Leftrightarrow \) The expression is a perfect square.

$$ x^2+ax+9={(x+b)}^2 $$

$$ a= 2 \cdot \pm \sqrt{9} = \pm 2 \cdot 3 = \pm 6 $$

Answer: \(a= \pm 6\).


Exercise 3

Gudrun competes in diving. Her height \(h\) meters over the surface can be described by the mathematical model \(h=-5t^2+8t+1,8\) where \(t\) is the time in seconds. For how long is Gudrun in the air?

The moment Gudrun hits the water, \(h=0\).

$$ h=-5t^2+8t+1,8=0 $$

$$ t_1=1,8 $$

$$ t_2=-0,2 $$ 

$$ t>0 \Rightarrow t=1,8 $$

Answer: She is in the air for 1,8 seconds.


Exercise 4

In a right-angled triangle, the hypotenuse is \(25\) cm. One of the legs are \(17\) cm longer than the other. What is the area of the triangle?

Pythagora’s theorem \(a^2+b^2=c^2\) gives:

$$ x^2 + {(x+17)}^2 = 25^2 $$

$$ 2x^2 + 34x - 625 = 0 $$

$$ x_1 \approx 7,5 $$

$$ x_2 \approx -41,5 $$

$$ x>0 \Rightarrow x \approx 7,5 $$

$$ A \approx 7,5 \cdot (7,5+17) \approx 184 $$

Answer: The area is \(184 cm^2\).


Exercise 5

a) The product of two consecutive positive odd numbers is 899. What is the even number in between?

b) Prove that the product of two consecutive positive odd numbers always is one smaller than the square of the even number in between.

a) $$ (x+1)(x-1)=899 $$

$$ x^2-1-899=0 $$

$$ x= \pm 30 $$

$$ x>0 \Rightarrow x=30 $$

Answer: The number in between is \(30\).

b) $$ (y+1)(y-1) = y^2 - 1 $$


Exercise 6

A rectangular lawn measures \(18m \cdot 27m\). It expands in the form of a stripe with the same width everywhere. Determine the width of the stripe for the area of the lawn to double.

The width of the stripe is \(x\).

$$ (18+2x)(27+2x) = 18 \cdot 27 \cdot 2 $$

$$ 4x^2+90x-486=0 $$

$$ x_1 = 4,5 $$

$$ x_2 = -27 $$

$$ x>0 \Rightarrow x=4,5 $$

Answer: The width of the stripe is \(4,5 m\).


Exercise 7

Find two numbers whose sum is \(38\) and whose product is \(1522\).

$$ a+b=38 $$

$$ ab=1522 $$

$$ a(38-a)=1522 $$

$$ a^2-38a+1522=0 $$

$$ a \approx 19 \pm 34i $$

Answer: Therefore there are no real solutions. If one uses non-real numbers as well, the two numbers are \(19+34i\) and \(19-34i\).


Exercise 8

Solve the equation \({(x^2-2)}^2-16(x^2-2)+28=0\).

$$ {(x^2-2)}^2-16(x^2-2)+28=0 $$

$$ x^2-2 = y $$

$$ y^2-16y+28=0 $$

$$ y_1 = 14 \Rightarrow x^2-2=14 \Rightarrow x = \pm 4$$

$$ y_2 = 2 \Rightarrow x^2-2=2 \Rightarrow x = \pm 2 $$

Answer: \( x_{1,2}=\pm 2\) and \( x_{3,4}=\pm 4 \).


Exercise 9

Which relation shall there be between the two sides of a rectangle (\(a\) and \(b\)) so that the golden ratio \( \frac{a+b}{a} = \frac{a}{b} \) is met? (The value \(\frac{a}{b}\) is searched.)

$$ \frac{a+b}{a} = \frac{a}{b} $$

$$ (a+b)b=a^2 $$

$$ ab+b^2=a^2 $$

$$ a^2-ab-b^2=0 $$

$$ a>0 $$

$$ a= \frac{1+ \sqrt{5} }{2} b $$

$$ \frac{a}{b} = \frac{1+ \sqrt{5} }{2} \approx 1,618 $$

Answer:  \( \frac{a}{b} \approx 1,618 \). 


Exercise 10

If \(p\) and \(q\) are the roots of the equation \(x^2+5x-3=0\), determine the value of \((p^2+q^2)\).

$$ p^2 + q^2 = p^2 + 2pq + q^2 - 2pq = {(p+q)}^2 - 2pq $$

By Vieta’s formulas we know that \(p+q=-5\) and \(pq=-3\). Substituting these values in the expression gives \(p^2+q^2 = {(-5)}^2 - 2 \cdot -3 = 25+6 = 31\).

Answer: \((p^2+q^2) = 31\)