Why are implicit functions used instead of explicit?

In summary, implicit functions are used for two main reasons: when the variables cannot be separated and when solving a system of linear equations. They are often easier to use and more general than explicit functions. Many operators are not invertible, so finding a particular solution is often the method used for solving equations.
  • #1
Tosh5457
134
28
Hi, this is a very basic question. I want to know why are implicit functions used, when the purpose of functions is to calculate the independent variable.

For example, why would someone write ay + bx + c = 0 as a "straight line function" (sorry for the possible abuse of language, I don't even know if this is how it's said in english), instead of y = ax + b?
 
Physics news on Phys.org
  • #2
There are two main reasons why you might write down an implicit function.

Firstly you might be forced to do so because you cannot separate the variables

y5+2x4+3x3y2+15 = 0

Secondly you might be going to solve a system of linear equations by matrix methods so you assemble all the variables on one side of the equation and all the constants on the other.

go well
 
  • #3
Tosh5457 said:
I want to know why are implicit functions used
Implicit relationships are often easier to use than other forms. And sometimes they cannot be rewritten as one variable being a function of the other.
 
  • #4
Ok good enough :smile: That's also the reason there are so many differential/integral equations on physics, because it's not possible to express relationship between variables without these, right?
 
  • #5
Tosh5457 said:
Ok good enough :smile: That's also the reason there are so many differential/integral equations on physics, because it's not possible to express relationship between variables without these, right?
I may be wrong, but I think integrals and differentials are common in physics because motion is common in physics. Integrals and differentials allow one to relate different types of information about motion in ways algebra can't. Like gravitation, for example, with integration, you can express the attraction between objects in terms of their distance. (http://en.wikipedia.org/wiki/N-body_problem#Mathematical_formulation_of_the_n-body_problem)
 
  • #6
Because there may be no 1-1 relationships, take the definition of the unit circle, x^2+y^2=1, this has all the information that you require but y=root(1-x^2) does not.
 
  • #7
Tosh5457 said:
Hi, this is a very basic question. I want to know why are implicit functions used, when the purpose of functions is to calculate the independent variable.
This is an unwarrented assumption. Functions are used for many purposes.

For example, why would someone write ay + bx + c = 0 as a "straight line function" (sorry for the possible abuse of language, I don't even know if this is how it's said in english), instead of y = ax + b?
ay+ bx+ c= 0 makes it especially easy to find the two intercepts, (-c/b, 0) and (0, -c/a).

Also there are non-function relations, such as x^2+ y^2= r^2, where we cannot write y as a function of x.
 
  • #8
Furthermore, the equation y=ax+b is NOT general enough to describe ALL straight lines in the (x,y)-plane.

Vertical lines in the plane (x=constant) cannot be described as a special case of y=ax+b, whereas Ax+By=C IS sufficient for that purpose (B=0)

In general, implicit relationships between variables hold the options open for which variable, in a particular region, CAN be regarded as a function of the other.
 
  • #9
Thanks for the replies :smile:

But many times it's desirable to express a function explicitly. And usually aren't there operators that do the inverse operation of another operator?

For example on Ampère-Maxwell's integral form equation:

maxw14.gif


Isn't it possible to take out the closed line integral from the left side of the equation, and then the internal product B . ds to get the equation in the form B = ... ?
 
Last edited:
  • #10
Tosh5457 said:
Thanks for the replies :smile:

But many times it's desirable to express a function explicitly. And usually aren't there operators that do the inverse operation of another operator?
"Most" operators aren't invertible. Often the solution method involves finding a particular solution and a way to compute other solutions knowing it.

For example, you "invert" the equation
curl B = x​
by first finding one particular solution B0. Then, all you know is that
B = B0 + V​
where V is some unknown irrotational vector field.
 
  • #11
Hurkyl said:
"Most" operators aren't invertible. Often the solution method involves finding a particular solution and a way to compute other solutions knowing it.

For example, you "invert" the equation
curl B = x​
by first finding one particular solution B0. Then, all you know is that
B = B0 + V​
where V is some unknown irrotational vector field.

Ok, thanks for the explanation :)
 

What is the difference between implicit and explicit functions?

Implicit functions are equations where the dependent variable is not explicitly defined in terms of the independent variable. Explicit functions, on the other hand, have the dependent variable explicitly defined in terms of the independent variable.

Why are implicit functions used in certain situations?

Implicit functions are used in situations where it may be difficult or impossible to solve for the dependent variable explicitly. This is often the case with complex or nonlinear equations.

What are the advantages of using implicit functions?

Implicit functions can be used to represent relationships that cannot be expressed using explicit functions. They also allow for more flexibility in solving equations and can provide more accurate results in certain situations.

Are there any drawbacks to using implicit functions?

One drawback of implicit functions is that they can be more difficult to work with and may require more advanced mathematical techniques to solve. They also do not provide a clear understanding of the relationship between variables as explicit functions do.

Can implicit functions be converted to explicit functions?

In some cases, implicit functions can be rewritten in an explicit form. This is often done through algebraic manipulation or by using numerical methods to approximate a solution. However, in many cases, an explicit form may not exist or may be too complex to be practical.

Similar threads

  • Precalculus Mathematics Homework Help
Replies
1
Views
836
Replies
2
Views
1K
Replies
5
Views
1K
Replies
3
Views
2K
Replies
2
Views
6K
  • Calculus and Beyond Homework Help
Replies
5
Views
2K
Replies
9
Views
1K
  • Topology and Analysis
Replies
16
Views
2K
Replies
7
Views
3K
Replies
7
Views
1K
Back
Top