The function f is defined by

f(x) = x^3 - x^2 - 4x + 4

The point (a,b) is on the graph of f and the line tangent to the graph at (a,b) passes through the point (0, -8) which is not on the graph of f. Find the values of a and b.

I have no clue how to solve this
I know the derivative of f prime (x) is
3x^2 - 2x - 4 and so (a,b) would be on the derivative line and so would (0, -8) but how do i find (a,b)???

The equation of the tangent line is

y = mx -8,
where m is the slope at the tangent point (a,b).

At (a,b), the value of y is
a^3 - a^2 + 4a + 4 = b
and the slope is
dy/dx @ x=a =
3x^2 -2x -4 = 3a^2 -2a -4 = m
From the tangent line equation, we also know that, at (a,b)
b = m a -8

So there are 3 equations in the three unknowns, m, a and b.

It is a bit messy, but that is as far as I can go.

To find the values of a and b, we can use the fact that the line tangent to the graph of f at point (a, b) passes through the point (0, -8).

Let's start by finding the equation of the tangent line at point (a, b). We know that the slope of the tangent line is equal to the derivative of f evaluated at x = a.

So, the slope of the tangent line is f'(a) = 3a^2 - 2a - 4.

Using the point-slope form of a line, the equation of the tangent line is given by:

y - b = (3a^2 - 2a - 4) * (x - a).

Since the point (0, -8) lies on the tangent line, we can substitute these values into the equation:

-8 - b = (3a^2 - 2a - 4) * (0 - a).

Simplifying further, we get:

-8 - b = (2a^3 + a^2 - 4a).

We also know that the point (a, b) is on the graph of f(x), so we can substitute the values into the equation for f(x):

b = a^3 - a^2 - 4a + 4.

Now, we have two equations:

-8 - b = 2a^3 + a^2 - 4a ---(1)
b = a^3 - a^2 - 4a + 4 ---(2)

To solve for a and b, we can substitute equation (2) into equation (1) to eliminate b:

-8 - (a^3 - a^2 - 4a + 4) = 2a^3 + a^2 - 4a.

Expanding and simplifying, we get:

-4a^3 + 2a^2 + 8a - 12 = 0.

Factoring out a common factor, we get:

-4(a^3 - 2a^2 - 2a + 3) = 0.

Now, we can solve for a by setting the factored expression equal to zero:

a^3 - 2a^2 - 2a + 3 = 0.

Solving this cubic equation for a might require factoring or using numerical methods such as the Newton-Raphson method or synthetic division.

Once you find the value(s) of a, substitute it back into equation (2) to get the corresponding value(s) of b.

Please note that solving this equation might require more advanced mathematical techniques, and in some cases, the equation might not have exact solutions.

To find the values of a and b, we need to consider the relationship between the graph of f(x) and its tangent line at the point (a, b).

First, let's find the equation of the tangent line to the graph of f(x) at the point (a, b). To do this, we'll use the derivative of f(x) which you correctly calculated as f'(x) = 3x^2 - 2x - 4.

The equation of a tangent line can be written in point-slope form as y - y1 = m(x - x1), where (x1, y1) is a point on the line, and m is the slope of the line.

Since the point (a, b) lies on both the graph of f(x) and its tangent line, we apply this equation using (a, b) and the derivative f'(a) as follows:

b - f(a) = f'(a)(x - a)

Substituting f(x) = x^3 - x^2 - 4x + 4, and f'(a) = 3a^2 - 2a - 4, we have:

b - (a^3 - a^2 - 4a + 4) = (3a^2 - 2a - 4)(x - a)

Now, we know that the tangent line passes through the point (0, -8), so we can plug these values into our equation to solve for a and b:

-8 - (a^3 - a^2 - 4a + 4) = (3a^2 - 2a - 4)(0 - a)

Simplifying the equation:

-8 - a^3 + a^2 + 4a - 4 = (-3a^3 + 2a^2 + 4a^2 - 3a - 4a + 2a + 4a^2 - 4a)

Combining like terms:

-a^3 + 5a^2 + 7a - 4 = -3a^3 + 4a^2 - a

Rearranging and simplifying:

2a^3 - 9a^2 + 8a - 4 = 0

Now, we have a cubic equation that needs to be solved for a. There is no straightforward algebraic method to find the values of a for this equation, so we'll need to use numerical methods or graphing calculators. One option is to use numerical methods like the Newton-Raphson method or a calculator with a built-in solver to find the roots of the equation, which will give us the values of a.

Once we have the values of a, we can substitute them into the equation b = a^3 - a^2 - 4a + 4 to find the corresponding values of b.

Note: The process described above is a general approach to solving this type of problem. The specific values of a and b can only be determined by actually solving the cubic equation or using numerical methods.