|
-
Feb 14th, 2005, 05:20 AM
#1
Thread Starter
New Member
-
Feb 14th, 2005, 06:46 AM
#2
Fanatic Member
Re: differentiation
Things to know:
-The chain rule - look it up
-Product rule - look that up too
-d/dx(sin(x)) = cos(x)
-d/dx(cos(x)) = -sin(x)
-d/dx(ln(x)) = 1/x
-d/dx(exp(x)) = exp(x)
That's all you need to do those.
-
Feb 14th, 2005, 10:29 AM
#3
Junior Member
Re: differentiation
 Originally Posted by azteched
Things to know:
-The chain rule - look it up
-Product rule - look that up too
-d/dx(sin(x)) = cos(x)
-d/dx(cos(x)) = -sin(x)
-d/dx(ln(x)) = 1/x
-d/dx(exp(x)) = exp(x)
That's all you need to do those.
for your question
1) Differentiate with respect to x:
a) y = 5 / 3sqrt x
d(5/3sqrt x)=5/3(1/x*sqrtx) dx
b) y = 1/2 sin x + 1/6cos 3x
dy= (1/2cos x -1/6 sinx)dx
c) y = x^2 + ln2x+e^2x
dy=(2x + 1/x + e^2x) dx
2) Differentiate the following functions:
a) y = (3x-2x^2)(5 +4x)
dy =[ (5+4x)(-4x+3) + (3x-2x^2)(4)]dx
b) y = 5xsinx
dy=(5sinx +5xcosx)dx
c) y = xe^x/2
dy=(e^x/2+xe^x/2)dx
Programming is an Art, not a Science
Not everything that can be counted counts, and not everything that counts can be counted.(EINSTEIN)
For theose of us who believe in physics, the difference between the present, the past and the future is just an illusion.(EINSTEIN)
-
Feb 21st, 2005, 01:40 PM
#4
Thread Starter
New Member
-
Feb 21st, 2005, 03:21 PM
#5
Re: Thanks...just one more thing though!
 Originally Posted by gilo26
I also need to determine the derivatives of these
a) y = (x+5)^3
b) y = xsin^2x
c) y = e^ln3x
.......and I dont know how to  Any help would be fantastic!!
Those are pretty easy; you just need to know the chain rule.
y = (x+5)^3
consider it as y = b^3, and differentiate with respect to b:
dy =3b^2 * db
now, what is db? b = x + 5, so the derivative is just one (1*x => 1)
so the answer is y' = 3(x+5)^2.
Basically, you start with the most outside function, and differentiate from the outside in. You don't need to substitute like I did above; that was just to (hoepfully!) make it clearer.
b) y = xsin^2x
this is the product rule with the chain rule: x * sin(x)^2
1* sin(x)^2 + x * 2 * sin(x) * cos(x)
y' = sin(x)^2 + 2x*sin(x)*cos(x)
c) y = e^ln3x
useful property to know: e^x and ln(x) are inverses of eachother:
e^ln(x) = x;
ln(e^x) = x;
so, y = 3x; y' = 3.
HTH!
Every passing hour brings the Solar System forty-three thousand miles closer to Globular Cluster M13 in Hercules -- and still there are some misfits who insist that there is no such thing as progress.
-
Feb 21st, 2005, 04:04 PM
#6
Thread Starter
New Member
Re: differentiation
Many thanks, I do believe things are beginning to make sense
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
|