Suppose you wanted to find the derivative of ln x, which is the inverse of e
x.
e
ln x = x
differentiate both sides WRT x
e
ln x (ln x)' = 1
x (ln x)' = 1
(ln x)' = 1 / x
so the derivative of ln x is 1/x
A relation is (to slightly modify the definition to make it easier to understand) simply a mapping from pairs of numbers to "true" or "false".
For instance:
x < y
is a relation.
Also, for any function f:
f(x) = y
is a relation. In fact,
all functions are relations. They just have the special property that:
f(x) = y and f(x) = z
can both be true only if y = z.
An example of a relation where one might use implicit differentiation is to find the slope of a point on the unit circle.
x
2 + y
2 = 1
is a relation. Notice that y cannot be written as a
function of x because for some values of x, there are
two solutions for y... but we can still differentiate WRT x to get:
2 x + 2 y (dy/dx) = 0
2 y (dy/dx) = - 2x
(dy/dx) = -x / y
So, the slope of the tangent line to any point (x, y) of the unit circle is (dy/dx) = -x / y
Thanks
also please give me an example that use the definite integral to compute accumulated changes.
Suppose I throw a ball into the air straight up with a speed of 19.6 meters per second. How high is it after 2 seconds?
Well, acceleration is simply the rate change of velocity, so we can find the velocity at any time t with a definite integral:
v(t) - v(0) = &int
s=0..t a(s) ds
v(t) - 19.6 = &int
s=0..t -9.8 ds
v(t) = 19.6 + (-9.8) * (t - 0)
v(t) = 19.6 - 9.8 t
Now, velocity is simply the rate chance of position, so we can find the height at time 2 with a definite integral:
x(2) - x(0) = &int
s=0..2 v(s) ds
x(2) - 0 = &int
s=0..2 19.6 - 9.8 s ds
x(2) = [19.6 s - 4.9 s
2]
s=0..2
x(2) = (19.6 * 2 - 4.9 * 2
2) - (19.6 * 0 - 4.9 * 0
2)
x(2) = 19.6
So after 2 seconds, the ball is 19.6 meters high.