How to identify whether a function is implicit or explicit?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 7K views
amaresh92
Messages
163
Reaction score
0
how to identify whether a function is implicit or explicit?
advanced thanks.
 
Physics news on Phys.org


If a function is written (or can be written) as y=f(x) then it is explicit, if it only has the form f(x,y)=0 for example then it is implicit.
 


hunt_mat said:
If a function is written (or can be written) as y=f(x) then it is explicit, if it only has the form f(x,y)=0 for example then it is implicit.

suppose the equation is x^2/3 + y^2/3 = a^2/3. Is it a implicit function or explicit?
 


The equation can be written as:
[tex] x^{\frac{2}{3}}+y^{\frac{2}{3}}-a^{\frac{2}{3}}=0[/tex]
So according to my definition, it is implicit. The next question is is, can it be re-arranged to give y=f(x) for some f(x), this requires algebra to check and this is your job.
 


hunt_mat said:
The equation can be written as:
[tex] x^{\frac{2}{3}}+y^{\frac{2}{3}}-a^{\frac{2}{3}}=0[/tex]
So according to my definition, it is implicit. The next question is is, can it be re-arranged to give y=f(x) for some f(x), this requires algebra to check and this is your job.

but the function canbe written as y^2/3= a^2/3 - x^2/3.
so it should be explicit. how implicit?
 


No, not just y^n, but y. If we take the roots then
[tex] y=\pm (a^{\frac{2}{3}}-x^{\frac{2}{3}})^{\frac{3}{2}}[/tex]
Why is this not a well defined function?