No problem
By the way, I never use this long tedious method of substitution to find the derivative. Finding the pattern in what happens will really save you time and energy.
Let's look at your most recent example:
y=\left(ln(5x^3-5)\right)^3
First we picture the entire problem as (something)
3, and so we use the usual rule and arrive at:
\frac{dy}{dx}=3\left(ln(5x^3-5)\right)^2 --- not the answer
but now we need to multiply everything by the derivative of what's inside, and then what's inside that... etc. till we reach a finishing point.
we look at what's inside as being ln(something), so we have to multiply by the derivative of that, which, by our rule with logarithms becomes 1/(something).
Now we have:
\frac{dy}{dx}=3\left(ln(5x^3-5)\right)^2.\frac{1}{5x^3-5} --- not the answer
But again, we've ignored what's inside of that log, so we need to multiply by the derivative of that as well,
So finally we end up with:
\frac{dy}{dx}=3\left(ln(5x^3-5)\right)^2.\frac{1}{5x^3-5}.(15x^2) --- the answer
We can even go again and think of it as 5(something)
3-5 but then the derivative of that something is 1 so it doesn't change anything. This is our true finishing point since there are no more variables to deal with.