0

Functions of polynomials often have more than one solution. For example, $x^2 = b$ with positive $b$ has two solutions for $x$.

How does that work for higher polynomials? Say, I have for positive $a,b,c$ and natural $y$

$$ (ax + b)^y = c \\ x_0 = \frac{c^{1/y}-b}{a}$$

Clearly, $x_0$ is one solution. How can I find potential real additional solutions for $y > 1$?

FooBar
  • 1,059
  • 6
  • 15

1 Answers1

0

For real and the given example: if y is odd than one, if even than two. If you allow complex solution, than you have y

Moti
  • 1,928