How would this be solved

1 vue (au cours des 30 derniers jours)
Adam
Adam le 19 Nov 2022
Question in PDF
  1 commentaire
Matt J
Matt J le 19 Nov 2022
By you.

Connectez-vous pour commenter.

Réponses (2)

Walter Roberson
Walter Roberson le 20 Nov 2022
The tangent line of a curve has a tan() that is dy/dx, and it passes through the point of interest. Remember y = m*x + b and m = dy/dx and b is the value needed to get the straight line to pass through (x,y)

Catalytic
Catalytic le 20 Nov 2022
Remember that the vector derivative of a parametric curve is tangent to the curve -
syms r(theta)
r(theta)=[2+3*cos(2*theta);
-5-sin(theta/3)];
diff(r) %tangent vector
ans(theta) = 

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by