SOLUTION: For what values of k does (x-1)^2(x+2) =k have exactly one root, and why?

Algebra ->  Square-cubic-other-roots -> SOLUTION: For what values of k does (x-1)^2(x+2) =k have exactly one root, and why?       Log On


   



Question 1074236: For what values of k does (x-1)^2(x+2) =k have exactly one root, and why?

Answer by Edwin McCravy(20056) About Me  (Show Source):
You can put this solution on YOUR website!
Where this has one root

%28x-1%29%5E2%28x%2B2%29+=k

amounts to the system of equations with y = left side
and y = right side, or

system%28y=%28x-1%29%5E2%28x%2B2%29%2Cy=k%29

having ony one point of intersection.

We draw the graph of y=%28x-1%29%5E2%28x%2B2%29 and various
horizontal lines that have the equations y=k for
various values of k:

 

We see that the horizontal lines above the 
relative maximum point intersect the graph in only
one point, as do points below the relative minimum
point.  However the horizontal lines between the relative
maximum and relative minimum points intersect the graph
3 times, and the horizontal line that pass through those
relative extrema intersect the graph twice.

Therefore so that a horizontal y = k crosses the graph
only once, we find the relative extrema:

y=%28x-1%29%5E2%28x%2B2%29

We find the derivative using the product rule:

%22y%27%22=%28x-1%29%5E2%281%29%2B%28x%2B2%29%282%28x-1%29%281%29%29

%22y%27%22=%28x-1%29%5E2%2B%28x%2B2%29%282%28x-1%29%29
  
%22y%27%22=%28x-1%29%5E2%2B2%28x%2B2%29%28x-1%29

Set that = 0

%28x-1%29%5E2%2B2%28x%2B2%29%28x-1%29=0

Factor out (x-1)

%28x-1%29%28%28x-1%29%5E%22%22%2B2%28x%2B2%29%29=0

%28x-1%29%28x-1%2B2x%2B4%29=0

%28x-1%29%28%28x-1%29%283x%2B3%29%29=0

x-1=0, 3x%2B3=0
x=1,   3x=-3
             x=-1

So the x-coordinates of the relative extrema are
x = 1 and x=-1

We substitute those into the equation of the graph
to find the y-values of the two relative extrema:

y=%28x-1%29%5E2%28x%2B2%29, substituting x=-1

y=%28-1-1%29%5E2%28-1%2B2%29
y=%28-2%29%5E2%281%29
y=4

So the relative maximum point is (-1,4)

y=%28x-1%29%5E2%28x%2B2%29, substituting x=1

y=%281-1%29%5E2%281%2B2%29
y=%280%29%5E2%283%29
y=0

So the relative minimum point is (1,0)

So we must have k > 4 or k < 0 in order
for %28x-1%29%5E2%28x%2B2%29+=k to have exactly one root.

Edwin