Understanding the Quotient Rule for Differentiating Functions

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 2K views
Millacol88
Messages
86
Reaction score
0
Somebody want to help with this derivative:
y = (7.75x3 + 2250) / 750x

I differentiate it with the quotient rule and get:
dy/dx = 31x / 1500 - 3 / x2

But that's wrong. It's got a zero around 5 - 6 and the original function has its minimum at (4.03, 1.12). Not sure what I did wrong.
 
Last edited:
Physics news on Phys.org
Millacol88 said:
Somebody want to help with this derivative:
y = (7.75x3 + 2250) / 750x
I differentiate it with the quotient rule and get:
dy/dx = 31x / 1500 - 3 / x2

But that's wrong. It's got a zero around 5 - 6 and the original function has its minimum at (4.03, 1.12). Not sure what I did wrong.
You have two variables on the right hand side. Is that intended? If so, how is r related to x ?

MOD note: Changed the copied text to reflect changes in the OP.
 
Last edited by a moderator:
I'm sorry, I keep typing it wrong. There's only meant to be a single variable on the right-hand side. Its fixed now.
 
Millacol88 said:
Somebody want to help with this derivative:
y = (7.75x3 + 2250) / 750x

I differentiate it with the quotient rule and get:
dy/dx = 31x / 1500 - 3 / x2

But that's wrong. It's got a zero around 5 - 6 and the original function has its minimum at (4.03, 1.12). Not sure what I did wrong.
[itex]\displaystyle \frac{7.75x^3+2250}{750x}=\frac{7.75x^2}{750}+ \frac{2250}{750x}=<br /> \frac{31}{3000}x^2+ \frac{2250}{750x}[/itex]

The 7.75 gets divided by the 750 .
 
Millacol88 said:
Somebody want to help with this derivative:
y = (7.75x3 + 2250) / 750x

I differentiate it with the quotient rule and get:
dy/dx = 31x / 1500 - 3 / x2

But that's wrong. It's got a zero around 5 - 6 and the original function has its minimum at (4.03, 1.12). Not sure what I did wrong.
You appear to have differentiated correctly and the derivative does indeed have a zero at x=5.256 (to 3dp).

Where did you get the (apparently false) information that the original function has a local minimum at x=4.03?

In fact, if you plug x=4.03 into the original function, you get y=0.91 (approx). Even allowing for rounding errors, the point (4.03, 1.12) isn't even close to being a point on the graph. :eek:
 
oay said:
You appear to have differentiated correctly and the derivative does indeed have a zero at x=5.256 (to 3dp).

Where did you get the (apparently false) information that the original function has a local minimum at x=4.03?

In fact, if you plug x=4.03 into the original function, you get y=0.91 (approx). Even allowing for rounding errors, the point (4.03, 1.12) isn't even close to being a point on the graph. :eek:

Do you know what I did? I simplified the original function to get the one I posted here, just checked and they're not the same. That's why the derivative didn't match up. I think I've about got it sorted out now.