Derivative of a Fraction: Simplifying with Polynomial Division?

Click For Summary

Homework Help Overview

The discussion revolves around finding the derivative of the function $$y = \frac{2x^5-3x^3+x^2}{x^3}$$. Participants explore the application of derivative rules, particularly in the context of polynomial division and the quotient rule.

Discussion Character

  • Mixed

Approaches and Questions Raised

  • Some participants attempt to simplify the expression by separating it into individual fractions before taking the derivative. Others question whether polynomial division should have been performed prior to differentiation.

Discussion Status

There is ongoing exploration of different methods to approach the problem, including the use of the quotient rule and the power rule. Participants are discussing the implications of notation and the correct application of derivative rules, with some guidance provided on how to simplify the expression.

Contextual Notes

Participants note that the original poster may be new to derivatives and may not fully understand the distinction between different notations for derivatives. There is also mention of the incorrect assumption that the derivative of a quotient is the quotient of the derivatives.

caters
Messages
229
Reaction score
10

Homework Statement


if $$y = \frac{2x^5-3x^3+x^2}{x^3}$$ then $$\frac{dy}{dx} =$$

Homework Equations


if $$f(x) = x^n$$ then $$f'(x) = nx^{n-1}$$

The Attempt at a Solution


$$\frac{2x^5-3x^3+x^2}{x^3} = \frac{2x^5}{x^3} - \frac{3x^3}{x^3} + \frac{x^2}{x^3}$$
$$ f'(\frac{2x^5-3x^3+x^2}{x^3}) = \frac{10x^4}{3x^2} - \frac{9x^2}{3x^2} + \frac{2x}{3x^2}$$
$$ f'(\frac{2x^5-3x^3+x^2}{x^3}) = \frac{10x^4}{3x^2} - 3 + \frac{2x}{3x^2}$$

And now I am stuck as to how to simplify this. Should I have done the whole polynomial division before I took the derivative?
 
Physics news on Phys.org
caters said:

Homework Statement


if $$y = \frac{2x^5-3x^3+x^2}{x^3}$$ then $$\frac{dy}{dx} =$$

Homework Equations


if $$f(x) = x^n$$ then $$f'(x) = nx^{n-1}$$

The Attempt at a Solution


$$\frac{2x^5-3x^3+x^2}{x^3} = \frac{2x^5}{x^3} - \frac{3x^3}{x^3} + \frac{x^2}{x^3}$$
$$ f'(\frac{2x^5-3x^3+x^2}{x^3}) = \frac{10x^4}{3x^2} - \frac{9x^2}{3x^2} + \frac{2x}{3x^2}$$
$$ f'(\frac{2x^5-3x^3+x^2}{x^3}) = \frac{10x^4}{3x^2} - 3 + \frac{2x}{3x^2}$$

And now I am stuck as to how to simplify this. Should I have done the whole polynomial division before I took the derivative?

The derivative of [f(x) / g (x)] ≠ f'(x) / g'(x).

If you have the expression 2x5/x3, how would you simplify that before taking the derivative?
 
caters said:
$$\frac{2x^5-3x^3+x^2}{x^3} = \frac{2x^5}{x^3} - \frac{3x^3}{x^3} + \frac{x^2}{x^3}$$
This is fine.

caters said:
$$ f'(\frac{2x^5-3x^3+x^2}{x^3}) = \frac{10x^4}{3x^2} - \frac{9x^2}{3x^2} + \frac{2x}{3x^2}$$
This is not!

Look up the quotient rule.

caters said:
And now I am stuck as to how to simplify this. Should I have done the whole polynomial division before I took the derivative?
Yes.
 
I read a site with derivative shortcuts and it said this "if you have a polynomial with only 1 term in the denominator than you can separate it into individual fractions and take the derivative of each of those fractions separately.

If I were to divide each term by x3 than I would get 2x2 - 3 + 1/x
 
caters said:
I read a site with derivative shortcuts and it said this "if you have a polynomial with only 1 term in the denominator than you can separate it into individual fractions and take the derivative of each of those fractions separately.

If I were to divide each term by x3 than I would get 2x2 - 3 + 1/x
Nothing wrong with that. Now you can take the derivative of each term separately.
 
Doc Al said:
Look up the quotient rule.

I think the OP is just starting to learn derivatives and he only knows the power rule.

I think the purpose of this exercise was to show how the original expression could be split up and simplified before applying the power rule. Unfortunately, the OP did not simplify and thought (incorrectly) that the derivative of a quotient was the quotient of the derivatives.
 
Also not mentioned by the other folks responding in this thread is the incorrect use of notation.
##f'(\frac{2x^5-3x^3+x^2}{x^3}) = \frac{10x^4}{3x^2} - \frac{9x^2}{3x^2} + \frac{2x}{3x^2}##
This does NOT mean the derivative of the quantity in parentheses. It means to evaluate f' at ##\frac{2x^5-3x^3+x^2}{x^3}##. A better use of notation would be the following:
##\frac{d}{dx}(\frac{2x^5-3x^3+x^2}{x^3}) = \frac{d}{dx}(\frac{10x^4}{3x^2} - \frac{9x^2}{3x^2} + \frac{2x}{3x^2}) = ... ##
 
But how is d/dx any different from f'? They are just 2 notations for the same thing, the first derivative. Same with 2 of these d/dx and f'' for second derivative and so on for theoretically infinitely many derivatives.
 
caters said:
But how is d/dx any different from f'? They are just 2 notations for the same thing, the first derivative. Same with 2 of these d/dx and f'' for second derivative and so on for theoretically infinitely many derivatives.

Typically, the derivative is expressed as follows: for a function y = f(x), y' = f'(x) = df(x)/dx, where x is the independent variable. x does not represent, for example, another function, which is the distinction that Mark44 was trying to make.

If f(x) = x2, then writing f(x2) should mean (x2)2 to be consistent with functional notation.
 
  • #10
SteamKing said:
Unfortunately, the OP did not simplify and thought (incorrectly) that the derivative of a quotient was the quotient of the derivatives.
I agree, of course. (Which is why I suggested that he look up the https://www.math.hmc.edu/calculus/tutorials/quotient_rule/, so he knows why what he did was wrong.)
 
  • #11
caters said:
But how is d/dx any different from f'? They are just 2 notations for the same thing, the first derivative. Same with 2 of these d/dx and f'' for second derivative and so on for theoretically infinitely many derivatives.
No, they are not the same. In addition to what SteamKing said, the operator d/dx indicates that the goal is to take the derivative of what follows it. The function f' is the derivative of some function f. It does not mean to take the derivative of what is in the parentheses.
 

Similar threads

  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 25 ·
Replies
25
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 18 ·
Replies
18
Views
2K
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 15 ·
Replies
15
Views
2K