How would this be solved

1 回表示 (過去 30 日間)
Adam
Adam 2022 年 11 月 19 日
回答済み: Catalytic 2022 年 11 月 20 日
Question in PDF
  1 件のコメント
Matt J
Matt J 2022 年 11 月 19 日
By you.

サインインしてコメントする。

回答 (2 件)

Walter Roberson
Walter Roberson 2022 年 11 月 20 日
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 2022 年 11 月 20 日
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) = 

カテゴリ

Help Center および File ExchangeInterpolation についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by