d2jsp
Log InRegister
d2jsp Forums > Off-Topic > General Chat > Homework Help > Calc Problem. > Ya...
Add Reply New Topic New Poll
Member
Posts: 3,981
Joined: Jun 16 2007
Gold: 12,368.80
Mar 6 2014 07:47pm
1 + x - 4*sqrt(x)
--------------------
x

(line is a division line)
Find the derivative of this function.

I don't know how :( halp.

This post was edited by desertwolf on Mar 6 2014 07:47pm
Member
Posts: 10,812
Joined: Oct 15 2009
Gold: Locked
Warn: 20%
Mar 6 2014 09:12pm
http://en.wikipedia.org/wiki/Quotient_rule

g(x) = 1 + x - 4*sqrt(x)
h(x) = x

the function f(x) = g(x)/h(x)

calculate g'(x)
calculate h'(x)

plug it into the formula
f'(x) = [g'(x)*h(x) - g(x) *h'(x)]/[h(x)]^2
Member
Posts: 96
Joined: May 31 2012
Gold: 565.00
Mar 7 2014 12:06am
You don't need the Quotient rule to solve this problem. You can break up the numerator into three fractions.

1/x + x/x -4sqrt(x)/x

d/dx(1/x) = -1/x^2
d/dx(x/x)=0
d/dx(-4sqrt(x)/x)=-1/2 *x^(3/2) or 1/2 * 1/cuberoot(2)


-1/x^2 + 2/x^3/2 simplifies to (2sqrt(x)-1)/x

My simplification:

find LCD: (-x^(3/2)+2x^2)/x^2x^(3/2)
simplify denominator, rearrange numberator: 2x^2-x^(3/2)/x^3. --- x^2 * x^(3/2) = x^3.
factor out x^(3/2).

(-1+2x^(1/2))/x^2

which becomes (2sqrt(x)-1)/x
Member
Posts: 10,812
Joined: Oct 15 2009
Gold: Locked
Warn: 20%
Mar 7 2014 03:16am
Quote (thestoryofisaac @ Mar 6 2014 11:06pm)
You don't need the Quotient rule to solve this problem.
Well technically you don't need the quotient rule to solve any problem, just bring the denominator into the numerator and use the chain rule. I never use the quotient rule. But its good to know for tests, when the instructor hits you with that evil "calculate the derivative using the quotient rule" question.

Member
Posts: 54,265
Joined: Aug 22 2004
Gold: 6,069.00
Mar 7 2014 06:58am
(a + b)/c = a/c + b/c

i see a LOT of calculus students who don't realize this - it comes in handy
Member
Posts: 48,026
Joined: Jan 22 2009
Gold: 1,369.00
Mar 7 2014 07:35pm
Quote (Casey @ Mar 7 2014 06:58am)
(a + b)/c = a/c + b/c

i see a LOT of calculus students who don't realize this - it comes in handy


True. Move the x to the top and make it x^(-1) and then use power rule; however, this early on in Calc I I'll bet anything he is being enforced to use the quotient rule with the problem as is.

Therefore,

Quote (Azrad @ Mar 6 2014 09:12pm)
http://en.wikipedia.org/wiki/Quotient_rule

g(x) = 1 + x - 4*sqrt(x)
h(x) = x

the function f(x) = g(x)/h(x)

calculate g'(x)
calculate h'(x)

plug it into the formula
f'(x) = [g'(x)*h(x)  - g(x) *h'(x)]/[h(x)]^2


You want to use this approach. Besides, it's great to practice the quotient rule because later on in calc I, II, III I'm pretty sure, if I can remember correctly, there are times when there is no way past the quotient rule.
Might as well get use to it now.
Go Back To Homework Help Topic List
Add Reply New Topic New Poll