Skip to main content

`y=-3/(x+2)` Graph the function. State the domain and range.

To be able to graph the given function `y=-3/(x+2)` , we need to solve for the possible location of vertical asymptote.


Vertical asymptote exist at x=a that will satsify `D(x)=0` on a rational function `f(x)=(N(x))/(D(x))` .


 To solve for the verical asymptote, we equate the expression at denominator side to 0 and solve for x.


`x+2=0`


`x +2-2=0-2`


`x=-2`


A vertical asymptote exist along `x=-2` .


To solve for horizontal asymptote for a given function: `f(x) = (ax^n+...)/(bx^m+...)` , we follow the conditions:


when `n lt m`     horizontal asymptote: `y=0`


        `n=m `        horizontal asymptote:  ` y =a/b`


        `ngtm `       horizontal asymptote: `NONE`


The function `y=-3/(x+2)` is the same as  `y=(-3x^0)/(x^1+2)` .


Then, `n=0` and `m=1` satisfies the condition: n<m.


Therefore, a horizontal asymptote exist at `y=0` (along x-axis).


To solve for possible y-intercept, we plug-in `x=0 ` and solve for `y ` .


`y=-3/(0+2) `


`y=-3/2 or -1.5 `


Then, y-intercept is located at a point `(0,-1.5) ` .


To solve for possible x-intercept, we plug-in `y=0 ` and solve for x.


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


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


`0=-3 `


The x's get cancelled out. Thus, there is no x-intercept.


The y-intercept `(0,-1.5)` indicates that the graph is below the x-axis. Given that we can not cross the x-axis due to the horizontal asymptote, it follows that the graph approach the vertical asymptote in downward direction from right and upward direction from the left.


Solve for additional points as need to sketch the graph.


When `x=-5` , then `y =-3/(-5+2)=1` . point: `(-5,1)`


When `x=-3` , then `y =-3/(-3+2)=3` . point: `(-1,3)`


When `x=1` , then` y =-3/(1+2)=-1` . point: `(1,-1)`


Applying the listed properties of the function, we plot the graph as:



The domain of the function is based on the possible values of x.


Domain: `(-oo, -2)uu(-2,oo)`


`x=-2` excluded due to the vertical asymptote


The range of the function is based on the possible values of y.


Range: `(-oo,0)uu(0,oo)`


`y=0` is excluded due to the horizontal asymptote.

Comments

Popular posts from this blog

Is there a word/phrase for "unperformant"?

As a software engineer, I need to sometimes describe a piece of code as something that lacks performance or was not written with performance in mind. Example: This kind of coding style leads to unmaintainable and unperformant code. Based on my Google searches, this isn't a real word. What is the correct way to describe this? EDIT My usage of "performance" here is in regard to speed and efficiency. For example, the better the performance of code the faster the application runs. My question and example target the negative definition, which is in reference to preventing inefficient coding practices. Answer This kind of coding style leads to unmaintainable and unperformant code. In my opinion, reads more easily as: This coding style leads to unmaintainable and poorly performing code. The key to well-written documentation and reports lies in ease of understanding. Adding poorly understood words such as performant decreases that ease. In addressing the use of such a poorly ...

Is 'efficate' a word in English?

I routinely hear the word "efficate" being used. For example, "The most powerful way to efficate a change in the system is to participate." I do not find entries for this word in common English dictionaries, but I do not have an unabridged dictionary. I have checked the OED (I'm not sure if it is considered unabridged), and it has no entry for "efficate". It does have an entry for "efficiate", which is used in the same way. Wordnik has an entry for "efficate" with over 1800 hits, thus providing some evidence for the frequency of use. I personally like the word and find the meaning very clear and obvious when others use it. If it's not currently an "officially documented" word, perhaps its continued use will result in it being better documented.