How to determine parameters $a, b,$ and $d$ so that a rational function models a given graph?

2.1k Views Asked by At

I'm trying to solve a function problem. It states:

Determine the values of $a$, $b$, and $d$ so that the rational function $$f(x) = \frac{(x+a)(x-1)(x-b)}{(x-c)(x+d)(x-3)}$$

correctly models this graph:

enter image description here

I've been looking at this for a while and I just can't figure out how I'm supposed to approach it. I think it has something to do with limits and I know they're all going to be integer numbers. Any ideas beyond randomly plugging numbers into Desmos until I get the right graph?

3

There are 3 best solutions below

1
On BEST ANSWER

from the expression, we see that whenever the numerator is zero, the graph intersects $x$ axis, and the numerator becomes zero when either of the factors is zero hence possible roots: $x=-a, x=1$ and $x=b $. Also when the denominator is zero, the graph should tend to infinity if the numerator is non-zero at the same time. ie: $x= c, x=-d$ and $x=3$.

From graph, roots are $x=-2,x=1$. Hence hints for $a$ and $b$.

Also as the discontinuity is at $x=3$, the function is not defined there hence the denominator is zero but the numerator is also but because nothing can be divided by zero, it is not defined at that single point. So you have to think of ways in which we can choose $c$ and $d$ such that at one of the function is not defined and at the other it simply reaches infinity.

You can take it from here, I guess.

0
On

HINT:

  • You can see that at $x=-1,2$, $f$ goes to infinity so $c$ and $d$ are ?

  • Then use the points $(-2,0)$ and $(1,0)$ to solve for $a$ and $b$.

0
On

For this sort of problem, you should start by looking at "special points": intercepts, asymptotes, discontinuities, etc. You can then move on to looking for those for the derivative, second derivative, etc.

There are three special points highlighted for you: $x$-intercepts at $-2$ and $1$, and $y$-intercept at $1$, and a discontinuity at $(3,2.5)$. The $x$-intercepts tell you where the function should be zero: plugging in both $x = -2$ and $x = 1$ should give zero. If you plug $x = 1$ into $x - 1$, that gives you zero, so that's already taken care of. So now you need one of the parentheses to give you zero at $x = -2$. If $x = -2$, then adding $2$ to $x$ gives zero, so you want an $x+2$ in one of the parentheses, so $a = 2$.

For the $y$-intercept, you can plug in $x = 0$, and see that the equation gives you $$\frac{(0+2)(0-1)(0-b)}{(0-c)(0+d)(0-3)}.$$ This has three unknowns, so it's not very useful.

We can next look at the vertical asymptotes. There are two of them, at $x = -1$ and $x = 2$. A vertical asymptote corresponds to the denominator being zero, so we should have $x + 2$ and $x - 1$ on the bottom, giving $c = 1$ and $d = 2$. However, there's also an $x - 3$ on the bottom, but no vertical asymptote at $x = 3$. So we need to cancel that out with an $x - 3$ on the top, giving $b = 3$.