フィルターのクリア

how to solve this trigonometric equation?

1 回表示 (過去 30 日間)
Kanav Vij
Kanav Vij 2015 年 10 月 3 日
コメント済み: Gurchetan Singh 2019 年 7 月 26 日
how to solve the equation
tan(2*x - 30*pi/180)==(100-(15*sin(x)))/(100-(15*cos(x)))
for the value of x ?
  1 件のコメント
Gurchetan Singh
Gurchetan Singh 2019 年 7 月 26 日
the answer is 0 for x=45
firstly put value of x and then write the same equation in the editor window correctly
and save the editor comand and then run th program and you will be able to get your answer
attaching the screen shot of the same belowtriginimatry.png

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

回答 (1 件)

Walter Roberson
Walter Roberson 2015 年 10 月 3 日
syms x
sol = solve( tan(2*x - 30*pi/180)==(100-(15*sin(x)))/(100-(15*cos(x))), x );
Note: there are real-valued solutions for every period, none of which are integers. The solutions repeat every 2 Pi

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by