Let f(x) = (x^2−1)/(x^4+1)
(a) At which points does the graph of the f(x) have a horizontal tangent line?
(b) Draw the graph of f(x) on MATLAB(or octave online) and identify the points for horizontal tangents on the graph.
a)
horizontal tangent line is at points of extremum:
f′(x)=2x(x4+1)−4x3(x2−1)(x4+1)2=0f'(x)=\frac{2x(x^4+1)-4x^3(x^2-1)}{(x^4+1)^2}=0f′(x)=(x4+1)22x(x4+1)−4x3(x2−1)=0
2x5+2x−4x5+4x3=02x^5+2x-4x^5+4x^3=02x5+2x−4x5+4x3=0
x(2−2x4+4x2)=0x(2-2x^4+4x^2)=0x(2−2x4+4x2)=0
x1=0x_1=0x1=0
let k=x2k=x^2k=x2 , then:
k2−2k+1=0k^2-2k+1=0k2−2k+1=0
k=1k=1k=1
x2=1,x3=−1x_2=1,x_3=-1x2=1,x3=−1
b)
x=-100:100; y=(x.^2-1)./(x.^4+1); plot(x,y)
Need a fast expert's response?
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments