Quote (NinjaSushi2 @ 27 Mar 2014 09:17)
I don't know how to do this fraction. I am doing rational functions.
I am trying to plot the an equation and one of the numbers is x=1/2
7(x)/x^2-4
__
7x__
x^2 - 4
So how do I do 1/4 - 4? I get the 7/2 part but not the 1/4 - 4 crap. Then it's 7/2 over 1/4 - 4.

when is 1/2, x^2 is 1/4 so what you get is (7/2)*1/(-3.75) so it's -0.93333333...
the problems are x=+2 and x=-2 then your denominator is 0
the numerator is always negative for x negative and positive for x positive
the denominator is positive for (-inf,-2) U (+2,+inf) and negative for (-2,+2)
for large numbers the function is ~7/x which means it goes close to zero the larger x gets, so
when you plot the function from the left (-infinity) it will start from being (close to) zero and drop towards -infinity when you get close to -2
at -2 it will switch to +infinity, pass through 0 at x=0 and drop to -infinity when you reach +2
then it will switch to +infinity and drop towards zero when x goes towards +infinity
hope that clears it up
This post was edited by brmv on Mar 27 2014 03:43am