Is This Function a Variation of a Hyperbola?

AI Thread Summary
The equation y = (x-1)² / ((x+1)(x-2)) has vertical asymptotes at x = -1 and x = 2, with an x-intercept at x = 1 and a y-intercept at y = -1/2. To sketch the graph accurately, it's important to analyze the behavior as x approaches infinity, where the horizontal asymptote is determined to be y = 1. Using limit calculus provides a clear method to find this horizontal asymptote, confirming the function's characteristics. The discussion emphasizes the need to calculate critical points and trends for a precise graph representation.
dagg3r
Messages
66
Reaction score
0
hi i got this equation
y= x^2 - 2x + 1 / X^2 -x - 2

how do i sketch this finding all intercepts, and asymptotes with a gfx calculator? Please check if the steps i did below is right

what i did i factorised the equation so i got

y= (x-1)^2 / (x+1)(x-2)

ASYMPTOTES
the bottom line (x+1)(x-2) = 0 gives me the vertical asymptotes thus
x= -1 and x=2

X-Intercept
to find the x-intercept i let y=0 thus (x-1)^2
X=1

Y-Intercept Let X=0
y=-1/2

I got those values but how do i sketch the graph it looks weird on the gfx calc is this a variation of a hyperbola? i also heard you can do stuff like use polydivion and get another equation or break it up and sketch it or something like that?
 
Physics news on Phys.org
dagg3r said:
I got those values but how do i sketch the graph it looks weird on the gfx calc is this a variation of a hyperbola? i also heard you can do stuff like use polydivion and get another equation or break it up and sketch it or something like that?

How precise does the graph need to be? If I were doing this for a class, I would just calculate all of the interesting points and trends and then connect the dots. For example, what happens as x goes to inf and -inf? Does y go to +inf or -inf at the critical points? I'm not sure why it won't plot on your calculator, though. Do the infinities cause problems? If so, have you tried restricting the range?
 
The horizontal asymtote needs to be calculated as well.

To do this, I am going to use limit calculus.

<br /> y = \lim_{x\rightarrow\infty} \frac{x^2 - 2x + 1}{x^2 - x - 2}<br />
<br /> y = \lim_{x\rightarrow\infty} \frac{\frac{x^2}{x^2} - \frac{2x}{x^2} + \frac{1}{x^2}}{\frac{x^2}{x^2} - \frac{x}{x^2} - \frac{2}{x^2}}<br />
<br /> y = \lim_{x\rightarrow\infty} \frac{1 - \frac{2}{x} + \frac{1}{x^2}}{1 - \frac{1}{x} - \frac{2}{x^2}}<br />
<br /> y = \frac{1 - 0 + 0}{1 - 0 - 0}<br />
y = 1

Another way to do this would be to switch x and y, solve for y, and see which values of x are undefined for that function, but the calculus method is quicker and easier IMO.
 
Last edited:
Thread 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
Back
Top