File:A parametric curve with a tangent and a normal 02.png

Uploaded by Xhungab
Upload date 2023-12-24T16:05:55Z
MIME type image/png
Dimensions 640 × 384 px
File size 31.8 KB

Summary

Description
English: .

. .

f : t-> 3*pow(sin(t),5)
g : t-> 3*pow(cos(t),5)

double DgDf( double t) {

       return(Dg(t)/Df(t));

}

Tangent :

double at = (*P_DgDf)(t.value);

double bt =(-(*P_DgDf)(t.value)*(*P_f)(t.value)+(*P_g)(t.value));

Normal:

double an = -1./ (*P_DgDf)(t.value);

double bn = -1./(-(*P_DgDf)(t.value))*(*P_f)(t.value)+(*P_g)(t.value);

          " %0.6f*x %+0.6f       lt 7 lw 3\n"  at,bt,
          " %0.6f*x %+0.6f       lt 7 lw 3\n"   an,bn  
 .

.

.
Date
Source Own work
Author Xhungab

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
Creative Commons CC-Zero This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication.
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.

Captions

A parametric curve with a tangent and a normal in language c and gnuplot

Items portrayed in this file

depicts

24 December 2023

image/png

32,560 byte

384 pixel

640 pixel

a6f39768f2e0c523882449dea79c23720ac8b528