/*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} Problem 31 Show that the partial derivative... [FREE SOLUTION] | 91Ó°ÊÓ

91Ó°ÊÓ

Show that the partial derivatives \(f_{x}(0,0)\) and \(f_{y}(0,0)\) both exist, but the function \(f(x, y)\) is not differentiable at (0,0). $$f(x, y)=\left\\{\begin{array}{cl}\frac{2 x y}{x^{2}+y^{2}}, & \text { if }(x, y) \neq(0,0) \\ 0, & \text { if }(x, y)=(0,0)\end{array}\right.$$

Short Answer

Expert verified
The partial derivatives \(f_x(0,0)\) and \(f_y(0,0)\) both exist and equal 0. However, the function \(f(x, y)\) is not differentiable at (0,0) since it does not have a linear approximation at that point, indicated by the fact that the required limit criteria are not met (limit does not equal 0).

Step by step solution

01

Calculate the partial derivatives

Find the partial derivatives \(f_x\) and \(f_y\) by differentiating the function \(f(x, y)\) with respect to \(x\) and \(y\) respectively. Note that the derivative of a constant is zero. For \(f_x\) at the point (0,0), consider the limit as h approaches 0 of \[\frac{f(h,0) - f(0,0)}{h}\]. After substitution, you’ll find this limit equals 0. And for \(f_y\) at the point (0,0), consider the limit as k approaches 0 of \[\frac{f(0, k) - f(0, 0)}{k}\]. The result will be same as \(f_x\) that is 0.
02

Define differentiability

Explain that a function \(f(x, y)\) is differentiable at a point if it has a linear approximation at that point, that is, if there exists a linear function \(L(x, y)\) so that the limit as \((h, k)\) approaches (0,0) of \[\frac{f(0+h, 0+k) - f(0,0) - L(h,k)}{\sqrt{h^2+k^2}}\] equals to 0.
03

Examine the differentiability

Choose \(L(h, k) = 0\), the only linear function that agrees with \(f(x, y)\) at (0,0). Now, compute the limit as \((h,k)\) approaches (0,0). The result will be \(\sqrt{2}\) which is clearly not 0. As a result, the function \(f(x, y)\) is not differentiable at (0,0), as per the established criteria.

Unlock Step-by-Step Solutions & Ace Your Exams!

  • Full Textbook Solutions

    Get detailed explanations and key concepts

  • Unlimited Al creation

    Al flashcards, explanations, exams and more...

  • Ads-free access

    To over 500 millions flashcards

  • Money-back guarantee

    We refund you if you fail your exam.

Over 30 million students worldwide already upgrade their learning with 91Ó°ÊÓ!

Key Concepts

These are the key concepts you need to understand to accurately answer the question.

Partial Derivatives
Understanding partial derivatives begins with visualizing a surface representing a function of two variables, such as \( f(x, y) \). A partial derivative is like a snapshot that captures the rate of change of the function with respect to one variable while keeping the other constant.

Picture yourself hiking on a mountain range represented by a function; taking a step forward but not sideways measures the rate of change in your elevation with respect to your forward movement. That's what a partial derivative does. Formally, for a function \( f(x, y) \), the partial derivative with respect to \( x \), denoted as \(\frac{\partial f}{\partial x}\), is found by differentiating \( f \) with respect to \( x \) while treating \( y \) as a constant. Similarly, the partial derivative with respect to \( y \), \(\frac{\partial f}{\partial y}\), is found by differentiating with respect to \( y \) while \( x \) is held constant.

In the given problem, both the partial derivatives at the origin (0,0) are computed, resulting in 0 for both cases. This indicates that the function's surface is flat along the \( x \) and \( y \) axes at that point. However, this information alone doesn't give a complete picture of the surface's behavior at (0,0).
Limit Definition of Derivative
The traditional definition of a derivative of a function at a certain point is rooted in the concept of limits. For a single variable function, the derivative at a point \( a \) is defined as the limit of the difference quotient as \( h \) approaches 0: \[\frac{f(a+h) - f(a)}{h}.\] This formula tells us the slope of the tangent line to the function at \( a \) and signifies the instantaneous rate of change.

In the context of multiple variables, similar principles apply, and the limit is used to define how a function changes in the direction of each variable separately. The function's tendency towards a particular slope or direction when approached from various paths at a given point captures the essence of a derivative in multiple dimensions.

In our exercise, the limit definition is used to illustrate that while the existence of the partial derivatives (slopes in the direction of \( x \)) and \( y \) at (0,0) are confirmed, they do not necessarily prove the differentiability of the function at that point.
Differentiability Criteria
A function is considered to be differentiable at a point if it can be locally approximated by a plane at that point. The hallmark of differentiability is that as you zoom in on the graph of the function at a differentiable point, it begins to resemble a flat plane—the tangent plane. There are formal criteria to establish this.

One of the central criteria is that the function must have partial derivatives at the point in question and, more importantly, that the function increment can be expressed using these derivatives and a higher-order residual that diminishes as it nears the point.

In our problem, even though the partial derivatives exist at (0,0), the function fails to meet the requisite conditions of differentiability because it does not approach a linear function as we zoom in. The limit involving the function and its linear approximation (said to be 0 in this context) does not approach 0 (but rather \( \sqrt{2} \) in the exercise), signifying that the function's behavior is too erratic at (0,0) to be smoothed out by a tangent plane.

One App. One Place for Learning.

All the tools & learning materials you need for study success - in one app.

Get started for free

Most popular questions from this chapter

Sketch a contour plot. $$f(x, y)=y-4 x^{2}$$

A well-known college uses the following formula to predict the grade average of prospective students: \(\mathrm{PGA}=0.708(\mathrm{HS})+0.0018(\mathrm{SATV})+0.001(\mathrm{SATM})-1.13\) Here, PGA is the predicted grade average, HS is the student's high school grade average (in core academic courses, on a four point scale), SATV is the student's SAT verbal score and SATM is the student's SAT math score. Use your scores to compute your own predicted grade average. Determine whether it is possible to have a predicted average of \(4.0,\) or a negative predicted grade average. In this formula, the predicted grade average is a function of three variables. State which variable you think is the most important and explain why you think so.

Use the result of exercise 44 to find an equation of the tangent plane to the parametric surface at the indicated point. \(S\) is the cylinder \(y^{2}=2 x\) with \(0 \leq z \leq 2 ;\) at \((2,2,1).\)

Sharks find their prey through a keen sense of smell and an ability to detect small electrical impluses. If \(f(x, y, z)\) indicates the electrical charge in the water at position \((x, y, z)\) and a shark senses that \(\nabla f=\langle 12,-20,5\rangle,\) in which direction should the shark swim to find its prey?

Construct the function \(d(x, y)\) giving the distance from a point \((x, y, z)\) on the paraboloid \(z=4-x^{2}-y^{2}\) to the point \((3,-2,1) .\) Then determine the point that minimizes \(d(x, y)\)

See all solutions

Recommended explanations on Math Textbooks

View all explanations

What do you think about this solution?

We value your feedback to improve our textbook solutions.

Study anywhere. Anytime. Across all devices.