So I had these two functions and the following exercise:
$f(x)=x^3-2x^2$
$g_p(x)=px$
Determine all values of $p$ for which $f$ and $g_p$ have three points in common.
Whats a good way to tackle this? I tried equaling them to each other but that doesn't seem to work. Any good methods? (No hints please).
The method that you mentioned is the way to go:\begin{align}x^3-2x^2=px&\iff x=0\vee x^2-2x=p.\end{align}If $p=0$, then there will be only two points in common ($(0,0)$ and $(2,0)$). So, solve the equation $x^2-2x=p$ assuming that $p\neq0$ and make sure that you get two distinct solutions.