The function is a solution to a certain second-order, linear, homogeneous differential equation with real constant coefficients. Which of the following functions must also be a solution to this equation?
Opening subject page...
Loading your content
Differential Equations Quiz
Practice Characteristic Equation 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 / 20
0 of 20 answered
The function y1(t)=e2tsin(5t) is a solution to a certain second-order, linear, homogeneous differential equation with real constant coefficients. Which of the following functions must also be a solution to this equation?
This quiz focuses on Characteristic Equation, giving you a quick way to practice the rules, question types, and explanations that matter most for Differential Equations.
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.
The function y1(t)=e2tsin(5t) is a solution to a certain second-order, linear, homogeneous differential equation with real constant coefficients. Which of the following functions must also be a solution to this equation?
Explanation: For a differential equation with real coefficients, if a complex-valued function is a solution, its conjugate must also be a solution. The given solution e2tsin(5t) arises from characteristic roots r=2±5i. The general solution is of the form y(t)=e2t(c1cos(5t)+c2sin(5t)). Since y1(t)=e2tsin(5t) is a solution (corresponding to c1=0,c2=1), the other linearly independent basis function, y2(t)=e2tcos(5t), must also be a solution (corresponding to c1=1,c2=0).
The characteristic equation for ay′′+by′+cy=0 is ar2+br+c=0. If a>0, c>0, and b=4ac, which of the following best describes the non-trivial solutions y(t)?
Explanation: The condition b=4ac is equivalent to b2=4ac, which means the discriminant b2−4ac is zero. This indicates a repeated real root for the characteristic equation. The root is given by r=2a−b. Since a>0 and b=4ac must be positive (as a,c>0), the root r=2a−b is negative. The general solution is y(t)=(c1+c2t)ert. Since r<0, the exponential term ert goes to zero as t→∞. Although the term c2t grows, the exponential decay is dominant, so limt→∞y(t)=0. The solution is non-oscillatory because the roots are real.
The general solution to a constant-coefficient, homogeneous second-order linear differential equation is given by y(t)=c1e−3t+c2te−3t. What is the differential equation?
Explanation: The form of the general solution y(t)=c1ert+c2tert indicates a repeated real root r for the characteristic equation. Here, the solution is y(t)=c1e−3t+c2te−3t, so the repeated root is r=−3. The characteristic equation must be (r−(−3))2=0, which expands to (r+3)2=0, or r2+6r+9=0. This characteristic equation corresponds to the differential equation y′′+6y′+9y=0.
Consider the differential equation y′′+βy′+9y=0. For which values of the real parameter β will all non-trivial solutions exhibit oscillatory behavior?
Explanation: Oscillatory behavior in the solutions of a second-order linear homogeneous ODE corresponds to complex conjugate roots of its characteristic equation. The characteristic equation is r2+βr+9=0. The roots are complex when the discriminant is negative. The discriminant is D=b2−4ac=β2−4(1)(9)=β2−36. For complex roots, we need D<0, which means β2−36<0, or β2<36. Taking the square root of both sides gives ∣β∣<6, which is equivalent to the interval −6<β<6.
The general solution y(t) to the differential equation y′′+αy′+4y=0 is known to satisfy limt→∞y(t)=0. What must be true about the real parameter α?
Explanation: For the solutions to decay to zero as t→∞, the real parts of the roots of the characteristic equation must be negative. The characteristic equation is r2+αr+4=0. The roots are r=2−α±α2−16. Case 1: Complex roots (α2−16<0). The roots are r=−α/2±i216−α2. The real part is −α/2. For this to be negative, we need −α/2<0, which implies α>0. Case 2: Real roots (α2−16≥0). Both roots must be negative. The sum of the roots is −b/a=−α, and the product is c/a=4. Since the product is positive, the roots must have the same sign. For them to be negative, their sum must be negative. So, −α<0, which implies α>0. In both cases, α must be positive.
Consider the equation 2y′′+by′+8y=0, where b≥0. The behavior of the solutions transitions from oscillatory to non-oscillatory as b increases. At what value of b does this transition occur?
Explanation: The transition from oscillatory to non-oscillatory behavior occurs when the roots of the characteristic equation change from complex conjugate to real. This happens at the point of critical damping, where the discriminant is zero. The characteristic equation is 2r2+br+8=0. The discriminant is D=b2−4ac=b2−4(2)(8)=b2−64. Setting the discriminant to zero gives b2−64=0. Since the problem states b≥0, we take the positive root, b=8. For 0≤b<8, the roots are complex (oscillatory), and for b>8, the roots are distinct real (non-oscillatory). The transition occurs at b=8.
Two linearly independent solutions to y′′+py′+qy=0 are y1(t)=eatcos(bt) and y2(t)=eatsin(bt), where a and b are non-zero real numbers. What is the value of q in terms of a and b?
Explanation: When you encounter a second-order linear homogeneous differential equation with complex exponential solutions like eatcos(bt) and eatsin(bt), you're dealing with a characteristic equation that has complex roots. This form tells you immediately that the characteristic roots are r=a±bi. For the differential equation y′′+py′+qy=0, the characteristic equation is r2+pr+q=0. Since we know the roots are r1=a+bi and r2=a−bi, we can use Vieta's formulas to find the coefficients. The sum of roots gives us r1+r2=(a+bi)+(a−bi)=2a=−p, so p=−2a. The product of roots gives us r1⋅r2=(a+bi)(a−bi)=a2−(bi)2=a2−b2i2=a2+b2=q. Therefore, q=a2+b2, which is answer C. Looking at the wrong answers: A) q=−2a confuses the coefficient q with p; this is actually what −p equals. B) q=a2−b2 makes the common error of forgetting that i2=−1 when expanding (a+bi)(a−bi). D) q=b2−a2 reverses the correct relationship and also misses the sign change from i2. Remember: when you see exponential-trigonometric solutions, the characteristic roots are complex conjugates a±bi, and their product always gives a2+b2 for the constant term.
The motion of a mechanical system is described by 3y′′+15y=−12y′. Which of the following is the general solution y(t) for the system's displacement?
Explanation: First, rewrite the differential equation in the standard form ay′′+by′+cy=0. Adding 12y′ to both sides gives 3y′′+12y′+15y=0. Divide the entire equation by 3 to simplify: y′′+4y′+5y=0. The characteristic equation is r2+4r+5=0. Using the quadratic formula, the roots are r=2(1)−4±42−4(1)(5)=2−4±16−20=2−4±−4=2−4±2i=−2±i. The roots are a complex conjugate pair α±iβ with α=−2 and β=1. The general solution is y(t)=eαt(c1cos(βt)+c2sin(βt)), which is y(t)=e−2t(c1cos(t)+c2sin(t)).
Let y1(t) be the solution to y′′+9y=0 with y(0)=1,y′(0)=0, and let y2(t) be the solution to y′′+6y′+9y=0 with y(0)=1,y′(0)=0. Which statement correctly compares the forms of their characteristic roots?
Explanation: When you encounter second-order linear homogeneous differential equations, the key is finding the characteristic roots, which determine the form of your solution. You solve this by substituting y=ert and finding the roots of the resulting characteristic equation. For y1(t): The equation y′′+9y=0 gives the characteristic equation r2+9=0, so r2=−9. This yields r=±3i, which are pure imaginary numbers (no real part, only imaginary components). For y2(t): The equation y′′+6y′+9y=0 gives r2+6r+9=0. This factors as (r+3)2=0, yielding the repeated real root r=−3. Looking at the answer choices: Choice A incorrectly reverses which equation has repeated roots and gets the type wrong for y1. Choice B wrongly claims y2 has distinct real roots when it actually has repeated roots. Choice C incorrectly states y1 has repeated real roots and y2 has complex conjugates. Choice D correctly identifies that y1 has pure imaginary roots (±3i) while y2 has a repeated real root (−3). Study tip: Remember the pattern for characteristic equations: if the discriminant is negative, you get complex/imaginary roots; if it's zero, you get repeated real roots; if it's positive, you get distinct real roots. Also, pure imaginary means the real part is zero.
For a particular value of k, the differential equation y′′+6y′+(k+5)y=0 has a characteristic equation with a repeated real root. What is the general solution for this value of k?
Explanation: First, find the value of k. A repeated real root occurs when the discriminant of the characteristic equation is zero. The characteristic equation is r2+6r+(k+5)=0. The discriminant is b2−4ac=62−4(1)(k+5). Setting this to zero: 36−4k−20=0⟹16−4k=0⟹k=4. Now, substitute k=4 into the ODE: y′′+6y′+9y=0. The characteristic equation is r2+6r+9=0, which is (r+3)2=0. This gives a repeated root of r=−3. The general solution for a repeated root r is y(t)=c1ert+c2tert. Therefore, the solution is y(t)=c1e−3t+c2te−3t.
The differential equation y′′−10y′+cy=0 has a general solution of the form y(t)=c1er1t+c2er2t where r1 and r2 are distinct real numbers. If one root of the characteristic equation is r1=4, what is the general solution?
Explanation: When you encounter a second-order linear homogeneous differential equation like y′′−10y′+cy=0, you solve it by finding the characteristic equation and its roots. The characteristic equation is formed by substituting y=ert, giving you r2−10r+c=0. Since you're told that one root is r1=4 and the roots are distinct real numbers, you can find the second root using the relationship between roots and coefficients. For a quadratic r2−10r+c=0, the sum of roots equals 10 (the negative of the coefficient of r). Therefore: r1+r2=10, so 4+r2=10, which gives r2=6. The general solution is y(t)=c1e4t+c2e6t, which is answer C. Let's examine why the other options are incorrect: A) y(t)=c1e4t+c2te4t represents the case of repeated roots, not distinct roots as specified in the problem. B) y(t)=c1e4t+c2e−14t would require roots that sum to 4+(−14)=−10, but our coefficient pattern requires a sum of +10. D) y(t)=c1e4t+c2e5t gives roots summing to 9, not 10 as required by the characteristic equation. Study tip: Always use Vieta's formulas when you know one root of a quadratic characteristic equation. For r2+br+c=0, the sum of roots equals −b and the product equals c. This saves time compared to solving the full quadratic.
A solution to y′′+by′+cy=0 is y(t)=5te−2t. What must be the form of the characteristic equation?
Explanation: When you encounter a linear homogeneous differential equation with a given solution, you need to work backwards from the solution to find the characteristic equation. The key insight is recognizing what type of solution you're dealing with. The given solution y(t)=5te−2t has the form tert where r=−2. This is crucial because solutions of the form tert only arise when the characteristic equation has a repeated root at r. This happens when the discriminant of the characteristic equation equals zero. For a repeated root at r=−2, the characteristic equation must be (r−(−2))2=0, which expands to (r+2)2=0. Expanding this gives us r2+4r+4=0, confirming that answer D is correct. Let's examine why the other options fail: Option A gives r2−4r+4=(r−2)2=0, which has a repeated root at r=2, producing solutions involving e2t, not e−2t. Option B gives r2+4=0, yielding complex roots r=±2i, which generate trigonometric solutions like cos(2t) and sin(2t). Option C gives r2+2r=r(r+2)=0, producing distinct roots r=0 and r=−2, which would give solutions e0t=1 and e−2t, but no factor of t. Study tip: Remember that tert solutions always indicate repeated roots in the characteristic equation. When you see a t multiplying an exponential, look for (r−exponent)2=0.
Consider the second-order linear homogeneous ODE ay′′+by′+cy=0 where a, b, and c are real constants with a=0. If the characteristic equation has roots r1=2+3i and r2=2−3i, which of the following must be true about the coefficients?
Explanation: For a quadratic equation ar2+br+c=0 with roots r1=2+3i and r2=2−3i, we use Vieta's formulas. The sum of roots is r1+r2=(2+3i)+(2−3i)=4=−ab, so b=−4a. The product of roots is r1⋅r2=(2+3i)(2−3i)=4−9i2=4+9=13=ac, so c=13a. Choice B has the wrong sign for b. Choice C has the wrong sign for c. Choice D has wrong signs for both coefficients.
For the differential equation 4y′′+4y′+ky=0, determine the value of k such that the characteristic equation has roots with real part equal to −21 and the general solution contains oscillatory terms.
Explanation: The characteristic equation is 4r2+4r+k=0, or r2+r+4k=0. Using the quadratic formula: r=2−1±1−k. For oscillatory terms, we need complex roots, so 1−k<0, meaning k>1. For real part −21, we need r=−21±bi where b=0. From the formula, the real part is −21 (which matches) and b=2k−1. For oscillatory behavior, we need k>1. Among the choices greater than 1, we check: if k=2, then r=−21±2i, giving oscillatory solutions. Choice A gives repeated roots, choice B gives the boundary case, and choice D gives a different real part.
Consider two second-order linear ODEs with characteristic equations r2+ar+b=0 and r2+cr+d=0. If the first equation has roots 2±3i and the second has roots −2±3i, what is the relationship between the coefficients?
Explanation: When you encounter characteristic equations for second-order linear ODEs, remember that the coefficients are directly related to the roots through Vieta's formulas. For a quadratic r2+pr+q=0 with roots r1 and r2, we have r1+r2=−p and r1⋅r2=q. For the first equation with roots 2±3i, the sum is (2+3i)+(2−3i)=4, so a=−4. The product is (2+3i)(2−3i)=4−9i2=4+9=13, so b=13. For the second equation with roots −2±3i, the sum is (−2+3i)+(−2−3i)=−4, so c=4. The product is (−2+3i)(−2−3i)=4−9i2=13, so d=13. Therefore, a+c=−4+4=0 and b=d=13. Choice A incorrectly calculates a−c=−4−4=−8, not 4, and while b−d=0 is true, the first condition fails. Choice B claims a=c, but −4=4, and b+d=26, not 0. Choice C correctly identifies a+c=0 but incorrectly states b+d=26 instead of recognizing that b=d. Study tip: Always use Vieta's formulas systematically: sum of roots equals the negative of the linear coefficient, and product of roots equals the constant term. This eliminates calculation errors and reveals relationships between different characteristic equations.
The characteristic equation r2+βr+γ=0 has discriminant Δ=8. If one root is r1=3+2, what is the value of βγ?
Explanation: When you encounter characteristic equations with given roots and discriminants, you're working with the fundamental relationships between a quadratic's coefficients and its solutions. The key insight is using Vieta's formulas along with the discriminant formula.
Since the discriminant Δ=β2−4γ=8, and one root is r1=3+2, you can find the second root using the discriminant. For a quadratic r2+βr+γ=0, if r1=3+2, then r2=3−2 (the roots are 2−β±Δ=2−β±22).
Now apply Vieta's formulas:
Therefore, βγ=(−6)(7)=−42, confirming answer D.
Choice A (βγ=49) likely comes from incorrectly calculating (−6)×7=42 then squaring something. Choice B (βγ=−49) might result from confusing the sum and product relationships. Choice C (βγ=42) represents the common error of forgetting the negative sign when β=−6.
Remember: always verify your coefficients satisfy the original discriminant condition. Here, (−6)2−4(7)=36−28=8 ✓.
The characteristic equation r2−6r+k=0 corresponds to a second-order linear ODE. For which value of k will the general solution contain terms of the form e3x(Acos(2x)+Bsin(2x))?
Explanation: The given solution form e3x(Acos(2x)+Bsin(2x)) indicates complex conjugate roots of the form 3±2i. Using the quadratic formula on r2−6r+k=0: r=26±36−4k=3±236−4k. For roots 3±2i, we need 236−4k=2i, which means 36−4k=−16, so k=13. Choice A gives real distinct roots, choice B gives repeated real roots, and choice D gives complex roots with wrong imaginary part.
A second-order linear ODE has characteristic equation r2−2mr+(m2+n2)=0 where m and n are real constants with n=0. What is the general form of the solution?
Explanation: When you encounter a characteristic equation for a second-order linear ODE, the nature of its roots determines the form of the general solution. The key is analyzing the discriminant to classify the roots as real and distinct, real and repeated, or complex conjugates. For the characteristic equation r2−2mr+(m2+n2)=0, let's find the discriminant: Δ=(−2m)2−4(1)(m2+n2)=4m2−4m2−4n2=−4n2. Since n=0, we have Δ<0, indicating complex conjugate roots. Using the quadratic formula: r=22m±−4n2=22m±2ni=m±ni. When the characteristic equation has complex roots α±βi, the general solution is y(x)=eαx(c1cos(βx)+c2sin(βx)). With α=m and β=n, this gives us choice B. Choice A represents the solution for real, distinct roots m+n and m−n, which would require a positive discriminant. Choice C is the form for repeated real roots, occurring when the discriminant equals zero. Choice D suggests roots m and −m, which doesn't match our characteristic equation structure. Study tip: Always compute the discriminant first when solving characteristic equations. Negative discriminant means complex roots, leading to exponential-trigonometric solutions. Remember the pattern: ereal part⋅x(cos+sin of imaginary part).
The general solution of a second-order linear homogeneous ODE is given by y(x)=c1e−2x+c2xe−2x. If this same ODE is written in the standard form y′′+py′+qy=0, what is the value of the discriminant of its characteristic equation?
Explanation: The solution y(x)=c1e−2x+c2xe−2x indicates a repeated root r=−2 in the characteristic equation r2+pr+q=0. For a repeated root, the characteristic equation must be (r+2)2=r2+4r+4=0, so p=4 and q=4. The discriminant is p2−4q=16−16=0, which confirms the repeated root case. Choices A and D suggest distinct real roots, while choice C suggests complex roots.
For the differential equation y′′−4y′+ky=0, the characteristic equation has two distinct real roots when k<4, repeated real roots when k=4, and complex conjugate roots when k>4. If a particular solution is known to be yp(x)=x2e2x, what can be concluded about the value of k?
Explanation: The solution form yp(x)=x2e2x suggests that r=2 is a repeated root of multiplicity at least 2 (since we have x2 as a factor). For r2−4r+k=0, if r=2 is a double root, then (r−2)2=r2−4r+4=0, so k=4. This matches the condition for repeated roots. Choice B incorrectly assumes distinct roots, choice C incorrectly assumes complex roots, and choice D gives the wrong value of k.