A-level Mathematics/CIE/Pure Mathematics 1/Differentiation

From testwiki
Revision as of 08:10, 4 June 2020 by imported>MtPenguinMonster (Stationary points: Fixed title to comply with LMOS)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The Gradient of a Point on a Curve

The gradient of the tangent can be approximated using secant lines which approach the tangent.

The gradient of a point on a curve is equal to the gradient of the tangent line at that point. Since it is difficult to measure the gradient of the tangent directly, we use secant lines which approach the tangent. A secant line is a line that travels between two points on the curve.

The Formal Definition of a Derivative

Suppose we want to find the gradient of a point at coordinates (x,y). We can approximate it using a secant line that travels through (x,y) and (x+Δx,y+Δy) where Δx is a small change in x andΔy is the small change in y that results from it.

The gradient of the secant line is riserun=y+Δyyx+Δxx=ΔyΔx. As Δx gets smaller and smaller, ΔyΔx approaches the gradient of the point (x,y).

The limit of ΔyΔx as Δx approaches zero is the value that we are looking for: the gradient of the point (x,y). For an arbitrary point (x,y), the gradient can be given by the derivative.

The derivative f of a function f is a function which provides the gradient of a point (x,f(x)) on the curve produced by f. The derivative is formally defined as limΔx0f(x+Δx)f(x)Δx

Notation

There are two main ways to write the derivative of a function: f(x) and dfdx. These both mean the same thing: the derivative of f with respect to x.

Simple Rules

These are a few simple rules that make differentiation of complicated expressions easier.

The Power Rule

ddxxn=nxn1

e.g. ddxx3=3x2

The Sum Rule

ddx(f(x)+g(x))=f(x)+g(x)

e.g. ddx(x2+x4)=2x+4x3

The Constant Rule

ddx(kf(x))=kf(x)

e.g. ddx(4x2)=4(2x)=8x

The Chain Rule

ddxf(g(x))=f(g(x))×g(x)

e.g. ddx(2x+1)3=3(2x+1)2×2=6(2x+1)2

Tangents & Normals

A tangent is a line which travels through a given point and has a gradient which is equal to the gradient of the curve at that point. A normal is a line which travels through a given point and is perpendicular to the tangent of the curve at that point.

To find the equation of the tangent or normal of a curve at a particular point, we can use the equations of a line that we used in [[../Coordinate Geometry/]].

e.g. Find the equation of the tangent and normal of a curve x35x2+2x+6 at the point (2,2)

ddx(x35x2+2x+6)=3x210x+2Gradient at (2,2)=3(2)210(2)+2=1220+2=6Tangent: y+2x2=6y+2=6x+12y=106xNormal: y+2x2=16y+2=x26y=x673

Increasing & Decreasing Functions

An increasing function is a function whose gradient is always greater than or equal to zero.

A decreasing function is a function whose gradient is always less than or equal to zero.

Rates of Change

The rate of change of a quantity is the derivative of a quantity with respect to time. For instance, if water were flowing into a bucket at a rate of 1 litre per second, the rate of change of the volume of water in the bucket would be 1 litre per second.

In some cases, the rates of change of two quantities are connected. For example, a circle with a changing radius will have a changing area that depends on the radius. The area of a circle is related to the radius by A=πr2. If the radius is increasing at a rate of 3 cm/s, its rate of change drdt=3. The rate of change of area can be found using the chain rule:

dAdt=dAdr×drdt=ddr(πr2)×3=2πr×3=6πr

If the radius is increasing at a rate of 3 cm/s, and is currently 5cm, the rate of change of area is 6π(5)=30π cm2/s.

Stationary Points

An example of maxima and minima on a graph

A stationary point is a point on the curve at which the gradient is zero. This means that the derivative of the function at that point is equal to zero.

Stationary points are either maxima or minima. Maxima are where the function reaches a maximum value. Minima are where the function reaches a minimum value. We can determine whether a stationary point is a maximum or minimum by looking at the second derivative.

If the second derivative is positive, the gradient is increasing with input, and thus the stationary point is a minimum.

If the second derivative is negative, the gradient is decreasing with input, and thus the stationary point is a maximum.

Curve Sketching

Stationary points are useful when sketching graphs of curves. By marking the stationary points, we can draw graphs more accurately than otherwise.

Template:Chapnav

Template:BookCat