10. Topic 10(COLON) Multivariable and Statistical Mathematics

Lesson 10.1: Functions Of Several Variables And Partial Differentiation

#### Lesson focus #### Learning outcomes Students should be able to:.

Lesson 10.1: Functions of Several Variables and Partial Differentiation

Introduction

Welcome to Lesson 10.1 of Foundation Further Mathematics! 🎉 In this lesson, we will explore the fascinating world of functions of several variables and learn about partial differentiation. This is an exciting topic because it extends your knowledge of functions and derivatives into higher dimensions, which is essential for fields like economics, engineering, and data science.

Learning Objectives

By the end of this lesson, students, you should be able to:

  • Understand and visualize functions of two or more variables and their surfaces.
  • Compute first and second partial derivatives.
  • Apply the multivariable chain rule.

Functions of Several Variables

A function of several variables involves two or more inputs. For example, let's consider a function $f(x, y)$, where $x$ and $y$ are both independent variables. One common way to visualize these functions is through their surfaces in three-dimensional space.

Example 1: A Surface Function

Consider the function:

$$

$ f(x, y) = x^2 + y^2$

$$

This function defines a paraboloid surface in 3D space. As you vary the values of $x$ and $y$, the output $f(x, y)$ gives you the height of the surface above the $(x, y)$ plane. You can imagine the surface rising up as you move away from the origin!

Partial Derivatives

Partial derivatives help us understand how functions behave in more than one dimension. The notation for the partial derivative of a function $f(x, y)$ with respect to $x$ is given as:

$$

$ \frac{\partial f}{\partial x}$

$$

This notation shows how $f$ changes when only $x$ varies, while $y$ remains constant.

Example 2: Finding First Partial Derivatives

Let's find the first partial derivatives of our previous function $f(x, y) = x^2 + y^2$:

  • With respect to $x$:

$$

$ \frac{\partial f}{\partial x} = 2x$

$$

  • With respect to $y$:

$$

$ \frac{\partial f}{\partial y} = 2y$

$$

These derivatives tell us that, for small changes in $x$, the function changes by approximately $2x$, and for small changes in $y$, the function changes by approximately $2y$. This information is essential in finding the slope of the surface in various directions.

Second Partial Derivatives

We also need to consider the second partial derivatives, which can provide deeper insights into the behavior of the function. The second partial derivative with respect to $x$ is given by:

$$

$ \frac{\partial^2 f}{\partial x^2}$

$$

And it represents how the first partial derivative with respect to $x$ changes as $x$ varies.

Example 3: Finding Second Partial Derivatives

For our function $f(x, y) = x^2 + y^2$, we can find the second partial derivatives:

  • Second partial derivative with respect to $x$:

$$

$ \frac{\partial^2 f}{\partial x^2} = 2$

$$

  • Second partial derivative with respect to $y$:

$$

$ \frac{\partial^2 f}{\partial y^2} = 2$

$$

  • Mixed partial derivative (first with respect to $x$, then $y$):

$$

\frac{\partial^2 f}{\partial x \partial y} = 0

$$

These derivatives suggest that the function is always increasing in the directions of both $x$ and $y$ since the second derivatives are positive, indicating a upwards-curving shape.

The Chain Rule for Several Variables

The chain rule allows us to differentiate composite functions that depend on several variables. If we have a function $g(u, v)$ where $u$ and $v$ are themselves functions of $x$ and $y$, the chain rule states:

$$

\frac{\partial g}{\partial x} = \frac{\partial g}{\partial u} $\cdot$ \frac{\partial u}{\partial x} + \frac{\partial g}{\partial v} $\cdot$ \frac{\partial v}{\partial x}

$$

Example 4: Applying the Chain Rule

Suppose $g(u, v) = u^2 + v^2$, and let $u = x + y$ and $v = x - y$. To find $\frac{\partial g}{\partial x}$:

  • Compute the necessary partial derivatives:
  • $\frac{\partial g}{\partial u} = 2u = 2(x+y)$
  • $\frac{\partial g}{\partial v} = 2v = 2(x-y)$
  • $\frac{\partial u}{\partial x} = 1$, $\frac{\partial v}{\partial x} = 1$
  • Applying the chain rule:

$$

\frac{\partial g}{\partial x} = 2(x+y) $\cdot 1$ + 2(x-y) $\cdot 1$ = 4x

$$

Conclusion

In this lesson, students, we have learned about functions of several variables, computed first and second partial derivatives, and applied the multivariable chain rule. Understanding these concepts is fundamental as they lay the groundwork for more complex topics in multivariable calculus and statistics.

Study Notes

  • Functions of several variables involve inputs like $f(x, y)$.
  • Partial derivatives show how a function changes with respect to one variable while others are held constant.
  • First partial derivatives: $\frac{\partial f}{\partial x}$ and $\frac{\partial f}{\partial y}$.
  • Second partial derivatives: $\frac{\partial^2 f}{\partial x^2}$, $\frac{\partial^2 f}{\partial y^2}$, and mixed partials.
  • Use the chain rule for composite functions involving several variables.

Keep practicing these concepts to strengthen your understanding! 🚀

Practice Quiz

5 questions to test your understanding

Lesson 10.1: Functions Of Several Variables And Partial Differentiation — Further Mathematics | A-Warded