Difference between revisions of "Defining the Derivative"

From Department of Mathematics at UTSA
Jump to navigation Jump to search
(Added video links)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
==The Definition of Slope==
 +
Historically, the primary motivation for the study of '''differentiation''' was the tangent line problem: for a given curve, find the slope of the straight line that is tangent to the curve at a given point. The word ''tangent'' comes from the Latin word ''tangens'', which means touching. Thus, to solve the tangent line problem, we need to find the slope of a line that is "touching" a given curve at a given point, or, in modern language, that has the same slope. But what exactly do we mean by "slope" for a curve?
 +
 +
The solution is obvious in some cases: for example, a line <math>y=mx+c</math> is its own tangent; the slope at any point is <math>m</math> . For the parabola <math>y=x^2</math> , the slope at the point <math>(0,0)</math> is <math>0</math> ; the tangent line is horizontal.
 +
 +
But how can you find the slope of, say, <math>y=\sin(x)+x^2</math> at <math>x=1.5</math>? This is in general a nontrivial question, but first we will deal carefully with the slope of lines.
 +
 +
===The Slope of a Line===
 +
[[Image:Lines with Gradients.svg|thumb|325px|right|Three lines with different slopes]]
 +
The '''slope''' of a line, also called the '''gradient''' of the line, is a measure of its inclination. A line that is horizontal has slope 0, a line from the bottom left to the top right has a positive slope and a line from the top left to the bottom right has a negative slope.
 +
 +
The slope can be defined in two (equivalent) ways. The first way is to express it as how much the line climbs for a given motion horizontally. We denote a change in a quantity using the symbol <math>\Delta</math> (pronounced "delta"). Thus, a change in <math>x</math> is written as <math>\Delta x</math> . We can therefore write this definition of slope as:
 +
:<math>{\rm Slope}=\frac{\Delta y}{\Delta x}</math>
 +
An example may make this definition clearer. If we have two points on a line, <math>P(x_1,y_1)</math> and <math>Q(x_2,y_2)</math> , the change in <math>x</math> from <math>P</math> to <math>Q</math> is given by:
 +
:<math>\Delta x=x_2-x_1</math>
 +
Likewise, the change in <math>y</math> from <math>P</math> to <math>Q</math> is given by:
 +
:<math>\Delta y=y_2-y_1</math>
 +
This leads to the very important result below.
 +
 +
: The slope of the line between the points <math>(x_1, y_1)</math> and <math>(x_2, y_2)</math> is
 +
::<math>\frac{\Delta y}{\Delta x}=\frac{y_2-y_1}{x_2-x_1}</math>
 +
 +
Alternatively, we can define slope trigonometrically , using the tangent function:
 +
:<math>{\rm Slope}=\tan(\alpha)</math>
 +
where <math>\alpha</math> is the angle from the rightward-pointing horizontal to the line, measured counter-clockwise. If you recall that the tangent of an angle is the ratio of the y-coordinate to the x-coordinate on the unit circle, you should be able to spot the equivalence here.
 +
 +
===Of a graph of a function===
 +
The graphs of most functions we are interested in are not straight lines (although they can be), but rather curves. We cannot define the slope of a curve in the same way as we can for a line. In order for us to understand how to find the slope of a curve at a point, we will first have to cover the idea of '''tangency'''. Intuitively, a '''tangent''' is a line which ''just'' touches a curve at a point, such that the angle between them at that point is 0. Consider the following four curves and lines:
 +
 +
{| align=center
 +
|align=center|'''(i)'''
 +
|align=center|'''(ii)'''
 +
|-
 +
|[[Image:Tangency Example 1.svg|300px]]
 +
|[[Image:Tangency Example 2.svg|300px]]
 +
|-
 +
|align=center|'''(iii)'''
 +
|align=center|'''(iv)'''
 +
|-
 +
|[[Image:Tangency Example 3.svg|300px]]
 +
|[[Image:Tangency Example 4.svg|300px]]
 +
|}
 +
 +
<ol style="list-style-type:lower-roman">
 +
  <li>The line <math>L</math> crosses, but is not tangent to <math>C</math> at <math>P</math> .</li>
 +
  <li>The line <math>L</math> crosses, and is tangent to <math>C</math> at <math>P</math> .</li>
 +
  <li>The line <math>L</math> crosses <math>C</math> at two points, but is tangent to <math>C</math> only at <math>P</math> .</li>
 +
  <li>There are many lines that cross <math>C</math> at <math>P</math>, but none are tangent. In fact, this curve has no tangent at <math>P</math> .</li>
 +
</ol>
 +
 +
A '''secant''' is a line drawn through two points on a curve. We can construct a definition of a tangent as the limit of a secant of the curve taken as the separation between the points tends to zero. Consider the diagram below.
 +
 +
[[image:Tangent_as_Secant_Limit.svg|center]]
 +
 +
As the distance <math>h</math> tends to 0, the secant line becomes the tangent at the point <math>x_0</math> . The two points we draw our line through are:
 +
:<math>P(x_0,f(x_0))</math>
 +
and
 +
:<math>Q(x_0+h,f(x_0+h))</math>
 +
 +
As a secant line is simply a line and we know two points on it, we can find its slope, <math>m_h</math> , using the formula from before:
 +
:<math>m=\frac{y_2-y_1}{x_2-x_1}</math>
 +
 +
(We will refer to the slope as <math>m_h</math> because it may, and generally will, depend on <math>h</math> .) Substituting in the points on the line,
 +
:<math>m_h=\frac{f(x_0+h)-f(x_0)}{(x_0+h)-x_0}</math>
 +
This simplifies to
 +
:<math>m_h=\frac{f(x_0+h)-f(x_0)}{h}</math>
 +
This expression is called the '''difference quotient'''. Note that <math>h</math> can be positive or negative — it is perfectly valid to take a secant through any two points on the curve — but cannot be <math>0</math> .
 +
 +
The definition of the tangent line we gave was not rigorous, since we've only defined limits of ''numbers'' — or, more precisely, of functions that output numbers — not of ''lines''. But we ''can'' define the ''slope'' of the tangent line at a point rigorously, by taking the limit of the slopes of the secant lines from the last paragraph. Having done so, we can ''then'' define the tangent line as well. Note that we cannot simply set <math>h</math> to 0 as this would imply division of 0 by 0 which would yield an undefined result. Instead we must find the [[Calculus/Limits|'''limit''']] of the above expression as <math>h</math> '''tends''' to 0:
 +
 +
Definition: Slope of the graph of a function
 +
: The '''slope''' of the graph of <math>f(x)</math> at the point <math>(x_0,f(x_0))</math> is
 +
:: <math>\lim_{h\to 0}\left[\frac{f(x_0+h)-f(x_0)}{h}\right]</math>
 +
If this limit does not exist, then we say the slope is '''undefined'''.
 +
 +
If the slope is defined, say <math>m</math>, then the '''tangent line''' to the graph of <math>f(x)</math> at the point <math>(x_0,f(x_0))</math> is the line with equation
 +
:<math>y-f(x_0)=m\cdot(x-x_0)</math>
 +
 +
This last equation is just the point-slope form for the line through <math>(x_0,f(x_0))</math> with slope <math>m</math>.
 +
 +
==The Definition of the Derivative==
 +
You may have noticed that the two operations we've discussed — computing the slope of the tangent to the graph of a function and computing the instantaneous rate of change of the function — involved exactly the same limit. That is, the slope of the tangent to the graph of <math>y=f(x)</math> is <math>\frac{dy}{dx}</math> . Of course, <math>\frac{dy}{dx}</math> can, and generally will, depend on <math>x</math> , so we should really think of it as a ''function'' of <math>x</math> . We call this process (of computing <math>\frac{dy}{dx}</math>) '''differentiation'''. Differentiation results in another function whose value for any value <math>x</math> is the slope of the original function at <math>x</math> . This function is known as the '''derivative''' of the original function.
 +
 +
<!-- This is repeated below... -->
 +
Since lots of different sorts of people use derivatives, there are lots of different mathematical notations for them. Here are some:
 +
*<math>f'(x)</math> (read "f prime of x") for the derivative of <math>f(x)</math> ,
 +
*<math>D_x[f(x)]</math> ,
 +
*<math>Df(x)</math> ,
 +
*<math>\frac{dy}{dx}</math> for the derivative of <math>y</math> as a function of <math>x</math> or
 +
*<math>\frac{d}{dx}\big[y\big]</math> , which is more useful in some cases.
 +
 +
Most of the time the brackets are not needed, but are useful for clarity if we are dealing with something like <math>D(f\cdot g)</math> , where we want to differentiate the product of two functions, <math>f</math> and <math>g</math> .
 +
 +
The first notation has the advantage that it makes clear that the derivative is a function. That is, if we want to talk about the derivative of <math>f(x)</math> at <math>x=2</math> , we can just write <math>f'(2)</math> .
 +
 +
In any event, here is the formal definition:
 +
 +
Definition: (derivative)
 +
: Let <math>f(x)</math> be a function. Then <math>f'(x)=\lim_{\Delta x\to 0}\frac{f(x+\Delta x)-f(x)}{\Delta x}</math> wherever this limit exists. In this case we say that <math>f</math> is '''differentiable''' at <math>x</math> and its '''derivative''' at <math>x</math> is <math>f'(x)</math>.
 +
 +
===Examples===
 +
'''Example 1'''
 +
 +
The derivative of <math>f(x)=\frac{x}{2}</math> is
 +
: <math>f'(x)=\lim_{\Delta x\to 0}\left(\frac{\frac{x+\Delta x}{2}-\frac{x}{2}}{\Delta x}\right)=\lim_{\Delta x\to 0}\left(\frac{\frac{x}{2}+\frac{\Delta x}{2}-\frac{x}{2}}{\Delta x}\right)=\lim_{\Delta x\to 0}\left(\frac{\frac{\Delta x}{2}}{\Delta x}\right)=\lim_{\Delta x\to 0}\left(\frac{\Delta x}{2\Delta x}\right)=\lim_{\Delta x\to 0}\left(\frac12\right)=\frac12</math>
 +
no matter what <math>x</math> is. This is consistent with the definition of the derivative as the slope of a function.
 +
 +
'''Example 2'''
 +
 +
What is the slope of the graph of <math>y=3x^2</math> at <math>(4,48)</math> ? We can do it "the hard (and imprecise) way", ''without'' using differentiation, as follows, using a calculator and using small differences below and above the given point:
 +
 +
When <math>x=3.999</math> , <math>y=47.976003</math> .
 +
 +
When <math>x=4.001</math> , <math>y=48.024003</math> .
 +
 +
Then the difference between the two values of <math>x</math> is <math>\Delta x=0.002</math> .
 +
 +
Then the difference between the two values of <math>y</math> is <math>\Delta y=0.048</math> .
 +
 +
Thus, the slope <math>\frac{\Delta y}{\Delta x}=24</math> at the point of the graph at which <math>x=4</math> .
 +
 +
But, to solve the problem precisely, we compute
 +
 +
:{|
 +
|<math>\lim_{\Delta x\to 0}\frac{3(4+\Delta x)^2-48}{\Delta x}</math>
 +
|<math>=3\lim_{\Delta x\to 0}\frac{(4+\Delta x)^2-16}{\Delta x}</math>
 +
|-
 +
|
 +
|<math>=3\lim_{\Delta x\to 0}\frac{16+8\Delta x+(\Delta x)^2-16}{\Delta x}</math>
 +
|-
 +
|
 +
|<math>=3\lim_{\Delta x\to 0}\frac{8\Delta x+(\Delta x)^2}{\Delta x}</math>
 +
|-
 +
|
 +
|<math>=3\lim_{\Delta x\to 0}(8+\Delta x)</math>
 +
|-
 +
|
 +
|<math>=3(8)</math>
 +
|-
 +
|
 +
|<math>=24</math>
 +
|}
 +
We were lucky this time; the approximation we got above turned out to be exactly right. But this won't always be so, and, anyway, this way we didn't need a calculator.
 +
 +
In general, the derivative of <math>f(x)=3x^2</math> is
 +
:{|
 +
| <math>f'(x)</math>
 +
|<math>=\lim_{\Delta x\to 0}\frac{3(x+\Delta x)^2-3x^2}{\Delta x}</math>
 +
|-
 +
|
 +
|<math>=3\lim_{\Delta x\to 0}\frac{(x+\Delta x)^2-x^2}{\Delta x}</math>
 +
|-
 +
|
 +
|<math>=3\lim_{\Delta x\to 0}\frac{x^2+2x\Delta x+(\Delta x)^2-x^2}{\Delta x}</math>
 +
|-
 +
|
 +
|<math>=3\lim_{\Delta x\to 0}\frac{2x\Delta x+(\Delta x)^2}{\Delta x}</math>
 +
|-
 +
|
 +
|<math>=3\lim_{\Delta x\to 0}(2x+\Delta x)</math>
 +
|-
 +
|
 +
|<math>=3(2x)</math>
 +
|-
 +
|
 +
|<math>=6x</math>
 +
|}
 +
 +
'''Example 3'''
 +
 +
If <math>f(x)=|x|</math> (the absolute value function) then <math>f'(x)=\frac{x}{|x|}</math> , which can also be stated as
 +
: <math>f'(x)=\left\{\begin{matrix}-1&x<0\\ {\rm undefined}&x=0\\ 1&x>0\end{matrix}\right.</math>
 +
Finding this derivative is a bit complicated, so we won't prove it at this point.
 +
 +
Here, <math>f(x)</math> is not smooth (though it is continuous) at <math>x=0</math> and so the limits <math>\lim_{x\to 0^+}f'(x)</math> and <math>\lim_{x\to 0^-}f'(x)</math> (the limits as 0 is approached from the right and left respectively) are not equal. From the definition, <math>f'(0)=\lim_{\Delta x\to 0}\frac{|\Delta x|}{\Delta x}</math> , which does not exist. Thus, <math>f'(0)</math> is undefined, and so <math>f'(x)</math> has a discontinuity at 0. This sort of point of non-differentiability is called a cusp. Functions may also not be differentiable because they go to infinity at a point, or oscillate infinitely frequently.
 +
 +
===Understanding the derivative notation===
 +
 +
The derivative notation is special and unique in mathematics. The most common notation for derivatives you'll run into when first starting out with differentiating is the Leibniz notation, expressed as <math>\frac{dy}{dx}</math> . You may think of this as "rate of change in <math>y</math> with respect to <math>x</math>" . You may also think of it as "infinitesimal value of <math>y</math> divided by infinitesimal value of <math>x</math>" . Either way is a good way of thinking, although you should remember that the precise definition is the one we gave above. Often, in an equation, you will see just <math>\frac{d}{dx}</math> , which literally means "derivative with respect to x". This means we should take the derivative of whatever is written to the right; that is, <math>\frac{d}{dx}(x+2)</math> means <math>\frac{dy}{dx}</math> where <math>y=x+2</math> .
 +
 +
As you advance through your studies, you will see that we sometimes pretend that <math>dy</math> and <math>dx</math> are separate entities that can be multiplied and divided, by writing things like <math>dy=x^4dx</math> . Eventually you will see derivatives such as <math>\frac{dx}{dy}</math> , which just means that the input variable of our function is called <math>y</math> and our output variable is called <math>x</math> ; sometimes, we will write <math>\frac{d}{dy}</math> , to mean the derivative with respect to <math>y</math> of whatever is written on the right. In general, the variables could be anything, say <math>\frac{d\theta}{dr}</math> .
 +
 +
All of the following are equivalent for expressing the derivative of <math>y=x^2</math>
 +
* <math>\frac{dy}{dx}=2x</math>
 +
* <math>\frac{d}{dx}x^2=2x</math>
 +
* <math>dy=2x\,dx</math>
 +
* <math>f'(x)=2x</math>
 +
* <math>D(f(x))=2x</math>
 +
 +
===Tangent Lines===
 +
Since we can find the gradient of a function at any point we can also find the equation of the tangent line to the function at any point:
 +
 +
What is the equation of the tangent line for the curve <math>y = x^2 + 3x -16</math> at the point x = -4?
 +
 +
First we need to find the derivative of the equation.
 +
 +
<math>\frac{dy}{dx} = 2x + 3</math>
 +
 +
Then we find the gradient at the point x = -4.
 +
 +
<math>2\left ( -4 \right) + 3 = -5</math>
 +
 +
Using the original function we find the corresponding y value to the x value at the point of tangency.
 +
 +
<math>y = -4^2 + 3 \left (-4 \right) -16 = -12</math>
 +
 +
Then we use the point-gradient equation to find the equation.
 +
 +
<math>y + 12 = -5 \left ( x + 4 \right )</math> so the equation of the tangent line is y = -5x - 32....
 +
 +
==Resources==
 
* [https://mathresearch.utsa.edu/wikiFiles/MAT1214/Defining%20the%20Derivative/MAT1214-3.1DefiningTheDerivativePwPt.pptx  Defining the Derivative] PowerPoint file created by Dr. Sara Shirinkam, UTSA.
 
* [https://mathresearch.utsa.edu/wikiFiles/MAT1214/Defining%20the%20Derivative/MAT1214-3.1DefiningTheDerivativePwPt.pptx  Defining the Derivative] PowerPoint file created by Dr. Sara Shirinkam, UTSA.
  
 
* [https://mathresearch.utsa.edu/wikiFiles/MAT1214/Defining%20the%20Derivative/MAT1214-DefiningTheDerivative_RateOfChangeWS.pdf  Defining the Derivative Worksheet 1]
 
* [https://mathresearch.utsa.edu/wikiFiles/MAT1214/Defining%20the%20Derivative/MAT1214-DefiningTheDerivative_RateOfChangeWS.pdf  Defining the Derivative Worksheet 1]
 
  
 
* [https://youtu.be/2wH-g60EJ18 Understanding the Definition of the Derivative] by patrickJMT
 
* [https://youtu.be/2wH-g60EJ18 Understanding the Definition of the Derivative] by patrickJMT
Line 11: Line 221:
  
 
* [https://youtu.be/5yfh5cf4-0w Calculus 1 - Derivatives] by The Organic Chemistry Tutor
 
* [https://youtu.be/5yfh5cf4-0w Calculus 1 - Derivatives] by The Organic Chemistry Tutor
 +
 +
==Licensing==
 +
Content obtained and/or adapted from:
 +
* [https://en.wikibooks.org/wiki/A-level_Mathematics/OCR/C1/Differentiation Differentiation, Wikibooks: A-level Mathematics/OCR/C1] under a CC BY-SA license
 +
* [https://en.wikibooks.org/wiki/Calculus/Differentiation/Differentiation_Defined Differentiation Defined, Wikibooks: Calculus/Differentiation] under a CC BY-SA license

Latest revision as of 14:53, 27 October 2021

The Definition of Slope

Historically, the primary motivation for the study of differentiation was the tangent line problem: for a given curve, find the slope of the straight line that is tangent to the curve at a given point. The word tangent comes from the Latin word tangens, which means touching. Thus, to solve the tangent line problem, we need to find the slope of a line that is "touching" a given curve at a given point, or, in modern language, that has the same slope. But what exactly do we mean by "slope" for a curve?

The solution is obvious in some cases: for example, a line is its own tangent; the slope at any point is . For the parabola , the slope at the point is  ; the tangent line is horizontal.

But how can you find the slope of, say, at ? This is in general a nontrivial question, but first we will deal carefully with the slope of lines.

The Slope of a Line

Three lines with different slopes

The slope of a line, also called the gradient of the line, is a measure of its inclination. A line that is horizontal has slope 0, a line from the bottom left to the top right has a positive slope and a line from the top left to the bottom right has a negative slope.

The slope can be defined in two (equivalent) ways. The first way is to express it as how much the line climbs for a given motion horizontally. We denote a change in a quantity using the symbol (pronounced "delta"). Thus, a change in is written as . We can therefore write this definition of slope as:

An example may make this definition clearer. If we have two points on a line, and , the change in from to is given by:

Likewise, the change in from to is given by:

This leads to the very important result below.

The slope of the line between the points and is

Alternatively, we can define slope trigonometrically , using the tangent function:

where is the angle from the rightward-pointing horizontal to the line, measured counter-clockwise. If you recall that the tangent of an angle is the ratio of the y-coordinate to the x-coordinate on the unit circle, you should be able to spot the equivalence here.

Of a graph of a function

The graphs of most functions we are interested in are not straight lines (although they can be), but rather curves. We cannot define the slope of a curve in the same way as we can for a line. In order for us to understand how to find the slope of a curve at a point, we will first have to cover the idea of tangency. Intuitively, a tangent is a line which just touches a curve at a point, such that the angle between them at that point is 0. Consider the following four curves and lines:

(i) (ii)
Tangency Example 1.svg Tangency Example 2.svg
(iii) (iv)
Tangency Example 3.svg Tangency Example 4.svg
  1. The line crosses, but is not tangent to at .
  2. The line crosses, and is tangent to at .
  3. The line crosses at two points, but is tangent to only at .
  4. There are many lines that cross at , but none are tangent. In fact, this curve has no tangent at .

A secant is a line drawn through two points on a curve. We can construct a definition of a tangent as the limit of a secant of the curve taken as the separation between the points tends to zero. Consider the diagram below.

Tangent as Secant Limit.svg

As the distance tends to 0, the secant line becomes the tangent at the point . The two points we draw our line through are:

and

As a secant line is simply a line and we know two points on it, we can find its slope, , using the formula from before:

(We will refer to the slope as because it may, and generally will, depend on .) Substituting in the points on the line,

This simplifies to

This expression is called the difference quotient. Note that can be positive or negative — it is perfectly valid to take a secant through any two points on the curve — but cannot be .

The definition of the tangent line we gave was not rigorous, since we've only defined limits of numbers — or, more precisely, of functions that output numbers — not of lines. But we can define the slope of the tangent line at a point rigorously, by taking the limit of the slopes of the secant lines from the last paragraph. Having done so, we can then define the tangent line as well. Note that we cannot simply set to 0 as this would imply division of 0 by 0 which would yield an undefined result. Instead we must find the limit of the above expression as tends to 0:

Definition: Slope of the graph of a function

The slope of the graph of at the point is

If this limit does not exist, then we say the slope is undefined.

If the slope is defined, say , then the tangent line to the graph of at the point is the line with equation

This last equation is just the point-slope form for the line through with slope .

The Definition of the Derivative

You may have noticed that the two operations we've discussed — computing the slope of the tangent to the graph of a function and computing the instantaneous rate of change of the function — involved exactly the same limit. That is, the slope of the tangent to the graph of is . Of course, can, and generally will, depend on , so we should really think of it as a function of . We call this process (of computing ) differentiation. Differentiation results in another function whose value for any value is the slope of the original function at . This function is known as the derivative of the original function.

Since lots of different sorts of people use derivatives, there are lots of different mathematical notations for them. Here are some:

  • (read "f prime of x") for the derivative of ,
  • ,
  • ,
  • for the derivative of as a function of or
  • , which is more useful in some cases.

Most of the time the brackets are not needed, but are useful for clarity if we are dealing with something like , where we want to differentiate the product of two functions, and .

The first notation has the advantage that it makes clear that the derivative is a function. That is, if we want to talk about the derivative of at , we can just write .

In any event, here is the formal definition:

Definition: (derivative)

Let be a function. Then wherever this limit exists. In this case we say that is differentiable at and its derivative at is .

Examples

Example 1

The derivative of is

no matter what is. This is consistent with the definition of the derivative as the slope of a function.

Example 2

What is the slope of the graph of at  ? We can do it "the hard (and imprecise) way", without using differentiation, as follows, using a calculator and using small differences below and above the given point:

When , .

When , .

Then the difference between the two values of is .

Then the difference between the two values of is .

Thus, the slope at the point of the graph at which .

But, to solve the problem precisely, we compute

We were lucky this time; the approximation we got above turned out to be exactly right. But this won't always be so, and, anyway, this way we didn't need a calculator.

In general, the derivative of is

Example 3

If (the absolute value function) then , which can also be stated as

Finding this derivative is a bit complicated, so we won't prove it at this point.

Here, is not smooth (though it is continuous) at and so the limits and (the limits as 0 is approached from the right and left respectively) are not equal. From the definition, , which does not exist. Thus, is undefined, and so has a discontinuity at 0. This sort of point of non-differentiability is called a cusp. Functions may also not be differentiable because they go to infinity at a point, or oscillate infinitely frequently.

Understanding the derivative notation

The derivative notation is special and unique in mathematics. The most common notation for derivatives you'll run into when first starting out with differentiating is the Leibniz notation, expressed as . You may think of this as "rate of change in with respect to " . You may also think of it as "infinitesimal value of divided by infinitesimal value of " . Either way is a good way of thinking, although you should remember that the precise definition is the one we gave above. Often, in an equation, you will see just , which literally means "derivative with respect to x". This means we should take the derivative of whatever is written to the right; that is, means where .

As you advance through your studies, you will see that we sometimes pretend that and are separate entities that can be multiplied and divided, by writing things like . Eventually you will see derivatives such as , which just means that the input variable of our function is called and our output variable is called  ; sometimes, we will write , to mean the derivative with respect to of whatever is written on the right. In general, the variables could be anything, say .

All of the following are equivalent for expressing the derivative of

Tangent Lines

Since we can find the gradient of a function at any point we can also find the equation of the tangent line to the function at any point:

What is the equation of the tangent line for the curve at the point x = -4?

First we need to find the derivative of the equation.

Then we find the gradient at the point x = -4.

Using the original function we find the corresponding y value to the x value at the point of tangency.

Then we use the point-gradient equation to find the equation.

so the equation of the tangent line is y = -5x - 32....

Resources

Licensing

Content obtained and/or adapted from: