セクション 3. 章 5
single
Challenge: Solving the Optimisation Problem
メニューを表示するにはスワイプしてください
タスク
スワイプしてコーディングを開始
Let's consider a physics-related optimization problem where we need to find the maximum height reached by an object thrown vertically upward with a given initial velocity.
We have the following equation:
h = v * t - 0.5 * g * t**2
that describes the motion of an object.
Our task is to find the time t when the object reaches its maximum height and then find the maximum height h_max.
- Calculate the derivatives of the first and second order for the
hfunction. - Find critical points of
hfunction. - Check if these critical points are points of the maximum of the function
h.
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 3. 章 5
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください