d/dx(in x)
= 1/x
The proof is very confusing, so I just commit this to memory.
Chat with our AI personalities
1/xlnx Use the chain rule: ln(ln(x)) The derivative of the outside is1/ln(x) times the derivative of the inside. 1/[x*ln(x)]
Oh, dude, the third derivative of ln(x) is -2/(x^3). But like, who really needs to know that, right? I mean, unless you're planning on impressing your calculus teacher or something. Just remember, math is like a puzzle, except no one actually wants to put it together.
e^[ln(x^2)]=x^2, so your question is really, "What is the derivative of x^2," to which the answer is 2x.
For the function: y = sin(x)cos(x) To find the derivative y', implicit differentiation must be used. To do this, both sides of the equation must be put into the argument of a natural logarithm: ln(y) = ln(sin(x)cos(x)) by the properties of logarithms, this can also be expressed as: ln(y) = cos(x)ln(sin(x)) deriving both sides of the equation yields: (1/y)(y') = cos(x)(1/sin(x))(cos(x)) + -sin(x)ln(sin(x)) This derivative features two important things. The obvious thing is the product rule use to differentiate the right side of the equation. The left side of the equation brings into play the "implicit" differentiation part of this problem. The derivative of ln(y) is a chain rule. The derivative of just ln(y) is simply 1/y, but you must also multiply by the derivative of y, which is y'. so the total derivative of ln(y) is (1/y)(y'). solving for y' in the above, the following is found: y' = y[(cos2(x)/sin(x)) - sin(x)ln(sin(x))] = y[cot(x)cos(x) - sin(x)ln(sin(x))] y' = y[cot(x)cos(x) - sin(x)ln(sin(x))] = sin(x)cos(x)[cot(x)cos(x) - sin(x)ln(sin(x)) is the most succinct form of this derivative.
The anti-derivative of 1/x is ln|x| + C, where ln refers to logarithm of x to the base e and |x| refers to the absolute value of x, and C is a constant.