Chapter 12: Problem 42
At what points of \(\mathbb{R}^{2}\) are the following functions continuous? $$f(x, y)=e^{x^{2}+y^{2}}$$
/*! 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}
Learning Materials
Features
Discover
Chapter 12: Problem 42
At what points of \(\mathbb{R}^{2}\) are the following functions continuous? $$f(x, y)=e^{x^{2}+y^{2}}$$
All the tools & learning materials you need for study success - in one app.
Get started for free
In its many guises, the least squares approximation arises in numerous areas of mathematics and statistics. Suppose you collect data for two variables (for example, height and shoe size) in the form of pairs \(\left(x_{1}, y_{1}\right),\left(x_{2}, y_{2}\right), \ldots,\left(x_{n}, y_{n}\right)\) The data may be plotted as a scatterplot in the \(x y\) -plane, as shown in the figure. The technique known as linear regression asks the question: What is the equation of the line that "best fits" the data? The least squares criterion for best fit requires that the sum of the squares of the vertical distances between the line and the data points is a minimum. Generalize the procedure in Exercise 70 by assuming that \(n\) data points \(\left(x_{1}, y_{1}\right),\left(x_{2}, y_{2}\right), \ldots,\left(x_{n}, y_{n}\right)\) are given. Write the function \(E(m, b)\) (summation notation allows for a more compact calculation). Show that the coefficients of the best-fit line are $$ \begin{aligned} m &=\frac{\left(\sum x_{k}\right)\left(\sum y_{k}\right)-n \sum x_{k} y_{k}}{\left(\sum x_{k}\right)^{2}-n \sum x_{k}^{2}} \text { and } \\ b &=\frac{1}{n}\left(\sum y_{k}-m \Sigma x_{k}\right) \end{aligned}, $$ where all sums run from \(k=1\) to \(k=n\).
The density of a thin circular plate of radius 2 is given by \(\rho(x, y)=4+x y .\) The edge of the plate is described by the parametric equations \(x=2 \cos t, y=2 \sin t,\) for \(0 \leq t \leq 2 \pi\) a. Find the rate of change of the density with respect to \(t\) on the edge of the plate. b. At what point(s) on the edge of the plate is the density a maximum?
Show that the following two functions have two local maxima but no other extreme points (therefore, there is no saddle or basin between the mountains). a. \(f(x, y)=-\left(x^{2}-1\right)^{2}-\left(x^{2}-e^{y}\right)^{2}\) b. \(f(x, y)=4 x^{2} e^{y}-2 x^{4}-e^{4 y}\)
An identity Show that if \(f(x, y)=\frac{a x+b y}{c x+d y},\) where \(a, b, c,\) and \(d\) are real numbers with \(a d-b c=0,\) then \(f_{x}=f_{y}=0,\) for all \(x\) and \(y\) in the domain of \(f\). Give an explanation.
The flow of heat along a thin conducting bar is governed by the one- dimensional heat equation (with analogs for thin plates in two dimensions and for solids in three dimensions) $$\frac{\partial u}{\partial t}=k \frac{\partial^{2} u}{\partial x^{2}},$$ where \(u\) is a measure of the temperature at a location \(x\) on the bar at time t and the positive constant \(k\) is related to the conductivity of the material. Show that the following functions satisfy the heat equation with \(k=1\). $$u(x, t)=e^{-t}(2 \sin x+3 \cos x)$$
What do you think about this solution?
We value your feedback to improve our textbook solutions.