Find the value of a

1 回表示 (過去 30 日間)
Trenton Rougeau
Trenton Rougeau 2020 年 7 月 4 日
回答済み: Carlos Guerrero García 2022 年 11 月 19 日
I am trying to solve this in MATLAB.
Find the value of the number a such that the families of curves y = (x + c)-1 and y= a (x + k)1/3 are orthogonal trajectories.
Here are the steps I took to solve the problem however I can't figure out how to do this in MATLAB.
Step 1.
y= -1(x + c)-2(1) = -1(1 / (x + c)2
Step 2.
y= - 1/(x0+c)2
Step 3.
y= a/3 (x + k)-2/3 (1) = a / 3(x + k)2/3
Step 4.
y= a/ 3(x0+k)2/3
Step 5
y = a(-k+k)1/3 = a(0) = 0
Step 6
(- 1/(x0+c)2) (a/3(x0+k)2/3) = -1, a = 3(x0+c)2(x0+k)2/3
Step 7
(x0+c)-1= a(x0+k)1/3, 1/(x0+c) = a(x0+k)1/3, (x0+c) = 1/a(x0+k)1/3
Step 8
a = 3(1/a(x0+k)1/3)2(x0+k)2/3
a = 3(1/a2(x0+k)2/3) (x0+k)2/3
a = 3(1/a2)
a3 = 3 a = 3sqrt(3)

回答 (2 件)

Sumeet Singh
Sumeet Singh 2020 年 7 月 5 日
First, create symbolic variables using syms. Then, define all the equations and find value of desired variable using solve.
  1 件のコメント
Trenton Rougeau
Trenton Rougeau 2020 年 7 月 5 日
Anyway you could walk me through this I've never used MATLAB before this class and the tutorial for what ever reason I can't tie this to anything I did in it.

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


Carlos Guerrero García
Carlos Guerrero García 2022 年 11 月 19 日

カテゴリ

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

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by