5.4: Algebraic Analysis on Intersection Points

Learning Objectives

  • Describe the meaning of solving exponential equations
  • Use the property of equality to solve exponential equations
  • Determine the intersection point of two exponential functions

The Meaning of Solving Exponential Equations

Intersection point of functions

In chapter 3, we learned that the meaning of solving an equation is to find the intersection point(s) between two functions. The intersection point(s) between the graphs of any two functions f(x) and g(x) can be found algebraically by setting the two functions equal to each other:

f(x)=g(x)

When the functions are equal, the value of x is the same for both functions, as is the function value. In other words, f(x)=g(x) means that the two functions have the same input x as well as the same output (i.e f(x)=g(x)). For example, solving the equation 32(2x+3)=64 means finding the intersection point between the two functions f(x)=32(2x+3) and g(x)=64 (figure 1).

Intersection of two functions

FIgure 1. Intersection of y=f(x) and y=g(x)

Finding the x-value given a function value

Another interpretation of the equation (32)2x+3=64 is finding the x value when the function value of f(x)=(32)2x+3 is 64 (figure 2).

exponential equation meaning

Figure 2. Meaning of solving an equation

Graphically, this means finding the function value as a given y-value on a graph, then moving vertically down to the x-axis to determine the corresponding x-value. In figure 2, to solve (32)2x+3=64, we graph the function f(x)=(32)2x+3, look for 64 on the y-axis then determine which x-value has a function value at 64. In this case, x=2.

Solving an equation in one variable

Algebraically, (32)2x+3=64 is an equation in one variable. When solving an equation in one variable, we find the value of the variable that satisfies the equation (e.g., the x-value). There is no function value to report as the equation is in just one variable.

For example, when solving the equation, 3x=9, we find the value of x that makes the equation true. The value of x is 2 because 32=9. We need algebraic methods to solve equations, including the properties of equality covered in chapter 3.

In summary, when we set functions equal to each other, we are finding the intersection point between two functions (e.g., f(x)=3x and g(x)=9). In this example, the intersection point between the graphs of the two functions f(x) and g(x) is (2, 9) because the y-value is the function value f(2)=32=9 and g(x)=9. However, when we are solving an equation algebraically, there is no function in sight so we can just report the value of the variable (e.g., x).

Solving Exponential Equations Using the Property of Equality

We may use the property of equality for solving an exponential equation if the exponential expressions on each side of the equation have the same base.

 

Property of Equality

For any real numbers a,x and y,

If ax=ay, then x=y.

For example, to solve the equation 3x=9, we can write 9=32 so that 3x=32. The property of equality then tells us that x=2 because with the same base, the exponents must be equal. Although it may at first appear that the exponential expressions in an equation do not have the same base, they can often be transformed to expressions with the same base.

Example 1

Solve the equation 32(2x+3)=64.

Solution

32(2x+3)=64The base of the exponential is 2, so we try to write 32 as a power of 225×2x+3=26Product rule2x+3+5=262x+8=26Now each side has the same basex+8=6The exponents must be equalx=2

Example 2

Solve the equation 32(2x+3)=64.

Solution

Another, and more efficient way to solve the same equation as example 1, is to notice that each side of the equation is divisible by 32:

32(2x+3)=64Divide each side by 322x+3=2Same base so exponents must be equalx+3=1Subtract 3 from both sidesx=2

TRY IT 1

Solve the equation 15(3x+4)=45.

Try It 2

Solve the equation 14(62x1)=9

Example 3

Solve the equation 27x+1=81x2.

Solution

The bases of the exponential expressions are 27 and 81. Both of these can be written as a power of 3: 27=33 and 81=34.

27x+1=81x2(33)x+1=(34)x2Power to a power rule33(x+1)=34(x2)Same base so exponents must be equal3(x+1)=4(x2)Distribute3x+3=4x8Subtract 3x from both sides3=x8Add 8 to both sides11=x

Try It 3

Solve the equation 2x+5=16x+1.

Example 4

Determine the intersection point of the functions f(x)=5(2x3) and g(x)=10(2x+16).

Solution

The intersection point occurs at an x-value where f(x)=g(x).

Set f(x)=g(x) and solve for x:

5(2x3)=10(2x+16)2x3=2(2x+16)2x3=2x+17x3=x+172x3=172x=20x=10

Now that we know the value of x, we can find the corresponding value of y:

y=f(10)=5(2103)=5(27)=5(128)=640

Consequently, the intersection point is (10,640).

 

Note: We could also have used g(x) to find the value of y:

y=g(10)=10(210+16)=10(26)=1064=640

This is a good check for the answer.

Try It 4

Determine the intersection point of the functions f(x)=6(3x) and g(x)=18(3x+1).