|
-
Oct 23rd, 2001, 10:12 AM
#1
Thread Starter
Lively Member
Some questions on Derivatives
You all seem like smart people with some time on your hands, so heres a few questions for you.
1) f(x)=2e^x+pi
2) h(x)=2^x+x^2+2
3) t(x)=(ln 5)^x
4) q(x)=3*log (base 2) x
What is the derivative AND the antiderivative of the above functions.
Any Help you could give me would be great.
Also, to all you programmers, Is the a program I could download that will help me find the derivative and the Anti-derivative of a function. If so, where can I get it. Thanks Alot.
-MHENK
-
Oct 24th, 2001, 03:20 AM
#2
transcendental analytic
Do you have some sort of formulabook? In case not, you should get one, here's the equations you need to solve the equations:
De^x=e^x
Dkf=kDf
Dk=0
D-1k=kx+C
Dx^n=nx^(n-1)
D-1x^n=x^(n+1)/(n+1)+C
Da^x=a^xlna
D-a^x=a^x/lna+C
that's how much help i will give if you want to learn some for youself you just apply them and get used to do so.
There should be a site somewhere to do calculus but I don't recommend you go there other than to check if you have correct results, because calculus is very usefull to know.
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Oct 25th, 2001, 03:19 AM
#3
Member
here's where you can calculate your integrals (=anti-derrivatives?, never heard that expression)
http://integrals.wolfram.com
any good math program will do the job also, e.g. mathematica. but that is not for free!
derrivatives are usually much easier to calculate than integrals, so you should be able to solve almost all of them with a good math book.
here you'll find a collection of rules and formulas for derrivation:
http://www.efunda.com/math/derivatives/derivatives.cfm
WIN 2000 Prof. / WIN 98 / WIN 95, IE6.0, Mathematica 4.0
Visual Studio Enterprise 6.0 sp5
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|