Go Back   Science Forums > Physical Sciences Forums > Physics and Mathematics
Reply
 
LinkBack Thread Tools
Old 04-18-2005   #1 (permalink)
rockytriton's Avatar
Explaining


Location:
Antarctica
 
rockytriton is just really nicerockytriton is just really nicerockytriton is just really nicerockytriton is just really nice
Send a message via AIM to rockytriton
 



Not Ranked  0 score     
Question Learning calculus

Hi everyone, I'm trying to teach myself calculus here and I'm having some algebra problems, I hope you can help me out here.


I'm having trouble seeing how I get from

[−1/(1 + h)^2] − [−1/1^2]
----------------------------
h

to

−1 − [−(1 + h)^2]
--------------------
h(1 + h)^2


I know that I should know this stuff before tackling calc but I remember things things all the time. Also I see that it goes from the above form to:

2h + h^2
------------------
h + 2h^2 + h^3

The bottom part I can understand as first doing (1 + h)^2 as 1 + 2h + h^2 and then multiplying each term by h, but I'm not sure on the top part what went on

Thanks in advance!

Reply With Quote
Old 04-18-2005   #2 (permalink)
maddog's Avatar
Creating


Location:
Akron, OH
 
maddog has much to be proud ofmaddog has much to be proud ofmaddog has much to be proud ofmaddog has much to be proud ofmaddog has much to be proud ofmaddog has much to be proud ofmaddog has much to be proud of
 



Not Ranked  0 score     
Re: Learning calculus

Quote:
Originally Posted by rockytriton
Hi everyone, I'm trying to teach myself calculus here and I'm having some algebra problems, I hope you can help me out here.


I'm having trouble seeing how I get from

[−1/(1 + h)^2] − [−1/1^2]
----------------------------
h

to

−1 − [−(1 + h)^2]
--------------------
h(1 + h)^2


I know that I should know this stuff before tackling calc but I remember things things all the time. Also I see that it goes from the above form to:

2h + h^2
------------------
h + 2h^2 + h^3

The bottom part I can understand as first doing (1 + h)^2 as 1 + 2h + h^2 and then multiplying each term by h, but I'm not sure on the top part what went on

Thanks in advance!
Rocky,

Your first formula

(-1/(1 + h)^2 - (-1/1^2)) / h first simplifies rewritting it a bit (by using distributive property)

-1/ h(1 + h)^2 + 1 / h Now make denominator look same by multiplying right term

by (1 + h)^2/(1+h)^2

(-1 + (1 + h)^2 ) / h(1 +h)^2 <-- to here by gathering terms in numerator

This gives the first interim solution multiplying out as

(-1 + 1 + 2h + h^2 ) / h(1 + 2h + h^2) =>

(2h + h^2) / (h + 2h^2 + h^3) <--- to get your answer.

However you can factor more to

(h^2 + 2) / (h + 1)^2 <-- to here.

Hope this helps.

Maddog
Reply With Quote
Old 04-19-2005   #3 (permalink)
rockytriton's Avatar
Explaining


Location:
Antarctica
 
rockytriton is just really nicerockytriton is just really nicerockytriton is just really nicerockytriton is just really nice
Send a message via AIM to rockytriton
 



Not Ranked  0 score     
Re: Learning calculus

Ok, I think this is the part that I'm having problems with:

going from

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

to

-1
--------- + 1
h(1 + h)^2
---------------------
h


I understand how you get "- -1/1^2" to be + 1, but I don't understand how (1 + h)^2 changes to h(1 + h)^2.

Sorry, I guess I need a good refresher course on division with fractions and such... I really appreciate your help here.

Last edited by rockytriton; 04-19-2005 at 05:42 AM..
Reply With Quote
Old 04-19-2005   #4 (permalink)
maddog's Avatar
Creating


Location:
Akron, OH
 
maddog has much to be proud ofmaddog has much to be proud ofmaddog has much to be proud ofmaddog has much to be proud ofmaddog has much to be proud ofmaddog has much to be proud ofmaddog has much to be proud of
 



Not Ranked  0 score     
Cool Re: Learning calculus

Quote:
Originally Posted by rockytriton

[?1/(1 + h)^2] ? [?1/1^2]
----------------------------
h

to

?1 ? [?(1 + h)^2]
--------------------
h(1 + h)^2
Rocky,

Initially --> {[-1 / (1 + h)^2] - [ - 1/1^2] } / h <-- first I'll split in two for you

[ -1 / (1 + h)^2] / h - [ -1/1^2] / h <--- simplifying

-1 / h(1 + h)^2 + 1/h <-- now to get common terms I need to multiply second by 1

1 = (1 + h)^2 / (1 + h)^2 <-- so this comes out to

( -1 + (1 + h)^2 ) / h(1 + h)^2 = (-1 - ( - (1 + h)^2) ) / h(1 + h)^2

which is your second formula above.

I would recommend you go buy a Schaum Outline series on Algebra (NOT Abstract)
(you will not understand that). There are a lot of tricks in there you can use. ;D

maddog
Reply With Quote
Old 04-20-2005   #5 (permalink)
TINNY's Avatar
Explaining


 



Not Ranked  0 score     
Re: Learning calculus

can anyone help me obtain y in terms of x here:

dy/dx = (y^2 + y)/(sin x)

I couldn't manage to use separable differentiation because i couldn't integrate 1/sin x
Reply With Quote
Old 04-20-2005   #6 (permalink)
rockytriton's Avatar
Explaining


Location:
Antarctica
 
rockytriton is just really nicerockytriton is just really nicerockytriton is just really nicerockytriton is just really nice
Send a message via AIM to rockytriton
 



Not Ranked  0 score     
Re: Learning calculus

Quote:
Originally Posted by maddog
Rocky,

Initially --> {[-1 / (1 + h)^2] - [ - 1/1^2] } / h <-- first I'll split in two for you

[ -1 / (1 + h)^2] / h - [ -1/1^2] / h <--- simplifying

-1 / h(1 + h)^2 + 1/h <-- now to get common terms I need to multiply second by 1

1 = (1 + h)^2 / (1 + h)^2 <-- so this comes out to

( -1 + (1 + h)^2 ) / h(1 + h)^2 = (-1 - ( - (1 + h)^2) ) / h(1 + h)^2

which is your second formula above.

I would recommend you go buy a Schaum Outline series on Algebra (NOT Abstract)
(you will not understand that). There are a lot of tricks in there you can use. ;D

maddog
Thanks, I have a much better understanding now. I do have the Schuam Outline on College Algebra, maybe I should actually open it up. I bought it a few years ago while taking college algebra.
Reply With Quote
Old 04-20-2005   #7 (permalink)
maddog's Avatar
Creating


Location:
Akron, OH
 
maddog has much to be proud ofmaddog has much to be proud ofmaddog has much to be proud ofmaddog has much to be proud ofmaddog has much to be proud ofmaddog has much to be proud ofmaddog has much to be proud of
 



Not Ranked  0 score     
Re: Learning calculus

Quote:
Originally Posted by TINNY
can anyone help me obtain y in terms of x here:

dy/dx = (y^2 + y)/(sin x)

I couldn't manage to use separable differentiation because i couldn't integrate 1/sin x
To solve for (y^2 + y)/sin x ? Hmm, ok.

int(dy) = int((y^2 + y)/sin x * dx)

You will need a substitution where y = f(x) or x = g(y) to proceed... hmmm

int((1/(y^2 + y)dy) = int((1/sin x)dx) <-- no I need no substitution as before. Instead I need to
simply by using substitution.

The right side can be found in a book on calculus (I'm a bit rusty). The left you can do by simple
substitution so try it out.

maddog
Reply With Quote
Old 04-21-2005   #8 (permalink)
Bo's Avatar
Bo
Understanding


Location:
Groningen, netherlands
 
Bo is on a distinguished road
Send a message via ICQ to Bo
 



Not Ranked  0 score     
Re: Learning calculus

in my integral books there is no exact olution for 1/sin(x) (only a recursive solution)...
I also cant find a better solution, so what do you need this for tinny? Things would get much simpeler if one can take sin(x)~x for example

Bo
Reply With Quote
Old 04-21-2005   #9 (permalink)
Qfwfq's Avatar
Exhausted Gondolier

Administrator

Location:
Floating On An Ocean Of Hydrogen
 
Qfwfq has a reputation beyond reputeQfwfq has a reputation beyond reputeQfwfq has a reputation beyond reputeQfwfq has a reputation beyond reputeQfwfq has a reputation beyond reputeQfwfq has a reputation beyond reputeQfwfq has a reputation beyond reputeQfwfq has a reputation beyond repute
 



Not Ranked  0 score     
Re: Learning calculus

Quote:
Originally Posted by Bo
Things would get much simpeler if one can take sin(x)~x for example
But that's cheating!!!!!!!!
Reply With Quote
Old 04-21-2005   #10 (permalink)
Bo's Avatar
Bo
Understanding


Location:
Groningen, netherlands
 
Bo is on a distinguished road
Send a message via ICQ to Bo
 



Not Ranked  0 score     
Re: Learning calculus

No that's called 'making life easier'. Knowing what you can approximate with something easy is one of the most important things you do in physics.

Bo
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
Calculus Help Needed-Vesica Piscis Thread-Post#11 Turtle Physics and Mathematics 7 03-22-2005 08:51 PM
Learning My Way Around starrmtn001 Watercooler 10 03-15-2005 05:10 PM
Learning and Reading by Artificial Intelligence Systems C1ay Science News 2 03-04-2005 05:24 AM
Calculus AsaTaiyo Physics and Mathematics 19 02-08-2005 02:17 AM
fundamental theory of calculus Tim_Lou Physics and Mathematics 5 01-16-2005 09:06 PM

» Advertisement
» Current Poll
Who's the sexiest man alive? Johnny Depp or Robert Pattinson?
Johnny Depp - 30.00%
3 Votes
Robert Pattinson - 0%
0 Votes
Someone else (please specify) - 40.00%
4 Votes
I'm too macho to think a guy is sexy - 30.00%
3 Votes
Total Votes: 10
You may not vote on this poll.


All times are GMT -8. The time now is 09:19 AM.

Hypography?

Hypography [n.]: A combination of "hyperlink" and "bibliography" - ie, a list of links to electronic documents. Comparable to discography and bibliography, but not cartography.

We have been online since May 2000, and aim to be the best place to find and share science-related content of all kinds.

Share the love!

Please add more science to your life. Use our RSS feeds on your blog, your portal, or your favorite feedreader!


Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2
Copyright © 2000-2009 Hypography
Part of the Hypography - Science for Everyone Network