Exact Differential Equations: Identifying & Solving via ψ(x,y)

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Thames
T
Thames
Community Contributor
Quizzes Created: 7682 | Total Attempts: 9,547,133
| Questions: 15 | Updated: Dec 17, 2025
Please wait...
Question 1 / 15
0 %
0/100
Score 0/100
1) The equation (3x² + 2xy)dx + (x² + y²)dy = 0 is exact. What is the solution curve passing through the point (1,1)?

Explanation

First, verify exactness: M = 3x² + 2xy, N = x² + y², so ∂M/∂y = 2x and ∂N/∂x = 2x (equal, exact). Find ψ by integrating M with respect to x: ψ = x³ + x²y + h(y). Differentiate with respect to y: ∂ψ/∂y = x² + h'(y). Set equal to N: x² + h'(y) = x² + y², so h'(y) = y². Integrate: h(y) = (⅓)y³ + C. Thus, ψ = x³ + x²y + (⅓)y³ = C. Using the point (1,1): 1³ + 1²·1 + (⅓)·1³ = 1 + 1 + 1/3 = 7/3. Therefore, the solution curve is x³ + x²y + (⅓)y³ = 7/3.

Submit
Please wait...
About This Quiz
Exact Differential Equations: Identifying & Solving Via (X,Y) - Quiz

Ready to explore one of the most elegant ideas in differential equations? This quiz guides you through recognizing, verifying, and solving exact equations — where expressions behave like perfect derivatives of some potential function. You’ll practice checking exactness using partial derivatives, building potential functions step-by-step, and applying initial conditions to... see morefind particular solutions. Along the way, you’ll discover how exact equations connect algebra, calculus, and geometry through level curves and gradient fields. By the end, you’ll feel confident identifying when an equation is exact and how to solve it efficiently using integration techniques. Get ready to master one of the most useful tools in differential equations!
see less

2)
You may optionally provide this to label your report, leaderboard, or certificate.
2) Which of the following differential equations is exact?

Explanation

To determine if a differential equation M dx + N dy = 0 is exact, we need to check if ∂M/∂y = ∂N/∂x. For option A, M = 2x + y and N = x + 2y. Computing partial derivatives gives ∂M/∂y = 1 and ∂N/∂x = 1. Since these are equal, the equation is exact. For option B, M = x² + y and N = xy + 1 gives ∂M/∂y = 1 and ∂N/∂x = y (not equal). For option C, M = 3x² + 2xy and N = 2x² + 3y gives ∂M/∂y = 2x and ∂N/∂x = 4x (not equal). For option D, M = y² + x and N = 3xy + 1 gives ∂M/∂y = 2y and ∂N/∂x = 3y (not equal). Therefore, only option A is exact.

Submit
3) Which of the following statements about exact differential equations is TRUE?

Explanation

To verify if this statement is true, we check that the partial derivatives of ψ match M and N. For ψ(x,y) = x² + xy + y², we have ∂ψ/∂x = 2x + y = M and ∂ψ/∂y = x + 2y = N. Since both conditions are satisfied, this is indeed the correct potential function. For option A, the equation is not exact because ∂M/∂y = 1 and ∂N/∂x = y (not equal). For option B, an integrating factor is only needed when ∂M/∂y ≠ ∂N/∂x. For option D, not all first-order differential equations can be made exact with an integrating factor. For option E, the condition for exactness is ∂M/∂y = ∂N/∂x, not ∂M/∂x = ∂N/∂y.

Submit
4) For the exact equation (2x + y)dx + (x + 2y)dy = 0, what is the potential function ψ(x,y)?

Explanation

For an exact equation M dx + N dy = 0, we find the potential function ψ by integrating M with respect to x (treating y as constant) or N with respect to y (treating x as constant). Integrating M = 2x + y with respect to x gives ψ = x² + xy + h(y). Differentiating this with respect to y gives ∂ψ/∂y = x + h'(y). Setting this equal to N = x + 2y gives x + h'(y) = x + 2y, so h'(y) = 2y. Integrating h'(y) with respect to y gives h(y) = y² + C. Therefore, ψ(x,y) = x² + xy + y² + C. The constant C is omitted in the potential function, so ψ(x,y) = x² + xy + y².

Submit
5) The general solution to the exact equation (2x + y)dx + (x + 2y)dy = 0 is:

Explanation

For an exact equation M dx + N dy = 0, if ψ(x,y) is the potential function, then the general solution is ψ(x,y) = C, where C is a constant. From the previous question, we found ψ(x,y) = x² + xy + y². Therefore, the general solution is x² + xy + y² = C.

Submit
6) For the exact equation (sin(x) + 2y)dx + (2x + cos(y))dy = 0, what is ∂ψ/∂y when ψ is the potential function?

Explanation

For an exact equation M dx + N dy = 0, the potential function ψ satisfies ∂ψ/∂x = M and ∂ψ/∂y = N. Here, M = sin(x) + 2y and N = 2x + cos(y). Therefore, ∂ψ/∂y = N = 2x + cos(y).

Submit
7) Which step would you take first to solve the differential equation (x² + 2y)dx + (2x - y)dy = 0?

Explanation

For any first-order differential equation in the form M dx + N dy = 0, the first step is to check if it is exact. We compute ∂M/∂y and ∂N/∂x. If they are equal, the equation is exact and can be solved by finding the potential function. If not equal, we might need to find an integrating factor or use another method. For this equation, M = x² + 2y and N = 2x - y, so ∂M/∂y = 2 and ∂N/∂x = 2, making it exact.

Submit
8) If an exact differential equation has the solution ψ(x,y) = x²y + xy² + y³ = C, and we know that y(1) = 1, what is the value of C?

Explanation

The solution to an exact differential equation is given by ψ(x,y) = C. Substituting the given point (1,1) into the equation gives ψ(1,1) = 1²·1 + 1·1² + 1³ = 1 + 1 + 1 = 3. Therefore, C = 3.

Submit
9) The general solution to an exact differential equation M dx + N dy = 0 is ψ(x,y) = C. What geometric interpretation can be given to this solution?

Explanation

The solution ψ(x,y) = C represents the level curves (or contour lines) of the function ψ(x,y) = constant. These curves have the property that moving along them, the differential change dψ = (∂ψ/∂x)dx + (∂ψ/∂y)dy = M dx + N dy = 0, which means ψ is constant along these curves. Geometrically, the vector field (M,N) = (∂ψ/∂x, ∂ψ/∂y) is perpendicular to these level curves at every point, not parallel. The other options either misstate the relationship or confuse the interpretation.

Submit
10) For the differential equation M(x,y)dx + N(x,y)dy = 0 to be exact, which of the following conditions must be true?

Explanation

The defining condition for an exact equation is that the mixed partial derivatives of the potential function ψ(x,y) are equal, which translates to ∂M/∂y = ∂N/∂x. This ensures that M dx + N dy is the total differential of some function ψ.

Submit
11) Find the particular solution to (2xy + y²)dx + (x² + 2xy)dy = 0 that satisfies y(1) = 2.

Explanation

First, we verify the equation is exact. M = 2xy + y² and N = x² + 2xy, so ∂M/∂y = 2x + 2y and ∂N/∂x = 2x + 2y (equal, so exact). To find ψ, integrate M with respect to x: ψ = x²y + xy² + h(y). Differentiating with respect to y gives ∂ψ/∂y = x² + 2xy + h'(y). Setting this equal to N gives x² + 2xy + h'(y) = x² + 2xy, so h'(y) = 0 and h(y) = C. Thus, ψ = x²y + xy² = C. Using the initial condition y(1) = 2: 1² · 2 + 1 · 2² = 2 + 4 = 6. Therefore, the particular solution is x²y + xy² = 6.

Submit
12) Which of the following is NOT a characteristic of an exact differential equation?

Explanation

While exact differential equations have solutions of the form ψ(x,y) = C, this does not guarantee a unique solution for every initial condition. If the initial condition (x₀, y₀) satisfies ψ(x₀, y₀) = C₀, then there exists a unique solution passing through that point only if certain conditions are met (such as the implicit function theorem conditions). However, it's possible to have initial conditions where multiple solutions exist or where no solution exists, particularly at points where the gradient of ψ is zero.

Submit
13) The differential equation (x³ + xy²)dx + (x²y + y³)dy = 0 is exact. What is the value of ∂M/∂y when M = x³ + xy²?

Explanation

To find ∂M/∂y when M = x³ + xy², we differentiate M with respect to y while treating x as constant. The term x³ has derivative 0 with respect to y, and the term xy² has derivative 2xy with respect to y (treating x as constant). Therefore, ∂M/∂y = 2xy.

Submit
14) For the exact equation (eˣ + y)dx + (x + eʸ)dy = 0, if ψ(x,y) = xeˣ - eˣ + xy + eʸ + C, what is the general solution?

Explanation

The general solution to an exact equation is ψ(x,y) = C, where ψ is the potential function. Given ψ(x,y) = xeˣ - eˣ + xy + eʸ + C, we omit the constant C (which is arbitrary) and write the solution as xeˣ - eˣ + xy + eʸ = C. The other options either miss terms or have incorrect coefficients.

Submit
15) When solving an exact equation, if after integrating M with respect to x we get ψ = f(x,y) + h(y), what is the next step?

Explanation

After finding ψ = f(x,y) + h(y) by integrating M with respect to x, we need to determine h(y). We do this by differentiating ψ with respect to y to get ∂ψ/∂y = ∂f/∂y + h'(y). We then set this equal to N (from the original equation M dx + N dy = 0) to get ∂f/∂y + h'(y) = N. Solving for h'(y) gives h'(y) = N - ∂f/∂y, and then we integrate to find h(y).

Submit
×
Saved
Thank you for your feedback!
View My Results
Cancel
  • All
    All (15)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
The equation (3x² + 2xy)dx + (x² + y²)dy = 0 is exact....
Which of the following differential equations is exact?
Which of the following statements about exact differential equations...
For the exact equation (2x + y)dx + (x + 2y)dy = 0, what is the...
The general solution to the exact equation (2x + y)dx + (x + 2y)dy = 0...
For the exact equation (sin(x) + 2y)dx + (2x + cos(y))dy = 0, what is...
Which step would you take first to solve the differential equation...
If an exact differential equation has the solution ψ(x,y) =...
The general solution to an exact differential equation M dx + N dy = 0...
For the differential equation M(x,y)dx + N(x,y)dy = 0 to be exact,...
Find the particular solution to (2xy + y²)dx + (x² + 2xy)dy...
Which of the following is NOT a characteristic of an exact...
The differential equation (x³ + xy²)dx + (x²y +...
For the exact equation (eˣ + y)dx + (x + eʸ)dy = 0, if ψ(x,y) =...
When solving an exact equation, if after integrating M with respect to...
Alert!