How do you find zeros of #y=5x^3-5x#?

1 Answer

#x=-1, 0, 1#

Explanation:

Let's start with the original:

#y=5x^3-5x#

We can factor out a #5x# from both terms, so we get:

#y=5x(x^2-1)#

And now let's factor the expression within the brackets:

#y=5x(x+1)(x-1)#

We set it all equal to 0:

#0=5x(x+1)(x-1)#

And we can now find the zeros:

#5x=0#

#x=0#

~~~

#x+1=0#

#x=-1#

~~~

#x-1=0#

#x=1#

So #x=-1, 0, 1#