I have the problem: Find the Derivative: $$\frac{4y^6-6y}{e^{4y}+y}$$
I used the quotient rule $$ \left( \frac{f}{g}\right)' = \frac{f'g-fg'}{g^2}$$
After deriving, I got $$\frac{(24y^5-6)(e^{4y}+y)-(4y^6-6y)(4e^{4y}+1)}{(e^{4y}+y)^2}$$
Do I need to use the chain rule on $g^2$ before simplifying? What about $g$ in the top equation?