Math, asked by amitjathar37, 7 months ago

the Derivative of 7xto x7

Answers

Answered by AatifJunnadKhan2009
2

Answer:

Rules for Finding Derivatives

It is tedious to compute a limit every time we need to know the derivative of a function.

Fortunately, we can develop a small collection of examples and rules that allow us to

compute the derivative of almost any function we are likely to encounter. Many functions

involve quantities raised to a constant power, such as polynomials and more complicated

combinations like y = (sin x)

4

. So we start by examining powers of a single variable; this

gives us a building block for more complicated examples.

3.1 The Power Rule

We start with the derivative of a power function, f(x) = x

n

. Here n is a number of

any kind: integer, rational, positive, negative, even irrational, as in x

π

. We have already

computed some simple examples, so the formula should not be a complete surprise:

d

dxx

n = nxn−1

.

It is not easy to show this is true for any n. We will do some of the easier cases now, and

discuss the rest later.

The easiest, and most common, is the case that n is a positive integer. To compute

the derivative we need to compute the following limit:

d

dxx

n = lim

∆x→0

(x + ∆x)

n − x

n

∆x

.

For a specific, fairly small value of n, we could do this by straightforward algebra.

55

56 Chapter 3 Rules for Finding Derivatives

EXAMPLE 3.1.1 Find the derivative of f(x) = x

3

.

d

dxx

3 = lim

∆x→0

(x + ∆x)

3 − x

3

∆x

.

= lim

∆x→0

x

3 + 3x

2∆x + 3x∆x

2 + ∆x

3 − x

3

∆x

.

= lim

∆x→0

3x

2∆x + 3x∆x

2 + ∆x

3

∆x

.

= lim

∆x→0

3x

2 + 3x∆x + ∆x

2 = 3x

2

.

The general case is really not much harder as long as we don’t try to do too much.

The key is understanding what happens when (x + ∆x)

n

is multiplied out:

(x + ∆x)

n = x

n + nxn−1∆x + a2x

n−2∆x

2 + · · · + +an−1x∆x

n−1 + ∆x

n

.

We know that multiplying out will give a large number of terms all of the form x

i∆x

j

, and

in fact that i+j = n in every term. One way to see this is to understand that one method

for multiplying out (x + ∆x)

n

is the following: In every (x + ∆x) factor, pick either the x

or the ∆x, then multiply the n choices together; do this in all possible ways. For example,

for (x + ∆x)

3

, there are eight possible ways to do this:

(x + ∆x)(x + ∆x)(x + ∆x) = xxx + xx∆x + x∆xx + x∆x∆x

+ ∆xxx + ∆xx∆x + ∆x∆xx + ∆x∆x∆x

= x

3 + x

2∆x + x

2∆x + x∆x

2

+ x

2∆x + x∆x

2 + x∆x

2 + ∆x

3

= x

3 + 3x

2∆x + 3x∆x

2 + ∆x

3

No matter what n is, there are n ways to pick ∆x in one factor and x in the remaining

n−1 factors; this means one term is nxn−1∆x. The other coefficients are somewhat harder

to understand, but we don’t really need them, so in the formula above they have simply

been called a2, a3, and so on. We know that every one of these terms contains ∆x to at

least the power 2. Now let’s look at the limit:

d

dxx

n = lim

∆x→0

(x + ∆x)

n − x

n

∆x

= lim

∆x→0

x

n + nxn−1∆x + a2x

n−2∆x

2 + · · · + an−1x∆x

n−1 + ∆x

n − x

n

∆x

= lim

∆x→0

nxn−1∆x + a2x

n−2∆x

2 + · · · + an−1x∆x

n−1 + ∆x

n

∆x

= lim

∆x→0

nxn−1 + a2x

n−2∆x + · · · + an−1x∆x

n−2 + ∆x

n−1 = nxn−1

.

3.1 The Power Rule 57

Now without much trouble we can verify the formula for negative integers. First let’s

look at an example:

EXAMPLE 3.1.2 Find the derivative of y = x

−3

. Using the formula, y

′ = −3x

−3−1 =

−3x

−4

.

Here is the general computation. Suppose n is a negative integer; the algebra is easier

to follow if we use n = −m in the computation, where m is a positive integer.

d

dxx

n =

d

dxx

−m = lim

∆x→0

(x + ∆x)

−m − x

−m

∆x

= lim

∆x→0

1

(x+∆x)m −

1

xm

∆x

= lim

∆x→0

x

m − (x + ∆x)

m

(x + ∆x)mxm∆x

= lim

∆x→0

x

m − (x

m + mxm−1∆x + a2x

m−2∆x

2 + · · · + am−1x∆x

m−1 + ∆x

m)

(x + ∆x)mxm∆x

= lim

∆x→0

−mxm−1 − a2x

m−2∆x − · · · − am−1x∆x

m−2 − ∆x

m−1

)

(x + ∆x)mxm

=

−mxm−1

xmxm

=

−mxm−1

x

2m

= −mxm−1−2m = nx−m−1 = nxn−1

.

We will later see why the other cases of the power rule work, but from now on we will

use the power rule whenever n is any real number. Let’s note here a simple case in which

the power rule applies, or almost applies, but is not really needed. Suppose that f(x) = 1;

remember that this “1” is a function, not “merely” a number, and that f(x  = 1 has a

graph that is a horizontal line, with slope zero everywhere. So we know that f

(x) = 0.

We might also write f(x) = x

0

, though there is some question about just what this means

at x = 0. If we apply the power rule, we get f

(x) = 0x

−1 = 0/x = 0, again noting that

there is a problem at x = 0. So the power rule “works” in this case, but it’s really best to

just remember that the derivative of any constant function is zero.

Step-by-step explanation:

Similar questions