Problem that uses implicit differentiation

AI Thread Summary
Implicit differentiation can be used to find the derivative of inverse functions, such as the derivative of ln x, which is 1/x. A relation is defined as a mapping from pairs of numbers to true or false, with all functions being relations that satisfy specific conditions. An example of using implicit differentiation is finding the slope of a point on the unit circle defined by the equation x² + y² = 1, resulting in the slope (dy/dx) = -x/y. Additionally, to compute accumulated changes, a definite integral can be applied, such as calculating the height of a ball thrown upwards with an initial speed of 19.6 m/s after 2 seconds, which results in a height of 19.6 meters. This illustrates the practical applications of implicit differentiation and definite integrals in calculus.
gigi9
Messages
40
Reaction score
0
Can u please give me an example of a problem that use implicit differentiation to find the derivative of an inverse function and of relations. Plz also explain to me what relation means in this case. Thanks
also please give me an example that use the definite integral to compute accumulated changes.
Thanks alot
 
Mathematics news on Phys.org
Suppose you wanted to find the derivative of ln x, which is the inverse of ex.

eln x = x

differentiate both sides WRT x

eln 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.

x2 + y2 = 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) = &ints=0..t a(s) ds
v(t) - 19.6 = &ints=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) = &ints=0..2 v(s) ds
x(2) - 0 = &ints=0..2 19.6 - 9.8 s ds
x(2) = [19.6 s - 4.9 s2]s=0..2
x(2) = (19.6 * 2 - 4.9 * 22) - (19.6 * 0 - 4.9 * 02)
x(2) = 19.6

So after 2 seconds, the ball is 19.6 meters high.
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
Thread 'Imaginary Pythagorus'
I posted this in the Lame Math thread, but it's got me thinking. Is there any validity to this? Or is it really just a mathematical trick? Naively, I see that i2 + plus 12 does equal zero2. But does this have a meaning? I know one can treat the imaginary number line as just another axis like the reals, but does that mean this does represent a triangle in the complex plane with a hypotenuse of length zero? Ibix offered a rendering of the diagram using what I assume is matrix* notation...
Back
Top