MHB Finding Domain of f(x)=\frac{1}{x^{2}-x-6}

  • Thread starter Thread starter badatmath
  • Start date Start date
  • Tags Tags
    Domain
badatmath
Messages
3
Reaction score
0
I'm supposed to find the domain of this function, I know I'm supposed to set the denominator equal to 0 but I don't know what to do after that, please help!

$$f(x)=\frac{1}{x^{2}-x-6}$$

I can't figure out how to make this look like a real fraction but it's supposed to be 1 over x squared minus x minus 6.
 
Last edited by a moderator:
Mathematics news on Phys.org
Okay, to find the values that need to be excluded from the domain because they cause division by zero, we set:

$$x^2-x-6=0$$

Can the quadratic on the left perhaps be factored?
 
So I add 6. That makes x^2-x=6, and then what?
 
badatmath said:
So I add 6. That makes x^2-x=6, and then what?

No, you want to ask yourself, "Are there two factors of -6 whose sum is -1?"

Look at the following:

$$(x+a)(x+b)=x^2+(a+b)x+ab$$

So, you need to find an $a$ and a $b$ such that $ab=-6$ and $a+b=-1$...what do you find?
 
I figured it out!

$$x^2-x-6=0$$

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

$$x\in\{-2,3\}$$

And so the domain, in interval notation, is:

$$(-\infty,-2)\,\cup\,(-2,3)\,\cup\,(3,\infty)$$
 
The proper way to factor a quadratic is "to complete the square".

In general, if we have:

$x^2 + px + q = 0$, we can through some algebraic trickery, make it be:

$x^2 + 2\left(\dfrac{p}{2}\right)x + \dfrac{p^2}{4} - \dfrac{p^2}{4} + q = 0$

or:

$\left(x + \dfrac{p}{2}\right)^2 = \dfrac{p^2 - 4q}{4}$.

In your case, we have $p = -1$, and $q = -6$, and the "ugly" expression on the right becomes:

$\dfrac{1 - 4(-6)}{4} = \dfrac{25}{4} = \left(\dfrac{5}{2}\right)^2$.

This is most convenient, since we can now "just take square roots", either:

$x - \dfrac{1}{2} = \dfrac{5}{2}$, or:

$x - \dfrac{1}{2} = -\dfrac{5}{2}$

Although MarkFL's approach is valid, it only works on "easily factorable" quadratics, and you might not know ahead of time if you have one.

- - - Updated - - -

badatmath said:
I figured it out!

$$x^2-x-6=0$$

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

$$x\in\{-2,3\}$$

And so the domain, in interval notation, is:

$$(-\infty,-2)\,\cup\,(-2,3)\,\cup\,(3,\infty)$$

Good job!
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
I'm interested to know whether the equation $$1 = 2 - \frac{1}{2 - \frac{1}{2 - \cdots}}$$ is true or not. It can be shown easily that if the continued fraction converges, it cannot converge to anything else than 1. It seems that if the continued fraction converges, the convergence is very slow. The apparent slowness of the convergence makes it difficult to estimate the presence of true convergence numerically. At the moment I don't know whether this converges or not.

Similar threads

Back
Top