Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Lära Challenge: Solving the Optimisation Problem | Mathematical Analysis
Mathematics for Data Analysis and Modeling
course content

Kursinnehåll

Mathematics for Data Analysis and Modeling

Mathematics for Data Analysis and Modeling

1. Basic Mathematical Concepts and Definitions
2. Linear Algebra
3. Mathematical Analysis

book
Challenge: Solving the Optimisation Problem

Uppgift

Swipe to start coding

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.

  1. Calculate the derivatives of the first and second order for the h function.
  2. Find critical points of h function.
  3. Check if these critical points are points of the maximum of the function h.

Lösning

Switch to desktopByt till skrivbordet för praktisk övningFortsätt där du är med ett av alternativen nedan
Var allt tydligt?

Hur kan vi förbättra det?

Tack för dina kommentarer!

Avsnitt 3. Kapitel 5
toggle bottom row

book
Challenge: Solving the Optimisation Problem

Uppgift

Swipe to start coding

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.

  1. Calculate the derivatives of the first and second order for the h function.
  2. Find critical points of h function.
  3. Check if these critical points are points of the maximum of the function h.

Lösning

Switch to desktopByt till skrivbordet för praktisk övningFortsätt där du är med ett av alternativen nedan
Var allt tydligt?

Hur kan vi förbättra det?

Tack för dina kommentarer!

Avsnitt 3. Kapitel 5
Switch to desktopByt till skrivbordet för praktisk övningFortsätt där du är med ett av alternativen nedan
Vi beklagar att något gick fel. Vad hände?
some-alt