The equation of the tangent line to a function at a given point can be found using the point-slope form of a line, which is given by:
y - y_1 = m(x - x_1)
The slope of the tangent line is the derivative of the function evaluated at the given point. The derivative of the function (y = 3x^2 - 7) is (y’ = 6x). Evaluating this at (x = -1) gives (m = 6(-1) = -6).
The y-coordinate of the point on the function where (x = -1) is (y = 3(-1)^2 - 7 = -4).
Substituting these values into the point-slope form gives the equation of the tangent line:
y - (-4) = -6(x - (-1))
Simplifying this gives:
y = -6x - 10
So, the equation of the tangent line to the graph of (y = 3x^2 - 7) at (x = -1) is (y = -6x - 10)