finding unknown variables in f(x) = (ax + b) / (x^2 - c)

hillaryous

New member
Joined
Dec 27, 2006
Messages
3
Given f(x) = (ax + b) / (x<sup>2</sup> - c) with the following properties:

i. the graph is symmetric with respect to the y-axis.
ii. the limit as x approaches 2 from the right of f(x) equals positive infinity.
iii. f'(1) = -2

determine the values of a, b, and c.

I think that c=2 because (ii.) indicates a vertical asymptote at x = 2, but I have no idea how to get the values of a or b. I plugged in 2 for c and took the derivative of f(x) and got:

f'(x) = (ax<sup>2</sup> - 4a - 2ax<sup>2</sup> - 2bx) / ((x<sup>2</sup> - 4)<sup>2</sup>)

Then I substituted 1 for x in the derivative and set it equal to -2 (iii.) and got
-18 = -5a-2b. But I don't know where to go from there, since I have one equation with two variables.
 
If the graph is symmetric with respect to the y-axis, so the left and right "halves" "match", then, since x<sup>2</sup> - c will be positive (above the axis) for all x-values such that x<sup>2</sup> > c, then what does this tell you about the sign on ax + b, especially as x gets large? What does this tell you about the value of "a"?

There is a vertical asymptote at x = 2. If c = 2, then the denominator is x<sup>2</sup> - 2, which has no zero at x = 2. So what must "c" actually be?

Once you have the (corrected) values of "a" and "c", take the derivative. Evaluate at x = 1, set equal to -2, and solve for the value of "b".

Eliz.

Edit: Ne'mind; complete solution posted below.
 
Hello, hillaryous!

Eliz. Stapel is absolutely correct . . .


Given: f(x)=ax+bx2c\displaystyle \:f(x) \:= \:\frac{ax\,+\,b}{x^2\,-\,c} with the following properties:

1) The graph is symmetric with respect to the y-axis.

2) limx2+=+\displaystyle \lim_{x\to2^+} \:=\:+\infty

3) f(1)=2\displaystyle f'(1)\,=\,-2

Determine the values of a,b\displaystyle a,\,b and c.\displaystyle c.

I think that c=4\displaystyle \fbox{c\,=\,4} because (2) indicates a vertical asymptote at x=2\displaystyle x\,=\,2 . . . Yes!

We have: \(\displaystyle \L\:f(x) \:= \:\frac{ax\,+\,b}{x^2\,-\,4}\)

(1) Symmetry to the y-axis means that the function is "even".
. . All the x\displaystyle x's have even exponents.
. . Hence: a=0\displaystyle \,\fbox{a\,=\,0}
We have: \(\displaystyle \:\L f(x) \:=\:\frac{b}{x^2\,-\,4}\) . . . and this satisfies (2).


We have: f(x)=b(x24)1\displaystyle \:f(x) \:=\:b(x^2\,-\,4)^{-1}
. . .Then: f(x)=b(x24)2(2x)=2bx(x24)2\displaystyle \:f'(x) \:=\:-b(x^2\,-\,4)^{-2}(2x) \:=\:\frac{-2bx}{(x^2\,-\,4)^2}

Since (3)  f(1)=2\displaystyle (3)\;f'(1)\,=\,-2, we have: f(1)=2b(1)(124)2=2\displaystyle \:f'(1) \:=\:\frac{-2b(1)}{(1^2\,-\,4)^2} \:=\:-2

. . and we have: 2b9=2        b=9\displaystyle \:\frac{-2b}{9}\:=\:-2\;\;\Rightarrow\;\;\fbox{b\,=\,9}


Therefore: \(\displaystyle \L\:\fbox{f(x)\;=\;\frac{9}{x^2\,-\,4}}\)

 
Top