Curve sketching


Curve sketching


Enter your function here.
Hints: Enter as 3*x^2 ,
as (x+1)/(x-2x^4) and
as 3/5.



What does curve sketching mean?

Curve sketching is a calculation to find all the characteristic points of a function, e.g. roots, y-axis-intercept, maximum and minimum turning points, inflection points.

How to get those points?

By calculating derivatives. Then you set the function as well as the derivative equal to zero: Roots are solutions of the equation f_f(x)=0. Turning points can be at the roots of the derivation, i.e. you gotta solve the equation f_f'(x)=0 for finding maximum / minimum turning points. (if of if not there is a turning point at the root of the derivation, can be checked by using the change of sign criterion.) At an inflection point, the second derivation has to be 0, so to find inflection points solve the equation f_f''(x)=0 .

Why is curve skething done less nowadays?

It is a bit stupid: You just have to learn a way to do the same point calculations every time without thinking too much about their meaning. Therefore, exercises where you have to think about the meaning of those points become more important nowadays.

Can I take a look at an example?

Of course. Lets sketch the curve f_f(x)=x^3-x .


Mathepower works with this function:
This is the graph of your function.
Dein Browser unterstützt den HTML-Canvas-Tag nicht. Hol dir einen neuen. :P
  • Roots at -1; 0; 1
  • y-axis intercept at (0|0)
  • Maximum and minimum turning points at (-0.577|0.385); (0.577|-0.385)
  • Inflection points at (0|0)
This is what Mathepower calculated:

Roots:
Looking for roots of x^3+-1*x
| Factor out 1*x .
1*(1*x^2+-1)*x=0
(1*x^2+-1)=0| The product equals 0. So either the factor (1*x^2+-1) must be zero….
1*x^2+-1=0| +1
1*x^2=1| Take the square root on both sides.
x=+-*1^0.5
x_1=1^0.5| Extract the root of 1
1*x_1=1
x_2=-1*1^0.5| Extract the root of 1
1*x_2=-1
x=0| … or the factor x must be zero
x=0
So, the roots are: {-1;0;1}

Symmetry:
f(x)=x^3+-1*x is point symmetric to the origin.

Calculate the y-axis intercept by inserting 0.
Insert 0 into the function f(x) :
f(0)=0^3+-1*0=0
So, the y-axis intercept is at (0|0)

Diffentiate the function f(x)=x^3+-1*x
Differentiate the function 1*x^3+-1*x :
( Derivative of 1*x^3 )  +  ( Derivative of -1*x )
3*x^2  +  -1
So, the derivative of 1*x^3+-1*x is 3*x^2+-1 .
So the first derivative is f'(x)=3*x^2+-1

Second derivative, i.e. derivative of f'(x)=3*x^2+-1:
Differentiate the function 3*x^2+-1 :
( Derivative of 3*x^2 )  +  ( Derivative of -1 )
3*2*x  +  0
So, the derivative of 3*x^2+-1 is 3*2*x+0 .
Simplify the differentiation:
| Multiply 3 by 2
= 3*2*x
So the second derivative is f''(x)=6*x

Third derivative, i.e. derivative of f''(x)=6*x:
The derivative of 6*x is 6
So the third derivative is f'''(x)=6

Looking for turning points.
We have to find roots of the first derivative.

Looking for roots of 3*x^2+-1
| +1
3*x^2=1| : 3
1*x^2=0.333| Take the square root on both sides.
x=+-*0.333^0.5
x_1=0.333^0.5| Extract the root of 0.333
1*x_1=0.577
x_2=-1*0.333^0.5| Extract the root of 0.333
1*x_2=-0.577
Turning points could be at {-0.577;0.577}
Insert the roots of the first derivative into the second derivative:
Insert -0.577 into the function f''(x) :
f''(-0.577)=6*-0.577=-3.464
-3.464 is less than 0. So there is a maximum at -0.577 .
Insert -0.577 into the function f(x) :
f(-0.577)=-0.577^3+-1*-0.577=0.385
Maximum turning point (-0.577|0.385)
Insert 0.577 into the function f''(x) :
f''(0.577)=6*0.577=3.464
3.464 is larger than 0. So there is a mimimum at 0.577 .
Insert 0.577 into the function f(x) :
f(0.577)=0.577^3+-1*0.577=-0.385
Minimum turning point (0.577|-0.385)

Looking for inflection points.
We have to find roots of the second derivative.

Looking for roots of 6*x
| : 6
1*x=0
Inflection points could be at {0}
Insert the roots of the second derivative into the third derivative:
The third derivative does not contain x , so insertion gives 6
6 is larger than 0, so there is an inflection point at 0 .
Insert 0 into the function f(x) :
f(0)=0^3+-1*0=0
Inflection point (0|0)