roni1
- 20
- 0
Why the implicit function is a function?
Can you state what you mean by an implicit function?roni said:Why the implicit function is a function?
On the contrary, an "implicit function" is NOT a function but implies a function. A "function" would be of the form y= f(x) where "f(x)" is some formula in the variable x. If, instead, we write 2y+ 8x= 5, we call that an "implicit function" because we can solve for y as a function: y= f(x)= 5/2- 4x. A bit more complicated is x^2+ y^2= 4 which implies two functions, y= f(x)= \sqrt{4- x^2} and y= g(x)= -\sqrt{4- x^2}.roni said:Why the implicit function is a function?