\begin{cases} y=x^4 \\ y+8=a(x+5/4) \end{cases} How many solutions does this sytem have depending on parameter a? I need to solve it using derivatives somehow. Thank you.
I solved using hint which bubba gave me. Basically, we have this equation: $ x^4 + 8 = a(x + \frac54) $ Let's suppose that we have two functions: $ f(x) = x^4 + 8 $ and $g(x)=a(x+\frac54)$
$f(x)$ is a parabola looking thing while $g(x)$ is a line. So, we would have one solution when tangent line to $f(x)$ in some point $(x_0,f(x_0))$ derivative to $f(x)$ would be the same line as $g(x)$ So the derivative of $f(x)$ is $f'(x) = 4x^3$. So the tangent line would be $y = 4x_0^3(x-x_0) + f(x_0) = 4x_0^3x - 3x_0^4 + 8$. But we have that $y = g(x)$. So \begin{cases} a=4x_0^3 \\ \frac54a=8-3x_0^4 \end{cases}. Then we need to solve this equation: $5x_0^3=8-3x_0^4$ The solutions are $x_0 = -2$ and $x_0=1$ So, we would have one solution when $a = 4$ and $a=-32$
And we would have no solutions if $0<=a<4$ or $0>=a>-32$.
And we would have two solutions if $a>4$ or $a<-32$