Practice Bernoulli Equations in Differential Equations with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.
Question 1 / 15
0 of 15 answered
For the Bernoulli equation dtdy+ay=byn where a,b are positive constants and n=0,1, which substitution transforms it into a linear differential equation, and what condition must be satisfied for the transformed equation to have a decreasing solution when the original equation has y>0?
What this quiz covers
This quiz focuses on Bernoulli Equations, giving you a quick way to practice the rules, question types, and explanations that matter most for Differential Equations.
How to use this quiz
Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.
All questions
Question 1
For the Bernoulli equation dtdy+ay=byn where a,b are positive constants and n=0,1, which substitution transforms it into a linear differential equation, and what condition must be satisfied for the transformed equation to have a decreasing solution when the original equation has y>0?
v=y1−n; requires a(1−n)>0 and b(1−n)>0
v=y1−n; requires a(1−n)>0 and b(1−n)<0 (correct answer)
v=yn−1; requires a(n−1)>0 and b(n−1)>0
v=y1−n; requires a>0 and b(1−n)>0
Explanation: The standard Bernoulli substitution is v = y^(1-n), which transforms the equation to dv/dt + a(1-n)v = b(1-n). For a decreasing solution (dv/dt < 0), we need the coefficient of v to be positive and the right-hand side to be negative when v > 0. This requires a(1-n) > 0 and b(1-n) < 0. Choice A has wrong sign for the b(1-n) condition. Choice C uses wrong substitution v = y^(n-1). Choice D doesn't properly account for the sign change needed in the b term.
Question 2
The Bernoulli equation 3y′−xy=y2x can be transformed into a first-order linear differential equation in the variable v using the substitution v=y3. What is the resulting linear equation?
dxdv−xv=x (correct answer)
dxdv−3xv=3x
dxdv+xv=x
dxdv−3xv=3x
Explanation: First, write the given equation in standard Bernoulli form, y′+P(x)y=Q(x)yn. Divide the entire equation by 3: y′−3xy=3xy−2. This is a Bernoulli equation with P(x)=−x/3, Q(x)=x/3, and n=−2. The substitution is v=y1−n=y1−(−2)=y3. Differentiate v with respect to x: dxdv=3y2dxdy. Now, multiply the original equation, 3y′−xy=y2x, by y2 to get 3y2y′−xy3=x. Substitute v=y3 and v′=3y2y′ into this modified equation. This yields dxdv−xv=x. This is the correct transformed linear equation.
Question 3
The population P(t) of a species is initially governed by the logistic equation dtdP=0.2P−0.004P2. A new disease is introduced, which causes the rate of change of the population to decrease by an amount proportional to the square of the population, with a proportionality constant of 0.001. What is the new long-term stable population for this species, assuming P(0)>0?
50
40 (correct answer)
200
20
Explanation: The original rate of change is dtdP=0.2P−0.004P2. The new disease adds a death term, decreasing the rate by 0.001P2. The new differential equation is dtdPnew=(0.2P−0.004P2)−0.001P2=0.2P−0.005P2. This is a Bernoulli equation (and also a logistic equation). The long-term stable population is the non-zero equilibrium point. We find the equilibria by setting dtdP=0: 0.2P−0.005P2=0⟹P(0.2−0.005P)=0. The equilibrium points are P=0 and P=0.0050.2=5200=40. Since the initial population P(0)>0, the population will approach the stable non-zero equilibrium, which is P=40. Distractor A (50) is the original stable population before the disease. Distractor C (200) results from a decimal error. Distractor D (20) would be the result if the new disease term was 0.006P2 instead of 0.001P2, leading to a total quadratic term of −0.01P2.
Question 4
What is the general solution to the differential equation y′−y=exy2?
y(x)=C−e2x2ex (correct answer)
y(x)=C+e2x2ex
y(x)=C−21exe−x
y(x)=xex+Cex1
Explanation: The equation is a Bernoulli equation with P(x)=−1, Q(x)=ex, and n=2. The substitution is v=y1−2=y−1. Then v′=−y−2y′. Multiplying the original equation by −y−2 gives −y−2y′+y−1=−ex. This transforms into the linear equation v′+v=−ex. The integrating factor is μ(x)=e∫1dx=ex. Multiplying the linear equation by μ(x) gives (exv)′=−ex⋅ex=−e2x. Integrating both sides yields exv=∫−e2xdx=−21e2x+C1. Solving for v gives v=−21ex+C1e−x. Substituting back v=y−1: y−1=2ex−e2x+2C1. Inverting to find y gives y(x)=2C1−e2x2ex. Renaming the constant C=2C1, we get y(x)=C−e2x2ex. Distractor B results from a sign error when integrating −e2x.
Question 5
The substitution v=y−3 transforms a certain Bernoulli equation dxdy+P(x)y=Q(x)yn into the linear equation dxdv−x9v=−3x2. What is the original Bernoulli equation?
dxdy+x3y=x2y4 (correct answer)
dxdy−x3y=−x2y4
dxdy+4x9y=43x2y−3
dxdy+3xy=x2y4
Explanation: The substitution is v=y−3. In the general theory of Bernoulli equations, the substitution is v=y1−n. Thus, 1−n=−3, which implies n=4. The transformed linear equation is v′+(1−n)P(x)v=(1−n)Q(x). Substituting 1−n=−3, we get v′−3P(x)v=−3Q(x). We are given that the transformed equation is dxdv−x9v=−3x2. By comparing the coefficients of v and the right-hand side terms, we can set up a system of equations: −3P(x)=−x9 and −3Q(x)=−3x2. Solving for P(x) and Q(x) gives P(x)=x3 and Q(x)=x2. The original Bernoulli equation is dxdy+P(x)y=Q(x)yn, which is dxdy+x3y=x2y4.
Question 6
Determine the largest interval of existence for the solution to the initial value problem y′−2x3y=−21xy3, with y(1)=1.
(−54,∞)
(−∞,∞)
(1,∞)
(0,∞) (correct answer)
Explanation: When you encounter an initial value problem with a nonlinear differential equation like this one, you need to determine where the solution can exist without encountering singularities or breakdown points.This is a Bernoulli equation of the form y′−2x3y=−21xy3. The key insight is that the coefficient 2x3 has a singularity at x=0, which immediately restricts our domain. Since we have the initial condition y(1)=1, we're starting at a positive x-value.For Bernoulli equations, we can transform this into a linear equation by substituting v=y−2. After this transformation and solving, we get a solution that exists as long as the denominator doesn't become zero and we stay away from the singularity at x=0. The solution can be extended throughout the entire positive real line without encountering any breakdown points.Choice A, (−54,∞), incorrectly suggests the solution can exist for some negative x-values, but the singularity at x=0 prevents this. Choice B, (−∞,∞), makes the same error by ignoring the singularity entirely. Choice C, (1,∞), is too restrictive—while the initial condition is at x=1, the solution can actually be extended to all positive values, including those between 0 and 1.The correct answer is D: (0,∞).Study tip: For differential equations with coefficients that have singularities, always check where those singularities occur—they typically form boundaries for your interval of existence.
Question 7
Consider the differential equation y′cos(x)+ysin(x)=y3tan(x). Given the initial condition y(0)=1, which expression defines the solution y(x)2 for x in the domain of the solution?
sec(x)−tan(x)1
2cos(x)+1cos2(x)
2cos(x)−1cos2(x) (correct answer)
3−2cos(x)cos2(x)
Explanation: When you encounter a differential equation where the coefficients suggest a product rule pattern, look for opportunities to use substitution techniques. This equation has the form that suggests rewriting it to reveal a hidden structure.First, divide the entire equation by cos(x):
y′+ytan(x)=y3sec(x)tan(x)Notice that the left side is the derivative of ysec(x) by the product rule. Let v=ysec(x), so v′=y′sec(x)+ysec(x)tan(x). Multiplying our equation by sec(x):
v′=y3sec2(x)tan(x)Since y=vcos(x), we have y3=v3cos3(x), giving us:
v′=v3cos(x)tan(x)=v3sin(x)This is a separable Bernoulli equation. Using the substitution w=v−2, we get w′=−2v−3v′=−2sin(x). Integrating: w=2cos(x)+C.With y(0)=1, we have v(0)=1, so w(0)=1=2+C, giving C=−1.Therefore w=2cos(x)−1, and since w=v−2=(ysec(x))−2=y−2cos2(x):
y2=2cos(x)−1cos2(x)This confirms answer C is correct. Option A has the wrong functional form entirely. Option B has 2cos(x)+1 instead of the correct 2cos(x)−1, likely from a sign error in the integration constant. Option D has 3−2cos(x), suggesting an error in the Bernoulli substitution.Strategy tip: When you see trigonometric coefficients that look like derivatives of products, try substitutions that exploit the product rule structure before attempting direct integration.
Question 8
Consider the Bernoulli differential equation x2y′+2xy=y3. A substitution is made to transform this into a linear differential equation. What is the integrating factor, μ(x), for the resulting linear equation?
x2
x4
x−4 (correct answer)
x−6
Explanation: First, write the equation in standard Bernoulli form: y′+x2y=x21y3. Here, P(x)=x2 and n=3. The substitution is v=y1−n=y1−3=y−2. The resulting linear equation has the form v′+(1−n)P(x)v=(1−n)Q(x). Substituting the values, we get: v′+(1−3)x2v=(1−3)x21, which simplifies to v′−x4v=−x22. This is a linear first-order equation in v. The integrating factor is μ(x)=e∫Pv(x)dx, where Pv(x)=−x4. So, μ(x)=e∫−x4dx=e−4ln∣x∣=eln(x−4)=x−4. Distractor A, x2, is the integrating factor for the original equation if it were linear. Distractor B, x4, results from a sign error in the exponent of the integrating factor. Distractor D, x−6, comes from incorrectly calculating the new coefficient as nP(x)=3(2/x) instead of (1−n)P(x).
Question 9
Find the value of y(1) for the solution to the initial value problem y′=y(xy3−1) with the initial condition y(0)=21.
(4+23e33)1/3 (correct answer)
(2+23e33)1/3
(4−23e33)1/3
−(4e321)1/3
Explanation: First, rewrite the differential equation in the standard Bernoulli form: y′+y=xy4. Here, P(x)=1, Q(x)=x, and n=4. The substitution is v=y1−4=y−3. This implies v′=−3y−4y′. Multiply the standard form equation by −3y−4: −3y−4y′−3y−3=−3x. This becomes the linear equation v′−3v=−3x. The integrating factor is μ(x)=e∫−3dx=e−3x. Multiplying the linear equation by μ(x) gives (e−3xv)′=−3xe−3x. Integrate the right side using integration by parts: ∫−3xe−3xdx=xe−3x+31e−3x+C. So, e−3xv=xe−3x+31e−3x+C, which means v(x)=x+31+Ce3x. Substitute back v=y−3: y−3=x+31+Ce3x. Now use the initial condition y(0)=1/2: (1/2)−3=8=0+31+C, so C=8−31=323. The particular solution is y−3=x+31+323e3x. Finally, evaluate at x=1: y(1)−3=1+31+323e3=34+323e3=34+23e3. Therefore, y(1)=(4+23e33)1/3.
Question 10
Given that y1(x)=x1 is a particular solution to the Riccati equation y′=x21−xy−y2, the substitution y=y1+u transforms it into a Bernoulli equation for u(x). What is the resulting general solution for y(x)?
y(x)=x1+Cx3−x/21
y(x)=x(Cx2−1)Cx2+1 (correct answer)
y(x)=x(Cx2+1)Cx2−1
y(x)=x1+Cx3+x/21
Explanation: When you encounter a Riccati equation with a known particular solution, the standard approach is to use the substitution y=y1+u to transform it into a solvable Bernoulli equation.Starting with the given Riccati equation y′=x21−xy−y2 and the particular solution y1(x)=x1, substitute y=x1+u. Since y′=−x21+u′, the equation becomes:−x21+u′=x21−xx1+u−(x1+u)2Expanding and simplifying (noting that y1 satisfies the original equation), you get:
u′=−xu−x2u−u2=−x3u−u2This is a Bernoulli equation: u′+x3u=−u2. Using the standard Bernoulli substitution v=u−1, this transforms to a linear equation whose solution yields u=Cx3−1x.Therefore: y=x1+Cx3−1x=x(Cx3−1)Cx3−1+x2=x(Cx2−1)Cx2+1Answer B is correct. Answer A uses the wrong sign and coefficient in the denominator. Answer C has the numerator and denominator terms reversed. Answer D has an incorrect sign in the particular solution addition.Remember: Riccati-to-Bernoulli transformations always follow this systematic substitution pattern—master the algebraic steps to avoid sign errors that create these common distractors.
Question 11
The Bernoulli equation y′+αx2y=βx5y4 is transformed by a substitution v=yk into the linear equation v′−6x2v=−9x5. Determine the values of the constants α, β, and k.
α=−6,β=−9,k=−3
α=−2,β=−3,k=−3
α=2,β=3,k=3
α=2,β=3,k=−3 (correct answer)
Explanation: When you encounter a Bernoulli equation of the form y′+P(x)y=Q(x)yn, the standard approach is to use the substitution v=y1−n to transform it into a linear equation. Understanding this transformation process is key to solving these problems.Starting with y′+αx2y=βx5y4, we need to determine what substitution v=yk produces the given linear equation v′−6x2v=−9x5.If v=yk, then v′=kyk−1y′, so y′=kyk−1v′. Since yk=v, we have y=v1/k, giving us y′=kv(k−1)/kv′.Substituting into the original equation and simplifying, we need the coefficient of v to be −6x2 and the right side to be −9x5. Working through the algebra with k=−3:
The y term becomes αx2v−1/3⋅v1/3=αx2
For this to equal −6x2, we need α=2 (accounting for sign changes)
Similarly, analyzing the y4 term gives us β=3
Option A gives the wrong signs for α and β. Option B has the correct k but incorrect magnitudes for α and β. Option C has the wrong sign for k, which would lead to an incorrect transformation.Study tip: Always verify Bernoulli substitutions by working backwards—substitute your proposed values into the transformation and check that you recover the target linear equation.
Question 12
Consider the equation y′+xy=x3y3 for x>0. After making the appropriate Bernoulli substitution and solving, if we require that limx→∞y(x)=0, what constraint does this place on the arbitrary constant?
The constant must be positive and the solution approaches zero exponentially
The constant must be negative and the solution approaches zero like x−1
The constant must be zero and the solution is identically the trivial solution
The constant can be any positive value and the solution approaches zero like x−1 (correct answer)
Explanation: This is Bernoulli with n = 3. Using v = y^(-2), the equation becomes dv/dx - (2/x)v = -2/x^3. The integrating factor is μ = x^(-2), giving d/dx(x^(-2)v) = -2x^(-5). Integrating: x^(-2)v = (1/2)x^(-4) + C, so v = (1/2)x^(-2) + Cx^2. Thus y^(-2) = (1/2)x^(-2) + Cx^2, giving y = 1/√((1/2)x^(-2) + Cx^2). For y → 0 as x → ∞, we need the denominator to grow, which happens when C > 0 (the Cx^2 term dominates). The solution behaves like y ≈ 1/(Cx) = (1/C)x^(-1) for large x. Choice A has wrong decay rate. Choice B requires C < 0 which gives unbounded solutions. Choice C eliminates the interesting non-trivial solutions.
Question 13
Consider the family of Bernoulli equations dxdy+xy=Cyn where C is a positive constant and n>1. For which values of n will the substituted linear equation have solutions that can be expressed in terms of elementary functions without requiring special functions or infinite series?
Only when n is a rational number with odd denominator
Only when n=2,3,4,5,... (positive integers greater than 1)
For any rational n>1 where 1−n has denominator 1 or 2 (correct answer)
For all rational n>1 since the Bernoulli substitution always yields elementary solutions
Explanation: The Bernoulli substitution v = y^(1-n) transforms the equation to dv/dx + (1-n)v/x = C(1-n). This has integrating factor μ = x^(1-n), giving solution v = Cx + Dx^(n-1). To express y = v^(1/(1-n)) in elementary functions, we need 1/(1-n) to be a rational number that doesn't require roots with denominators larger than 2 (since higher roots aren't elementary). This happens when 1-n has denominator 1 or 2. Choice A is too restrictive about odd denominators. Choice B only considers integer n. Choice D is incorrect since some rational exponents lead to non-elementary functions.
Question 14
Consider the modified Bernoulli equation dxdy+P(x)y=Q(x)yn+R(x)ym where n=1, m=1, and n=m. Under what condition can this equation still be solved using a single Bernoulli-type substitution?
When R(x)=0 (reducing to standard Bernoulli) or when Q(x)=0 (correct answer)
When m=2n−1 and we use substitution v=y1−n
When n+m=1 and we use substitution v=y(1−n)/2
When either n=0 or m=0, making one term linear
Explanation: When you encounter a modified Bernoulli equation with two nonlinear terms, the key insight is recognizing when it can be reduced to a solvable form using standard techniques.The correct answer is A because a single Bernoulli-type substitution only works when the equation effectively reduces to the standard Bernoulli form dxdy+P(x)y=Q(x)yn. This happens when either R(x)=0 (eliminating the ym term entirely) or Q(x)=0 (eliminating the yn term). In both cases, you're left with a standard Bernoulli equation that can be solved using the substitution v=y1−n or v=y1−m respectively.Option B is incorrect because the condition m=2n−1 doesn't eliminate the fundamental problem of having two different nonlinear terms. The substitution v=y1−n would still leave you with terms involving different powers of v.Option C fails because even when n+m=1, the proposed substitution v=y(1−n)/2 doesn't transform both nonlinear terms into the same power simultaneously. You'd still have a mixed nonlinear equation.Option D is wrong because if n=0 or m=0, those terms become linear (y0=1), but you still have one remaining nonlinear term plus the linear y term, which isn't a standard Bernoulli equation.Study tip: Remember that Bernoulli equations can only handle one nonlinear term at a time. When you see multiple nonlinear terms, look for conditions that eliminate all but one of them.
Question 15
For the Bernoulli equation dxdy−x2y=x3y4, suppose we make an error and use the substitution v=y−4 instead of the correct Bernoulli substitution. What type of equation would we obtain for v?
A linear first-order equation with constant coefficients
A separable equation that is not linear
Another Bernoulli equation with a different power (correct answer)
A second-order linear equation due to the transformation error
Explanation: The correct Bernoulli substitution should be v = y^(1-4) = y^(-3). If we incorrectly use v = y^(-4), then y = v^(-1/4) and dy/dx = (-1/4)v^(-5/4)dv/dx. Substituting into the original equation: (-1/4)v^(-5/4)dv/dx - 2v^(-1/4)/x = v^(-1)/x^3. Multiplying by -4v^(5/4): dv/dx + 8v/x = -4v^(1/4)/x^3. This is still a Bernoulli equation with power 1/4, not linear. Choice A would be correct for the proper substitution. Choice B is wrong since this maintains the differential equation structure. Choice D is incorrect as the order doesn't change.