HOW TO FIND X INTERCEPT OF A FUNCTION

x-intercepts are the numbers on the x-axis where a curve intersects x-axis.

Consider the function y = f(x). To get x-intercept of a function, put y = 0 and solve for x.

Examples 1-3 : Find the x-intercept of the function, sketch the graph and verify it.

Example 1 :

y = 2x - 3

Solution :

y = 2x - 3

Substitute y = 0 to find the x-intercept.

2x - 3 = 0

Add 3 to both sides.

2x = 3

Divide both sides by 2.

x = 1.5

The given function has one x-intercept and it is 1.5.

Sketch the Graph :

The given function is linear and it is slope-intercept form. That is y = mx + b.

Comparing y = mx + b and y = 2x -3,

slope m = 2

y-intercept b = 3

The y-intercept is 3, so we plot a point at -1 on the y-axis to begin.

We know that the slope is equal to rise over run.

slope = rise/run

2 = 2/1

rise = 2 and run = 1

Since the slope is positive we’ll move up two and right one to plot the next point.

xinterceptsofafunction.png

In the graph above, the line intersects the x-axis at 1.5.

Example 2 :

y = x2 - x - 6

Solution :

Substitute y = 0 to find the x-intercept.

x2 - x - 6 = 0

Solve by factoring.

In the quadratic equation above, the coefficient of x2 is 1. So, get two factors of the constant term '-6' such that the sum of the two factors is equal to the coefficient of x, that is '-1'.

Then the two factors of '-6' are '+2' and '-3'.

Now, split the middle term -6x using the two factors -3 and -3.

x2 - x - 6 = 0

x+ 2x - 3x - 6 = 0

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

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

x + 2 = 0  or  x - 3 = 0

x = -2  or  x = 3

The given function has two x-intercepts and they are -2 and 3.

Graphing :

Comparing y = ax2 + bx + c and y = x2 - x - 6,

a = 1, b = -1 and c = -6

a = 1 > 0 ----> parabola opens up

x-coordinate of the vertex :

x = -b/2a

Substitute a = 1 and b = -1.

x = -(-1)/2(1)

x = 1/2

x = 0.5

y-coordinate of the vertex :

Substitute x = 0.5 in y = x2 - x - 6.

y = (0.5)2 - (0.5) - 6

= 0.25 - 0.5 - 6

= -6.25

Vertex of the parabola is (0.5, -6.25).

Take some random values for x and find the corresponding values of y.

If x = -1,

y = (-1)2 - (-1) - 6

= 1 + 1 - 6

= -4

(-1, -4)

If x = 0,

y = 02 - 0 - 6

= -6

(0, -6)

If x = 1,

y = 12 - 1 - 6

= 1 - 1 - 6

= -6

(1, -6)

If x = 2,

y = 22 - 2 - 6

= 4 - 2 - 6

= -4

(2, -4)

The given function is quadratic and its graph is a parabola. The parabola opens up with the vertex (0.5, -6.25).

Plot the points (-1, -4), (0, -6), (1, -6) and (2, -4) and sketch the graph of the parabola.

xinterceptsofaparabola1a.png

In the graph above, the parabola intersects the x-axis at -2 and 3.

Example 3 :

y = x2 - 4x + 7

Solution :

Substitute y = 0 to find the x-intercept.

x2 - 4x + 7 = 0

Solve by factoring.

In the quadratic equation above, the coefficient of x2 is 1. So, get two factors of the constant term '+7' such that the sum of the two factors is equal to the coefficient of x, that is '-4'.

We can not get such two factors. So, the quadratic equation x2 - 4x + 7 = 0 can not be solved by factoring.

So, we can use quadratic formula to solve it.

Comparing ax2 + bx + c = 0 and x2 - x + 7 = 0,

a = 1, b = -1 and c = 7

The above two values of x are imaginary. So, the given function has no x-intercept.

Graphing :

Comparing y = ax2 + bx + c and y = x2 - 4x + 7,

a = 1, b = -4 and c = 7

a = 1 > 0 ----> parabola opens up

x-coordinate of the vertex :

x = -b/2a

Substitute a = 1 and b = -4.

x = -(-4)/2(1)

x = 4/2

x = 2

y-coordinate of the vertex :

Substitute x = 2 in y = x2 - 4x + 7.

y = 22 - 4(2) + 7

= 4 - 8 + 7

= 3

Vertex of the parabola is (2, 3).

Take some random values for x and find the corresponding values of y.

If x = 0,

y = 02 - 4(0) + 7

= 7

(0, 7)

If x = 1,

y = 12 - 4(1) + 7

= 1 - 4 + 7

= 4

(1, 4)

If x = 3,

y = 32 - 4(3) + 7

= 9 - 12 + 7

= 4

(3, 4)

If x = 4,

y = 42 - 4(4) + 7

= 16 - 16 + 7

= 7

(4, 7)

The given function is quadratic and its graph is a parabola. The parabola opens up with the vertex (2, 3).

Plot the points (0, 7), (1, 4), (3, 4) and (4, 7) and sketch the graph of the parabola.

xinterceptsofaparabola4a.png

In the graph above, the parabola does not intersect the x-axis.

Examples 4-6 : Find the x-intercept of the function.

Example 4 :

y = x3 - 3x2 - 4x + 12

Solution :

y = x3 - 3x2 - 4x + 12

Substitute y = 0 to find the x-intercept.

x3 - 3x2 - 4x + 12 = 0

x2(x - 3) - 4(x - 3) = 0

(x - 3)(x2 - 4) = 0

(x - 3)(x2 - 22) = 0

Using the identity (x2 - 22) = (a + b)(a - b),

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

x - 3 = 0  or  x + 2 = 0  or  x - 2 = 0

x = 3  or  x = -2  or  x = 2

The given function has three x-intercepts and they are 3, -2 and 2.

Example 5 :

y = ex - e

Solution :

y = ex - e

Substitute y = 0 to find the x-intercept.

ex - e = 0

Add e to both sides.

ex = e

Take natural logarithm on both sides.

lnex = lne

Using the power rule of logarithm,

xlne = lne

x(1) = 1

x = 1

The given function has one x-intercept and it is 1.

Example 6 :

y = log10(x + 2)

Solution :

y = log10(x + 2)

Substitute y = 0 to find the x-intercept.

log10(x + 2) = 0

Convert the above equation to exponential.

x + 2 = 100

x + 2 = 1

Subtract 2 from both sides.

x = -1

The given function has one x-intercept and it is -1.

Kindly mail your feedback to v4formath@gmail.com

We always appreciate your feedback.

©All rights reserved. onlinemath4all.com

Recent Articles

  1. Simplifying Algebraic Expressions with Fractional Coefficients

    May 17, 24 08:12 AM

    Simplifying Algebraic Expressions with Fractional Coefficients

    Read More

  2. The Mean Value Theorem Worksheet

    May 14, 24 08:53 AM

    tutoring.png
    The Mean Value Theorem Worksheet

    Read More

  3. Mean Value Theorem

    May 14, 24 02:48 AM

    meanvaluetheorem.png
    Mean Value Theorem

    Read More