document.write( "Question 1191207: The function f is of the form f(x) = (ax + b) / (2x + c), for x ≠ -(c/2), where a, b, and c ∈ ℤ. Given that the graph of y = f(x) has asymptotes x = -5 and y = 2, and that the point P(1, -1/12) lies on the graph, what are the values of a, b, and c? \n" ); document.write( "
Algebra.Com's Answer #823004 by math_tutor2020(3816)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "The vertical asymptote is x = -5, which occurs because of a division by zero error. \n" ); document.write( "Plug x = -5 into the denominator to get \n" ); document.write( "2x+c = 2(-5)+c = -10+c\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Set that result equal to 0 and isolate c \n" ); document.write( "-10+c = 0 \n" ); document.write( "c = 0+10 \n" ); document.write( "c = 10\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Having 2x+10 in the denominator will lead to a denominator of zero when x = -5.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "----------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The horizontal asymptote y = 2 is the result of dividing the leading terms. This applies because the degree of the numerator and denominator are the same (both are of degree 1). \n" ); document.write( "This works because the leading terms are the largest when x gets really big (meaning that the smaller terms b and c effectively get so small we can ignore them).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Anyways, dividing the leading terms gets us this \n" ); document.write( "(ax)/(2x) = a/2 \n" ); document.write( "where x is nonzero\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Setting that equal to the horizontal asymptote value and solving for 'a' yields the following \n" ); document.write( "a/2 = 2 \n" ); document.write( "a = 2*2 \n" ); document.write( "a = 4\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "----------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We found that \n" ); document.write( "a = 4 \n" ); document.write( "c = 10\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let's update the function from \n" ); document.write( "f(x) = (ax+b)/(2x+c) \n" ); document.write( "to \n" ); document.write( "f(x) = (4x+b)/(2x+10)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We're told that P(1,-1/12) is on the f(x) curve. \n" ); document.write( "This means that the input x = 1 pairs with the output y = f(x) = -1/12\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We'll use these two new values to find b \n" ); document.write( "f(x) = (4x+b)/(2x+10) \n" ); document.write( "-1/12 = (4(1)+b)/(2(1)+10) \n" ); document.write( "-1/12 = (4+b)/(12) \n" ); document.write( "-1 = 4+b .... multiplied both sides by 12 \n" ); document.write( "4+b = -1 \n" ); document.write( "b = -1-4 \n" ); document.write( "b = -5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "----------------------------------------------------\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Answers: \n" ); document.write( "a = 4 \n" ); document.write( "b = -5 \n" ); document.write( "c = 10 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |