algebra essentials

Basics of Algebra

Intro

Algebra books on Amazon

 

Table of Contents

Algebra and Number Sets

I have been wanting to start this series for a long time. I think advanced Algebra is very interesting and I want to explore it as much as I can. However, I need to start out with the basics for those that would not be familiar with it.

I have been thinking how far in the beginning I wanted to start. It eventually occurred to me that I wanted to start at the very beginning for the sake of my son. My son is young and has no interest in math yet. I hope that changes soon.

This series is supposed to be something that he can eventually follow and learn from if he develops that interest. I will just expose math to him regularly and hope for the best.

Number Patterns

The basics of numbers is about patterns. Whenever we look at a series of numbers a pattern often develops. As we go about our day to day activities we use numbers and the resulting patterns to help us do a better job.

Most of the time we do this unconsciously. However, if we think about it a little more we can use this number behavior to our advantage.

First, let us look at numbers from a very basic standpoint so we are all on the same page. Numbers can be rational, irrational, natural or integers.

5 = natural, integer, and rational

-1.2 = rational

13/7 = rational

sqrt -7 = irrational

-12 = integer and rational

sqrt 16 = natural, integer, and rational because it evaluates to 4.

These definitions will help us later on when dealing with certain mathematical situations. Each type of number I have listed above has certain rules about what can be done with them. It is these rules that dictate how we interact with problems to solve them. From here on I will give some basic examples of these points to cement them in your heads.

Example 1

If you have 72 computers with varying numbers on 3 different pallets, how many computers are on each pallet on average?

This is a nice and easy example to start with. Most of you can instantly recognize that the answer is 24. A few might have to bust out a calculator but you understand how to solve the problem at the very least.

Now lets do another example that many adults don’t know how to do but is simple nonetheless. This one is about calculating percent change in two numbers. I asked a couple people and neither adult knew how to do this off top of their heads.

They are both proficient with Excel though. Kind of concerning isn’t it? I think we often rely on our tools too much. In fact, many people can’t do things by hand anymore.

That is also the reason why I get asked to help with these things, as these people don’t know why the calculations they do work or don’t work.

When something does not give the expected results, they can’t debug their own problem to figure out why.

Example 2

Solve: Calculate the percent change in these two numbers: 38 and 57

I will explain what we are doing so it is clear. First, we get the difference between the two numbers. 57-38 = 19. We then divide the difference by the lesser number. 19/38 = .5. Multiply the .5 times 100 and that is your percent change. .5 * 100 = 50% change.

If you notice, I am going over some common tasks that everyone should know how to do. I am trying to explain how they work also. Another problem someone might be curious about is how fast the Earth moves. So lets work on this.

Example 3

Solve: Calculate the speed of Earth in its orbit

Let’s think about what we know. Its orbit is the elliptical path it takes around the Sun. An elliptical path is a very stretched out circle in simple terms. The Earth goes around the Sun because of the Sun’s gravitational pull. We also know that the average radius of our orbital path is 93 million miles. The Earth also takes approximately 1 year to travel this path. We will use this simple geometry to figure out the rest of what we need.

Speed is distance divided by time. Our first task is to find out how far we travel in a year. How many miles is it really? We want to use the formula for a circle here because it’s a fair approximation. The distance around a circle is 2* pi * r.

D = 2 * 3.14 * 93,000,000 which is rounded to 584,000,000 miles. Hours in a year = 365 * 24 = 8760.

We have our problem data now so just divide. 584,000,000 / 8760 = 67,000 miles per hour. I rounded that up. That is how fast we are traveling around the Sun.

Another good ability to have is to be able to calculate the volume of common objects. This is handy in cooking, 3d printing, and estimating the mass of stellar objects 50 billion light years away. Fun right! So what would the volume be of a simple soda can?

Example 4

Solve: Find the volume of the infamous soda can

This soft drink is a cylinder. That is its shape. The formula for the volume of a cylinder is v = pi * r^2 * h. V = volume, pi = 3.14, r = radius, and h = height. If r = 1.4 inches and and h = 5 inches, use these figures to find the volume.

V = (3.14) * (1.4)^2 * (5).

V = 30.78 cubic inches.

Another good tool to have in your mental repertoire is being able to measure the thickness of objects through basic calculations. It’s actually a pretty quick calculation once you understand it. Lets try it out.

Example 5

Solve: What is the thickness of an object that is 15 cm by 35 cm and weighs 5.4 grams

Thickness = volume / area. 1 cubic cm of this material weighs 2.7 grams. We start by finding the volume. Volume in this case will be length * width * thickness.

We know the material weighs a total of 5.4 grams and also that 1 cubic cm is equal to 2.7 grams. So that means we have 2 cubic cm of material, which is our volume.

The area of this material is easy since it seems to be rectangular. 15 cm * 35 cm = 525 cm ^2.

Thickness = volume / area. Thickness = 2 cm ^3 / 525 cm ^2. Thickness = .0038 cm. That is our answer. Its pretty thin isn’t it? This process does show you how useful it is to be able to do these calculations. You have to have the correct information up front of course.

Conclusion

I am going to stop here for this entry. In this topic I talked about the types of numbers we often see. I hopefully explained why it is important to do calculations by hand at first, until they are understood.

We did several examples together and I hope they were able to be understood by my explanations. This will be an ongoing series and I think it will be a lot of fun to learn and teach others. Percy, if you read this far, this one was for you my son!

Understanding Functions In Algebra

Functions are a type of relation that tie numbers together. They have to have a mutual meaning, but when they do, the data given can be very meaningful. Beginning functions often use tables for a visual aid. Tables in this fashion show the direct relationship between a set of numbers.

Notation and Pairs

When talking about functions, the notation y = f(x) is traditionally used. This means that when (x) is used as an input into (f), then the result is y. That is a fundamental relationship and must be understood. It is important to realize that a function returns a set of ordered pairs, like (x,y). A relation that has one output for each input is, by definition, a function. (x) is the independent variable and (y) is the dependent variable.

A set of inputs (x) is called the domain of the function. The set of related outputs (y) is the range of the function. A letter (f) is usually the name of a function. A function can be represented in words, a table, or a diagram. They all mean the same thing. Each method will have its limitations.

Functions can be represented verbally, graphically, symbolically, or numerically. There is no best way, it depends on the situation and the data you want to show.

Every function is a relation but not every relation is a function. This is important to remember. The domain is the set of all read numbers for which it is defined.

Constant Functions

I want to add some detail to our definition of functions. They can be considered in another light, that is, they can be linear or nonlinear. An example of a linear function is called a constant function. It should not be too hard to surmise what this is. A constant function is one who’s output remains constant. These are actually very common.

Linear Functions

This is a type of function where the output has the same rate of increasing or decreasing. It is represented by f(x) = ax + b. If a=0 at any point then we will just have a constant function. So in a linear function, each time x increases, f(x) changes by the amount of a.

Slope

The graph of a linear function is a straight line. Slope is the number that indicates the inclination of this line. If you have two points, slope = m = \(\frac{\delta y}{\delta x}\). If this slope is positive, it rises from left to the right. However, if its negative, the line sinks from left to right.

Example 1

Find the slope of the line passing through the points (-2,3) and (1, -2).

You calculate it like this:

\( m = \frac{y_2 - y_1}{x_2 - x_1} = \frac{-2-3}{1-(-2)} = \boxed{\frac{-5}{3}} \)

Slope like this is also known as rate of change of a function. It is also a constant function.

When using a graph to figure out estimates, the units will be easy and given for you. It will be the units for the y-axis over the x-axis. Take advantage of this.

Nonlinear Functions

Nonlinear functions are easy to explain. They are functions with variable output. So the output does not increase or decrease with any regular interval. If you were looking at a graph, the line would be curved. This is what a curved line means.

If you are looking at a table of data and wonder if it is linear or nonlinear, just examine the output. That part should be labeled clearly. The output will have the same rate of change if it is linear, otherwise it is nonlinear.

Average Rate of Change

Since the graphs of nonlinear functions are not straight, there is no single slope. Instead, there are many different slopes in a particular curve. However, we can take an average of the slopes to get a general idea. This is an important calculus topic too. If we have two points on a curve and draw a straight line connecting them, we call this a secant line. So the average rate of change is telling us, on average, how fast a quantity is changing. the average rate of change is just the slope of that particular line between two points.

When a function is constant, its average rate of change, or slope, is 0. In a linear function such as:

\( f(x) = ax + b \)

its average rate of change is equal to a, the slope of its graph. A nonlinear function has a variable rate of change.

Difference Quotient

The difference quotient is encountered a lot in calculus. It looks like this:

\( \frac{f(x + h) - f(x)}{h} \)

Example 2

Calculating A Difference Quotient

If \( f(x) = x^2 - 2x \) Find f(x+h)

Our expression is \( x^2 - 2x \) . We substitute \((x+h)\) for every (x) in our expression.

\( f(x + h) = (x + h)^2 - 2(x + h) \)

Now multiple the expression out.

\( f(x + h) = x^2 + 2xh + h^2 -2x -2h \)

Ok that gives us \( f(x + h) \) . Now we input that into our difference quotient.

\( \frac{ f(x + h) - f(x)}{h } = \frac{ x^2 + 2xh + h^2 -2x -2h- (x^2 - 2x) } {h} \)

Lets rewrite that ending part so everything has the correct sign.

\( \frac{ f(x + h) - f(x) } {h} = \frac{ x^2 + 2xh + h^2 -2x -2h -x^2 + 2x } {h} \)

It should be immediately obvious that a few things will cancel out. Lets do that.

\( \frac{ 2xh + h^2 -2h }{h} \)

\( \frac{ h(2x + h -2) } {h} \)

\( \boxed{2x + h -2} \)

This is our answer. These problems are usually designed so they cancel out certain values to make it work. So when working these, if the problem does not behave like that, you might have made a mistake and need to go back and look at it.

 Example 3

The distance in feet that a racehorse travels is given by the function

\( d(t) = 2t^2 \)

Find \(d(t + h)\).

Find the difference quotient.

We will be substituting \((t+h)\) for t in the expression \(2t ^2\).

\( d(t+h) = 2(t+h)^2 \)

\( 2(t^2 +2th + h^2) \)

This gives us \((2(t+h)\).

\( = 2t^2 + 4th + 2h^2 \)

Now lets calculate the difference quotient.

\( \frac{d(t+h) - d(t)}{h} = \frac{2t^2 + 4th + 2h^2 -2t^2}{h} \)

Cancel stuff out and rewrite it.

\( \frac{4th + 2h^2}{h} = \frac{h(4t + 2h)}{h} \)

Cancel those h’s. We get:

\( 4t + 2h \)

If t=7 and h=.01, then the difference quotient becomes:

\( 4t + 2h = 4(7) + 2(.1) = \boxed{28.2} \)

The slope on a graph is the degree of the rise and fall of a line between two points. This is also the rate of change. Rate of change tells us how fast any quantity changes. This then leads us to difference quotients.  

Conclusion

 So functions are very interesting. They can tell us a nice picture on what each one means. Constant and linear functions are easy to understand but its also important to remember what they represent and how they look graphically.

Linear Functions In Algebra

A function or mathematical model will not ever be exact. So a linear function is really just an approximation. With that said, linear functions and models of data can be very useful. You see them often in graphs. They are the straight lines you see representing data. A linear function usually takes the form \(f(x) = ax + b \). A line from this function on a graph can intersect one or both of the axes. Lines like this can have a slope. Slope is shown as :

\( \frac{\Delta y}{\Delta x} \).

If the line crosses the y-axis it is called the intercept. If we have a linear function \(f(x) = 2x + 5 \), 2 is the slope and 5 is the y-intercept.

The x-intercept is where the line crosses the x-axis. If we fill out the equation with intercepts and slope it should equal out to zero. This is how you can check your answer. The x-intercept is also called the <zero> of the function. If the slope of a function is not zero, then the graph only has one x-intercept.

Modeling Functions

Functions are often used to model data. When we have a graph of data, the slope also tells us its rate of change. This is useful if it is changing at a constant rate. The constant rate of change is the slope of a straight line on a graph. So basically, if the slope is the same between two points then you can use a linear function. An exact model will be able to describe the data very closely, if not exactly. We usually never see exact models of anything outside of a textbook so keep that in mind.

Linear Regression

The example I have mentioned have all been regression problems. This is because we have used one variable to predict the value of another variable. This is the very definition of linear regression.

Equation Of A Line

As discussed before, any quantity that increases at a constant rate, can be modeled with a straight line. The slope of this line can be computed easily. The \( \Delta y = y - y_1 \) and \(\Delta x = x - x_1 \) are what is needed. In fact:

\( \frac{ \Delta y}{ \Delta x} \) will give us the slope itself. This is the slope formula. It also has other versions.

They look like this:

\( m = \frac{ y - y_1}{x - x_1} \)

and

\( y = m(x - x_1) + y_1 \)

Point-Slope Form

You will use the last two equations more than the first. The first is just a generalization. The latter two are just different forms but say the same thing. The last one is also known as the point-slope equation. So here is an example I found to show how this works.

Example 1

Find an equation of the line passing through the points (-2, -3) and (1,3).

You will start by finding the slope or rate of change. If you are looking at a graph, this will be the line you are looking at.

\( m = \frac{3 - (-3)}{1 - (-2)} = \frac{6}{3} = 2 \)

That gives us a slope of 2 for this line. The line consists of the two points mentioned above. Now we just use one of the points along with our slope and put it in the point-slope form. I will use the first point given.

\( \boxed{y = 2(x + 2) - 3} \)

Slope-Intercept Form

The slope-intercept form is another variation. It is \( y = mx + b \). M is the slope and b is the y-intercept.

Example 2

Find a point-slope form for the line.

First we have a slope of \(-\frac{1}{2}\) passing through the point (-3, -7).

The point-slope form is \( y = m(x - x_1) + y_1 \). Just plug in the values that we were given. We get:

\[(y = -\frac{1}{2}(x +3) -7 \)

We get the slope-intercept form by just simplifying this expression.

\( y = -\frac{1}{2}x - \frac{3}{2} -7 \)

\( \boxed{y = -\frac{1}{2}x - \frac{17}{2}} \)

Intercepts

An equation of a line has another form which is called the standard form. It looks like: \( ax + by = c \). This is the third equation of a line we have talked about now. So we have in total: point-slope form, slope-intercept form, and now the standard form. To find the intercepts from a standard form equation, you will set y or x to zero and solve the equation. If y is set to zero then you will get the x intercept. Setting x to zero will then give you the y intercept.

Example 3

Find the intercepts for the equation \( 4x + 3y =6 \).

Start with setting y=0.

\( 4x + 0 = 6 \)

\( x = 6/4 \)

\( x = 3/2 \) = x-intercept

Now let us set x to zero to find the y intercept.

\( 0 + 3y = 6 \)

\( y = 6/3 \)

\( \boxed{y = 2} \) = y-intercept

Other Types Of Lines

There are even more types of lines you can see on a graph. Don’t worry, they are all easy. The first is a horizontal line. On a graph, this represents a constant function. It is the easiest to recognize and do anything with. A horizontal line has the same y coordinate but different x coordinates. It also has a zero slope.

A vertical line is the opposite. It will have the same x coordinate but different y coordinates. Its slope will be undefined.

Parallel lines are the next type. They can’t be vertical to be considered parallel. These lines also need to have the exact same slope. If these conditions are met they will be considered parallel.

Perpendicular lines are the last type. For two lines to be perpendicular they need to be negative reciprocals.

Related Data

This may seem like common sense, but it is also important to state. Data can be related to each other. If one quantity changes then another will change because it can be directly related. However, it is important to be able to see if data changes because it is related or not.

Recapping It All

Point-slope form = \( y = m(x - x_1) + y_1 \). This is used to find the equation of a line if you have two points or one point and a slope to work with.

Slope-intercept form = \( y = mx + b \). This is a discrete equation for any certain line. It is obtained by using the slope and and the y-intercept.

Interpolation = Estimated values that are between two data points.

Extrapolation = Estimated values that are not between two data points.

Conclusion

In this section I covered more of the basics, which include line equations and working with data points. The next chapter will be over linear equations and working with them.

Solving Linear Equations

One of the goals in mathematics is solving equations. The most fundamental of these is linear equations. In this chapter, I discuss how to solve them.

Introduction

An equation is a statement that says two mathematical expressions are equal. Equations can have one or multiple variables. Solving an equation means finding all values for the variable that make the equation a true statement. The simplest type is the linear equation. A linear equation with one variable is an equation that can be written in the form: \( ax + b = 0 \).

Example 1

Solve the equation \( 3(x-4) = 2x - 1 \).

\( 3x - 12 = 2x - 1 \)

\( \boxed{x = 11} \)

Example 2

Solve \( 3(2x - 5) = 10 - (x + 5) \).

\( 6x -15 = 10 -x -5 \)

\( 6x - 15 = 5 - x \)

\( 7x = 20 \)

\( \boxed{x = \frac{20}{7}} \)

When fractions or decimals are in an equation, you multiply each side of the equation by the least common denominator of all fractions in the equation.

Example 3

Solve: \( \frac{T-2}{4} - \frac{T}{3} = 5 - \frac{1}{12}(3 - T) \)

\( 3(T-2) - 40T = 60 - (3 - T) \)

\( 3T - 6 - 4T = 60 - 3 + T \)

\(-2T = 63 \)

\( \boxed{T = \frac{-63}{2}} \)

Example 4

Solve: \( .03(z - 3) - .5(2z + 1) = .23 \)

To eliminate decimals in this case, multiple them by 100.

\( 3(z-3) - 50(2z+1) = 23 \)

\( 3z - 9 - 100z - 50 = 23 \)

\( -97z = 82 \)

\( \boxed{z = \frac{-82}{97}} \)

The equation \(f(x)\) = \(g(x)\) results whenever the formulas for two functions (f) and (g) are set equal to each other. A solution to this equation corresponds to the x-coordinate of a point where the graph of (f) and (g) intersect.

Example 5

Solve: \( 2x - 1 = \frac{1x}{2} + 2 \)

\( 2x = \frac{1}{2} x + 3 \)

\( \frac{3}{2}x = 3 \)

\( \boxed{x = 2} \)

Linear equations and functions can be solved symbolically, graphically, and numerically. Symbolic solutions are always exact. Graphical and numerical solutions are approximated to some degree. The intermediate value property states that if two points are connected, then (f) assumes every value between the (y) points at least once.

Example 6

A survey found that 76% of bicycle riders do not wear helmets. Find a symbolic representation for a function that computes the number of people who do not wear helmets. Also, there are around 38.7 million riders who do not wear helmets. Write a linear equation that gives the total number of riders.

A linear function that computes 76% of (f) is: \( f(x) = .76x \).

We must find the x-value for which \( f(x) = 38.7 \). The equation is \( .76x = 38.7 \) which evaluates to \( \boxed{x = \frac{38.7}{.76}} \) and is equal to 50.9 million riders.

Solving Problems

Read the problem and make sure you understand it. Assign a variable to what you are being asked to find. Write an equation that relates the quantities described in the problem. Solve the equation and determine the solution. Check your solution and make sure it seems plausible.

Example 7

A large pump can empty a tank of gasoline in 5 hours and a smaller pump can empty the same tank in 9 hours. If both pumps are used to empty the tank, how long will it take?

We are looking for time, so let time equal (T). In one hour the large pump will empty \(\frac{1}{5}\) of the tank and the smaller pump will empty \(\frac{1}{9}\) of the tank. The fraction of the tank they will empty together in 1 hour is \( \frac{1}{5} + \frac{1}{9} \). So, in (T) hours, the fraction of the tank that the two pumps can empty is \(\frac{T}{5} + \frac{T}{9} \). Since the tank is empty when this function reaches 1, we can use \(\frac{T}{5} + \frac{T}{9} = 1 \).

\( \frac{T}{5} + \frac{T}{9} = 1 \)

\( \frac{45T}{5} + \frac{45T}{9} = 45 \)

\( 9T + 5T = 45 \)

\( 14T = 45 \)

\( T = \frac{45}{14} \)

\( \boxed{T = 3.21 hours} \)

Example 8

In one hour an athlete travels 10.1 miles by running 8 mph and then at 11 mph. How long did the athlete run at each speed?

We are asked to find the time spent running at each rate. If we let (x) represent the time spent running at 8 mph, then 1-x represents the time running at 11 mph because the total running time was 1 hour.

Distance (d) equals rate times time (T) or \( d=rt\). In this example, we have two rates and two times. The total distance must sum to 10.1 miles.

\( d = 10.1 = 8x + 11(1-x) \)

\( 10.1 = 8x + 11 -11x \)

\( 10.1 = 11-3x \)

\( 3x = .9 \)

\( \boxed{x = .3} \)

So the athlete runs .3 of an hour at 8 mph and .7 of an hour at 11 mph.

Example 9

A person 6 feet tall stands 17 feet from the base of a streetlight. If the person’s shadow is 8 feet, estimate the height of the streetlight.

We are being asked to find the height of a streetlight, this will be (x).

You can use similar proportions here to solve this quickly.

\( \frac{x}{6} = \frac{25}{8} \)

\( x = \frac{(6)(25)}{8} \)

\(\boxed{x = 18.75 ft.} \)

The streetlight is 18.75 feet tall.

Example 10

Pure water is being added to a 30% solution of 153 ml of hydrochloric acid. How much water should be added to reduce it to a 13% mixture?

We are asked to find the amount of water that should be added to 153ml of 30% acid to make it a 13% solution. Let this amount of water equal x. Then x + 153 equals the final volume of the 13% solution.

Since only water is added, the total amount of acid in the solution after adding the water must equal the amount of acid before the water is added. The volume of pure acid after the water is added equals 13% of x + 153ml, and the volume of pure acid before the water is added equals 30% of 153ml. Our equation becomes:

\( .13(x + 153) = .30(153) \)

\( x + 153 = \frac{.30(153)}{.13} \)

\( x = \frac{.30(153) -153}{.13} \)

\(\boxed{x = 200.08 ml} \)

Inequalities of the Linear Kind

An example of an inequality is: \( x^2 -1 < 10 \). In this way they are similar to linear functions. They can have any number of variables or exponents. Solving an inequality is finding the values for one or more variables that make the statement true. Inequalities can also be linear or nonlinear.

A solution to any particular linear inequality will often be written as an interval. These will be real numbers and not imaginary. Intervals can be open or closed. This depends on the values. A closed interval looks like \( [2,5] \). An open interval take this form: \( (3,9) \).

Inequalities can be solved in a few different ways. The main way is just like linear equations since they are similar. However, do realize that they can be solved using tables if they are in the correct form.

Example 1

\( 2x-3 < \frac{x+2}{-3} \)

The first step you do is multiply by -3 and then reverse the inequality sign.

Anytime you multiply or divide a negative number through an equation you will reverse the inequality sign.

\( -6x +9 > x + 2 \)

Now add 6x to both sides.

\(9 > 7x + 2\)

Subtract 2 from both sides now. Our goal is to have the same type of values on either side.

\(7 > 7x \)

Divide both sides by 7.

\(\boxed{1 > x} \)

Example 2

Solve: \(-3(4z-4) \geq 4 - (z - 1) \)

Distribute everything to make it easier.

\(-12z + 12 \geq 4 -z + 1 \)

Group everything as much as possible. This makes it easier to deal with and find a solution.

\( -12z +12 \geq -z + 5 \)

We should now group the terms together so we can better deal with them.

This means combining the <z> terms.

\( -11z + 12 \geq + 5 \)

Now we need to isolate the variable.

To do that, we subtract 12 from both sides.

\( -11z \geq -7 \)

the last thing to do is get rid of the coefficient in front of our variable.

\( \boxed{z \leq \frac{7}{11}} \)

Example 3

Solve: \( 1-x \geq \frac{1}{2}x -2 \)

Here we have an inequality with a fraction in it. It follows the same rules as other equations.

Let us first subtract one from each side, so we can isolate the variable.

\( -x \geq \frac{1}{2} x - 3 \)

Since we have <x> variables on each side of the equation, we need to get them all on one side.

We do this by subtracting the <x> that also has a constant on its side.

\( \frac{-3}{2}x \geq -3 \)

Our next step is to get rid of the coefficient in front of the <x>.

We do this by multiplying \( \frac{-3}{2} \) to each side of the equation.

Remember, any time we multiply or divide an inequality by a negative we also reverse the inequality sign.

\( \boxed{x \leq 2} \)

Example 4

Solve: \( -4 \leq 5x + 1 < 21 \)

This is a different type of inequality.

They are compound inequalities.

It means there are multiple inequalities in the same equation.

Let us see how to work with these.

\( -4 \leq 5x + 1 < 21 \)

Our first goal is to isolate the variable in the middle.

This means no constants with the variable.

Subtract 1 from each portion.

If there are two inequalities then you have three portions.

\( -5 \leq 5x < 20 \)

Now we isolate the variable so there is no longer a coefficient.

To do that, we divide by 5 because that is the coefficient of x.

\( \boxed{-1 \leq x < 4} \)

Example 5

Solve: \( 32 \leq 70 - 29x \leq 50 \)

This is another compound inequality.

We need to isolate the variable and the first step is to get rid of the constants.

Let’s start with subtracting 70 from each portion of the inequality.

You can subtract from each portion like this when you have a constant in each portion.

\( -38 \leq -29x \leq -20 \)

The next step is to get rid of the coefficient in front of our variable.

To do this, we divide all portions by <-29>.

Since we are multiplying or dividing by a negative, we will reverse each inequality.

\( \frac{-38}{-29} \geq x \geq \frac{-20}{-29} \)

We can simplify these terms now.

A negative divided by a negative is a positive, so let us rewrite these terms.

\( \frac{38}{29} \geq x \geq \frac{20}{29} \)

That looks nicer now that we have done that.

We can do more though.

Let’s also write it with the smallest number on the left.

We will reverse the signs again when we do this.

\( \boxed{\frac{20}{29} \leq x \leq \frac{38}{29}} \)

Example 6

Solve: \( \frac{-x}{2} + 1 \leq 3 \)

We want to isolate the variable.

To do this, we get rid of the constants first.

In this example we subtract <-1> from each term.

\( \frac{-x}{2} \leq 2 \)

Our next step is to get rid of the coefficient in front of the variable.

It may not be obvious, but it really \(\frac{-1}{2} * x \).

Since this is the case, we will multiply both terms by -2.

We are multiplying each term by a negative, this means we reverse the inequality.

\( \boxed{x \geq -4} \)

Example 7

\( -8 < \frac{3x-1}{2} \leq 5 \)

Here we have a more complicated looking example.

The middle term is a fraction and we will need to deal with it first.

To start, multiply each term by 2 since that is the denominator of the fraction with our variable.

\( -16 < 3x - 1 \leq 10 \)

That will be much easier to deal with.

Now we want to get rid of the constant in the term with our variable.

Add +1 to each term.

\( -15 < 3x \leq 11 \)

Now we want to get rid of the coefficient in front of our variable which is 3.

Divide all terms by 3.

\( \boxed{-5 < x \leq \frac{11}{3}} \)

Example 8

Solve: \( 5(x-6) < 2x - 2(1-x) \)

We need to get this problem in the correct form, so we need to distribute these terms first.

\( 5x - 30 < 2x -2 + 2x \)

Next, let us simplify a bit and combine terms so that it makes more sense.

In the second term, let us combine both variables together.

\( 5x - 30 < 4x - 2 \)

Let us simplify some more.

We should subtract 4x in the second term since it is the smaller of the two variables.

\( x - 30 < -2 \)

Now we should isolate the variable and add 30 to both sides.

\( \boxed{x < 28} \)

Piecewise Functions

Functions can model just about any kind of data. Real data can be problematic though. This brings us to a piecewise function in this chapter.

It is a function that has multiple parts that can't be represented by a single complete function. This means this type of function can be in several different pieces. The whole function itself is not linear but its separate pieces can be.

A function's input value its x-input. A piecewise function will behave differently depending on what that x-input is. 

\[ f(x) = \begin{cases} 1 & \text{if $|x| \leq 1$} \\ 0 & \text{if $|x| > 1$} \end{cases}\]

A piecewise function is discontinuous. It is not a continuous function. In other words, it will be defined differently for each interval.

To solve these functions:

  • See where the x-input is in the defined interval
  • Then evaluate x with the given function.

 

Greatest Integer Function

The greatest integer function is a type of piecewise function. 

\[ f(x) = [[x]] \]

\( [[x]] \) is the greatest integer less than or equal to x. It is a way of rounding to the kind of value that you want. It is rounding down, basically.

\[ [[5.5]] = 5 \]

\[ [[-3.5]] = -4 \]

See how that works? You are just rounding to the lower value that is an integer. That is the greatest integer function.

These functions are also divided into intervals. The intervals can be positive or negative. They are made up of real numbers, however. So no complex or imaginary numbers at this point. 

This is also a type of discontinuous function. A graph of this function can look like steps. That is always your clue that it is discontinuous, the points do not connect in a logical way. The steps can either go up or go down. 

Absolute Value Function

The absolute value function looks like a "v" shape on a graph. This makes it easy to identify. This function can also be defined as a piecewise function.

They are algebra expressions that contain absolute value symbols. These symbols look like \(f(x) = |x|\). The absolute value of this number will be its distance from 0 on the number line. 

Equations will look like \( y = |ax + b| \). The bars denote the function is absolute or always positive.

These equations are always even with or above the x-axis. The vertex of the graph is the x-intercept. You can find this by solving for \(ax + b\). 

Its domain is always real numbers but its range can be positive or negative. To shift this function vertically, the equation changes to look like \(f(x) = |x| + k\). This will make the vertex of the graph greater than zero. 

Absolute Value Inequalities 

Since these can be inequalities, the solution to an absolute value inequality will be an interval. This type of expression looks like \( |x| < 5 \). They are asking you to find all the x-values that are less than 5 units away from zero in either direction. 

So, \( -5 < x < 5 \) is what this expression is telling you. This is a good example of a less than inequality. 

There are also greater than inequalities. They are handled somewhat differently. In an inequality \( |x| > a \), you start by splitting this expression into two pieces. The pieces can be positive or negative, depending on the expression itself. 

You can also see a problem that includes a negative x-value. There is no solution to this type of problem because an absolute value can never be negative. 

Solving Quadratic Equations

In previous sections we discussed linear equations and functions. Let us now increase the difficulty ever so slightly to the famed quadratic equations and functions. A quadratic function will have an \(x^2\) in it.

Something like:

\[ x^2 + 2x -3 \]

The domain of a quadratic function is all real numbers. Its graph is a parabola. The parabola can open either up or down. A parabola opens upward if the leading coefficient is positive. Conversely, it opens downward if the leading coefficient is negative.

The highest or lowest point of a parabola curve is the vertex. A line passing through the vertex evenly is the axis of symmetry.

Leading coefficients of the quadratic function also control the width of the parabola. Large values make a parabola narrow while smaller values make the parabola wider.


Completing the Square



When a quadratic function is in the form \(ax^2 + bx + c\), you do not know where the vertex is. If you remember, the vertex is the lowest or highest point of the graph.

To know where the vertex is, the equation must be in a different form. It must look like \(a(x-h)^2 +k\). In this form, the vertex is located at the "h" and "k" positions. This is called the vertex form.


Vertex Formula

 

This formula will be very important hereafter. It is \(\frac{-b}{2a}\). It is key to different types of problems later on. It is also part of the very famous quadratic formula.


Example 1

 

Here is an example I found that should illustrate how this is done.
Convert the vertex form to the quadratic function form.
Change \(f(x) = 2(x-1)^2 +4\) to the quadratic form.

\[2(x-1)^2 + 4 = 2(x^2 - 2x +1) + 4\]

\[= 2x^2 - 4x +2 +4\]

Answer:

\[\boxed{= 2x^2 - 4x + 6}\]

We can change the form back the other way around too. Learning to do this is very useful. Depending on what you have to do, manipulating the formula to be in the correct form is essential. We do this by completing the square.


Example 2

 

Convert \(x^2 + 6x - 3\) to its vertex form.
We do this by completing the square.

\[f(x) = x^2 + 6x - 3\]

\[y + 3 = x^2 + 6x\]

So, in this equation, k=6. Add \(\frac{k}{2}^{2}\) to both sides.

\[y + 3 + 9 = x^2 + 6x + 9\]

\[y + 12 = (x + 3)^2\]

Answer:

\[\boxed{y = (x + 3)^2 - 12}\]

These types of problems have a nice practical side too. This next example is a classic word problem given by teachers everywhere. We will look at it and go step by step.


Example 3

 

A farmer is fencing a rectangular area using the straight portion of a river as one side of the rectangle. If the farmer had 2400 feet of fencing, find the dimensions of the rectangle that give the maximum area.

So what we know is that the two small sides plus the length equal 2400 feet.

\[A = L*W\]

\[Width + Width + Length = 2400\]

\[2W + L = 2400\]

\[L = 2400 - 2W\]

\[A = L*W\]

\[A = (2400 - 2w) * W\]

\[A = 2400W - 2W^2\]

\[A = -2W^2 + 2400W\]

Now we use the vertex formula to find our missing values.
Vertex forumula is \(\frac{-b}{2a}\).

\[W = \frac{-2400}{(2)(-2)}\]

\[W = 600\]

We know from earlier what our length is.

\[L = 2400 - 2W\]

Now we just replace the value for \(W\).

\[L = 2400 - (2)(600)\]

\[\boxed{L = 1200}\]

So the dimensions for our rectangle are \(600 \text{by} 1200\).

There I are some things I learned when I first did this. Use your symbols as long as you can before you start entering values in. The reason why is that sometimes you can get off track by worrying about the values for this and that variable.

The other main thing I learned when attempting this was that the vertex formula just wants the coefficients. It does not need the variable or the value for that variable. That wasn't really clear to me at first.

Let us do another problem of a similar type.


Example 4

 

Here is another problem. A farmer has 1000 feet of fence to enclose a rectangular area. What dimensions for the rectangle result in the maximum area enclosed by the fence?

Unlike the last problem, this is a full rectangle. It has 4 sides instead of 3. We approach it the same way.

We know that \( 2L + 2W = 1000 \).

So a rectangle has 4 sides. Two of them can be called "L" and 2 can be called "W". That is where the formula comes from.

Our goal is to find both "L" and "W". From the original formula:

\[2L = 1000 - 2W\]

Divide both sides by 2.

\[ L = \frac{1000-2W}{2}\]

Simplify the right side.

\[ L = 500 - W \]

Remember that \( A = LW \). That means:

\[ A = (500 - W) (W) \]

Multiply those two expressions together.

\[ A = -W^2 + 500W \]

Now we use our vertex formula, \(\frac{-b}{2a}\).

\[\frac{-500}{(2)(-1)}\]

\[ \frac{-500}{-2} \]

\[ W = 250 \]

We just need "L" now but we figured out the formula for that earlier:

\[ L = 500 - W \]

Substitute in "W" now.

\[ L = 500 - 250 \]

This gives us:

\[ \boxed{L = 250} \]

This this gives us the dimensions "250 x 250".



The Motion Formula



The motion formula is very popular in both algebra and calculus. It looks like:
\[ s(t) = -16t^2 + v_0t + h_0 \]


There are multiple versions of this formula, depending on the units. This
version of the formula calculates the height of the object in feet after "t"
seconds.


The \(h_0\) portion of the formula denotes the initial height of the object.
\(v_0\) denotes the initial velocity above some reference point. If the initial
velocity is upward then \(v_0\) is greater than zero. However, if the initial
velocity is downward then \(v_0\) is less than zero.



Example 5



Here is a problem about the flight of a baseball.
The initial velocity is 80 feet per second.
Initial height after it leaves the bat is 3 feet.
How high is the baseball after 2 seconds?
Lastly, find the maximum height of the baseball.
Remember our motion formula:


\[ s(t) = -16t^2 + v_0t + h_0 \] 


The problem gives us all the values in a straightforward manner.
We can just substitute them directly into the formula.
Our formula now looks like this:


\[ s(t) = -16t^2 + 80t + 3 \]


This is our basic formula with the information we are given.
Now lets think about what the problem asks.
How high is the baseball after 2 seconds?
So, we already have a time variable in the formula just waiting to be used.
We just plug it in there and do the calculation. 


\[ s(2) = -16(4) + 160 + 3 \]


\[ s(2) = 99 \]


So our baseball attains a high of 99 feet after two seconds.
The next questions is to find the max height of the baseball.
Our "a" coefficient is negative so that means the parabola opens downward.
The vertex will be the highest point on the graph.


\[ t = -\frac{b}{2a} \]


\[ t = -\frac{80}{-32} \]


\[ t = 2.5 \]


That gives us the x-coordinate. 
We put that back into the formula just like we did before.


\[ s(2.5) = -16(2.5)^2 + 80(2.5) + 3 \]


\[ \boxed{s(2.5) = 103} \]


The max height of the baseball reached 103 feet and it took 2.5 seconds to get there.
Thinking about motion in this manner is pretty interesting!
Let's do some examples for practice now to cement our knowledge.



Example 6



Is this expression linear or quadratic?
\[f(x) = 1-2x + 3x^2\]
It needs to be written in the proper form.
\[\boxed{f(x) = 3x^2 -2x +1} \]
This will be a quadratic function.



Example 7


Is this expression linear or quadratic?
\[f(x) = \frac{1}{x^2-1}\]
This expression looks weird right and is nothing like our examples before.
This expression is therefore neither linear or quadratic.



Example 8



Is this expression linear or quadratic?
\[\frac{1}{2} - \frac{3}{10} x \]
Despite being in a fractional form, this does not have an \(x^2\) term in it.
That will make this a linear expression.



Example 9



Is this expression linear or quadratic?
\[f(x) = -3x^2 + 9\]
This does not have an "x" term but it is no less a quadratic expression.



Conclusion



In this chapter we have covered quadratic functions and equations. Along with 
quadratic functions come the parabolas. Parabolas are the graphing equivalent 
of a quadratic function. If the coefficient of a quadratic function is 
positive then the corresponding parabola will open upward. Conversely, if
the quadratic function is negative then its parabola will open downward.


We also covered the vertex of the parabola including how to find it. The
vertex formula \(-\frac{b}{2a}, f\frac{-b}{2a}\) is very important and will
remain so later on.

Factoring Quadratics

In the last section, I talked about the basics of quadratic equations. Now it is time to learn more about their characteristics. A quadratic equation takes the form of \(ax^2 + bx + c = 0\).

Quadratics can be solved symbolically. This should be no surprise. There are several techniques for solving them too. These include factoring, square root property, quadratic formula, and completing the square. We will start by learning to factor.

Factoring relies on the fact that if \(a*b = 0\) then either \(a = 0\) or \(b = 0\). Let us solve some problems to see how this works. I am working problems out of a textbook but I will try to explain the steps to the best of my ability.

Problem 1 

Solve: \(2x^2 + 2x - 11 = 1 \)

The first thing to do is to move everything to the left side of the equals sign so the equation will equal zero.

\[2x^2 + 2x - 12 = 0\]

You almost always want to get rid of any coefficients. In this problem 2 is the coefficient. To get rid of it, we just divide the whole left side by 2. This gives us:

\[x^2 + x - 6 = 0\]

Now it is time to factor. What I mean by this is that I am trying to find two numbers that will add to be the same coefficient as the <b> term and multiply to be the same coefficient as the <c> term.

I usually find it easier to start with the <c> term and find multiples of that coefficient. The coefficient of the <c> term -6. So we are looking for two numbers that you can multiply together to get -6 and add to +1. It looks like 3 and -2 will work.

\[x + 3 = 0\]

\[x -2 = 0\]

\[x = -3\]

\[\boxed{x = 2}\]

So for this equation <x> can equal -3 or 2. 

Problem 2 

Solve: \(12t^2 = t + 1\)

We immediately see that the equation needs to be rewritten. Everything needs to be on one side and we need to get rid of the coefficient. Let’s rewrite it first.

\[12t^2 -t -1 = 0\]

This is a more difficult factoring problem. I’ll get you through this, though. First, keep in mind that our factors are correct when we can multiply them back together and get the original equation. That is how you check to see if you are right.

So we already know that this equation is different. It is different in the manner that we need all the factors of <-1>. We also have to have two numbers that multiply to 12 so we get the correct coefficient. Let’s start with something and see what happens.

\[(4t + )(3t - )\]

Our <c> term is negative, so we know one of our two factors will also be negative. Our two factors of -1 will be +1 and -1. So we will randomly try those in the above factors.

\[(4t +1)(3t -1) = 0\]

We multiply that back out to see if it gives us our original equation. It does. So that means I got lucky as it could have been the other way around. When you multiply your factors back together, you will often get the wrong equation that what you had originally. This means you need to try different factors of your <c> term or just change the position.

\[4t = -1\]

\[3t = 1\]

So:

\[t = \frac{-1}{4}\]

or

\[\boxed{t = \frac{1}{3}}\]

Problem 3

Solve: \(24x^2 +7x -6 =0\)

This is a crazy-looking equation! However, let’s take it one step at a time. This is key to most things in math, physics, and programming by the way. You want to break down enormous problems into smaller ones as much as possible. It starts here.

So when I look at this I know I need factors of 24 and factors of -6. There are several factors of 24 such as 1, 24, 2, 12, 3, 8 that include negative versions of those listed.. Factors of 6 include 1, 6 2, 3 and more negative versions.

I won’t make you read all my poor attempts but it took me several minutes of trying combinations and then multiplying them back out to find the original equation. However, trial and error like that is just what has to be done sometimes. I finally got the correct pairs.

\[(3x +2)(8x -3) = 0\]

\[3x +2 = 0\]

and 

\[8x -3 =0\]

That gives:

\[ x = -\frac{2}{3}\]

and

\[\boxed{x = \frac{3}{8}}\]

These factors that we have been finding of these equations are actually the x-intercepts of equations. That is important to remember. 

Conclusion

In this chapter, we looked at solving quadratic equations by factoring. This is an important technique for algebra and beyond. I did a few problems here but if you feel you need more practice, then any algebra textbook should have problems to practice with.

Algebraic Functions

Functions are a type of relation that tie numbers together. They have to have a mutual meaning, but when they do, the data given can be very meaningful.

Beginning functions often use tables for a visual aid. Tables in this fashion show the direct relationship between a set of numbers.

A function is a relation. It is defined as an input that has only one output. In an ordered pair, like (2,3), the first number corresponds to the (x) and the second number corresponds to the (y). 

Notation and Pairs

When talking about functions, the notation y = f(x) is traditionally used. This means that when (x) is used as an input into (f), then the result is y. That is a fundamental relationship and must be understood.

It is important to realize that a function returns a set of ordered pairs, like (x,y). A relation that has one output for each input is, by definition, a function. (x) is the independent variable and (y) is the dependent variable.

A set of inputs (x) is called the domain of the function. The set of related outputs (y) is the range of the function. A letter (f) is usually the name of a function.

A function can be represented in words, a table, or a diagram. They all mean the same thing. Each method will have its limitations.

For notation, we use both brackets and a parenthesis. These mean different things in interval notation. When we use a bracket it means the endpoint number is included. The parenthesis is used when the endpoint number is not included.

Definition Of Functions

Functions can be represented verbally, graphically, symbolically, or numerically. There is no best way, it depends on the situation and the data you want to show.

Every function is a relation but not every relation is a function. This is important to remember. The domain is the set of all real numbers for which it is defined.

When looking at a graph, we can see if a curve is a function or not. This is accomplished by the vertical line test. Any vertical line on the graph should only touch the curve once. If, for some reason, it touches more than once, then this is not a function.

Solving Functions

When you are asked to solve a function, it can also be called evaluating it. This is the same thing and its just a different way of phrasing it. 

When we are given an input value, we are solving for the output value. Conversely, if we are given the output value, we set the equation equal to the output value and solve for the input. 

Constant Functions

I want to add some detail to our definition of functions. They can be considered in another light, that is, they can be linear or nonlinear. An example of a linear function is called a constant function.

It should not be too hard to surmise what this is. A constant function is one who’s output remains constant. These are actually very common.

Linear Functions

This is a type of function where the output has the same rate of increasing or decreasing. It is represented by \(f(x) = ax + b\).

If a=0 at any point then we will just have a constant function. So in a linear function, each time x increases, f(x) changes by the amount of a.

Slope Of A Function

The graph of a linear function is a straight line. Slope is the number that indicates the inclination of this line. If you have two points, slope = m = \(\frac{\delta y}{\delta x}\).

If this slope is positive, it rises from left to the right. However, if its negative, the line sinks from left to right.

Example 1

Find the slope of the line passing through the points (-2,3) and (1, -2).

You calculate it like this:

\( m = \frac{y_2 - y_1}{x_2 - x_1} = \frac{-2-3}{1-(-2)} =\boxed{ \frac{-5}{3}} \)

Slope like this is also known as rate of change of a function. It is also a constant function.

When using a graph to figure out estimates, the units will be easy and given for you. It will be the units for the y-axis over the x-axis. Take advantage of this.

Nonlinear Functions

Nonlinear functions are easy to explain. They are functions with variable output. So the output does not increase or decrease with any regular interval. If you were looking at a graph, the line would be curved. This is what a curved line means.

If you are looking at a table of data and wonder if it is linear or nonlinear, just examine the output. That part should be labeled clearly. The output will have the same rate of change if it is linear, otherwise it is nonlinear.

An example of a nonlinear function would be a parabola. This is a curved line, which can take a variety of shapes.

Finding Domain And Range

We can also use graphs to find information about a function. Graphs give us a broad overview of functions. There will be many inputs so we can see what the function is all about. 

Like any function, we can see the domain as the (x) inputs and the range (y) outputs. This is an easy way to see if the graph is a one to one function. That means there is only one output for any input. It's just another style of function.

Average Rate of Change

Since the graphs of nonlinear functions are not straight, there is no single slope. Instead, there are many different slopes in a particular curve. However, we can take an average of the slopes to get a general idea. This is an important calculus topic too.

If we have two points on a curve and draw a straight line connecting them, we call this a secant line. So the average rate of change is telling us, on average, how fast a quantity is changing. The average rate of change is just the slope of that particular line between two points.

When a function is constant, its average rate of change, or slope, is 0. In a linear function such as:

\( f(x) = ax + b \)

its average rate of change is equal to a, the slope of its graph. A nonlinear function has a variable rate of change.

Just so you know, we can define out two points to anything we want. For example, it can be from start to finish or some small instance between the two ending points.

This looks like:

\[\frac{y_2-y_1}{x_2-x_1}\]

or 

\[\frac{\delta y}{\delta x}\]

 

Example 2

Calculating A Difference Quotient

If \( f(x) = x^2 - 2x \) Find \(f(x+h)\)

Our expression is \( x^2 - 2x \) . We substitute \((x+h)\) for every \((x)\) in our expression.

\( f(x + h) = (x + h)^2 - 2(x + h) \)

Now multiple the expression out.

\( f(x + h) = x^2 + 2xh + h^2 -2x -2h \)

Ok that gives us \( f(x + h) \) . Now we input that into our difference quotient.

\( \frac{ f(x + h) - f(x)}{h } = \frac{ x^2 + 2xh + h^2 -2x -2h- (x^2 - 2x) } {h} \)

Lets rewrite that ending part so everything has the correct sign.

\( \frac{ f(x + h) - f(x) } {h} = \frac{ x^2 + 2xh + h^2 -2x -2h -x^2 + 2x } {h} \)

It should be immediately obvious that a few things will cancel out. Lets do that.

\( \frac{ 2xh + h^2 -2h }{h} \)

\( \frac{ h(2x + h -2) } {h} \)

\( \boxed{2x + h -2} \)

This is our answer. These problems are usually designed so they cancel out certain values to make it work. So when working these, if the problem does not behave like that, you might have made a mistake and need to go back and look at it.

 Example 3

The distance in feet that a racehorse travels is given by the function

\( d(t) = 2t^2 \)

Find \(d(t + h)\)

Find the difference quotient.

We will be substituting \((t+h)\) for t in the expression \(2t ^2\)

\( d(t+h) = 2(t+h)^2 \)

\( 2(t^2 +2th + h^2) \)

This gives us \((2(t+h)\)

\( = 2t^2 + 4th + 2h^2 \)

Now lets calculate the difference quotient.

\( \frac{d(t+h) - d(t)}{h} = \frac{2t^2 + 4th + 2h^2 -2t^2}{h} \)

Cancel stuff out and rewrite it.

\( \frac{4th + 2h^2}{h} = \frac{h(4t + 2h)}{h} \)

Cancel those h’s. We get:

\( 4t + 2h \)

If t=7 and h=.01, then the difference quotient becomes:

\( 4t + 2h = 4(7) + 2(.1) =\boxed{ 28.2} \)

Increasing And Decreasing Functions

Graphs tell us a lot about a function. We can look at the function as a whole or any particular intervals that interest us. 

Another attribute the graph tells us is whether the function is increasing or decreasing. An increasing function means the slope is positive. A decreasing function is when the slope is negative.

The function can be looked at as a whole or at any point in time on the graph. This gives us a lot of information, depending on the function.

A point on the graph that goes from increasing to decreasing is called a local maximum. If a point goes from decreasing to increasing, then that point is called the local minimum. 

Conclusion 

So functions are very interesting. They can tell us a nice picture on what each one means. Constant and linear functions are easy to understand but its also important to remember what they represent and how they look graphically.

The slope on a graph is the degree of the rise and fall of a line between two points. This is also the rate of change. Rate of change tells us how fast any quantity changes. This then leads us to difference quotients.   

Transforming Graphs

We can shift functions in many ways on a graph. This is important to understand so you can accurately model a function when you need to. They can be shifted left, right, up, down, and even stretched. 

  • f(x) + c     =graph is shifted upwards
  • f(x) -  c     =graph is shifted downwards
  • f(x + c)     =graph is shifted to the left
  • f(x - c)      =graph is shifted to the right
  • -f(x)          =graph is reflected across the "x" axis


Shifting Up And Down


Say you have a function:

\[f(x) = x^2\]

This is your typical parabola. In this form its vertex is at (0,0).

When we shift it, we are moving the whole curve in some direction.
When we want to shift it upward, we can rewrite the equation as:

\[f(x) = x^2 + 3\]

Here is the graph that shows the function shifted upward by 3 units above the “x” axis. You can see the vertex and whole curve is shifted upwards by 3 units. That is what the constant does in the equation above. 

It works the same way when you want to shift it downward.

\[f(x) = x^2 - 3\]

As you can see, the vertex is 3 units below the “x” axis now.


These movements of the function are called horizontal and vertical shifts. They just adjust the position of the function on the graph. 

In fact, we can build the graph from the function. This is helpful when we want to graph an equation to better understand it. That is an important idea later in mathematics. 


Shifting Left And Right


You can also adjust the position of a function left or right of the “y” axis. We accomplish this by modifying the variable of the function.

\[f(x) = (x-3)^2\]


This will shift the function to the right of the “y” axis by 3 units. So far, everything is still on the "x" axis, but we can change that too.

You can do the same process to shift the function to the left.

\[f(x) = (x+3)^2\]


We know these as horizontal shifts. They can be combined with any other type of transformation.


Combining Shifting Methods


Combining the methods that we have already discussed is very useful. Let’s shift this function up and left on the graph.

\[f(x) = (x+3)^2 + 3\]

Here is the corresponding graph.

The constant moves the graph upward 3 units, while the "x" variable is modified by +3 in order to move the graph left by 3 units.


We can do the opposite and shift the function downward and to the right.

\[f(x) = (x-3)^2 -3\]

Here is the graph for that combination of shifting. The is kind of the opposite of the previous example. The constant (-3) moves the graph downward by 3 units. Then the "x" variable is again modified by the (-3) in order to move the graph to the right.

Stretching A Function


We can manipulate functions in a variety of ways. Stretching a function is another way. This done by adding a coefficient in front of the function. Behavior is a little less intuitive. The reason why is that it depends on the function itself. 

Playing with the coefficient in front of the function will stretch a function along the “y” or “x” axis. It depends on the coefficient. Generally, a positive coefficient will stretch a function along the “y” axis. Conversely, a coefficient less than 1 will stretch it along the “x” axis. You should experiment with your graphing software to see how the main functions are affected.

\[f(x) = x^3\]

This is our typical cubic function. Now let us add coefficients in front of it to see what happens.

\[f(x) = 10x^3\]


See how it gets narrower? It is being stretched along the “y” axis. It is thinner overall and hugs the "y" axis even closer than before. Now let’s do another.

\[f(x) = \frac{1}{10}x^3\]


This example widens our function a lot. It is being stretched along the ‘x” axis. This is because of the coefficient that is less than 1. The small the coefficient, the wider this graph gets.


Reflection Of Graphs


Reflecting graphs can also be done. We accomplish it by applying a negative to the original function. 

When you reflect across the “x” axis, it is -f(x). Whatever is inside this function will have the opposite sign and value. This is how everything gets translated across perfectly

 We can take our function:

\[f(x) = x^3\]

Then, to reflect it across the “x” axis, we would apply a negative to the function as a whole. 

\[-f(x) = -(x^3)\]

We can see what is happening here because it is the opposite of the regular graph. 


Conclusion


In this article, we have talked about the transformation of graphs. Basic transformations include shifting upward, downward, left, and right. We can also stretch a graph along the “x” and “y” axes. 

We also talked about stretching and reflecting graphs. These are all important, and together, let us build a graph from equations. 

Nonlinear Functions

We have already talked about linear functions, where growth rates are the same. So, when growth rates change, we call this nonlinear growth. Nonlinear growth happens in many situations. Two ways in which we can see nonlinear growth are in quadratic and exponential functions. We have already talked about quadratic functions, so this should not be surprising.

Polynomials

 

Polynomial functions are useful, especially in graph form. In graph form, it is easy to see how a function be haves and what it means. Polynomials deal with real numbers and its graph will be continuous. We can describe them by their characteristics:

  • Formulas
  • Degrees
  • Coefficients

When looking at the formula, we can see a lot about the function. The degree of a polynomial is directly related to the variable exponent, like x^2 or x^3. An x^2 function is a degree 2, for example. Coefficients change function behaviors in strange and interesting ways. I will get to that later.

Functions that are degree two or higher are nonlinear. Hopefully, you can start seeing the relationships between these different functions. I should also point out that any function with a radical, ratio, or absolute value is not a polynomial.

Is this a polynomial:

\[f(x) = 2x^3 -x +5 \]

Yes this is a polynomial because it does not contain radicals or complex numbers.

Is this one a polynomial:

\[f(x) = \sqrt{x} \]

This one is not a polynomial because it contains a root.

 

Increasing and Decreasing Functions

 

When looking at a graph of a function, it can stay constant, increase, or decrease. You already know what a constant function is. So, a function that is increasing is going uphill from left to right. Conversely, a function that goes downhill, from left to right, is a decreasing function.

We can also look at a function over a certain interval. It can be the entire interval of a function or just a small piece of it. For example, if we had a report on the revenue of a company over several years, we could evaluate the profits for certain years. This would look at a small interval of a function to see if it was increasing or decreasing.

Is this function increasing or decreasing?

\[f(x) = -3 \]

This function is neither increasing or decreasing.

Is this function increasing or decreasing?

\[f(x) = 2x - 1 \]

This function is increasing and it never decreases.

 

Symmetry in Functions

Symmetry in functions is an important topic later on. For now, it can tell you whether or not a function is even. A function is symmetrical if it is the same on either side of an axis. We can see symmetry in nature and we often think of things that are symmetrical as beautiful. The same is true in math. We look for it because it tells us attributes about a function.

A function is even if it is symmetrical around the y-axis. The function is odd if it is symmetrical around the x-axis. We can also tell this by looking at the equations themselves. If a function only has even exponents, it is an even function. This means that a function that contains only odd exponents is an odd function.

Another important fact is that many functions and their graphs have no symmetry at all. This is completely normal, so you should expect it.

Nonlinear functions can increase or decrease when represented graphically. This can change depending on the interval. For example, a function can be both increasing or decreasing, depending on the interval. When these functions are degree two or higher, they are then nonlinear.

Is this function even, odd, or neither?

\[f(x) = 5x \]

This is an odd function.

Is this function even, odd, or neither?

\[f(x) = x + 3 \]

This function is neither even or odd.

Is this function even, odd, or neither?

\[f(x) = x^2 - 10 \]

This would be an even function.

 

Polynomial Functions

 

Historically, these have greatly interested mathematicians. The reason why is that they are very useful in modeling data. We use them all the time for this. Computer science, mathematics, data science, and several other disciplines use them regularly.

Polynomials in graphs are continuous. Their lines have no breaks. Since they include only real numbers, radicals and complex numbers disqualify them. Their coefficients must also be real numbers.

We can break down polynomials. Different forms of a polynomial mean different things.

  • function —— f(x) = x^2 + 2x + 2
  • polynomial——x^2 + 2x + 2
  • equation——x^2 + 2x + 2 =0

It will be important to know these differences.

Another important definition, a turning point, is when a graph changes from decreasing to increasing. A turning point is defined as the point in which this happens.

As you know, polynomial functions can have many different levels of exponents. The exponents mean a lot, graphically. A function with an x^3 term will have three intercepts and 2 turning points. An x^7 function will have 7 intercepts and 6 turning points. So, you can look at a function and tell a lot about it. A parabola crosses the x-axis twice, so it has an x^2 term, which we already know.

What is the degree and leading coefficient of:

\[f(x) = -2x + 3 \]

The degree is 1 and the leading coefficient is -2.

What is the degree and leading coefficient of:

\[f(x) = x^2 + 4x\]

The degree is 2 and the leading coefficient is 1.

What is the degree and leading coefficient of:

\[f(x) = -2x^3 \]

The degree is 3 and the leading coefficient is -2.

 

Piecewise Polynomials

 

You can have piecewise polynomial functions. In order for this to happen, each separate part of the function has to be a polynomial. You treat each part as a separate part unless asked to do something unique.

Conclusion

Polynomial functions that are at least second degree have more complicated graphs than a constant function. You can tell the x-intercepts and turning points from the shape of a graph. This makes the study of graphs beneficial. As previously stated, nonlinear and polynomials have a continuous graph. They also are made of real numbers and have real number coefficients.

Why We Factor Polynomials

We already know how to work with quadratic equations. That subject was covered previously. We saw that once factored, we could analyze their “zeros” and see where the equations were equal to zero. This gives us valuable information.

The curves equal zero where the lines intercepted or crossed the x-axis. This will give us the factors of the equation that we need.

The problem is, what if they give us an equation that is not nice and neat?

For example, some polynomial that is not a quadratic and needs work done to it in order for us to solve it. This is where division of a polynomial can be handy.

Sometimes, we can see on a graph where a curve equals zero at one place but it is not clear at other points. This is why we need to divide that single point out of the existing polynomial so we can analyze the rest of it.

Let’s start with some easy examples:

Example 1

\[ \frac{3x^4-2x^2-1}{3x^3} \]

The denominator is a monomial, and we are dividing each term by the denominator.

\[ \frac{3x^4}{3x^3} \longrightarrow x \]

\[ \frac{-2x^2}{3x^3} \longrightarrow \frac{-2}{3x} \]

\[ \frac{-1}{3x^3} \longrightarrow \frac{-1}{3x^3} \]

We now put all those terms together to get:

\[ \boxed{x - \frac{2}{3x} - \frac{-1}{3x^3}} \]

Example 2

\[ \frac{5x^4-15}{10x} \]

As before, we divide each term into the numerator by the single term in the denominator.

\[ \frac{5x^4}{10x} \longrightarrow \frac{1}{2x^3} \]

We do the same for the last term in the numerator.

\[ \boxed{\frac{-15}{10x} \longrightarrow \frac{-3}{2X}} \]

Example 3

\[ \frac{6x^3-3x^2+2}{2x^2} \]

Again, we have a single monomial in the denominator.

We divide each term into the numerator by the denominator.

\[ \frac{6x^2}{2x^2} \longrightarrow 3x \]

Now, we do the same for the second term.

\[ \frac{3x^2}{2x^2} \longrightarrow \frac{-3}{2} \]

Once more, we go to the last term.

\[ \boxed{\frac{2}{2x^2} \longrightarrow \frac{1}{x^2}} \]

Division Remainders

When doing division upon polynomials, you will often end up with a remainder.

It may not be intuitive, but there is a rule for this. When doing division, the remainder is set over the original term we are dividing by.

Let’s use the previous problem as an example again.

\[ \frac{6x^3-3x^2+2}{2x^2} \]

If we ended up with a remainder in the above problem, say 3, it would look like this:

\[ \boxed{\frac{3}{2x^2}} \]

That would be the last part of our answer. Of course, we did not have a remainder in the last example, but that happens when you encounter them.

Example 4

Our function is:

\[ f(x) = 5x^2 -3x +1 \]

Divide this by :

\[ x-1 \]

and say what the remainder is.

We start out by dividing the first term by x-1.

\[ \frac{5x^2}{x} = 5x \]

Now we multiply by “x” and “-1”. Don’t forget to change the sign.

We do addition on “-3x” and “5x”. Then we divide “2x” by “x”.

\[ \boxed{\frac{2x}{x} = 2} \]

We multiply through again and get a remainder of 3 which is the correct answer.

Factoring Polynomials

At the beginning of this section, I declared why we factor equations. Remember, factoring gives us information we need about an equation. The factors give us the “zeroes” of that equation’s curve. The “zeroes” are where the curve intercepts the x-axis.

A polynomial has a factor if the factor equals 0. This is always how we can check our work. Substitute that factor back into the equation. If the equation turns out to be 0, then we do indeed have a factor.

With all of this information, we can give a complete factored form. A complete factored form involves the function, any coefficients, and the factors. If you do not know the factors, determine those first.

We can give you a graph or just the function. We can model the algebraic function using software or a graphing calculator. This is usually acceptable or even preferred. Once you have the function graphed, you can see the “zeroes” on the graph. Use the coefficient information that you have to give the complete factored form.

Example 5

Write the complete factored form of:

\[ f(x) = 2x^2 - 25x + 77 \]

The zeros are:

\[ \frac{11}{2} \text{and} 7 \]

Our coefficient is 2, and they gave us the zeros. This gives us:

\[ \boxed{2(x-\frac{11}{2})(x-7)} \]

Graphs and Factors

If you haven’t noticed, polynomials can have even or odd levels of exponents. Polynomials behave differently in graphs depending on this multiplicity. An even multiplicity is 0,2,4 and so on. Odd multiplicities are 1,3,5.

The odd multiplicities cross the x-axis at its zero point. Even multiplicities just intercept, or touch the x-axis at its zero point. I’m sure you have seen graphs that exhibit this behavior, and this is why.

Rational Zeros

This is an interesting little test. It isn’t always applicable, but it can be useful. If a polynomial has a zero that is also a rational number, then you can use the rational zero test with it.

First, write out the factors of your coefficient and constant terms. It is easier to write them on separate lines or in a table so we can compare easily them.

When you can see them easily, make a list of all combinations of factors. Substitute these factors into the original equation and evaluate the function. Any of them that makes the function equal zero are a real factor. A second degree polynomial will have two factors and a third degree polynomial will have three factors.

Solving Polynomials

Factoring and using the quadratic equation are the two principal methods of solving polynomials. The problem with the quadratic equation is the polynomial needs to be in quadratic form. If it isn’t, you need to see if you can get it there.

This is where we go back to our factoring tool. If you have a cubic or greater function, then you can factor an “x” or more out of it to get it into quadratic form. This concept will continue to be important from here on out.

Example 6

Solve and find the (x) values.

\[ x^3 + x^2 - 6x = 0 \]

Start by factoring an (x) out of the equation.

\[ (x)(x^2 + x - 6 = 0) \]

This is a cubic function so we will have three (x) values.

We now factor the quadratic portion. We can see the factors of this equation.

\[ (x)(x-2)(x+3) = 0 \]

So, our answers are:

\[\boxed{ x= 0,2,-3} \]

Summary

When doing division with a monomial, divide the denominator into every term in the numerator. Polynomial division is like long division. The remainder theorem is when f(x) is divided by “x-a”, so the remainder is f(a).

The factor theorem, (x-a), is only a factor if f(a) - 0. When you have a zero with odd multiplicity, the graph crosses the x-axis at this zero. Conversely, when you have a zero with even multiplicity, the graph intercepts but does not cross the x-axis.

Hopefully, I have made it clear why we factor polynomials. We factor them to find the points that make the equation equal zero. These are factors and they are points where a graph will cross or intercept the x-axis.

We then discussed the tools that we used to factor polynomials. These include division, regular factoring, and the quadratic equation.

Fundamental Theorem Of Algebra

Until this point, we have tried several ways to solve equations. You may have noticed there are some types that we can’t solve by using the previous methods. These equations do not have real zeros, their graphs do not cross the x-axis at any point. 

That is why they are difficult to deal with. We end up with negative values for solutions. For practical answers, what does a negative value mean? It does not mean a lot. Therefore, we have the concept of complex numbers.

Complex numbers were invented by mathematicians a long time ago in order to deal with these situations. They allow us to deal with a negative quantity in a way that makes sense. People are most familiar with this concept as the imaginary number, “i”. 


Complex Numbers


When a graph does not have any x-intercepts, it does not have any actual solutions. When a graph does not have any proper solutions, we have to use the imaginary number to make sense of it. So, we can look at complex numbers in a couple of different ways. 

\[i = \sqrt{-1}\]

\[i^2 = -1\]

This means we can rewrite solutions as complex numbers. Previously, we would not have a solution. However, with complex numbers now defined, we have solutions that make sense.

We usually write complex numbers in standard form, (a + bi). The (a) part is the real number, while the (bi) is the imaginary number. 


Addition of Complex Numbers


The addition of complex numbers is easily done. You are combining the real and imaginary parts of the expression. The process is the same for subtraction.


Example 1 

Add: \(3i + 5i\)

Add the two parts together.

\[\boxed{8i}\]


Example 2

Add: \((3+i) + (-5-2i)\)

Add the real and imaginary parts separately.

\[\boxed{(-2-i)}\]


Subtraction of Complex Numbers


Again, you are just combining the real and imaginary parts. Subtract the real and imaginary sections one by one.


Example 3

Subtract: \((12-7i) - (-1+9i)\)

In this example, you want to subtract the real and imaginary parts.

\[\boxed{(13-16i)}\]


Example 4

Subtract: \((3) - (4-6i)\)

Subtract the real and imaginary parts.

\[\boxed{(-1+6i)}\]


Multiplying Complex Numbers


We multiply complex number expressions together when needed. Multiply each part of the expression into the other parts. Then you combine terms and put it into the standard form. 


Example 5 

Multiply: \((2) * (2+4i)\)

Multiply all the terms together.

\[\boxed{(4+8i)}\]


Example 6

Multiply: \((1+i) * (2-3i)\)

Multiply all the terms together.

\[2+2i-3i-3i^2\]

\[2-i-3(-1)\]

\[\boxed{(5-i)}\]


Division of Complex Numbers


We accomplish division of complex numbers, much like division of other algebraic expressions. For imaginary expressions, you multiply by the conjugate of the denominator. Combine all the like terms in order to simplify as much as possible. Then put the final version into standard form to finish. 


Example 7

Divide: \(\frac{1}{1+i}\)

Multiply the expression by the conjugate of itself.

\[\frac{1}{1+i} * \frac{1-i}{1-i}\]

\[\frac{1-i}{1-i+i-i^2}\]

\[\frac{1-i}{2}\]

\[\boxed{\frac{1}{2} - \frac{1}{2}i}\]


Example 8

Divide: \(\frac{4+i}{5-i}\)

Multiply the expression by its conjugate.

\[\frac{4+i}{5-i} * \frac{5+i}{5+i}\]

\[\frac{20+4i+5i+i^2}{25+5i-5i-i^2}\]

\[\boxed{\frac{19+9i}{26}}\]


Quadratic Formula


So far, we have only seen the most simple expressions, the (a + bi) form. However, when presented with a quadratic equation, we need to approach it in another way. This is where the quadratic formula comes in. This may not be a surprise, it is a very useful tool for us. 


Example 9 

Solve: \(x^2+5=0\)

Use the quadratic formula.

\[\frac{-5 \pm \sqrt{25}}{2}\]

\[\frac{-5 \pm 5}{2}\]

\[\boxed{x=0, -5}\]


Example 10 

Solve: \(5x^2+1 = 3x^2\)

Put it in quadratic form.

\[-5x^2+3x-1=0\]

Again, use the quadratic formula.

\[\frac{-3 \pm \sqrt{9-(4)(-5)(-1)}}{(2)(-5)}\]

\[\frac{-3 \pm \sqrt{-11}}{-10}\]

\[\frac{-3 \pm i \sqrt{11}}{10}\]

\[\boxed{\frac{-3}{10} \pm \frac{i \sqrt{11}}{10}}\] 


Fundamental Theorem of Algebra


The previous sections are leading us to this important concept. You have probably noticed the expressions and equations all have complex zeros. This is because, when looking at equations, almost everything can have complex and imaginary parts. 

This is the fundamental theorem of algebra. It means that every polynomial, with a degree equal to or greater than one, will have at least one complex zero. 

Carl Gauss proved this theorem in 1797 in his doctoral thesis. This theorem says that every polynomial can be completely factored if we can use complex numbers. 


Summary


In this section, we defined the imaginary unit and the resulting set of complex numbers. We concluded that every real number is also a complex number. Complex numbers are useful in the standard form, so we can work with them easier. We then concluded that every polynomial has at least one complex zero when using imaginary units. With this realization, we know we can completely factor every polynomial when using complex numbers.

Solving Inequalities

The first thing you do is find the boundary numbers. These are x-values. They are obtained by working with the expression you are given. There will be some amount of arranging and factoring of the equation. From there, you can see the x-values which give you the boundaries you are looking for.

  1. Write the equation to look like a normal equation.

  2. Solve the equation, the solutions are the boundary numbers.

  3. Use these boundary numbers to separate the number line into sections. At either end of the boundaries, they will be positive or negative. Whichever they are, the boundaries next to it will be the opposite sign. The boundaries will alternate signs until you get to the last boundary.

  4. To solve the inequality, pick a number at one end of your boundaries and input it into your equation.

Example 1 

Solving a polynomial inequality

Solve \(X^3 \leq 2X^2 + 3X \)

Begin by rewriting the inequality. It becomes:

\[ x^3 -2x^2 -3x \leq 0 \]

Replace the \(\leq\) symbol with an equal sign and solve the resulting equation.

\[ x^3 -2x^2 -3x = 0 \]

\[ x(x^2-2x-3) =0\]

\[x(x+1)(x-3) =0\]

\[x=0, x=1, x=3\]

We have three boundary numbers. When you put these points on a number line, they give you four intervals.

\[(-\infty,-1) (-1,0) (0,3) (3,\infty)\]

Take a test value from one of the intervals and note whether it is positive or negative. The boundary values alternate between positive and negative. The original question asks where it is positive or equal to zero. So we want those boundaries.

The solution is:

\[\boxed{[-1,0] \cup [3,8]} \]

 

Rational Inequalities

To solve rational inequalities, we can use the same basic techniques that we used to solve polynomial inequalities. There is one important exception. Boundary numbers also occur at x-values where the denominator of any rational expression in the equation equals zero.

 

Solving Rational Inequalities

When solving a rational inequality, it is essential not to multiply or divide each side of the inequality by the least common denominator if it contains a variable. This technique will lead to a wrong answer.

 

Example 2

Solve \[\frac{2-x}{2x} > 0 \]

Since the inequality is already written in the correct form, we can just solve.

The numerator is:

\[ 2 – x = 0 \]

\[ x = 2 \]

The denominator is:

\[ 2x = 0 \]

\[ x = 0 \]

The boundary numbers are 2 and 0, which separate our number line into three intervals:

\[ (-\infty,0) (0,2) (2, \infty) \]

Take a test value from one end of the intervals. Whatever sign it is, the intervals next to it alternate.

Let us use \(-2\)

\[ \frac{2-(-2)}{2(-2)} > 0 \]

\[ \frac{4}{-4} \]

\[\boxed{= -1} \]

Since this end is negative, the others just alternate signs.

 

Example 3

Solve \(\frac{1}{x} \leq \frac{2}{x+1} \)

Begin by writing the inequality in the correct form.

\[ \frac{1}{x} - \frac{2}{x+1} \leq 0 \]

\[ \frac{(x+1) – 2x}{x(x+1)} \leq 0 \]

\[ \frac{-x+1}{x(x+1)} \leq 0 \]

\[ \frac{1-x}{(x)(x+1)} \leq 0\]

Find the zeros of the numerator and denominator.

Numerator:

\[ 1 – x = 0 \]

\[ -x = -1 \]

\[ x = 1 \]

Denominator:

\[ x = 0 \]

\[ x + 1 = 0 \]

\[ x = -1 \]

Our zeros are -1, 0, 1. So our boundaries are:

\[ (-\infty,-1) ( -1, 0) ( 0, 1) (1, \infty) \]

Now that we have boundaries, pick a test number at one end of the intervals. We will pick -2.

\[ \frac{1-x}{x(x+1)} \]

\[ \frac{1-(-2)}{(-2)(-2+1)} \]

\[ \frac{3}{(-2)(-1)} \]

\[\boxed{=\frac{3}{2}} \]

This is positive. So, our boundaries alternate signs.

 

Conclusion

In this paper, we have talked about the differences between polynomial and rational inequalities. Then I showed examples of solving polynomial inequalities. After that, we talked about the steps to solve rational inequalities. Finally, we did some examples of ration inequalities.

Power Functions and Exponents

Power functions use rational numbers as exponents. There are several properties that define their behavior. We will go over these properties in some example problems.

 

Example 1

Simplify \( 16^{3/4}\)

You can look at this as saying the 4th root of 16 cubed.

\[ \sqrt[4]{16^3}\]

The fourth root of 16 = 2.

\[ \boxed{(2)^3 = 8} \]

Example 2

Simplify: \( \frac{4^{⅓}} {4^{⅚}} \)

Put the numerator and denominator into one term and subtract the exponents.

\[=4^{ {⅓ - ⅚} } \]

Subtract the exponents.

\[ = 4^{ {-½}} \]

A negative exponent is just an inverse root. Let us move it to the denominator.

\[ = \frac{ 1}{\sqrt{4}} \]

Now, just simplify.

\[ \boxed{= \frac{1}{2}} \]

Example 3


Rewrite \( \sqrt{x} \) as a positive rational exponent.
The square root of something has an exponent of \( 1/2 \).

This evaluates :

\[ \boxed{x^{1/2}} \]

Example 4

Rewrite \( \sqrt[3] x^{2} \) as a positive rational exponent

We have two things to consider with this example.

\( x^2 \) and \( \sqrt{3} \)

\( x^2 \) is in the correct form already. \( \sqrt{3} \) is \( 1/3 \) as an exponent.

So we have \( (x^{2}) ^{1/3} \)

Multiple the exponents together.

We now get : \( \boxed{x^{2/3}} \)

These are what we call power functions. They have a positive exponent. The domain is all real numbers. 

Example 5 

Here is a slightly more complicated version. It has a rational exponent.

Solve: \( 2x^{5/2} - 7 = 23 \)

We want to solve this equation. This means finding a value for \(x\).

Start by adding \(7\) to both sides. We get: \( 2x^{5/2} = 30 \)

Now we want to get rid of the coefficient in front of the \(x\) variable.

To do that, we need to divide both sides of the equation by \(2\).

This gives us: \( x^{5/2} = 15 \).

Now we can square each side: \( x^5 = 225 \)

The next step is to take the fifth root of each side to give us whole numbers to work with. This gives us: \( x = 225^{1/5} \).

A calculator makes this step easy and quick. You should get a value of: \( \boxed{2.95} \)

Example 6

Solving an equation with a square root

Solve \( x = \sqrt{15-2x} \)

To get rid of square roots, we can square each side.

\[ x^2 = \sqrt{15-2x}^2 \]

Now we can simplify some

\[ x^2 = 15 - 2x \]

Add \( 2x \) to both sides

\[ x^2 + 2x = 15 \]

Subtract 15 from both sides

\[ x^2 + 2x - 15 = 0 \]

We now have a proper equation. It is time to factor.

\[ (x + 5) (x - 3) = 0 \]

\[ x = -5, x = 3 \]

Next, we substitute the values back into the original equation to see if they work.

Specifically, we want to do this anytime squaring has been used to make sure the values match.

\[ -5 \rightarrow \sqrt{15-2(-5)} = 5 \]

Our input does not match our output so that solution does not work.

\[ \boxed{3 \rightarrow \sqrt{15-2(3)} = 3} \]

That input of 3 gives an output of 3 so that is the only correct solution.

Example 7

Solving an equation with a cube root

\[ \sqrt[3]{2x + 5} -2 =1 \]

Add 2 to each side

\[ \sqrt[3]{2x + 5} = 3 \]

Cube each side

\[ \sqrt[3]{2x + 5}^3 = 3^3 \]

Now simplify

\[ 2x + 5 = 27 \]

Subtract 5 from each side

\[ 2x = 22 \]

Divide both sides by 2

\[ \boxed{x = 11} \]

Conclusion

In this section, we talked about power functions and how to solve different versions of them.

Composition of Functions

Functions can be combined through addition, subtraction, multiplication, and division. We have to do this because sometimes multiple quantities are needed to solve a problem.  

 

Operations On Functions

Generally, functions can be represented through symbolic, graphical, and numerical means. This means there are formal definitions for each type. These definitions are:

  • \( (f + g)(x) = f(x) + g(x) \)
  • \( (f - g)(x) = f(x) - g(x) \)
  • \( (fg)(x) = f(x) * g(x) \)
  • \( (\frac{f}{g}(x)) = \frac{f(x)}{g(x)} \)

The domains of the sum, difference, and product of (f) and (g) are all (x) values. However, the quotient is all (x) values except the denominator of zero. 

 

Example 1

Find the domain of \( f(x) = 2 + \sqrt{x-1} \) and \( g(x) = x^2 - 4 \)

For f(x) to be defined,(x) must be 1 or greater. So the domain of f(x) is any (x) 1 or greater. The domain of g(x) is all real numbers. 

 

Example 2

Evaluate \( (f + g)(4) \)

If we are looking at a graph of these two functions, we just see what the graph tells us. We can see that \( f(4) = 9 \) and \(g(4) = 2 \). That being the case:

\[ (f + g)(4) =  f(4) + g(4) =  9 + 2 = \boxed{11} \]

 

Example 3

If you have: \( g(x) = 3x^2 - 6x + 2 \) 

Evaluate for \( g(2) \)

\[ g(2) = 3(2)^2 - 6(2) + 2 = 12 - 12 + 2 =\boxed{ 2} \]

 

Example 4

If you have: \( g(x) = 3x^2 - 6x + 2 \)

Evaluate for \( g(k) \)

\[ \boxed{g(k) = 3k^2 - 6k + 2} \]

 

Example 5

If you have \( g(x) = 3x^2 - 6x + 2 \)

Evaluate for \( g(x^2) \)

\[ g(x^2) = 3(x^2)^2 - 6x^2 + 2 = \boxed{3x^4 - 6x^2 + 2} \]

 

Example 6

If you have \( g(x) = 3x^2 - 6x + 2 \)

Evaluate for \( g(x + 2) \)

\[ g(x + 2) = 3(x + 2)^2 - 6(x + 2) + 2 \]

\[ g(x + 2) = 3(x^2 + 4x + 4) - 6(x + 2) + 2 \]

\[ g(x + 2) = 3x^2 + 12x + 12 - 6x - 12 + 2 \]

\[ \boxed{g(x + 2) = 3x^2 + 6x + 2} \]

 

This is the composition of functions. If (f) and (g) are functions, then the composite of those two functions is \( (g \circ f)(x) = g(f(x)) \)

 

Example 7

Find a symbolic representation for the composite function \( g \circ f \) that converts (x) miles into inches.

Let \( f(x) = 5280x \) and \( g(x) = 12x \)

\[ (g \circ f)(x) = g(f(x)) = g(5280x) = 12(5280x) = \boxed{63360x} \]

 

Example 8

Let \( f(x) = x^2 + 3x + 2 \) and \( g(x) = \frac{1}{x} \)

Evaluate \( (f \circ g)(2) \) and \( (g \circ f)(2) \)

\[ (f \circ g)(2) = f(g(2)) = f(\frac{1}{2}) = (\frac{1}{2})^2 + 3(\frac{1}{2}) + 2 = \frac{15}{4} \]

Now:

\[ (g \circ f)(2) = g(f(2)) = g(2^2 + (3)(2) + 2) = g(12) =\boxed{ \frac{1}{12}} \]

 

As you can see, depending on the output of one function, the results will vary. This is because the functions are different. So, even the same (x) will give different values because of the different functions. 

 

Example 9

Find representations for these functions

If \( (f \circ g)(x) \) and \( (g \circ f)(x) \)

\( f(x) = x + 2 \) and \( g(x) = x^3 -  2x^2 -1 \)

\[ (f \circ g)(x) = f(g(x)) = f(x^3 - 2x^2 - 1) \]

Function (f) adds 2 to the input

\[ f(x^3 - 2x^2  - 1) = (x^3 - 2x^2 -1) + 2 = x^3 - 2x^2 + 1 \]

 

To find \( (g \circ f)(x) \) 

\[ (g \circ f)(x) = g(f(x)) = g(x + 2) \]

\[ \boxed{g(x + 2) = (x + 2)^3 - 2(x + 2)^2 - 1} \]

 

This last example is the reverse process we have been using. We are going to write a function as a composition of two functions.

 

Example 10

Find functions (f) and (g) so that \( h(x) = (g \circ f)(x) \)

\[ h(x) = (x + 3)^2 \]

\( f(x) = x + 3 \) and \( g(x) = x^2 \)

\[ (g \circ f)(x) = g(f(x)) = g(x + 3) =\boxed{ (x + 3)^2} \]

Example 11

Find functions (f) and (g) so that \( h(x) = (g \circ f)(x) \)

\[ h(x) = \sqrt{2x - 7} \]

\( f(x) = 2x - 7 \) and \( g(x) = x^2 \)

\[ (g \circ f)(x) = g(f(x)) = g(2x - 7) =\boxed{\sqrt{2x - 7}} \]

 

Example 12

Find functions (f) and (g) so that \( h(x)= (g \circ f)(x) \)

\[ h(x) = \frac{1}{x^2 + 2x} \]

\( f(x) = x^2 + 2x \) and \( g(x) = \frac{1}{x} \)

\[ (g \circ f)(x) = g(f(x)) = g(x^2 + 2x) = \boxed{\frac{1}{x^2 + 2x}} \]

 

Conclusion

Addition, subtraction, multiplication, and division are used to combine functions. Composition of functions is another way of saying we are building functions from separate parts. However, composing functions is different from the former way to combine them. When composing functions, you are using the output of one function as the input of another function. This process can be reversed for different effects. 

Inverse Functions

Many types of calculations are reversible in math. They take a slightly different mindset to comprehend, but are otherwise not difficult. In Algebra, we call these operations inverse functions. In essence, an inverse function is doing the actions in reverse. Inverse operations can be described by functions. If input “x” produces output “y”, then input “y” produces output “x” as the inverse function. So, outputs and inputs are interchanged for inverse functions.

 

Example 1

Given \( f(x) = x + 5 \) and \( f^{-1}(x) = x - 5 \) are applied in order.

\( (f^{-1} \circ f)(x) = f^{-1}(f(x)) \)

\( f^{-1}(x + 5) \)

\( (x + 5) - 5 \)

\( = x \)

 

If “a” represents a real number, then \( a^{-1} = \frac{1}{a} \).

So, \( 4^{-1} = \frac{1}{4} \).

If “f” represents a function, \( f^{-1}(x) = \frac{x}{n} \).

So, if \( f(x) = 5x \) then \( f^{-1}(x) = \frac{x}{5} \).

The inverse of exponents is slightly different.

So, if \( f(x) = x^3 \) then \( f^{-1}(x) =\boxed{ \sqrt[3]{x}} \).

 

One To One Functions

Not every function has an inverse. This is critical to remember. So, we have to be able to determine if a function has an inverse. If different inputs of a function produce the same output, then an inverse function does not exist for the original function. However, if different inputs always produce different outputs, then the original function is one to one and has an inverse. So, every one to one function has an inverse function. 

 

For example, \( f(x) = x^2 \) is not one to one because \( f(-2) = 4 \) and \( f(2) = 4 \). Therefore, \( f(x) = x^2 \) does not have an inverse function because an inverse function cannot receive 4 and produce both \( -2 \) and \( 2 \) as outputs. 

 

To visually check if a function is one to one and has an inverse, we look at its graph. Inputs are the “x” values and outputs are the “y” values. If a line intersects a curve at more than one spot then the function is not one to one and does not have an inverse. So, to be a one to one function and have an inverse, a horizontal line must intersect with the curve once. This is called the horizontal line test.

 

Example 2

Find the inverse of \( f(x) = x^3 - 2 \)

To reverse this process, we would add 2 and then take the cube root of x.

This would be: \( f^{-1}(x) = \sqrt[3]{x + 2} \)

We get this by the process of:

\[ y = x^3 - 2 \]

Add 2 to both sides.

\[ y + 2 = x^3 \]

Take the cube root of both sides.

\[ \sqrt[3]{y + 2} \]

Interchange x and y.

\[ \boxed{f^{-1}(x) =  \sqrt[3]{x + 2}} \]  

 

Example 3

Find the inverse of \( f(x) = \frac{18}{25}x + 2 \)

\[ y = \frac{18}{25}x + 2 \]

Subtract 2 from both sides.

\[ y - 2 = \frac{18}{25}x \]

Multiply \( \frac{25}{18} \) which is the reciprocal of x.

\[ \frac{25}{18}(y - 2) = x \]

Interchange x and y.

\[ \boxed{f^{-1}(x) =  \frac{25}{18}(x - 2)} \]

 

Domains And Ranges

Because we exchange the x and y values when finding an inverse function, the domains and ranges are exchanged too. This means the domain of \( f \) equals the range of \( f^{-1} \). Consequently, the range of \( f \) equals the domain of \( f^{-1} \).

 

Graphs

If the point (3,6) lies on the graph of \( f \), then the point (6,3) must lie on the graph of \( f^{-1} \). In general, if the point (a,b) lies on the graph of \( f \), then the point (b,a) lies on the graph of \(f^{-1} \). The graph of \( f^{-1} \) is a reflection of the graph of \( f \) across the line \( y = x \).

 

Conclusion

A function \( f \) is one to one if different inputs always result in different outputs. If a function is one to one, it has an inverse function \( f^{-1} \). The domains of \( f \) equal the range of \( f^{-1} \). The range of \( f \) equals the domain of \( f^{-1} \). 

Exponential Functions

A linear function is usually written as \(g(x) = mx + b\). The variable \(m\) is the rate of change in \(g(x)\) for each unit increase in \(x\). 

 

This all means that an exponential function is quite different than a linear function. An exponential function multiplies the previous \(y\) value by a fixed amount for each unit increase in \(x\). 

 

For large values of \(x\), an exponential function with \(a > 1\) grows faster than any linear function. 

 

If an exponential function is written as \(f(x) = 1a^x\) with \(a > 1\), then \(f(x)\) experiences exponential growth. 

 

An exponential function has a variable for an exponent, whereas a polynomial function has a constant exponent. For example, \(f(x) = 3^x\) is an exponential function while \(g(x) = x^3\) is just a polynomial function.

 

Example 1

Simplify \(2^{-3}\)

The first thing that should catch our attention is the negative exponent. It is easier to deal with and understand if it is positive. To make it positive we move it to the denominator.

\(\frac{1}{2^3}\)

Now we just have two to the third power in the denominator.

\(\boxed{\frac{1}{8}}\)

 

Example 2

Simplify \(3(4)^.5\)

We have a decimal exponent but can see that \(.5\) is equivalent to \(\frac{1}{2}\)

A number to the one half power is the same as the square root of that same number.

The square root of four is two. Now we have:

\(3(2)\)

Our answer is six.

\(\boxed{6}\)

 

Example 3

Simplify \(-2(27)^{\frac{2}{3}}\)

Let us do the part with the exponent first

There are several ways to evaluate an exponent but I will just do it one way

If you have a preferred way do it the way you know how

\(-2(3)(3)\)

This equals:

\(\boxed{-18}\)

 

Example 4

Simplify \(\frac{1}{8}^{-1}\)

As in any problem with a negative exponent, we can just apply the reciprocal principle to \(\frac{1}{8}\) to get our exponent positive.

This gives us the answer of eight

\(\boxed{8}\)

 

Example 5

Simplify \(4^{\frac{1}{6}} 4^{\frac{1}{3}}\)

We must deal with the exponents

When we are multiplying exponents in an expression, we are adding them.

\(\frac{1}{6}+\frac{1}{3}=\frac{3}{6}=\frac{1}{2}\)

Now we have:

\(\boxed{4^{\frac{1}{2}}=2}\)

 

Example 6

Simplify \(e^x e^x\)

When we multiply exponents in an expression, just add the exponents together.

\(x+x=2x\)

This gives us:

\(\boxed{e^{2x}}\)

 

Example 7

Simply \(3^0\)

Anything to the zero power is one

\(\boxed{3^0 = 1}\)

 

Example 8

Simplify \((5^{101})^{\frac{1}{101}}\)

Combine the exponents since they are part of the same entity

This means we multiply them together

\(101 * \frac{1}{101} = 1 \)

Now we have:

\(5^{1}\) 

Which just equals \(\boxed{5}\)

Logarithmic Functions 

A logarithmic function is the inverse of an exponential function. It is used to model data that grows at an extremely slow rate. This is usually stated by \(g(x) = \log x\). 

 

The graph of \( \log x \) is a continuous curve with the y-axis a vertical asymptote. The common logarithmic function is one-to-one and always increasing. Its domain is all positive real numbers with its range being all real numbers.

 

The logarithmic function outputs an exponent. The input to this function must be positive. Let’s do some problems out of my textbook.

 

Example 1

Simplify \(\log 1\)

1 is the same as \(10^0\)

So, \(\log 1 = 10^0\)

In logarithmic problems, we are looking for the exponent.

Our answer is \(\boxed{0}\)

 

Example 2

Simplify \(\log \frac{1}{1000}\)

\(\log \frac{1}{1000} = \log 10^{-3} =\boxed{ -3}\)

 

Example 3

Simplify \(\log \sqrt{10}\)

\(\log \sqrt{10} = \log 10^{\frac{1}{2}} =\boxed{ \frac{1}{2}}\)

 

Example 4

Simplify \(\log (-2)\)

The input to a log problem must be positive so this expression is undefined.

 

Logarithmic problems are based on the powers of ten. So, a logarithmic problem is asking what exponent with a base of ten gives the log number in question. So, \(\log 15 = 1.17\). This is:\[10^{1.17} = \boxed{15}\].

A logarithm is an exponent.

\(\log 1000\) is the exponent that you raise 10 to to get 1000. That answer is 3. 

 

Logarithms have inverse properties too. They are \(\log 10^{x} = x\) and \(10^{\log x} = x\). An exponential equation has a variable that occurs as an exponent in an expression. To solve the exponential equation \(10^x = k\), we take the common logarithm of each side and then apply the inverse property \(\log 10^x = x\) for any real number x. 

 

Example 5

Simplify \(10^x = 5\)

Take the common logarithm

\(\log 10^x = \log 5\)

Apply the inverse property: \(\log 10^x = x\)

\(\boxed{x = \log 5}\)

 

Example 6

Simplify \(10^x = .001\)

Take the common logarithm of each side

\(\log 10^x = \log .001\)

Move your decimals over

\(\boxed{x = \log 10^{-3} = -3}\)

 

Example 7

Simplify \(10^x = 55\)

Take the common logarithm of each side

\(\log 10^x = \log 55\)

A log is the inverse to the power of ten

\(x = \log 55\)

Use a calculator or look at a log table

\(\boxed{x = 1.74}\)

 

Example 8

Simplify \(10^x = -1\)

This expression is undefined because the input must be positive and -1 is negative

 

Example 9

Simplify \(4(10^{3x}) = 244\)

The first thing that pops out at us is to get rid of the coefficient 4

Do this by dividing both sides by 4

\(10^{3x} = 61\)

Take the common logarithm of both sides

\(\log 10^{3x} = \log 61\)

The log and power of ten cancel out, this is the inverse property

\(3x = \log 61\)

Divide both sides by 3

\(x = \frac{\log 61}{3}\)

\(\boxed{x = .59}\)

 

Now, we are prepared to do logarithmic equations. A logarithmic equation contains logarithms. To solve logarithmic equations we exponentiate each side of the equation and then apply the inverse property \(10^{\log x} = x\).

 

Example 10

Simplify \(\log x = 2.5\)

Exponentiate each side

\(10^{\log x} = 10^{2.5}\)

Apply the inverse property \(\log 10^x = x\)

\(x = 10^{2.5}\)

\(\boxed{x = 316.23}\)

 

Example 11

Simplify \(\log x = 3\)

Exponentiate each side

\(10^{\log x} = 10^3\)

Apply the inverse property

\(x = 10^3\)

\(\boxed{x = 1000}\)

 

Example 12

Simplify \(\log x = -2 \)

This is the same as saying \(\boxed{x = 10^{-2} = .01} \)

 

Example 13

Simplify \(\log x = 2.7 \)

This is the same as \(\boxed{x = 10^{2.7} = 501.2} \)

 

Example 14

Solve \( 5 \log 2x = 16 \)

Divide each side by 5

\( \log 2x = 3.2 \)

Exponentiate each side

\( 10^{\log 2x} = 10^{3.2} \)

Use the inverse property

\(2x = 10^{3.2} \)

Divide each side by 2

\( x = \frac{10^{3.2}}{2} \)

\(\boxed{x = 792.4} \)

 

Logarithms with any base other than one can be calculated. Any base logarithm has a domain of zero to infinity. This is the input (x) and it must be positive. The range of any base logarithm is negative infinity to infinity, so all real numbers. Remember that a logarithm is an exponent. So, we are just looking for the exponent of a certain base number when we are simplifying or solving logarithmic equations. 

 

Example 15

Solve \(\log_6 6^{-1.3} \)

\( \boxed{\log_a a^{x} = x = -1.3} \)

 

Example 16

Solve \( 5^{\log_5(x+8)} \)

\(a^{\log_a x = x} \) so \(5^{\log_5(x+8)} = (x+8) \)

Example 17

Solve \( \log_\frac{1}{2} (\frac{1}{2}^{45}) \)

\( \log_a a^{x} = x \) so, \(\boxed{ \log_\frac{1}{2} (\frac{1}{2})^{45} = 45} \)

 

The inverse function of \(f(x) = a^{x}\) is \( f^{-1} (x) = \log_a x \). The inverse of an exponential function is a logarithmic function, and the inverse of a logarithmic function is an exponential function.

 

Example 18

Evaluate \( \log_2 8 \)

Rewrite 8 as \(2^{k}\)

\(8 = 2^{3}\)

\( \boxed{\log_2 8 = \log_2 2^{3} = 3} \)

 

Example 19

Evaluate \( \log_5 \frac{1}{25} \)

\( \log_5 \frac{1}{25} = \log_5 \frac{1}{5^{2}} = \log_5 5^{-2} =\boxed{-2} \)

 

Example 20

Evaluate \( \log_7 49 \)

\( \log_7 49 = \log_7 7^{2} = \boxed{2} \)

 

Example 21

Evaluate \( (ln) e^{-7} \)

\( (ln) e^{-7} = \log_e e^{-7} = \boxed{-7} \)

 

To solve the equation \(a^{x} = k\), take the base-a logarithm of each side.

 

Example 22

Solve \( 3^{x} = \frac{1}{27} \)

Take the base-3 logarithm of each side

\( \log_3 3^{x} = \log_3 \frac{1}{27} \)

Consider the properties of exponents

\( \log_3 3^{x} = \log_3 \frac{1}{3^{3}} \)

\( \log_3 3^{x} = \log_3 3^{-3} \)

Use the inverse property

\( \boxed{x = -3} \)

 

Example 23

Solve \( e^{x} = 5 \)

Take the natural logarithm of each side

\((ln) e^{x} = (ln) 5 \)

\( \boxed{x = (ln) 5 = 1.6} \)

 

Example 24

Solve \( \log_2 x = 5 \)

Exponentiate each side

\( 2^{\log_2 x} = 2^{5} \)

Use the inverse property

\( x = 2^{5} \)

\( \boxed{x = 32} \)

 

Example 25

Solve \( \log_5 x = -2 \)

Exponentiate each side

\( 5^{\log_5 x} = 5^{-2} \)

Use the inverse property

\( x = 5^{-2} \)

\( x = \frac{1}{5^{2}} \)

\( \boxed{x = \frac{1}{25}} \)

 

Example 26

Solve \( (ln) x = 4.3 \)

\( e^{(ln) x} = e^{4.3} \)

\( x = e^{4.3} \)

\( \boxed{x = 73.7} \)

 

Example 27

Solve \( 5e^{x} -8 = 37 \)

Add 8 to each side

\( 5e^{x} = 45 \)

Divide each side by 5

\( e^{x} = 9 \)

Take the natural logarithm of each side

\( (ln) e^{x} = (ln) 9 \)

Use the inverse property

\( x = (ln) 9 \)

Use calculator

\( \boxed{x = 2.1} \)

 

Example 28

Solve \( 5 (ln) 2x +3 = 10 \)

\(5 (ln) 2x = 7 \)

Divide both sides by 5

\( (ln) 2x = \frac{7}{5} \)

Exponentiate each side

\( e^{(ln) 2x} = e^{\frac{7}{5}} \)

Use inverse property

\( 2x = e^{\frac{7}{5}} \)

Divide both sides by 2

\( x = \frac{e^{\frac{7}{5}}} {{2}}  \)

Use calculator

\( \boxed{x = 2.02} \)

Properties of Logarithms

Logarithms possess several important properties. One property of logarithms states that the sum of the logarithms of two numbers equals the logarithm of their product. 

 

\(\log 5 + \log 2 = \log 10\)

 

And

 

\( \log 4 + \log 25 = \log 100 \)

 

The properties of logarithms are a direct result of the inverse property:

 \(\log_a m + \log_a n = \log_a mn\)

 

Example 1

Expand \(\log xy\)

\(\boxed{ \log x + \log y}\)

 

Example 2

Expand \(ln\frac{6}{z}\)

\(\boxed{ln 6 - ln z} \)

 

Example 3

Expand \(\log 2x^{4}\)

\(\log 2 + \log x^{4}\)

\(\boxed{\log 2 + 4 \log x}\)

 

Example 4

Expand \( ln \frac{7x^{3}}{k} \)

\( ln 7x^{3} - ln k \)

\( ln 7 + ln x^{3} - ln k \)

\( \boxed{ln 7 + 3 ln x - ln k} \)

 

Example 5

Combine expressions: \(ln 2e + ln \frac{1}{e} \)

Factor out \(ln\)

\( ln (2e * \frac{1}{e}) \)

\(\boxed{ ln 2} \)

 

Example 6

Combine expressions: \( \log_2 27 + \log_2 x^{3} \)

\( \boxed{\log_2(27x^{3})} \)

 

Example 7

Combine expressions: \( \log x^{3} - \log x^{2} \)

\( = \log\frac{x^{3}}{x^{2}} \)

\(\boxed{\log x} \)

 

Example 8

Make these a single expression:

\( \log 5 + \log 15 - \log 3 \)

\( \log(5*15) - \log 3 \)

\( \log 75 - \log 3 \)

\( \log \frac{75}{3} \)

\( \boxed{ \log 25} \)

Logarithmic Equations

Exponential equations are used to model rapid growth but logarithmic equations are used for modeling slower growth. 

 

An equation where one or more variables occur in the exponent of an expression is called an exponential equation. Exponential equations occur in a variety of applications and can be solved symbolically, graphically, and numerically.

 

Example 1

Solve \( 10^{x+2} = 10^{3x} \)

Take the common log on each side of the equation

\( \log 10^{x+2} = \log 10^{3x} \)

Apply the inverse property of logarithms

\( x+2 = 3x \)

Subtract an x from each side to isolate the larger x value on the right

\( 2 = 2x \)

Divide each side of the equation by 2

\( \boxed{x = 1} \)

 

Example 2

Solve \( 5(1.2)^{x} + 1 = 26 \)

Subtract 1 from each side of the equation

\( 5(1.2)^{x} = 25 \)

Divide each side of the equation by 5

\( (1.2)^{x} = 5 \)

Take the common log of each side

\( \log (1.2)^{x} = \log 5 \)

Apply the exponent property

\( x \log (1.2) = \log 5 \)

Divide each side by \( \log (1.2) \)

\( x = \frac{\log 5}{\log 1.2} \)

\(\boxed{ x = 8.8} \)

 

Example 3

Solve \( \frac{1}{4}^{x-1} = \frac{1}{10} \)

Take the common logarithm of each side

\( \log \frac{1}{4}^{x-1} = \log \frac{1}{10} \)

Apply the exponent property

\( (x-1) \log \frac{1}{4} = \log \frac{1}{10} \)

Divide each side by \( \log \frac{1}{4} \)

\( (x-1) = \frac{\log \frac{1}{10}}{\log \frac{1}{4}} \)

Add 1 to each side

\( x = 1 + \frac{\log \frac{1}{10}}{\log \frac{1}{4}} \)

\( \boxed{x = 2.6} \)

 

Example 4

Solve \( 5^{x-3} = e^{2x} \)

Take the natural logarithm of each side

\( \ln 5^{x-3} = \ln e^{2x} \)

Use the inverse property

\( (x-3) \ln 5 = 2x \)

Use the distributive property

\( x \ln 5 - 3 \ln 5 = 2x \)

Subtract \( 2x \) from both sides

Add \( 3 \ln 5 \) to both sides

\( x \ln 5 - 2x = 3 \ln 5 \)

Factor out the x

\( x(\ln 5 - 2) = 3 \ln 5 \)

Divide both sides by \( \ln 5 - 2 \)

\( x = \frac{3 \ln 5}{\ln 5 - 2} \)

\(\boxed{x = -12.36} \) 

 

Logarithmic equations contain logarithms. Like exponential equations, logarithmic equations also occur in applications. To solve a logarithmic equation, we use the inverse property of logarithms.

 

Example 5

Solve \( 3 \log_3 x = 12 \)

Divide each side by 3

\( \log_3 x = 4 \)

Exponentiate each side with base 3

\( 3^{\log_3 x} = 3^{4} \)

Apply the inverse property

\( \boxed{x = 81} \)

 

Like exponential equations, logarithmic equations can occur in many forms.

 

Example 6

Solve \( \log (2x + 1) = 2 \)

Exponentiate each side of the equation with base 10

\( 10^{\log (2x + 1)} = 10^{2} \)

Apply inverse property

\( 2x + 1 = 100 \)

Subtract 1 from each side

\( 2x = 99 \)

Divide each side by 2

\( \boxed{x = 49.5} \)

 

Example 7

Solve \( \log_2 4x = 2 - \log_2 x \)

Add \( \log_2 x \) to both sides

\( \log_2 4x + \log_2 x = 2 \)

Apply the additive property

\( \log_2 4x^{2} = 2 \)

Exponentiate each side of the equation by base 2

\( 2^{\log_2 4x^{2}} = 2^{2} \)

Apply the inverse property

\( 4x^{2} = 4 \)

Divide each side by 4

\( x^{2} = 1 \)

\( \boxed{x = 1 \text{ or} -1} \)

 

Example 8

Solve \( 2 \ln (x+1) = \ln (1-2x) \)

Apply the exponent property

\( \ln (x+1)^{2} = \ln (1-2x) \)

Exponentiate with base e

\( e^{\ln(x+1)^{2}} = e^{\ln(1-2x)} \)

Apply inverse property

\( (x+1)^{2} = (1-2x) \)

Expand the binomial

\( x^{2}+2x+1 = 1-2x \)

Combine terms

\(x^{2}+4x = 0 \)

Factor out an x

\( x(x+4) = 0 \)

\(\boxed{ x=0 \text{ or } x=-4} \)

 

At some point in the process of solving an exponential equation, we often take a logarithm of each side of the equation. Similarly, when solving a logarithmic equation, we often exponentiate each side of the equation.

Equations With Two Variables 

The arithmetic operations of addition, subtraction, multiplication, and division are computed by functions of two inputs. For functions of two inputs, it is common to use x and y as inputs and z as the output. This is expressed as \(z = f(x,y) \).

 

Example 1

Evaluate \( f(3,-4) \) where \( f(x,y) = xy \)

\( f(3,-4) = (3)(-4)  \)

\( \boxed{f(3,-4) = -12} \)

 

Example 2

Evaluate \( M(120,5) = \frac{m}{g} \)

\( M(120,5) = \frac{120}{5} \)

\( \boxed{M(120,5) = 24} \)

 

Example 3

Evaluate \( V(0.5,2) = \pi r^{2} h \)

\( V(0.5,2) = \pi(0.5)^{2}(2) \)

\( V(0.5,2) = 0.5 \pi \)

\( \boxed{V(0.5,2) = 1.57} \)

 

We often use formulas with more than one variable. Sometimes, it is necessary to solve an equation for a variable. For example, to find the radius of a circle that has an area of 50 square inches, we might first solve the equation \( A = \pi r^{2} \) for r.

 

Example 4

Find the radius of a circle that has an area of 50 square inches.

\( A = \pi r^{2} \)

Divide by \(\pi\)

\( \frac{A}{\pi} = r^{2} \)

Apply the square root property

\( r = \sqrt{\frac{A}{\pi}} \)

\( r = \sqrt{\frac{50}{\pi}} \)

\( \boxed{r = 3.99 \text{ inches}} \)

 

The equation \( P = 2L + 2W \) calculates the perimeter of a rectangle with length and width.

 

Example 5

Solve for L

\( P = 2L + 2W \)

Subtract 2W

\( P - 2W = 2L \)

Divide both sides of the equation by 2

\( \boxed{\frac{P-2W}{2} = L} \)

 

Example 6

Find the length of a rectangle when P=21 and W=3.5 feet

\( L = \frac{P-2W}{2} \)

\( L = \frac{21-2(3.5)}{2} \)

\( \boxed{L = 7} \) feet

 

A linear equation in two variables can be written as:

\( ax + by = k \)

Where a,b, and k are constants.

Here is an example.

\( f(x,y) = 10 \)

\( g(x,y) = 2 \)

These can be rewritten as:

\( \frac{x+y}{2} = 10 \)

\( x-y = 2 \)

This pair of equations is called a system of linear equations because we are solving more than one linear equation at once. A solution to a system of equations consists of an x-value and a y-value that satisfy both equations simultaneously. The set of all solutions is called the solution set. 

 

The substitution method is often used to solve systems of equations involving two variables. 

 

Example 7

Solve:

\( x + y = 60.9 \)

And

\( x - y = 22.1 \)

Begin by solving an equation for a convenient variable. Then substitute the result into the other equation. Solve for y.

\( y = 60.9 -x \)

Now substitute that into the other equation.

\( x - (60.9 - x) = 22.1 \)

Distribute

\( x - 60.9 + x = 22.1 \)

Combine terms

\( 2x = 83 \)

Divide both sides of the equation by 2

\( \boxed{x = 41.5} \)

\( y = 60.9 - 41.5 \)

\( \boxed{y = 19.4} \)

 

Method of Substitution

  • Choose a variable in one of the two equations and solve for that variable
  • Substitute the result from step 1 into the other equation and solve for the remaining variable.
  • Use the value of the variable from step 2 to determine the value of the other variable. Use the equation you found in step 1.

 

Example 8

Solve:

\( 5x - 2y = -16 \)

\( x + 4y = -1 \)

Solve one of the equations for one of the variable

If given a choice, choose the one without a coefficient as that will make it easier

\( x = -4y - 1 \)

Now substitute that into the first equation and solve for y

\( 5(-4y - 1) - 2y = -16 \)

Use the distributive property

\( -20y -5 -2y = -16 \)

Combine terms

\( -22y -5 = -16 \)

Add 5 to both sides of the equation

\( -22y = -11 \)

\( \boxed{y = \frac{1}{2}} \)

Now substitute y into the equation you used in step 1

We used \( x = -4y -1 \)

\( x = -4(\frac{1}{2}) -1 \)

\( \boxed{x = -3} \)

Our answer is:

\( \boxed{(-3,\frac{1}{2})} \)

 

The method of substitution can also be used to solve systems of nonlinear equations. In general, a system of nonlinear equations can have any number of solutions. 

 

Example 9

Solve:

\( 6x + 2y = 10 \)

\( 2x^{2} - 3y = 11 \)

Begin by solving one of the equations for one of the variables. One possibility is to solve the first equation for y.

\( 6x + 2y = 10 \)

Subtract 6x from each side of the equation

\( 2y = 10 - 6x \)

Divide each side of the equation by 2

\( y = \frac{10-6x}{2} \)

\( y = 5 - 3x \)

Now, substitute \(5-3x\) for y in the second equation and solve the resulting quadratic equation for x.

\( 2x^{2} - 3y = 11 \)

\( 2x^{2} - 3(5-3x) = 11 \)

Distribute

\( 2x^{2} -15 +9x = 11 \)

Subtract 11 from both sides of the equation

\( 2x^{2} + 9x - 26 = 0 \)

Factor

\( (2x+13)(x-2) = 0 \)

\( x = -\frac{13}{2} \text{ or } x = 2 \)

Now find the corresponding y-values for each x-value. From step 1 we know that \(y=5-3x\), so:

\(y = 5 - 3(-\frac{13}{2}) \)

\( y = \frac{49}{2} \)

And

\( y = 5 - 3(2) \)

\( y = -1 \)

The solutions are therefore:

\( \boxed{(-\frac{13}{2},\frac{49}{2}) \text{ and }  (2,-1)} \)

 

A circle with radius r, centered at the origin, has an equation \(x^{2} + y^{2} = r^{2}\). Use the method of substitution to determine the points where the graph of \(y=2x\) intersects the circle when \(r=\sqrt{5}\).

 

Example 10

Solve:

\(x^{2} + y^{2} = r^{2}\)

\(y = 2x\)

Since \(r^{2}=5\)

\( x^{2} + y^{2} = 5 \)

\( y = 2x \)

We already know y, so substitute

\( x^{2} + (2x)^{2} = 5 \)

Square the expression

\( x^{2} + 4x^{2} = 5 \)

Combine terms

\( 5x^{2} = 5 \)

Divide by 5

\( x^{2} = 1 \)

\( x=1 \text{ or } x=-1 \)

Since \(y=2x\), we see that when \(x=1\), \(y=2\). When \(x=-1\), \(y=-2\). The graphs of

\(x^{2} + y^{2} = 5\) and \(y=2x\) intersect at the points \((1,2)\) and \((-1,-2)\).

 

Example 11

Solve:

\( x^{2} + y = 1 \)

\( x^{2} - y = -2 \)

 Solve the second equation for y

\( -y = -2 - x^{2} \)

Distribute the negative sign

\( y = x^{2} + 2 \)

Substitute \(x^{2}+2\) for y in the first equation and solve for x

\( x^{2} + (x^{2} + 2) = 1 \)

Combine terms

\( 2x^{2} + 2 = 1 \)

Subtract 2 from each side of the equation

\( 2x^{2} = -1 \)

Because \(2x^{2} \geq 0 \), there are no real solutions if you look at original equation.

 

Example 12

Solve:

\( 2x - 4y = 5 \)

\( -x + 2y = \frac{-5}{2} \)

Solve the second equation for x

\( -x = - 2y - \frac{5}{2} \)

Distribute the negative sign

\( x = 2y + \frac{5}{2} \)

Now substitute \( x=2y+\frac{5}{2} \) in the first equation

\( 2x - 4y = 5 \)

\( 2(2y + \frac{5}{2}) - 4y = 5 \)

Distribute

\( 4y + 5 - 4y = 5 \)

\( 5 = 5 \)

This is an identity that is always true and indicates that there are infinitely many solutions. It means any point on the line represents a solution.

 

Example 13

Determining the dimensions of a cylinder

The volume of a cylindrical container with a radius r and height h is computed by:

\( V(r,h) = \pi r^{2} h \)

The lateral surface area S of the container is computed by \( S(r,h) = 2\pi r h \)

Write a system of equations whose solution is the dimensions for a cylinder with a volume of 38 cubic inches and a lateral surface area of 63 square inches.

Solve the system of equations

 

The equations \( V(r,h)=38 \) and \( S(r,h) = 63 \) must be satisfied. This results in the following:

\( \pi r^{2}h = 38 \)

\( 2\pi rh = 63 \)

\( h = \frac{38}{\pi r^{2}} \)

\( h = \frac{63}{2\pi r} \)

\( \frac{38}{\pi r^{2}} = \frac{63}{2\pi r} \)

Multiply by the least common denominator

\( 2\pi r^{2} \frac{38}{\pi r^{2}} = 2\pi r^{2} \frac{63}{2\pi r} \)

Simplify

\( 76 = 63r \)

Divide both sides by 63

\( r = \frac{76}{63} \)

\( r = 1.20 \)

\( h = \frac{63}{2\pi r} \)

\( h = \frac{63}{2\pi \frac{76}{63}} \)

\( h = 8.31 \)

 

A quantity may depend on more than one variable. For example, the volume V of a cylinder is given by \(V = \pi r^{2}h \). We say that V varies jointly as h and the square of r. The constant of variation is \(\pi\). 

Systems of Equations in Two Variables

A system of equations in two variables can have 0,1,2 or infinitely many solutions. A system of nonlinear equations can have any number of solutions. However, if the equations are all linear, then only 0,1 or infinitely many solutions are possible. 

 

Any system of linear equations in two variables can be written as:

\[a_1x + b_1y = c_1\]

And

\[a_2x + b_2y = c_2\]

The graph of this consists of two lines. Coincident lines are identical lines and indicate that the two equations are equivalent and have the same graph. The lines of this graph can be intersecting, coincident, or parallel.

 

A consistent system of linear equations has either one solution or infinitely many solutions. If the system has one solution, then the equations are independent, and they can be represented by lines that intersect at one point. If the system has infinitely many solutions, then the equations are dependent, and they can be represented by coincident lines. An inconsistent system has no solutions and can be represented by parallel lines. 

 

The graphs of the two equations are distinct lines that intersect at one point. The system is consistent and there is one solution. It is given by the coordinates of the point of intersection. The equations are independent.

 

The graphs of the two equations are the same line. The system is consistent. There are infinitely many solutions and the equations are dependent. 

 

The graphs of the two equations are distinct parallel lines. The system is inconsistent and there are no solutions. 

 

Example 1

 

Use elimination to solve the system of equations. Identify the system as consistent or inconsistent. Then, state whether the equations are dependent or independent. 

\[2x - y = -4\]

\[3x + y = -1\]

We eliminate the ‘y’ variable by adding the equations.

This leaves us with:

\[5x = -5\]

\[x = -1\]

The ‘y’ variable can be found by substituting ‘x=-1’ in either of the original equations.

\[2x - y = -4\]

\[2(-1) - y = -4\]

\[-2 - y = -4\]

\[- y = -2\]

\[y = 2\]

The solution is -1,2

There is a unique solution so the system is consistent and the equations are independent.

 

Example 2

Solve the system of equations.

\[4x - y = 10\]

\[-4x + y = -10\]

Add the equations

\[0 = 0\]

The equations are equivalent.

There are infinitely many solutions.

The system is consistent and the equations are dependent.

 

Example 3

Solve the system of equations.

\[x - y = 6\]

\[x - y = 3\]

Add the equations together.

\[0 = 3\]

The equation 0=3 is never true.

So, there are no solutions and the system is inconsistent. 

 

Example 4

Solve the system of equations.

\[\frac{x+y}{2} = 6050\]

\[x - y = 3900\]

Multiply the first equation by 2 then add both equations together.

\[x + y = 12100\]

\[x - y = 3900\]

\[2x = 16000\]

\[x = 8000\]

Now, we substitute ‘x=8000’ into one of the original equations.

\[8000 - y = 3900\]

\[y = 4100\]

We have a solution of ‘8000,4100’

 

Example 5

Solve the system of equations.

\[2x - 3y = 18\]

\[5x + 2y = 7\]

Our goal is to eliminate the ‘y’ variable.

So, multiple the first equation by 2 and the second equation by 3.

\[4x - 6y = 36\]

\[15x + 6y = 21\]

Now, we add the equations together.

\[19x = 57\]

\[x = 3\]

Substitute ‘x=3’ into one of the first equations.

\[4(3) - 6y = 36\]

\[12 - 6y = 36\]

\[-6y = 24\]

\[y = -4\]

Our solutions are ‘3,-4’

 

Example 6

Solve the system of equations.

\[5x + 10y = 10\]

\[x + 2y = 2\]

We need our ‘y’ terms to be the same.

So, multiply the second equation by 5

\[5x + 10y = 10\]

\[5x + 10y = 10\]

\[0 = 0\]

This is always true so the equations are dependent and there are infinitely many solutions. 

 

Example 7

Solve the system of equations of a nonlinear system.

\[x^2 + y^2 = 4\]

\[2x^2 - y = 7\]

If we multiply each side of the first equation by and subtract the second equation, we can eliminate the ‘x’ variable.

\[2x^2 + 2y^2 = 8\]

\[2x^2 - y = 7\]

\[2y^2 + y = 1 \]

Now, we solve for ‘y’.

\[2y^2 + y - 1 = 0\]

Factor

\[(y+1)(2y-1)=0\]

\[y=-1 \text{or} y = \frac{1}{2}\]

We can now substitute the values back in and it looks like we will get some weird results.