How do I differentiate (x^(3)+2x) / (x^(2)-5)?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
RaptorsFan
Messages
12
Reaction score
0

Homework Statement


(x^(3)+2x) / (x^(2)-5) d/dx = ?


Homework Equations


d/dx (f/g) = (g d/dx (f) - f d/dx (g)) / g^2


The Attempt at a Solution



d/dx y = { (x^(2)-5) d/dx (x^(3)+2x) - (x^(3)+2x) d/dx (x^(2)-5) } / (x^(2)-5)^2

This is where it gets complicated for me.

{ (x^(2)-5)(2x^(2)+2) - (x^(3)+2x)(2x) } / (x^(2)-5)^2

I am pretty sure this is at least close, if it is wrong please tell me where I went wrong, and if it is right but not simplified can you explain how to simplify it further.

Thank you in advance, I hope that I gave you appropriate information.
 
Physics news on Phys.org
The only mistake I noticed was where you have d/dx(x^3 + 2x) = 2x^2 + 2. That should be 3x^2 + 2.

[tex]\frac{dy}{dx}~=~\frac{(x^2 - 5)(3x^2 + 2) - (x^3 + 2x)(2x)}{(x^2 - 5)^2}[/tex]

You might get some simplification if you multiply the two products in the numerator and then combine like terms.
 
Yep that was a careless typing error, thank you for validating.