Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

problem 2 partielle und total differenzierbarkeit sei \\ f : \\mathbb{r…

Question

problem 2 partielle und total differenzierbarkeit

sei
\\ f : \mathbb{r}^2 \to \mathbb{r}, \quad f(x,y) := \

$$\begin{cases} \\frac{x^6 + y^5}{x^4 + y^4}, & (x,y) \ eq (0,0), \\\\ 0, & (x,y) = (0,0). \\end{cases}$$

\\

(a) bestimmen sie die partiellen ableitungen of \\(f\\).
(b) ist \\(f\\) differenzierbar in \\((0,0)\\)?

Explanation:

🆕 New Concept Discovered: Total Differentiability
Checking if a multivariable function is locally linear at a point.

Step 1: Partial derivatives for \((x, y)

eq (0, 0)\)

For any point \((x, y)
eq (0, 0)\), we can find the partial derivatives using standard calculus rules (specifically, the quotient rule).

The function is:

$$ f(x, y) = \frac{x^6 + y^5}{x^4 + y^4} $$

For \(\frac{\partial f}{\partial x}\):

$$ \frac{\partial f}{\partial x}(x, y) = \frac{6x^5(x^4 + y^4) - (x^6 + y^5)(4x^3)}{(x^4 + y^4)^2} = \frac{6x^9 + 6x^5y^4 - 4x^9 - 4x^3y^5}{(x^4 + y^4)^2} = \frac{2x^9 + 6x^5y^4 - 4x^3y^5}{(x^4 + y^4)^2} $$

For \(\frac{\partial f}{\partial y}\):

$$ \frac{\partial f}{\partial y}(x, y) = \frac{5y^4(x^4 + y^4) - (x^6 + y^5)(4y^3)}{(x^4 + y^4)^2} = \frac{5x^4y^4 + 5y^8 - 4x^6y^3 - 4y^8}{(x^4 + y^4)^2} = \frac{y^8 + 5x^4y^4 - 4x^6y^3}{(x^4 + y^4)^2} $$

---

Step 2: Partial derivatives at \((0, 0)\)

At the origin \((0, 0)\), we must use the limit definition of partial derivatives because the algebraic formula is piecewise-defined.

For \(\frac{\partial f}{\partial x}(0, 0)\):

$$ \frac{\partial f}{\partial x}(0, 0) = \lim_{h \to 0} \frac{f(h, 0) - f(0, 0)}{h} $$

Since \(f(h, 0) = \frac{h^6 + 0^5}{h^4 + 0^4} = \frac{h^6}{h^4} = h^2\) (for \(h
eq 0\)) and \(f(0, 0) = 0\):

$$ \frac{\partial f}{\partial x}(0, 0) = \lim_{h \to 0} \frac{h^2 - 0}{h} = \lim_{h \to 0} h = 0 $$

For \(\frac{\partial f}{\partial y}(0, 0)\):

$$ \frac{\partial f}{\partial y}(0, 0) = \lim_{h \to 0} \frac{f(0, h) - f(0, 0)}{h} $$

Since \(f(0, h) = \frac{0^6 + h^5}{0^4 + h^4} = \frac{h^5}{h^4} = h\) (for \(h
eq 0\)) and \(f(0, 0) = 0\):

$$ \frac{\partial f}{\partial y}(0, 0) = \lim_{h \to 0} \frac{h - 0}{h} = \lim_{h \to 0} 1 = 1 $$

---

Step 3: Testing total differentiability at \((0, 0)\)

A function \(f\) is totally differentiable at \((0, 0)\) if and only if the following limit is equal to \(0\):

$$ \lim_{(h, k) \to (0, 0)} \frac{f(h, k) - f(0, 0) - \frac{\partial f}{\partial x}(0, 0)h - \frac{\partial f}{\partial y}(0, 0)k}{\sqrt{h^2 + k^2}} = 0 $$

Substituting our known values:

  • \(f(0, 0) = 0\)
  • \(\frac{\partial f}{\partial x}(0, 0) = 0\)
  • \(\frac{\partial f}{\partial y}(0, 0) = 1\)

The expression inside the limit becomes:

$$ \frac{\frac{h^6 + k^5}{h^4 + k^4} - 0 - 0(h) - 1(k)}{\sqrt{h^2 + k^2}} = \frac{\frac{h^6 + k^5 - k(h^4 + k^4)}{h^4 + k^4}}{\sqrt{h^2 + k^2}} = \frac{h^6 + k^5 - h^4k - k^5}{(h^4 + k^4)\sqrt{h^2 + k^2}} = \frac{h^6 - h^4k}{(h^4 + k^4)\sqrt{h^2 + k^2}} $$

Let's evaluate this limit along a specific path to see if it approaches \(0\). Let \(h = k\) with \(h > 0\):

$$ \frac{h^6 - h^5}{(h^4 + h^4)\sqrt{h^2 + h^2}} = \frac{h^5(h - 1)}{2h^4 \cdot h\sqrt{2}} = \frac{h^5(h - 1)}{2\sqrt{2}h^5} = \frac{h - 1}{2\sqrt{2}} $$

Taking the limit as \(h \to 0^+\):

$$ \lim_{h \to 0^+} \frac{h - 1}{2\sqrt{2}} = -\frac{1}{2\sqrt{2}} eq 0 $$

Since the limit along this path is not \(0\), the overall limit cannot be \(0\). Therefore, the function is not totally differentiable at \((0, 0)\).

Answer:

(a) Partial derivatives of \(f\):

For \((x, y)
eq (0, 0)\):

$$ \frac{\partial f}{\partial x}(x, y) = \frac{2x^9 + 6x^5y^4 - 4x^3y^5}{(x^4 + y^4)^2} $$
$$ \frac{\partial f}{\partial y}(x, y) = \frac{y^8 + 5x^4y^4 - 4x^6y^3}{(x^4 + y^4)^2} $$

At \((0, 0)\):

$$ \frac{\partial f}{\partial x}(0, 0) = 0 $$
$$ \frac{\partial f}{\partial y}(0, 0) = 1 $$
(b) Differentiability at \((0, 0)\):

No, \(f\) is not differentiable at \((0, 0)\) because the limit:

$$ \lim_{(h, k) \to (0, 0)} \frac{f(h, k) - f(0, 0) - \frac{\partial f}{\partial x}(0, 0)h - \frac{\partial f}{\partial y}(0, 0)k}{\sqrt{h^2 + k^2}} $$

along the path \(h = k > 0\) yields \(-\frac{1}{2\sqrt{2}}\), which is not equal to \(0\).