Re: Function homework help
Re: Function homework help
Re: Function homework help
A) Correct. Inside the square root you have, after completing the square
which is never 0 (bad for division) or negative (bad for square root).
B) Correct. Algebraically, you evaluate the two limits:
and
. Do you know how to do that?
C) This is two problems, because you have two lines (horizontal), and for each of them you're being asked if the line intersects the graph of the function.
Let's first look at the line y=-2. Suppose P is a point of intersection. What does that mean? It means that P is on the graph of the line y=-2, and P is on the graph of the function f. What does that mean? If P = (a, b), then it means that b = f(a). That's what the graph of the function y=f(x) is - points with coordinates looking like (x, f(x)) where x is in the function's domain. The same thing goes for the horizontal line y =-2. P = (a, b) is on that line means that P's y-coordinate, b, is the result of plugging P's x-coordinate, a, into the equation of the line.
OK, P = (a, b) is an intersection point of the graph of f and the graph of the horizontal line y=-2.
Therefore b = 2(a)/sqrt(a^2 + a + 1) (plugging P into the formula for the graph of f)
and b = -2 (plugging P into the formula for the graph of y = -2).
Note that when you "plug a in for x" in the formula for the horizontal line, nothing happens, because there is no x in that formula! It's the constant function that gives back a value -2 no matter which x value you give it. So when you plugged a in for x, it produced -2. Plugging b in for y and you get: b = -2. That's it.
Now solve: b = 2(a)/sqrt(a^2 + a + 1) and b = -2.
Well, you've solved for b pretty easily! Plug that into the other equation,and then solve for a.
Solve for a: -2 = 2a/sqrt(a^2 + a + 1). Do you know how to do this?
When you're done, assuming it even has a solution, you'll need to plug a back into f to see if in fact f(a) = b = -2. It might not. In other words, CHECK your answer. This isn't checking for a mistake, but for a legitimate math purpose that you'd need to do even if your were computationally infallible!
Now check the other hortizontal asymptote, y = 2. If you repeat everything above for this case, you'll end up with:
Solve for a: 2 = 2a/sqrt(a^2 + a + 1).
Notice how similar it is to the previous provblem when y=-2? They're the same except for a minus sign. To solve either equation you'll have to square it eventually (to undo that square root), and as soon as you square it you'll lose the information as to whether it started out being the first equation, or the second. You won't know whether the a you end up solving for applies to the y=2 line or the y=-2 line! The only way to tell will be to check by evaluating f(a)! This is why that check isn't optional. Squaring both sides of an equation always loses information about whether you had a + or a - prior to the squaring.