d2jsp
Log InRegister
d2jsp Forums > Off-Topic > General Chat > Homework Help > Use Definition Of Derivative > Calc 1
Add Reply New Topic New Poll
Member
Posts: 7,236
Joined: Jan 31 2009
Gold: 0.30
Feb 6 2014 04:28pm
Can anyone do this? I tried it so many time and keep getting the wrong answer, It's finding the derivative **using definition of derivative



This post was edited by Illumini on Feb 6 2014 04:29pm
Member
Posts: 10,812
Joined: Oct 15 2009
Gold: Locked
Warn: 20%
Feb 6 2014 05:51pm
Here is your setup:



does that agree with what you were doing? If so I'll go further.
Member
Posts: 10,812
Joined: Oct 15 2009
Gold: Locked
Warn: 20%
Feb 6 2014 05:54pm
the latex code for the above (in case someone wants to go with it)
Code
f(x)=\frac{3x}{\sqrt{x+4}}\\
f'(x) = \lim_{h \to 0} \frac{f(x+h)-f(x)}{h}\\
f'(x) = \lim_{h \to 0} \frac{\frac{3(x+h)}{\sqrt{(x+h)+4}}-\frac{3x}{\sqrt{x+4}}}{h}
Member
Posts: 16,662
Joined: Nov 24 2007
Gold: 15,245.00
Trader: Trusted
Feb 6 2014 05:55pm
f ' (x) = limit (as h -> 0) [ f(x+h) - f(x) ] / h

Let D = [ f(x+h) - f(x) ] / h

D = [ 3(x+h) / sqrt(x+h+4) - 3x / sqrt(x+4) ] / h

form one fraction :

D = [ 3(x+h).sqrt(x+4) -3x.sqrt(x+h+4) ] / [ h.sqrt(x+h+4).sqrt(x+4) ]

Expand a little in the numerator, then factorize by 3x :

D = [ 3x.(sqrt(x+4) - sqrt(x+h+4)) + 3h.sqrt(x+4) ] / [ h.sqrt(x+h+4).sqrt(x+4) ]

Separate into 2 fractions :

D = [ 3x.(sqrt(x+4) - sqrt(x+h+4)) ] / [ h.sqrt(x+h+4).sqrt(x+4) ] + 3 / sqrt(x+h+4)

Only the limit of the first fraction is not obvious. Like most of square roots issues, the trick is to use the conjugate :

sqrt(a) - sqrt(b) = ( a - b ) / ( sqrt(a) + sqrt(b) )

Hence :

D = - 3x / [ ( sqrt(x+4) + sqrt(x+h+4) ).sqrt(x+h+4).sqrt(x+4) ] + 3 / sqrt(x+h+4)

and now it's easy to find the limit as h -> zero :

f ' (x) = - 3x / [ 2.sqrt(x+4) ^3] + 3 / sqrt(x+4)

f ' (x) = ( -3x + 6(x+4) ) / [ 2.sqrt(x+4) ^3]

f ' (x) = (3x+24) / [ 2.sqrt(x+4) ^3]
Member
Posts: 7,236
Joined: Jan 31 2009
Gold: 0.30
Feb 6 2014 08:12pm
Quote (Azrad @ Feb 6 2014 09:21pm)
Here is your setup:

http://s27.postimg.org/j98ij975v/limit.png

does that agree with what you were doing? If so I'll go further.


Yes it does, could you finish with that program because
Quote (feanur @ Feb 6 2014 09:25pm)
f ' (x) = limit (as h -> 0)  [ f(x+h) - f(x) ] / h

Let D = [ f(x+h) - f(x) ] / h

D = [ 3(x+h) / sqrt(x+h+4)  -  3x / sqrt(x+4) ] / h

form one fraction :

D = [ 3(x+h).sqrt(x+4) -3x.sqrt(x+h+4) ] / [ h.sqrt(x+h+4).sqrt(x+4) ]

Expand a little in the numerator, then factorize by 3x :

D = [ 3x.(sqrt(x+4) - sqrt(x+h+4)) + 3h.sqrt(x+4) ] / [ h.sqrt(x+h+4).sqrt(x+4) ]

Separate into 2 fractions :

D = [ 3x.(sqrt(x+4) - sqrt(x+h+4)) ] / [ h.sqrt(x+h+4).sqrt(x+4) ] + 3 / sqrt(x+h+4)

Only the limit of the first fraction is not obvious. Like most of square roots issues, the trick is to use the conjugate :

sqrt(a) - sqrt(b) = ( a - b ) / ( sqrt(a) + sqrt(b) )

Hence :

D = - 3x / [ ( sqrt(x+4) + sqrt(x+h+4) ).sqrt(x+h+4).sqrt(x+4) ] + 3 / sqrt(x+h+4)

and now it's easy to find the limit as h -> zero :

f ' (x) = - 3x / [ 2.sqrt(x+4) ^3]  + 3 / sqrt(x+4)

f ' (x) = ( -3x + 6(x+4) ) / [ 2.sqrt(x+4) ^3]

f ' (x) = (3x+24) / [ 2.sqrt(x+4) ^3]


this is pretty hard to follow :(
Member
Posts: 7,236
Joined: Jan 31 2009
Gold: 0.30
Feb 6 2014 09:11pm
Quote (Illumini @ Feb 6 2014 11:42pm)
Yes it does, could you finish with that program because

this is pretty hard to follow :(


Quote (feanur @ Feb 6 2014 09:25pm)
f ' (x) = limit (as h -> 0)  [ f(x+h) - f(x) ] / h

Let D = [ f(x+h) - f(x) ] / h

D = [ 3(x+h) / sqrt(x+h+4)  -  3x / sqrt(x+4) ] / h

form one fraction :

D = [ 3(x+h).sqrt(x+4) -3x.sqrt(x+h+4) ] / [ h.sqrt(x+h+4).sqrt(x+4) ]

Expand a little in the numerator, then factorize by 3x :

D = [ 3x.(sqrt(x+4) - sqrt(x+h+4)) + 3h.sqrt(x+4) ] / [ h.sqrt(x+h+4).sqrt(x+4) ]

Separate into 2 fractions :

D = [ 3x.(sqrt(x+4) - sqrt(x+h+4)) ] / [ h.sqrt(x+h+4).sqrt(x+4) ] + 3 / sqrt(x+h+4)

Only the limit of the first fraction is not obvious. Like most of square roots issues, the trick is to use the conjugate :

sqrt(a) - sqrt(b) = ( a - b ) / ( sqrt(a) + sqrt(b) )

Hence :

D = - 3x / [ ( sqrt(x+4) + sqrt(x+h+4) ).sqrt(x+h+4).sqrt(x+4) ] + 3 / sqrt(x+h+4)

and now it's easy to find the limit as h -> zero :

f ' (x) = - 3x / [ 2.sqrt(x+4) ^3]  + 3 / sqrt(x+4)

f ' (x) = ( -3x + 6(x+4) ) / [ 2.sqrt(x+4) ^3]

f ' (x) = (3x+24) / [ 2.sqrt(x+4) ^3]


if you could write this out on paper or a program, or explain it in more steps it would be beyond appreciated
Member
Posts: 10,812
Joined: Oct 15 2009
Gold: Locked
Warn: 20%
Feb 7 2014 04:21am
Quote (Illumini @ Feb 6 2014 07:12pm)
Yes it does, could you finish with that program because

this is pretty hard to follow :(



ok give me a few and i'll whip up something
Member
Posts: 10,812
Joined: Oct 15 2009
Gold: Locked
Warn: 20%
Feb 7 2014 06:04am


My solution differs slightly from feanur's. His is correct, mine is wrong. I clearly have a sign problem, and I'm too tired to track it down :lol:

Track down the mistake, be good for you!
Member
Posts: 10,812
Joined: Oct 15 2009
Gold: Locked
Warn: 20%
Feb 7 2014 06:06am
oh i see it now, its between step 2 and 3... that trailing fraction in line 3 should be added to the first fraction, not subtracted!
Member
Posts: 16,662
Joined: Nov 24 2007
Gold: 15,245.00
Trader: Trusted
Feb 7 2014 06:49am
Quote (Azrad @ Feb 7 2014 01:06pm)
oh i see it now, its between step 2 and 3... that trailing fraction in line 3 should be added to the first fraction, not subtracted!


Big thanks for giving a clean answer, I had not enough time (and energy) yesterday night to do so !
Go Back To Homework Help Topic List
Add Reply New Topic New Poll