New Reply

Using the Definition of the Derivative, Find the Derivative...

 
Share Thread
Jul1-12, 06:18 PM   #1
 

Using the Definition of the Derivative, Find the Derivative...


1. The problem statement, all variables and given/known data
Using the definition of the derivative, find the derivative of g(t) = 1 / sqrt(t).


2. Relevant equations
I was told I could solve it by rationalizing it. I asked a question on Yahoo! Answers and saw someone work it out step by step, but I don't understand any of why they did what they did. If it's painfully obvious, and it's just a matter of knowing how to do some easy algebra please forgive me; it's been a little over a year since my last math class.


3. The attempt at a solution
The Yahoo! Answers person's attempt at the solution that is.

g'(t) = lim[h→0] (g(t+h) − g(t)) / h

g'(t) = lim[h→0] (1/√(t+h) − 1/√(t)) / h

g'(t) = lim[h→0] √(t+h)√(t) * (1/√(t+h) − 1/√(t)) / (h √(t+h)√(t))

I don't understand this ^ step because I don't know where √(t+h)√(t) is coming from, or why it's also being applied to the denominator.

g'(t) = lim[h→0] (√(t) − √(t+h)) / (h √(t+h)√(t))

I don't understand how multiplying the numerator by √(t+h)√(t) got √(t) − √(t+h) either. After this point I think I understand what they're doing.

g'(t) = lim[h→0] (√(t) − √(t+h)) (√(t) + √(t+h)) / (h √(t+h)√(t) (√(t) + √(t+h)))

g'(t) = lim[h→0] (t − (t+h) / (h √(t+h)√(t) (√(t) + √(t+h)))

g'(t) = lim[h→0] −h / (h √(t+h)√(t) (√(t) + √(t+h)))

g'(t) = lim[h→0] −1 / (√(t+h)√(t) (√(t) + √(t+h)))

g'(t) = −1 / (√(t)√(t) (√(t) + √(t)))

g'(t) = −1 / (t * 2√(t))

g'(t) = −1 / (2t^(3/2))
PhysOrg.com science news on PhysOrg.com

>> City-life changes blackbird personalities, study shows
>> Origins of 'The Hoff' crab revealed (w/ Video)
>> Older males make better fathers: Mature male beetles work harder, care less about female infidelity
Jul1-12, 07:22 PM   #2
 
As a general rule, you don't want fractions on top of fractions. Your helper multiplied the numerator by something they knew would get rid of the fractions there (the product of the denominators of those fractions). They also had to multiply the denominator by the same quantity so that what they did was a fancy way of multiplying by 1 - i.e. they did nothing, but in a way that left the equation simpler. It's perhaps easier to see typeset:
[tex]
\frac{1/\sqrt{t+h} − 1/\sqrt{t}}{h}=
\left(\frac{\sqrt{t+h}\sqrt{t}}{\sqrt{t+h}\sqrt{t}}\right)\left(\frac{1/\sqrt{t+h} − 1/\sqrt{t}}{h}\right)
[/tex]
Jul1-12, 07:28 PM   #3
 
Recognitions:
Homework Helper Homework Help
I don't understand this ^ step because I don't know where √(t+h)√(t) is coming from, or why it's also being applied to the denominator.
It's being applied to the numerator because it is also being applied to the denominator ;) the choice for the multiplier was to get rid of the fraction as Ibix said.
I don't understand how multiplying the numerator by √(t+h)√(t) got √(t) − √(t+h) either.
Did you try multiplying it out to see?

Note: [tex]\frac{1}{a}-\frac{1}{b} = \frac{b-a}{ab}[/tex]
Jul1-12, 11:21 PM   #4
 

Using the Definition of the Derivative, Find the Derivative...


Alrighty then. I get it now. Thanks to the both of you.
Jul3-12, 12:16 AM   #5
 
Recognitions:
Homework Helper Homework Help
No worries.
Jul5-12, 01:09 AM   #6
 
1. The problem statement, all variables and given/known data
I need to find the derivative of t / (t - 1)^2 (not using the definition though). I need to use quotient rule.

2. Relevant equations
I got (-t^2 + 1) / (t - 1)^4, which Wolfram Alpha says can be simplified to -(t+1) / (t-1)^3, which is what people are telling me the answer is. I don't understand how it simplifies to that though, which is what I need to be explained.

3. The attempt at a solution
I already have the solution in an unsimplified form, so there.
Jul5-12, 01:26 AM   #7
 
Mentor
Quote by communitycoll View Post
1. The problem statement, all variables and given/known data
I need to find the derivative of t / (t - 1)^2 (not using the definition though). I need to use quotient rule.

2. Relevant equations
I got (-t^2 + 1) / (t - 1)^4, which Wolfram Alpha says can be simplified to -(t+1) / (t-1)^3, which is what people are telling me the answer is. I don't understand how it simplifies to that though, which is what I need to be explained.

3. The attempt at a solution
I already have the solution in an unsimplified form, so there.
Do you know how to factor the difference of squares?
Jul5-12, 01:29 AM   #8
 
Quote by SammyS View Post
Do you know how to factor the difference of squares?
I probably used to : D but it's been awhile, as I took precal my junior year and nothing my senior year of HS. Is it just a matter of looking up a Khan Academy video?
Jul5-12, 01:44 AM   #9
 
Mentor
(a - b)(a + b) = a2 - b2

Work with -t2 + 1 a bit to get

-t2 + 1 = 1 - t2 = (1 - t)(1 + t) .
Jul5-12, 02:00 AM   #10
 
Okay-dokey. I remember that now. Thank you, it's just that it's been a good long while since I've been in a math class : D I appreciate it.
Jul9-12, 12:15 AM   #11
 
1. The problem statement, all variables and given/known data
Find the derivative of cot(x) / e^t.

2. Relevant equations
Using the quotient rule:

-[csc^2(x) + cot(x)] / e^t.

Wolfram Alpha tells me that it's [-e^(-t)][csc^2(x)], not using the quotient rule:

http://www.wolframalpha.com/input/?i...x%29+%2F+e%5Et

3. The attempt at a solution
Just the function plugged into the quotient rule.
Jul9-12, 12:44 AM   #12
 
Recognitions:
Homework Helper Homework Help
First of all, it's better to start a new thread with a different problem.

Secondly, you have two different variables, t and x. From your answer, I suspect you meant to use a single variable. If you change the t to an x in both Wolfram and your answer, then the answers will match.
Jul9-12, 01:20 AM   #13
 
Ah, terribly sorry. Didn't realize that : D Thank you. Also I just figured people wouldn't want me spamming up the forum. I'll start a new thread next time. Muchas gracias.
New Reply

Tags
derivatives

Similar discussions for: Using the Definition of the Derivative, Find the Derivative...
Thread Forum Replies
Definition of the derivative to find the derivative of x^(1/3) Calculus & Beyond Homework 2
find derivative of floor function using limit definition of derivative? Calculus & Beyond Homework 10
Use the definition of derivative to find the derivative of tan(x) Calculus & Beyond Homework 1
Definition of Derivative to Find Constants A, B, and C Calculus & Beyond Homework 0
find the derivative, but using the definition thereof Calculus & Beyond Homework 1