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

Course Content

Mathematics for Data Analysis and Modeling

Mathematics for Data Analysis and Modeling

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

bookChallenge: Solving the Optimisation Problem

Task

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.

Switch to desktopSwitch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?

How can we improve it?

Thanks for your feedback!

Section 3. Chapter 5
toggle bottom row

bookChallenge: Solving the Optimisation Problem

Task

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.

Switch to desktopSwitch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?

How can we improve it?

Thanks for your feedback!

Section 3. Chapter 5
toggle bottom row

bookChallenge: Solving the Optimisation Problem

Task

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.

Switch to desktopSwitch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?

How can we improve it?

Thanks for your feedback!

Task

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.

Switch to desktopSwitch to desktop for real-world practiceContinue from where you are using one of the options below
Section 3. Chapter 5
Switch to desktopSwitch to desktop for real-world practiceContinue from where you are using one of the options below
some-alt