Omnimaga: The Coders Of Tomorrow
Welcome, Guest. Please login or register.
 
Omnimaga: The Coders Of Tomorrow
19 May, 2013, 10:14:41 *
Welcome, Guest. Please login or register.

Login with username, password and session length
 
   home   news downloads projects tutorials misc forums rules new posts irc about Login Register  
+-OmnomIRC

You must Register, be logged in and have at least 40 posts to use this shout-box! If it still doesn't show up afterward, it might be that OmnomIRC is disabled for your group or under maintenance.

Note: You can also use an IRC client like mIRC, X-Chat or Mibbit to connect to an EFnet server and #omnimaga.

Pages: [1]   Go Down
  Print  
Author Topic: Calculus confusion -  (Read 652 times) Bookmark and Share
0 Members and 1 Guest are viewing this topic.
ruler501
Crazy Freshman
LV11 Super Veteran (Next: 3000)
***********
Offline Offline

Gender: Male
Last Login: Today at 07:33:05
Date Registered: 08 November, 2010, 02:32:33
Location: In a cave with two spots of light and lots of meat
Posts: 2381


Topic starter
Total Post Ratings: +49

View Profile
« on: 13 May, 2011, 01:35:51 »
0

I have started teaching myself calculus through many sources(I don't remember all  of them). I understand most of the stuff with derivatives, but what I don't really get is integrals. i understand how to do the basics just whenever it gets to more complicate problems I get completely lost. Could someone please help me by explaining this.

The hardest ones that for me are ones with fractions and lots of terms.


Thank you in advance for any help you can offer.
Logged


Spoiler for "Projects":
My current games I am working on our:
  I might have an improved C version of this somewhere...
pSDL too lazy too make a userbar so I'll just link to the topic i update routinely http://www.omnimaga.org/index.php?board=146.0
Spoiler for "Misc images of test things":
NerdTests.com says I'm a Dorky Nerd God.  Click here to take the Nerd Test, get geeky images and jokes, and talk to others on the nerd forum!My computer geek score is greater than 100% of all people in the world! How do you compare? Click here to find out!"<br />[url=http://www.nerdtests.com/ft_personality.php?ref=42769
[/url]
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCM/CS/M/S d- s++: a---- C++ UL++ P+ L++ E---- W++ N o? K- w-- o? !M V?
PS+ PE+ Y+ PGP++ t 5? X R tv-- b+++ DI+ D+ G++ e- h! !r y

------END GEEK CODE BLOCK------
"KnifeOn!  Apply directly to the forehead!  KnifeOn is available without a prescription at retailers nationwide."
squidgetx
Food.
Coder Of Tomorrow
LV10 31337 u53r (Next: 2000)
*
Offline Offline

Gender: Male
Last Login: 28 April, 2013, 23:50:38
Date Registered: 30 May, 2010, 19:54:18
Location: eating somewhere
Posts: 1829


Total Post Ratings: +476

View Profile
« Reply #1 on: 13 May, 2011, 02:08:42 »
0

I'll assume that you've already been through the fundamental thm of calc, ie integral=antiderivative (more or less)

So basically, integrals are bitchy things to evaluate, and you have to try and figure out which method might be best for each problem (not like derivatives at all)...Some basic guidelines/methods (u and v are letters I will use to notate functions in terms of x)

-Power rule: you should know this one already, integral(x^n)dx=x^(n-1)/(n-1)
-property of addition: ie integral(a+b)dx=integral(a)dx+integral(b)dx
-factoring out constants: integral(a*u)dx=a(integral(u)dx)
-natural logs: integral(1/x)dx=lnx
-partial fraction decomposition: this is back from algebra, but you can use it to break large rational functions into natural log pieces
-u substitution. Let u= something and then solve for du and substitute appropriately.
For example, integral(x/(x^2+1))dx Let u=x^2+1 and du (the deriv. of u)=2x. Then, we can rewrite as integral(1/2u)du and solve from there (it becomes ln(u)/2, now substitute back in to get ln(x^2+1)/2)
-Product rule: simply, the integral of the product of two functions u and dv can be rewritten as uv-integral(vdu) (where dv is the derivative of v, etc)
« Last Edit: 13 May, 2011, 02:13:22 by squidgetx » Logged

Read my webcomic! | My SoundCloud
Projects:

Check out the demo now!- Current progress: battle engine and stuff
Proud author of: Cuberunner | SpaceDash | The Psyche | XXEdit | AxeSynth | StickNinja | Gravity Guy | Embers:Phoenix | Zombie Gun
Axe: Need help optimizing?
User of Axe | zStart | TokenIDE | CalcGS | MirageOS
ruler501
Crazy Freshman
LV11 Super Veteran (Next: 3000)
***********
Offline Offline

Gender: Male
Last Login: Today at 07:33:05
Date Registered: 08 November, 2010, 02:32:33
Location: In a cave with two spots of light and lots of meat
Posts: 2381


Topic starter
Total Post Ratings: +49

View Profile
« Reply #2 on: 13 May, 2011, 02:35:25 »
0

Could you explain a little more on substitution and the product rule?

Also, how do you evaluate it with limits on the upper bounds?
Logged


Spoiler for "Projects":
My current games I am working on our:
  I might have an improved C version of this somewhere...
pSDL too lazy too make a userbar so I'll just link to the topic i update routinely http://www.omnimaga.org/index.php?board=146.0
Spoiler for "Misc images of test things":
NerdTests.com says I'm a Dorky Nerd God.  Click here to take the Nerd Test, get geeky images and jokes, and talk to others on the nerd forum!My computer geek score is greater than 100% of all people in the world! How do you compare? Click here to find out!"<br />[url=http://www.nerdtests.com/ft_personality.php?ref=42769
[/url]
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCM/CS/M/S d- s++: a---- C++ UL++ P+ L++ E---- W++ N o? K- w-- o? !M V?
PS+ PE+ Y+ PGP++ t 5? X R tv-- b+++ DI+ D+ G++ e- h! !r y

------END GEEK CODE BLOCK------
"KnifeOn!  Apply directly to the forehead!  KnifeOn is available without a prescription at retailers nationwide."
AngelFish
This is my custom title
Administrator
LV12 Extreme Poster (Next: 5000)
*
Offline Offline

Gender: Male
Last Login: Yesterday at 00:41:29
Date Registered: 15 August, 2010, 09:18:54
Posts: 3187


Total Post Ratings: +218

View Profile
« Reply #3 on: 13 May, 2011, 03:57:55 »
0

I'll assume that you've already been through the fundamental thm of calc, ie integral=antiderivative (more or less)

So basically, integrals are bitchy things to evaluate, and you have to try and figure out which method might be best for each problem (not like derivatives at all).

No doubt Integrals are a pain to do, but they *can* be solved algorithmically if both the integrand and the integral are elementary. That's a bit beyond this discussion, though.

@Ruler, for an integral on the interval [A,B], you may find the anti-derivative of f(x) and the definite integral is equal to f(B)-f(A) according to the fundamental theorem of Calculus. However, be careful that the anti-derivative can be found. The vast majority of functions have what are called non-elementary anti-derivatives. These are basically anti-derivatives that exist, but cannot be written down nor found with any of the methods listed by squidgetx.
« Last Edit: 13 May, 2011, 04:03:11 by Qwerty.55 » Logged

∂²Ψ    -(2m(V(x)-E)Ψ
---  = -------------
∂x²        ℏ²Ψ
ruler501
Crazy Freshman
LV11 Super Veteran (Next: 3000)
***********
Offline Offline

Gender: Male
Last Login: Today at 07:33:05
Date Registered: 08 November, 2010, 02:32:33
Location: In a cave with two spots of light and lots of meat
Posts: 2381


Topic starter
Total Post Ratings: +49

View Profile
« Reply #4 on: 13 May, 2011, 04:01:32 »
0

I like derivatives more they have a set formula for how to find them. This seems too much like guess work to me.

Is there an algorithm for solving integrals that will work most of the time?
Logged


Spoiler for "Projects":
My current games I am working on our:
  I might have an improved C version of this somewhere...
pSDL too lazy too make a userbar so I'll just link to the topic i update routinely http://www.omnimaga.org/index.php?board=146.0
Spoiler for "Misc images of test things":
NerdTests.com says I'm a Dorky Nerd God.  Click here to take the Nerd Test, get geeky images and jokes, and talk to others on the nerd forum!My computer geek score is greater than 100% of all people in the world! How do you compare? Click here to find out!"<br />[url=http://www.nerdtests.com/ft_personality.php?ref=42769
[/url]
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCM/CS/M/S d- s++: a---- C++ UL++ P+ L++ E---- W++ N o? K- w-- o? !M V?
PS+ PE+ Y+ PGP++ t 5? X R tv-- b+++ DI+ D+ G++ e- h! !r y

------END GEEK CODE BLOCK------
"KnifeOn!  Apply directly to the forehead!  KnifeOn is available without a prescription at retailers nationwide."
AngelFish
This is my custom title
Administrator
LV12 Extreme Poster (Next: 5000)
*
Offline Offline

Gender: Male
Last Login: Yesterday at 00:41:29
Date Registered: 15 August, 2010, 09:18:54
Posts: 3187


Total Post Ratings: +218

View Profile
« Reply #5 on: 13 May, 2011, 04:04:47 »
0

There's only one known [and published] algorithm for computing indefinite integrals, called the Risch Algorithm. How it works is doctoral level stuff, though. It's such a complicated [pseudo-]algorithm that no one has ever actually managed to program the full thing, only the simpler Transcendental case of the algorithm.


However, you can approximate definite integrals quite easily using many different algorithms.
« Last Edit: 13 May, 2011, 04:06:26 by Qwerty.55 » Logged

∂²Ψ    -(2m(V(x)-E)Ψ
---  = -------------
∂x²        ℏ²Ψ
ruler501
Crazy Freshman
LV11 Super Veteran (Next: 3000)
***********
Offline Offline

Gender: Male
Last Login: Today at 07:33:05
Date Registered: 08 November, 2010, 02:32:33
Location: In a cave with two spots of light and lots of meat
Posts: 2381


Topic starter
Total Post Ratings: +49

View Profile
« Reply #6 on: 13 May, 2011, 04:41:30 »
0

Whats a good method for finding integrals then?
Logged


Spoiler for "Projects":
My current games I am working on our:
  I might have an improved C version of this somewhere...
pSDL too lazy too make a userbar so I'll just link to the topic i update routinely http://www.omnimaga.org/index.php?board=146.0
Spoiler for "Misc images of test things":
NerdTests.com says I'm a Dorky Nerd God.  Click here to take the Nerd Test, get geeky images and jokes, and talk to others on the nerd forum!My computer geek score is greater than 100% of all people in the world! How do you compare? Click here to find out!"<br />[url=http://www.nerdtests.com/ft_personality.php?ref=42769
[/url]
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCM/CS/M/S d- s++: a---- C++ UL++ P+ L++ E---- W++ N o? K- w-- o? !M V?
PS+ PE+ Y+ PGP++ t 5? X R tv-- b+++ DI+ D+ G++ e- h! !r y

------END GEEK CODE BLOCK------
"KnifeOn!  Apply directly to the forehead!  KnifeOn is available without a prescription at retailers nationwide."
AngelFish
This is my custom title
Administrator
LV12 Extreme Poster (Next: 5000)
*
Offline Offline

Gender: Male
Last Login: Yesterday at 00:41:29
Date Registered: 15 August, 2010, 09:18:54
Posts: 3187


Total Post Ratings: +218

View Profile
« Reply #7 on: 13 May, 2011, 05:06:10 »
0

If you want the honest answer, the best method is just to use a pre-made mathematical tool like Mathematica to find anti-derivatives. However, since you're probably doing this for a class, that's not really an option. On the other hand, integrals for schools tend to be solvable using the methods taught in class, so those are what you should study. The best advice I have on that front is to remember that what you're doing is finding an anti-derivative, so applying the rules of differentiation in reverse can help. Otherwise, learn the methods from squidgetx's list.
Logged

∂²Ψ    -(2m(V(x)-E)Ψ
---  = -------------
∂x²        ℏ²Ψ
ruler501
Crazy Freshman
LV11 Super Veteran (Next: 3000)
***********
Offline Offline

Gender: Male
Last Login: Today at 07:33:05
Date Registered: 08 November, 2010, 02:32:33
Location: In a cave with two spots of light and lots of meat
Posts: 2381


Topic starter
Total Post Ratings: +49

View Profile
« Reply #8 on: 13 May, 2011, 05:08:06 »
0

I doing this on my own to teach myself it. My school put me in algebra 1 and refused to let me test out.

I don't understand the last two on squidgetx's list.
Logged


Spoiler for "Projects":
My current games I am working on our:
  I might have an improved C version of this somewhere...
pSDL too lazy too make a userbar so I'll just link to the topic i update routinely http://www.omnimaga.org/index.php?board=146.0
Spoiler for "Misc images of test things":
NerdTests.com says I'm a Dorky Nerd God.  Click here to take the Nerd Test, get geeky images and jokes, and talk to others on the nerd forum!My computer geek score is greater than 100% of all people in the world! How do you compare? Click here to find out!"<br />[url=http://www.nerdtests.com/ft_personality.php?ref=42769
[/url]
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCM/CS/M/S d- s++: a---- C++ UL++ P+ L++ E---- W++ N o? K- w-- o? !M V?
PS+ PE+ Y+ PGP++ t 5? X R tv-- b+++ DI+ D+ G++ e- h! !r y

------END GEEK CODE BLOCK------
"KnifeOn!  Apply directly to the forehead!  KnifeOn is available without a prescription at retailers nationwide."
AngelFish
This is my custom title
Administrator
LV12 Extreme Poster (Next: 5000)
*
Offline Offline

Gender: Male
Last Login: Yesterday at 00:41:29
Date Registered: 15 August, 2010, 09:18:54
Posts: 3187


Total Post Ratings: +218

View Profile
« Reply #9 on: 13 May, 2011, 05:24:57 »
0

Note: Log(x)==Ln(x) in older notation and that's what I use here.

U substitution: Let's take an example, ∫Log(x)/x dx. Notice that this is equal to ∫(1/x)Log(x) dx and that 1/x is the derivative of Log(x). With U substitution, let U=Log(x) and dU = 1/x dx. Thus, the integral is now ∫ U dU, which is easily solvable as (U²)/2+C. Since that's equivalent to the integral of the original integrand, substitute Log(x) for U and you get Log(x)²/2+C

UV substitution: It can be proven that for an integral ∫U dV, the anti-derivative is equal to UV-∫V dU where U and V are functions. Basically: ∫U dV = UV-∫V dU. What you have to do is figure out U and dV. Then you differentiate U and integrate the simpler equation V. The answer is U*V - the integral of V*dU.

Ex: ∫[Log(Sin(x))]/Cos(x)² dx.

U=Log(Sin(x))
dV=1/Cos(x)²

dU=1/Tan(x)
V=Log(Sin(x))

Thus, ∫[Log(Sin(x))]/Cos(x)² dx = Log(Sin(x))*Tan(x)-∫[1/Tan(x)]*Tan(x) dx

If we then solve the integral on the right (it's equal to 1, therefore it integrates to x+C), we get ∫[Log(Sin(x))]/Cos(x)² dx = Log(Sin(x))*Tan(x)-X+C
Logged

∂²Ψ    -(2m(V(x)-E)Ψ
---  = -------------
∂x²        ℏ²Ψ
Pages: [1]   Go Up
  Print  
 
Jump to:  

Powered by EzPortal
Powered by MySQL Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Powered by PHP
Page created in 0.505 seconds with 31 queries.
Skin by DJ Omnimaga edited from SMF default theme with the help of tr1p1ea.
All programs, games and songs avaliable on this website are property of their respective owners.
Best viewed in Opera, Firefox, Chrome and Safari with a resolution of 1024x768 or above.