Derivative Techniques: nx^n-1 and k^x ln k

  • Thread starter Thread starter bobsmith76
  • Start date Start date
  • Tags Tags
    Derivative
bobsmith76
Messages
336
Reaction score
0

Homework Statement



Let's take two problems, the derivative of

2x

and

xπ

For the second one the book says that answer is

πxπ-1

Well if you can do that for the above, then why not for the first problem?

The book gives the answer to the first problem as

2x ln 2

why not x2x-1?

essentially what i need to know for finding derivatives, there are two techniques.
1. nx^n-1
2. k^x ln k

when do I use which technique?
 
Physics news on Phys.org
bobsmith76 said:

Homework Statement



Let's take two problems, the derivative of

2x

and

xπ

For the second one the book says that answer is

πxπ-1

Well if you can do that for the above, then why not for the first problem?

The book gives the answer to the first problem as

2x ln 2

why not x2x-1?

essentially what i need to know for finding derivatives, there are two techniques.
1. nx^n-1
2. k^x ln k

when do I use which technique?

Because that rule only works when the power of the x term is a constant (independent of x).

To differentiate 2x, express it as exln(2). This is of the form ekx, where k is a constant.
 
it makes a BIG difference whether x is "upstairs" (in the exponent), or "downstairs" (being exponentiated).

if you go back to the definition:

d(2x)/dx = limh→0 (2(x+h)-2x)/h

you can see that you're not going to get an easy way to simplify.

basically, e is the "natural base" for exponential functions, and other bases have logarithms as a "conversion factor":

2x = (eln(2))x = eln(2)x

which is of the form eax, so has derivative aeax, by the chain rule.
 
2x and xn are very different types of functions. The first is an exponential function, so called because the variable is in the exponent. The second is a power function, so called because the variable is in the base, which is raised to a fixed power.

There is no single differentiation rule, other than the definition, that covers both of these functions. You are misusing the power rule to conclude that d/dx(2x) = x2x-1. Each of the rules has "fine print" that says when it can be applied. Read the fine print.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top