sk|cz|de|

Geometric meaning of derivation

1.What is the geometric meaning of the derivative?

Solution:

Using the derivative of the function y = f(x) we can write the equation of the tangent or the equation of the normal to the graph of the function at the point T [xT , yT]

Equation of the Tangent Line:

yyT=kt(xxT),kt=f(xT)y - y_T = k_t (x - x_T), \quad k_t = f'(x_T)

Equation of the Normal Line:

yyT=kn(xxT),kn=1f(xT)y - y_T = k_n (x - x_T), \quad k_n = -\frac{1}{f'(x_T)}

Point T [x_T, f(x_T)] is the common point of the tangent (or normal) with the graph of the function.


Subtangent and Subnormal:

The tangent, the normal, and the x-axis form a right triangle Δ ABT (right angle at vertex T).

It holds:

  • Point T lies on line t,

  • Point A lies on line t ∩ x-axis,

  • Point B lies on line n ∩ x-axis.

  • Point T₁ [x_T; 0] is the orthogonal projection of point T onto the x-axis.


Subtangent Sₜ is the length of segment AT1|AT_1|:

St=yyS_t = \left| \frac{y}{y'} \right|

Subnormal Sₙ is the length of segment T1B|T_1B|:

Sn=yyS_n = |y \cdot y'|

Length of the Tangent Segment TA = t:

t2=yr2+St2t^2 = y^{2} + S_t^{2

Length of the Normal Segment TB = n:

n2=yr2+Sn2n^2 = y^{2} + S_n^{2}


2. Write the equation of the tangent and the equation of the normal to the curve:

geometricky-vyznam-derivacie-2z

Solution:

geometricky-vyznam-derivacie-2r

equation of tangent                     equation of normal


3. Write the equation of the tangent and the equation of the normal to the curve:

geometricky-vyznam-derivacie-3z

Solution:

geometricky-vyznam-derivacie-3r

equation of tangent                      equation of normal


4. Write the equation of the tangent and the equation of the normal to the curve:


geometricky-vyznam-derivacie-4z

Solution:

geometricky-vyznam-derivacie-4r

equation of tangent                              equation of normal



5. Write the equation of the tangent and the equation of the normal to the curve:

geometricky-vyznam-derivacie-5z

Solution:

geometricky-vyznam-derivacie-5r

equation of tangent                             equation of normal


6. Write the equation of the tangent and the equation of the normal to the curve y = ln(x+1) at the point T[0; yT]

Solution:

geometricky-vyznam-derivacie-6

equation of tangent                        equation of normal


7. Write the equation of the tangent to the curve y = sin 2x at the point T [3π/4 ; yT].

Solution:

geometricky-vyznam-derivacie-7

equation of tangent               equation of normal does not exists



8. Write the equation of the tangent to the curve y = x2 – 4x + 3 , which makes an angle φ = 450 with the x-axis.

Solution:

geometricky-vyznam-derivacie-8

equation of tangent 


9. Find the equation of the tangent to the curve y = x2 - 2x + 3 , if the tangent is parallel to the line p : 3x - y + 5 = 0.

Solution:

geometricky-vyznam-derivacie-9

equation of tangent



10.The function is given f : y = x3 - 9x2 + 15x + 3. Determine the contact points of the horizontal tangents.

Solution:

For horizontal tangents (parallel to the x-axis) the following holds:

geometricky-vyznam-derivacie-10 

The contact points are T1[1 ; 10] and T2[5; -22] 


11. Determine the angle φ between two tangents of the curve if one has contact point T1[3; yT1] and the other T2[-3; yT2]. The equation of the curve:

geometricky-vyznam-derivacie-11z

Solution:

geometricky-vyznam-derivacie-11r

The angle between the tangents is φ = 620


12. Determine the lengths of the subtangent, subnormal, tangent and normal to the graph of the function at the point T[1; yT]. The function has the equation:

geometricky-vyznam-derivacie-12z

Solution:

Point T:

yT=21=2,T[1;2]y_T = 2\sqrt{1} = 2,\quad T[1;2]


a) Subtangent:

St=yy=2x212x=2x=21=2S_t = \left| \frac{y}{y'} \right| = \left| \frac{2\sqrt{x}}{2 \cdot \frac{1}{2\sqrt{x}}} \right| = 2x = 2 \cdot 1 = 2


b) Subnormal:

Sn=yy=2x212x=2S_n = |y \cdot y'| = \left| 2\sqrt{x} \cdot 2 \cdot \frac{1}{2\sqrt{x}} \right| = 2


c) Tangent (length of the tangent segment):

t2=yT2+St2t^2 = y_T^2 + S_t^2t2=22+22t^2 = 2^2 + 2^2t=8t = \sqrt{8}t=22t = 2\sqrt{2}

d) Normal (length of the normal segment):

n2=yT2+Sn2n^2 = y_T^2 + S_n^2n2=22+22n^2 = 2^2 + 2^2n=8n = \sqrt{8}n=22n = 2\sqrt{2}



13. Calculate the lengths of the subtangent, subnormal, tangent and normal to the graph of the function y = 2x at the point T [1; yT].

Solution:

Point T : yT = 21 = 2, T[1 ; 2 ]

a) Subtangent

Given the function:

y=2xy = 2^x

The subtangent is:

St=yyS_t = \left|\frac{y}{y'}\right|

Since:

y=2xln2y' = 2^x \ln 2

we get:

St=2x2xln2=1ln2S_t = \left|\frac{2^x}{2^x \ln 2}\right| = \frac{1}{\ln 2}

b) Subnormal

Given:

y=2xy = 2^x

The subnormal is:

Sn=yyS_n = |y \cdot y'|

Substituting:

Sn=2x2xln2=22xln2=221ln2=22ln2S_n = |2^x \cdot 2^x \ln 2| = 2^{2x} \ln 2 = 2^{2\cdot 1} \ln 2 = 2^2 \ln 2

Thus:

Sn=4ln2S_n = 4 \ln 2

c) Tangent Length

t2=yT2+St2t^2 = y_T^2 + S_t^2

Given:

yT=2andSt=1ln2y_T = 2 \quad\text{and}\quad S_t = \frac{1}{\ln 2}

So:

t2=22+(1ln2)2t^2 = 2^2 + \left(\frac{1}{\ln 2}\right)^2t2=4+1(ln2)2t^2 = 4 + \frac{1}{(\ln 2)^2}t=4+1(ln2)2t = \sqrt{4 + \frac{1}{(\ln 2)^2}}t=1+4(ln2)2ln2t = \frac{\sqrt{1 + 4(\ln 2)^2}}{\ln 2}

d) Normal Length

n2=yT2+Sn2n^2 = y_T^2 + S_n^2n2=22+(4ln2)2n^2 = 2^2 + (4 \ln 2)^2n2=4+16(ln2)2n^2 = 4 + 16(\ln 2)^2n=21+4(ln2)2n = 2 \sqrt{1 + 4 (\ln 2)^2