Implicit functions in R2 vs. functions of two variables in R3

Click For Summary
SUMMARY

This discussion clarifies the relationship between implicit functions in R2 and functions of two variables in R3, specifically using the example of the circle defined by the equation x² + y² = 1. Implicit differentiation allows for the calculation of derivatives such as dy/dx, yielding (-x/y). When transitioning to the function z = x² + y² in R3, the discussion highlights that setting z to a constant (e.g., z = 1) simplifies the analysis, allowing for the calculation of partial derivatives. The key takeaway is that while implicit differentiation applies to relations in R2, partial derivatives in R3 provide insights into how one variable changes with respect to another while holding a third variable constant.

PREREQUISITES
  • Understanding of implicit differentiation in calculus
  • Familiarity with multivariable functions and partial derivatives
  • Knowledge of the geometric interpretation of equations in R2 and R3
  • Basic algebraic manipulation skills
NEXT STEPS
  • Study the concept of implicit differentiation in depth
  • Learn about partial derivatives and their applications in multivariable calculus
  • Explore the geometric interpretations of functions in R3
  • Investigate the relationship between level curves and surfaces in multivariable functions
USEFUL FOR

Students and professionals in mathematics, particularly those studying calculus, multivariable functions, and their applications in physics and engineering.

dumbQuestion
Messages
124
Reaction score
0
Hello,


I often encounter some confusion.


For example, we have the equation for a circle of radius one given by:

x2+y2=1


Now we can't express this as a function in R2 because it's a relation. however, we can still find derivatives like dy/dx or dx/dy using implicit differentiation.


Something that gets me though is, how does this implicit function relate to a function of two varaibles? For example, we could create the function

z=x2+y2


Now for example if we let z=1, won't this be the circle of radius one, lying in the plane z=1?


How do the derivatives of these two things relate to each other? For example, in multivariable equations, we wouldn't just say "what's the derivative of z" because that doesn't make sense, we'd think, "well, in terms of what variable?". If we wanted dz/dx we'd take the partial derivative of z in terms of x. But for example, if we go back to the 2D relation x2+y2=1, if we want to find the derivative of y in terms of x, we use implicit differentiation and go:

d/dx(x2+y2)=d/dx(1)

2x+2y(dy/dx)=0 --> (dy/dx)=(-x/y)


But if we now go back to our 3D equation z=x2+y2, say we want the derivative of y in terms of x when z = 1. Would this end up being the same thing?
 
Physics news on Phys.org
Partial derivatives hold either x or y to be constant so you can see how the height of the surface Z varies with only a single variable.

In your example of a circle, it is simply Z assigned to be a constant 1, in which case the partial derivatives of Z has no significance, since Z is no longer a function of the other two.

However, if you take [itex]z^{2} = x^{2} + y^{2}[/itex] and solve it for y, you get [itex]y^{2} = z^{2} - x^{2}[/itex]

In 3 dimensions, this is still the exact same surface, but it has y as the subject. Now you can find partial derivatives of y with respect to x holding z constant!
So you can find

[tex]\frac{∂y}{∂x} = \frac{-2x}{\sqrt{z^{2}-x^{2}}}[/tex]

This basically tells you how y changes with respect to x, holding z to be a constant. In your case, z=1, so we set z=1.

With some algebra, we get

[tex]\frac{∂y}{∂x} = \frac{-x}{y}[/tex] when z=1

BiP
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 16 ·
Replies
16
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 2 ·
Replies
2
Views
1K