The function isAny help would be appreciated
View attachment 5216
The function is
y(x) = x3 - x2 + 3
and you have computed the derivative and slope correctly. However the (x1, y1) in the tangent line formula is for the point (2, y(2)) so where did you get the zero?
every point on the line is (x, y(x)) 0r if you prefer (x,f(x)). You are giving two pieces of information: y=x^3 -x^2 + 3 and x=2. Since a point has an x-value AND a y-value and you have the x-value (x=2) you need to find the y-value. So use the equation y=x^3 -x^2 + 3 and plug in 2 for x.In this question, I mistakenly thought x=2 is the same as (2,0). How were you able to interpret the points to be (2, y(2))? And yes I was able to get the correct answer, thank you~