2
$\begingroup$

Function:

$$f(x)= \frac{x-3}{x^2+2x-8} $$

In terms of y:

$$y= \frac{x-3}{x^2+2x-8} $$

Then x isolated: $$x= \frac{\sqrt{36y^2-16y+1}-2y+1}{2y} $$

To find the Range we need to find the Domain of this 'new' Function.

1.- We must look if $\ \sqrt{36y^2-16y+1} $ is a Real number

2.- The Denominator $\ 2y $ should not be 0

1.- $\ \sqrt{36y^2-16y+1} $ will always be positive, so will be Real.

2.- We find the root: $\ 2y=0 $ so $\ y=0 $

Which left us that this Domain is all Real Numbers except 0, so this is the Range of the original Function.

But look at the graphic: Function

That wasn't the range, but i've found, i've found the roots of $\ {36y^2-16y+1} $ and those roots are that numbers accordingly to the graphic: .0752 and .03692, but i dont know how to argue this result.

  • 0
    $$\ x_{1,2}= \frac{\pm\sqrt{36y^2-16y+1}-2y+1}{2y}$$2011-11-10
  • 0
    It is clear that $0$ is in the range, either from picture or by setting $x=3$. For solution of the quadratic in $x$, you forgot the $\pm$. It is much easier to use usual calculus max/min techniques (if you know calculus).2011-11-10
  • 0
    @pedja I dont understand what do you mean :( the another x changes result's?2011-11-10
  • 0
    you didn't isolate $x$ correctly2011-11-10
  • 0
    but even with the second solution,it will not change the fact that y=0 and stays as before, sorry if im wrong2011-11-10
  • 0
    You are not quite right. With the second solution, the top is $0$ at $y=0$, so you can draw no conclusion about the non-existence of the $x$. Or to put it another way, go back to your original "quadratic" in $x$. If $y=0$, you don't really have a quadratic, so quadratic formula is inappropriate. Do you want a solution with calculus or without calculus?2011-11-10
  • 0
    I was looking for doing this way, i was wondering... thank you man2011-11-10

1 Answers 1

5

The function inside the square root, $36y^2 - 16y + 1$, is less than zero on the interval $(\frac{1}{18}(4-\sqrt{7}),\frac{1}{18}(4+\sqrt{7})) = (0.075236,0.369208)$ which makes the function undefined on that interval. This appears to correspond to the region outside the range of the graph of your function.

As for why $y$ can be zero when it would make the expression undefined, this is because in order to get the expression for $x$ we had to divide by $y$, which subtly changes the function (since we can't do that if $y=0$) and we have to check separately if $y=0$ will work. It is important to watch out for this sort of slight change when manipulating functions.

  • 0
    You are right, just one thing, what about the Denominator which lefts with All Real Numbers except 0 (y=0) union, intersection of intervals?2011-11-10
  • 0
    When $y=0$, you don't get a quadratic in $x$, you get a linear function in $x$ which corresponds to $x=3$. By solving it as a quadratic you implicitly discard the possibility that $y=0$; you need to do that case separately.2011-11-10
  • 0
    O, i understand right now, thanks guys, sorry for my errors. :(2011-11-10