Let $f(x)=ax^3+bx^2+cx+d$ and $g(x)=x^2+x-2$. If $$\lim_{x \to 1}\frac{f(x)}{g(x)}=1$$ and $$\lim_{x \to -2}\frac{f(x)}{g(x)}=4$$ then find the value of $$\frac{c^2+d^2}{a^2+b^2}$$ Since the denominator is tending to $0$ in both cases, the numerator should also tend to $0$, in order to get indeterminate form. But it led to more and more equations.
2026-04-02 18:35:00.1775154900
On
Limit of an unknown cubic expression
53 Views Asked by user167045 https://math.techqa.club/user/user167045/detail At
3
There are 3 best solutions below
0
On
You pointed out that the numerator should also tend to $0$ when $x \to 1$ or $x \to -2$. So, let's make our polynomial
$$f(x) = (ax + b)(x - 1)(x + 2).$$
Now $$\lim_{x \to 1}\frac{f(x)}{g(x)} = \frac{(a+b)}{3} = 1,$$ and $a + b = 3$. Also,
$$\lim_{x \to -1}\frac{f(x)}{g(x)} = \frac{(b - 2a)}{-3} = 4,$$ and $b - 2a = -12$. Now you've got two unknown parameters and two linear equations, so that shouldn't be an issue to find $a$ and $b$. Once you have them, you can multiply out the polynomial to find $c$ and $d$, as well as the final fraction.
Maybe a bit inelegant, but it'll get the job done!
What about? $$f(x)=-x^3+x^2+4x-4$$ So: $$\frac{c^2+d^2}{a^2+b^2}=32/2=16$$
Let us make ansatz that $$f(x)=a(x+\alpha)(x-1)(x+2)$$ So: $$a(1+\alpha)=1,a(\alpha-2)=4\implies a=-1,\alpha=-2$$ so: $$f(x)=-(x-1)(x+2)(x-2)=-x^3+x^2+4x-4$$