How do you write a rational expression with excluded values of -2 and 2?

1 Answer
May 2, 2017

#"insert any polynomial here"/(x^2-4)#

Explanation:

This is kinda long but I hope you take the time to read the explanation.

A rational expression is simply a fraction where the numerator and denominator are polynomials.

In a rational expression you get excluded values when the denominator becomes equal to #0# (because division by #0# is undefined).

The numerator can be anything. It could be #1#, #10000x+x^2#, whatever comes to your head. Any polynomial in the numerator will not give you an excluded value.

For these types of questions, it is actually very simple to answer problems like this. All you have to do is plug in the values you want to exclude into the expression #(x-"value")#, then multiply all of these together.

Example

What is a function with excluded values #1,-2#?

For the numerator, we could use anything, for example #x^2#.

For the denominator, we plug in the excluded values into #(x-"value")#. So since we have #1# and #-2#, we get #(x-1)# and #(x-(-2))#. Then we multiply these two together. #(x-1)(x+2)=x^2+x-2#.

So we have:

#x^2/(x^2+x-2)#

Now to answer your question, we just do the same. We want to exclude #-2# and #2#, so we get #(x-(-2))# and #(x-2)#. We multiply them together: #(x+2)(x-2)=x^2-4#.

So the answer is:

#color(red)("insert any polynomial here"/(x^2-4))#