Lesson Derive (Calculus)

Algebra ->  Test  -> Lessons -> Lesson Derive (Calculus)      Log On


   


This Lesson (Derive (Calculus)) was created by by Nate(3500) About Me : View Source, Show
About Nate:

In calculus, mathematicians try to derive the slope of a tangent (a line that hits a function at a certain arbitrary point). This includes any type of function (be it sine, cosine, tangent, parabolic, quintic ... technically, there are infinite amount of tangents to a linear line).
~
~ Tangent Slope ~
~
*Sketching a curve and drawing up points is heavily promoted for understanding reasons...
P(x,f(x)) and P(x + h,f(x + h)) where h is a value
Slope = (y2 - y1)/(x2 - x1)
Slope+=+%28f%28x+%2B+h%29+-+f%28x%29%29%2F%28x+%2B+h+-+x%29
Slope+=+%28f%28x+%2B+h%29+-+f%28x%29%29%2F%28h%29 where h doesn't equal zero
*Let's apply this ....
Function: f(x) = 0.5x^2
Slope at P(2,2)? ...

h was the greatest for the purple line
h decreased for the green line
h decreased further for the blue line
You can see: as h approaches zero ... a slope for a tangent is found
h approaches zero for the golden line
~
~ Tangent Slope ~
~
Slope of Tangent is written as = lim[h->0] %28f%28x+%2B+h%29+-+f%28x%29%29%2F%28h%29
This can be broken down further by function: f(x) = x^r
lim[h->0] %28f%28x+%2B+h%29+-+f%28x%29%29%2F%28h%29
lim[h->0] %28%28x+%2B+h%29%5Er+-+x%5Er%29%2F%28h%29
lim[h->0] [C(r,0)(x^r)(h^0) + C(r,1)(x^(r-1))(h^1) ... + C(r,r)(x^0)(h^r) - x^r]/h
lim[h->0] [C(r,1)(x^(r-1))(h^1) ... + C(r,r)(x^0)(h^r)]/h
Which Simplifies:
lim[h->0] C(r,1)(x^(r-1)) ... + C(r,r)(h^(r-1))
Substitute:
lim[h->0] C(r,1)x^(r-1)
Simplify:
r*x^(r-1)
So, the slope of a tangent line to a function is expressed as r*x^(r - 1) (or f'(x) = r*x^(r - 1)) from the original function f(x) = x^r.
*Example:
f(x) = 0.5x^2 at P(2,2)
f'(x) = (0.5)(2)x^(2 - 1) = x
f'(2) = x = 2
The slope would be 2.
~
This rule can not be applied to trig functions ... so, more work!
f(x) = sin(x)
lim[h->0] %28f%28x+%2B+h%29+-+f%28x%29%29%2F%28h%29
lim[h->0] %28sin%28x+%2B+h%29+-+sin%28x%29%29%2F%28h%29
lim[h->0] %28sin%28x%29cos%28x%29+%2B+sin%28h%29cos%28x%29+-+sin%28x%29%29%2F%28h%29
lim[h->0] %28sin%28x%29cos%28x%29+-+sin%28x%29%29%2F%28h%29 + lim[h->0] sin%28h%29cos%28x%29%2Fh
sin(x)*lim[h->0] %28cos%28x%29+-+1%29%2F%28h%29 + cos(x)*lim[h->0] sin%28h%29%2Fh
sin(x)*0 - cos(x)*1
f'(x) = cos(x)
~
f(x) = cos(x)
lim[h->0] %28f%28x+%2B+h%29+-+f%28x%29%29%2F%28h%29
lim[h->0] %28cos%28x+%2B+h%29+-+cos%28x%29%29%2F%28h%29
lim[h->0] %28cos%28x%29cos%28h%29+-+sin%28x%29sin%28h%29+-+cos%28x%29%29%2F%28h%29
lim[h->0] %28cos%28x%29cos%28h%29+-+cos%28x%29%29%2F%28h%29 - lim[h->0] sin%28x%29sin%28h%29%2Fh
cos(x)*lim[h->0] %28cos%28h%29+-+1%29%2F%28h%29 - sin(x)*lim[h->0] sin%28h%29%2Fh
cos(x)*0 - sin(x)*1
f'(x) = - sin(x)
~
Tangent slope and line at P(3.14,0) for f(x) = sin(x) ?
f'(x) = cos(x)
f'(3.14) = cos(3.14) = -1
y = -1(x - 3.14) + 0
y = -x + 3.14
graph%28600%2C300%2C-.5%2C5%2C-.5%2C1%2Csin%28x%29%2C3.141592653-x%29

This lesson has been accessed 10637 times.