No history yet

Algebra and Functions

Solving Quadratic Equations

Many problems in math and science boil down to solving equations. You've likely worked with linear equations, like 3x+5=113x + 5 = 11. Quadratic equations are the next step up. They are equations where the highest power of the variable (usually xx) is 2. The standard form looks like this: ax2+bx+c=0ax^2 + bx + c = 0, where aa, bb, and cc are constants, and aa isn't zero.

While some simple quadratics can be solved by factoring, there's a powerful tool that works for every single one: the quadratic formula. It might look intimidating, but it's just a recipe. You identify the values of aa, bb, and cc from your equation and plug them into the formula to find the value(s) of xx.

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

Let's try an example: 2x25x+2=02x^2 - 5x + 2 = 0. Here, a=2a=2, b=5b=-5, and c=2c=2. Plugging these in gives us:

x=(5)±(5)24(2)(2)2(2)x = \frac{-(-5) \pm \sqrt{(-5)^2 - 4(2)(2)}}{2(2)}

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

x=5±94x = \frac{5 \pm \sqrt{9}}{4}

x=5±34x = \frac{5 \pm 3}{4}

This gives us two solutions: x=5+34=2x = \frac{5+3}{4} = 2 and x=534=12x = \frac{5-3}{4} = \frac{1}{2}. These solutions, also called roots, are the points where the graph of the equation, a parabola, crosses the x-axis.

Lesson image

From Equations to Inequalities

Equations look for an exact value, but inequalities deal with ranges. Instead of asking "when does x29x^2 - 9 equal zero?" we might ask, "when is x29x^2 - 9 greater than zero?"

Solving a quadratic inequality like x29>0x^2 - 9 > 0 involves a few steps:

  1. First, find the roots of the related equation, x29=0x^2 - 9 = 0. This gives us x=3x=3 and x=3x=-3. These are our critical points.
  2. These points divide the number line into three regions: less than -3, between -3 and 3, and greater than 3.
  3. Pick a test value from each region to see if it satisfies the inequality. For example, let's test x=4x=-4. (4)29=169=7(-4)^2 - 9 = 16 - 9 = 7, which is greater than 0. So, the region x<3x < -3 is part of the solution. Now test x=0x=0. 029=90^2 - 9 = -9, which is not greater than 0. Finally, test x=4x=4. 429=74^2 - 9 = 7, which is greater than 0. So, the region x>3x > 3 is also a solution.

The solution is the set of all numbers where x<3x < -3 or x>3x > 3. Visually, this corresponds to the parts of the parabola that are above the x-axis.

The Idea of a Function

At the heart of algebra is the concept of a function. Think of it as a machine: you put an input in (usually an xx value), the machine follows a specific rule, and it gives you exactly one output (a yy value). For any given input, there is only one possible output. We often write functions using notation like f(x)f(x), read as "f of x".

function

noun

A relation between a set of inputs and a set of permissible outputs with the property that each input is related to exactly one output.

The set of all possible inputs is called the domain, and the set of all possible outputs is the range. Quadratic equations like y=x29y = x^2 - 9 are functions. For any xx you plug in, you get a single yy value out. So we can write it as f(x)=x29f(x) = x^2 - 9.

Lesson image

Understanding functions allows us to model relationships in the real world, from the trajectory of a ball to the growth of an investment. Let's look at how we can manipulate the graphs of these functions.

Transforming Functions

Once you know the basic shape of a function's graph, like the U-shape of f(x)=x2f(x) = x^2, you can move it around without having to plot points every time. These movements are called transformations.

Vertical Shift: Adding a constant to the entire function moves the graph up or down. f(x)+cf(x) + c shifts the graph up by cc units. f(x)cf(x) - c shifts it down.

Horizontal Shift: Adding a constant inside the function, to the xx value itself, moves the graph left or right. f(xc)f(x-c) shifts the graph right by cc units. f(x+c)f(x+c) shifts it left.

These shifts let you quickly sketch related functions. For example, the graph of g(x)=(x3)2+2g(x) = (x-3)^2 + 2 is just the basic parabola f(x)=x2f(x)=x^2 shifted 3 units to the right and 2 units up. This is incredibly useful for visualizing how different parameters in an equation affect its behavior.

Let's check your understanding of these core algebraic concepts.

Quiz Questions 1/5

What are the values of aa, bb, and cc for the quadratic equation 3x27x=103x^2 - 7x = 10 when written in the standard form ax2+bx+c=0ax^2 + bx + c = 0?

Quiz Questions 2/5

The solutions to a quadratic equation are also known by what name?

These building blocks—solving equations, understanding inequalities, and working with functions—are essential for tackling more advanced mathematics. They provide the language and tools to describe and analyze the world around us.