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

Contenuti del Corso

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

Compito

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.

Soluzione

Switch to desktopCambia al desktop per esercitarti nel mondo realeContinua da dove ti trovi utilizzando una delle opzioni seguenti
Tutto è chiaro?

Come possiamo migliorarlo?

Grazie per i tuoi commenti!

Sezione 3. Capitolo 5
toggle bottom row

book
Challenge: Solving the Optimisation Problem

Compito

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.

Soluzione

Switch to desktopCambia al desktop per esercitarti nel mondo realeContinua da dove ti trovi utilizzando una delle opzioni seguenti
Tutto è chiaro?

Come possiamo migliorarlo?

Grazie per i tuoi commenti!

Sezione 3. Capitolo 5
Switch to desktopCambia al desktop per esercitarti nel mondo realeContinua da dove ti trovi utilizzando una delle opzioni seguenti
Siamo spiacenti che qualcosa sia andato storto. Cosa è successo?
some-alt