Math Help Forum

Math Help Forum Feed Site Feed

Go Back   Math Help Forum > University Math Help > Calculus
Reply
 
Thread Tools Display Modes
  #1  
Old September 29th, 2009, 10:59 PM
Newbie
 
Join Date: Sep 2009
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
crypt0s is on a distinguished road
Default derivative method dy/dx

After much searching on google and no help, I decided to come here:

I'm searching for why/how the derivative of 1/t is equal to -(1/t^2)

showing work would probably instantly clear this up for me. I work with computers and code so having the rules as to Why this is that will help me more than anything.

Abstract explanations abound on google. If you could explain using the example I'd be forever grateful.
Reply With Quote
Advertisement
 
  #2  
Old September 29th, 2009, 11:05 PM
Newbie
 
Join Date: Sep 2009
Posts: 2
Thanks: 2
Thanked 0 Times in 0 Posts
dogmom09 is on a distinguished road
Default

1/t is equal to -(1/t^2)

1/t is the same as 1t^-1
If the t is on the bottom it has a negative exponent.
Take the derivative of that by multiplying the 1 in front of the t by the -1 in the exponent. This will give you -1t^-2 or -1/t^2

Did that clear it up at all?
Reply With Quote
  #3  
Old September 29th, 2009, 11:07 PM
Bruno J.'s Avatar
Generous Contributor
 
Join Date: Jun 2009
Posts: 752
Country:
Thanks: 163
Thanked 261 Times in 226 Posts
Bruno J. is a jewel in the roughBruno J. is a jewel in the roughBruno J. is a jewel in the rough
Default

From the definition of the derivative :

\lim_{h\rightarrow 0}\frac{1/(t+h)-1/t}{h} = \lim_{h\rightarrow 0}\frac{(t-(t+h))/(t(t+h))}{h}= \lim_{h\rightarrow 0}\frac{-h}{t(t+h)h}

= \lim_{h\rightarrow 0}\frac{-1}{t(t+h)} = -1/t^2
Reply With Quote
  #4  
Old September 29th, 2009, 11:07 PM
Bruno J.'s Avatar
Generous Contributor
 
Join Date: Jun 2009
Posts: 752
Country:
Thanks: 163
Thanked 261 Times in 226 Posts
Bruno J. is a jewel in the roughBruno J. is a jewel in the roughBruno J. is a jewel in the rough
Default

Quote:
Originally Posted by dogmom09 View Post
1/t is equal to -(1/t^2)
Huh? The rest is fine but this is obviously wrong.
Reply With Quote
The following users thank Bruno J. for this useful post:
Donate to MHF
  #5  
Old September 29th, 2009, 11:48 PM
Newbie
 
Join Date: Sep 2009
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
crypt0s is on a distinguished road
Default

Quote:
Originally Posted by dogmom09 View Post
1/t is equal to -(1/t^2)

1/t is the same as 1t^-1
If the t is on the bottom it has a negative exponent.
Take the derivative of that by multiplying the 1 in front of the t by the -1 in the exponent. This will give you -1t^-2 or -1/t^2

Did that clear it up at all?
im more confused. i thought that dy/dx was a kind of shortcut?

Last edited by crypt0s; September 29th, 2009 at 11:50 PM. Reason: errors
Reply With Quote
  #6  
Old September 30th, 2009, 12:17 AM
mr fantastic's Avatar
Flow Master

 
Join Date: Dec 2007
Location: Zeitgeist
Posts: 13,546
Country:
Thanks: 2,997
Thanked 5,265 Times in 4,614 Posts
mr fantastic has a reputation beyond reputemr fantastic has a reputation beyond reputemr fantastic has a reputation beyond reputemr fantastic has a reputation beyond reputemr fantastic has a reputation beyond reputemr fantastic has a reputation beyond reputemr fantastic has a reputation beyond reputemr fantastic has a reputation beyond reputemr fantastic has a reputation beyond reputemr fantastic has a reputation beyond reputemr fantastic has a reputation beyond repute
Default

Quote:
Originally Posted by crypt0s View Post
im more confused. i thought that dy/dx was a kind of shortcut?
Read post #3. It gave you the reason.
__________________
There are two things you should never try to prove: the impossible and the obvious.

The greater danger for most of us lies not in setting our aim too high and falling short; but in setting our aim too low and achieving our mark. (Michelangelo Buonarroti)

  • To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

  • To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

  • To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

  • To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

  • To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Reply With Quote
  #7  
Old October 1st, 2009, 09:25 PM
Newbie
 
Join Date: Sep 2009
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
crypt0s is on a distinguished road
Default

i figured it out. Its just another way to say: derivative of.
Reply With Quote
  #8  
Old October 1st, 2009, 10:04 PM
Bruno J.'s Avatar
Generous Contributor
 
Join Date: Jun 2009
Posts: 752
Country:
Thanks: 163
Thanked 261 Times in 226 Posts
Bruno J. is a jewel in the roughBruno J. is a jewel in the roughBruno J. is a jewel in the rough
Default

Yes and no; almost everybody, in their introductory calculus course, learns that \frac{dy}{dx} is just another notation for f'(x); but soon enough you will start seeing things like dy=dx, which you would not expect to have meaning if \frac{dy}{dx} was just a notation.

In fact, very few people seem to know what dx and dy actually mean. Most people just treat them like regular variables with a kind of algebraic faith. Of course they can be defined as such - just variables - but then \frac{dy}{dx} ceases to be the derivative. Most people get around this mess by saying that they are "infinitesimal" variables - variables which can only take infinitely small values. This is more correct but still quite sloppy.

I'd go as far as to say that what Leibniz's notation really means is almost taboo. It took me quite a while to be comfortable with differentials, and the only way in which I can rigorously define them is quite complicated.
Reply With Quote
  #9  
Old October 1st, 2009, 11:24 PM
Matt Westwood's Avatar
Super Member
 
Join Date: Jul 2008
Location: Reading, UK
Posts: 688
Country:
Thanks: 21
Thanked 239 Times in 223 Posts
Matt Westwood is a jewel in the roughMatt Westwood is a jewel in the roughMatt Westwood is a jewel in the rough
Default

Quote:
Originally Posted by Bruno J. View Post
Yes and no; almost everybody, in their introductory calculus course, learns that \frac{dy}{dx} is just another notation for f'(x); but soon enough you will start seeing things like dy=dx, which you would not expect to have meaning if \frac{dy}{dx} was just a notation.

In fact, very few people seem to know what dx and dy actually mean. Most people just treat them like regular variables with a kind of algebraic faith. Of course they can be defined as such - just variables - but then \frac{dy}{dx} ceases to be the derivative. Most people get around this mess by saying that they are "infinitesimal" variables - variables which can only take infinitely small values. This is more correct but still quite sloppy.

I'd go as far as to say that what Leibniz's notation really means is almost taboo. It took me quite a while to be comfortable with differentials, and the only way in which I can rigorously define them is quite complicated.
Not sure I agree. Once you learn what the notation means, and learn what the rules are for the manipulation of the various symbols, then it's a useful notation. The important thing here is *learn what the rules are*, like any other formal system. A lot of the time you just want it to work, you're not that interested in the "why" of it, you're using a tool to get a result.
__________________
"No matter how fast or how far you run, you're still in the space where you are." -- Russell
Reply With Quote
Reply

Tags
derivatives, dy/dx

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off
Forum Jump


All times are GMT -7. The time now is 02:57 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc.
©2005 - 2009 Math Help Forum


Math Help Forum is a community of maths forums with an emphasis on maths help in all levels of mathematics.
Register to post your math questions or just hang out and try some of our math games or visit the arcade.