HL Calculus 1 Notes
HL Calculus 1 Notes
HL Calculus 1 Notes
HL Calculus 1
Introduction
Calculus is the Latin word for "little pebble". In ancient times, the Romans used these "little
pebbles" to gamble with. Centuries later the word "calculare" became the verb that meant to
compute, to reckon or to figure out.
The discovery of calculus (now a branch of mathematics in its own right) was attributed to Sir Isaac
Newton (1642-1727) and Gottfried Wilhelm Leibniz (1646-1716).
To the engineer and mathematician today, calculus is the branch of mathematics that takes in
elementary algebra and geometry, and adds one more ingredient, the limit process (see notes on
page 2).
Calculus begins where elementary mathematics leaves off. It takes ideas from elementary
mathematics (e.g. the slope of a straight line or volume of a cuboid) and extends them to a much
more general situation (e.g. the slope of a curve or the volume of a solid with a curved boundary).
Calculus has many applications in the real world; statistics, engineering, physical sciences,
economics, to name but a few.
y2 − y1
m=
x2 − x1
m1 = m2
Definition 2: Two lines, L1 and L2 ,with gradients m1 and m2 respectively, are said to be
perpendicular if the product of their gradients equals − 1 . In other words,
1
m1 × m2 = − 1 or m 2 = − .
m1
y − y 1 = m( x − x 1 ) .
x2 − 4
y =
x −2
( x − 2)(x + 2)
=
(x − 2)
= x+2 where x ≠ 2 .
x2 − 4
If we look at the graph of y = , we can see that
x−2
as x gets closer and closer to 2 from both above and
below, y gets closer and closer to 4 .
x2 − 4
We write: lim =4 .
x→ 2 x−2
Note: Substituting the value of the limit (i.e. x = 2) into above gives the value 4 .
3 Differentiation
3.1 Vocabulary / Notation
• The process of finding the gradient function is call differentiation.
• The gradient function is also called the derived function or the derivative.
dy
• The notation for the gradient function is f ' ( x) or y ' or .
dx
f ( x + h) − f ( x)
f ' ( x) = lim .
h →0 h
y2 − y1
Note 1: Compare this with m = .
x2 − x1
Note 2: We use the gradient function to find the gradient of the tangent at any point
(x 1 , y 1 ) on the curve. This, therefore, gives us the gradient of the curve at this point.
= 6 x + 3(0) Substitute h = 0 .
∴ f ' ( x) = 6 x
4 Differentiation of Polynomials
n n−1
Definition: Given that f (x) = a x , then f ' (x) = a n x .
Example: Differentiate y = 19 x .
y = 19 x
= 19 x 1
y ' = (1) × 19 x 1 − 1
= 19 x 0
= 19 × 1
This means that the gradient of y is constant. This makes
= 19 sense since y = 19 x is a straight line and has the same
gradient at every point on the line.
Example: Differentiate y = 7 .
y = 7
= 7×1
= 7 × x0
y ' = (0) × 7 × x 0 − 1
This value for the gradient of y makes sense because y = 7 is a
= 0 horizontal line.
3 1
f (x ) = 5 x + 3 x + − 20
x2
= 5 x 3 + 3 x + x− 2 − 20
f ' ( x) = (3) × 5 x 3 − 1 + 3 + (− 2) × 1 x− 2 − 1
= 15 x 2 + 3 + − 2 x− 3
2 2
= 15 x + 3 − This is the gradient function for f ( x) .
x3
4. Before attempting other strategies for differentiation, use your algebra skills to
simplify or rearrange expressions whenever possible.
4
Example: Differentiate f (x ) = .
√x
4
f (x ) =
√x
1
= 4 x− 2
( )
3
1 −
f ' ( x) = − 4x 2
2
2
= − This is the gradient function for f ( x) .
√ x3
d y dy du
Definition: If y = g(u) and u = f ( x) , then = × .
dx du dx
dy
Remember: If y = f ( x) , then = f ' (x ) .
dx
n dy
If y = [ f ( x)] , then = n[ f (x )]
n−1
× f ' (x ) .
dx
Example: Differentiate y = √ 2 x 3 + x
y = √ 2 x3 + x
1
= (2 x 3 + x ) 2 Write in index form.
Let u = 2 x3 + x
du
∴ = 6 x2 + 1 Differentiate with respect to x .
dx
1
And y = u2 Write y in terms of u .
1
dy 1 −2
∴ = u Differentiate with respect to u .
du 2
1 3
Substituting u = 2 x + x back into the
=
2 √ 2 x 3+x expression and tidying up the negative index.
dy dy du
= × The chain rule
dx du dx
1
× (6 x + 1) Substitute dy and du into the chain rule.
2
=
2 √ 2 x +x
3 du dx
dy 6 x2 + 1
∴ = Tidying up the right hand side.
dx 2 √ 2 x 3+x
dy dv du
=u +v .
dx dx dx
Let u = (3 x + 7)5
du
∴ = 5(3 x + 7) 4 × 3 Using the Chain Rule.
dx
= 15(3 x + 7) 4
Let v = 5 x 2 − 4
dv
∴ = 10 x
dx
dy dv du
= u +v
dx dx dx
= (3 x + 7)5 × 10 x + (5 x 2 − 4) × 15 (3 x + 7) 4 Using the Product Rule.
dy
∴ = 10 x (3 x + 7)5 + 15 (5 x 2 − 4)(3 x + 7)4 Tidying up the right hand side.
dx
du dv
v −u
dy dx dx .
=
dx v2
2x+1
Example: Differentiate y = 3
.
x −2
Let u = 2 x + 1
du
∴ = 2
dx
Let v = x 3 − 2
dv
∴ = 3 x2
dx
du dv
dy v −u
= dx dx
dx 2
v
( x 3 − 2) × 2 − (2 x + 1) × 3 x 2
= 3 2 Using the Quotient Rule.
( x − 2)
dy 2 ( x 3 − 2) − 3 x 2 (2 x + 1)
∴ = Tidying up the right hand side.
dx ( x 3 − 2)2
5 Applications
5.1 Finding gradients or equations of tangents and normals
Note 1: The gradient function allows us to find the gradient of tangents and normals at a
particular point on a curve.
Note 2: We use y − y 1 = f ' ( x 1)(x − x 1) to find the equations of tangents and normals.
f (x ) = 5 x 2 + 3 x + 17
∴ f ' ( x) Differentiate f(x) to get the gradient
= 10 x + 3 function.
f ' (1) = 10(1) + 3 Substitute x = 1 .
f (x ) = 4 x 2 − 6 x + 2
∴ f ' ( x) = 8x −6 Differentiate f(x) to get the gradient function.
Example 3: Find the equation of the normal to the curve y = x 2 − 2 x + 1 at the point
(3 , 4).
f (x ) = x 2 − 2 x + 1
f ' ( x) = 2 x − 2 Differentiate f(x) to get the gradient function.
1
m2 = − This is the gradient of the normal when x = 3.
4
2
Therefore, 4 y + x − 19 = 0 is the equation of the normal to the curve y = x − 2 x + 1
at the point (3 , 4).
Solution:
f (x ) = x 3 − 6 x 2
f ' ( x) = 3 x 2 − 12 x Differentiate f ( x) to get the gradient function.
2
3 x − 12 x = 0 To find x-coordinates of the turning points, make f ' ( x) = 0 and solve for x.
3 x (x − 4) = 0
To find the y-coordinates, we would substitute these x values into f ( x) and get
x = 0 or 4 the coordinates of the turning points (0 , 0) and (4 , − 32) respectively.
Value of x −1 0 1 4 5
Sign of f ' ( x) + 0 − 0 +
Graph of f (x )
Therefore, the function is increasing when x < 0 and x > 4 , and it is decreasing when
0< x <4 .
Note: From this table of values, we can also see that a local maximum occurs when x = 0
and a local minimum occurs when x = 4 ; i.e. at the points (0 , 0) and (4 , − 32) .
Solutions: