Question
What are x and y in a differential equation like dy/dx = f(x)g(y)?
Expert Verified Solution
Key takeaway: This question comes up a lot when students first meet separable differential equations. The notation looks compact, but each symbol has a job.
In a differential equation such as
think of it like this:
- is the independent variable.
- is the dependent variable, usually written as a function of , such as .
- means the derivative of that function with respect to .
So yes, depends on .
What does mean?
It means the value of the function depends on the current value of , not directly on . Since itself changes with , the term changes as changes too.
That is why the equation is called separable:
can be rearranged into
At that point, you integrate both sides:
A simple way to picture it
- uses the input
- uses the output value , which is itself changing with
So the equation links how fast changes to both the current position and the current value .
Pitfalls the pros know 👇 A frequent mix-up is thinking that means "the same y as in " in a separate sense. It is the same dependent variable, but now it is being fed into another function. Also, don’t treat and as ordinary numbers too early; the rearrangement works here because the equation is separable.
What if the problem changes? If the equation were
then would still be a function of , but the rate of change would depend only on . If instead it were
then the change rate depends only on . In both cases, is still the unknown function you are solving for.
Tags: dependent variable, separable differential equation, initial value problem
FAQ
What are x and y in dy/dx = f(x)g(y)?
x is the independent variable and y is the dependent variable, usually written as a function y(x). The derivative dy/dx measures how y changes as x changes.
What does g(y) mean in a differential equation?
g(y) means a function whose input is the current value of y. Because y depends on x, the term g(y) also varies as x changes.