Points of Tangency for Horizontal Tangents in a Function

mrfunkyg
Messages
3
Reaction score
0

Homework Statement


Determine the points at which the graph of the function has a horizontal tangent
f(x)=(x^2)/(x-1)


Homework Equations


The Attempt at a Solution


f'(x)= ((x-1)(2x)-(x^2)(1))/((x-1)^2)
((2x^2)-2x-x^2))/(x-1)^2
f'(x)= ((x^2)-2x))/((x-1)^2)

third step
I set to 0 I get the equation
X^2-2x=0
factor x(x-2)=0
my points of tangency are (0.0) and (2,0)
but the book says it's (0,0) and (2,4)
thanks for the help
 
Physics news on Phys.org
To find the points, you need to determine (x,f(x)). What is f(2)?
 
Hello Fzero thank you for the reply.
f'(x)=x^2-2x=0
f'(0)=(0)^2-2(0)=0 (0,0)
f'(2)=(2)^4-2(4)=0 (2,0)
 
f'(x) = 0 is the condition that the tangent be horizontal. The solutions are values of x. To find the (x,y) values of the points you must compute y=f(x), not f'(x).
 
fzero said:
f'(x) = 0 is the condition that the tangent be horizontal. The solutions are values of x. To find the (x,y) values of the points you must compute y=f(x), not f'(x).

Thank you so much!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top