Difference between revisions of "Derivative and Gradient"

From PKC
Jump to navigation Jump to search
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
In the introduction we have talk about Derivative is equal to gradient and also slop.
In Derivative you will see
<math>f(x)</math> and <math>f'(x)</math>


Derivative can be used to find any point slope in a function  
To start the calculus you need to know they are differen't
 
<math>f(x) \neq f'(x)</math>
 
f(x) = "f" of "x"
 
f'(x) = derivative of f(x)
 
In the introduction, we mentioned Derivative equals to gradient and also slope.
 
The derivative can be used to find any point-slope in a function.


For example
For example
<math>f(x)=X^2<\math>
 
<math>f(x)=x^2</math>
 
Then let’s say we want to know the slope of the point  f(4)
when <math>f(x)=x^2</math>
 
Using derivative
<math>f'(x)=2x</math>
 
(you will learn how to do differentiation after this just remember) <math>f'(x)=2x </math> .
 
so no matter what, when x=4 then f(x) = f(4) = 4^2 = 16
 
Then using differentiation <math>f'(x)=2x </math> we can solve the slope.
 
<math>f'(x)= 2*4 = 8</math>
so we know that slope will be equal to 8.
 
 
 
 
 
When x=8 then <math>f(x)=64</math> then finding the slope of that point on the graph <math>f'(x)=16</math> the slope will be equals to 16.
 
Finding slope is one way to use differentiation, but there are lots of other ways to use differentiation.

Latest revision as of 02:23, 26 September 2021

In Derivative you will see and

To start the calculus you need to know they are differen't

f(x) = "f" of "x"

f'(x) = derivative of f(x)

In the introduction, we mentioned Derivative equals to gradient and also slope.

The derivative can be used to find any point-slope in a function.

For example

Then let’s say we want to know the slope of the point f(4) when

Using derivative

(you will learn how to do differentiation after this just remember) .

so no matter what, when x=4 then f(x) = f(4) = 4^2 = 16

Then using differentiation we can solve the slope.

so we know that slope will be equal to 8.



When x=8 then then finding the slope of that point on the graph the slope will be equals to 16.

Finding slope is one way to use differentiation, but there are lots of other ways to use differentiation.