f(x)=8/(x^2+x+2)

Set up an equation, which when solved will give the points where the tangent line has y-intercept 5.

f' = a = -8(2x+1)/(x^2+x+2)^2

y = a x + 5

8/(x^2+x+2) = -8(2x^2+x)/ (x^2+x+2)^2 + 5
etc

Damon, so what you did was apply the quotient rule to the ax part? Wouldn't the -8 be -8x then? And if I'm doing it right, would my final equation be this?

0=(5x^4+10x^3+x^2+4x+4)/(x^2+x+2)^2

To find the points where the tangent line of the function f(x) has a y-intercept of 5, we need to find the values of x where the slope of the tangent line equals 5.

The slope of the tangent line at a point on the graph of f(x) can be found by taking the derivative of the function. So, let's start by finding the derivative of f(x).

Given: f(x) = 8/(x^2 + x + 2)

To find the derivative, we can use the quotient rule. The quotient rule states that if we have a function as a ratio of two other functions, the derivative is given by:

If f(x) = g(x) / h(x), then f'(x) = (g'(x) * h(x) - g(x) * h'(x)) / (h(x))^2

In our case, g(x) = 8 and h(x) = (x^2 + x + 2). Let's find the derivative f'(x) of f(x):

f'(x) = ((8 * (2x + 1)) - (8 * (2x^2 + x + 1))) / ((x^2 + x + 2)^2)

Simplifying the expression, we get:

f'(x) = (16x + 8 - 16x^2 - 8x - 8) / (x^2 + x + 2)^2
= (-16x^2 + 8x) / (x^2 + x + 2)^2

Now, we know that the slope of the tangent line at any given point is given by f'(x). We want to find the points where f'(x) equals 5.

Thus, we can set up the following equation:

-16x^2 + 8x = 5 * (x^2 + x + 2)^2

Simplifying the equation, we get:

-16x^2 + 8x = 5x^4 + 10x^3 + 25x^2 + 20x + 20

Combining like terms and rearranging the equation, we have:

5x^4 + 10x^3 + 41x^2 + 12x + 20 = 0

Now, this is a polynomial equation of degree 4. To find the solutions, we can use numerical methods or a computer solver.

However, this equation does not have a simple analytical solution. Therefore, to obtain the points where the tangent line of f(x) has a y-intercept of 5, it is necessary to use numerical methods or a computer program to approximate the roots of the equation.