Animated Solution for Mathematics - Quadratic Equations: For a≤0, determine all real roots of the equation x2−2a∣x−a∣−3a2=0
Visualized Solution
Analyzing the Equation
Given equation: x2−2a∣x−a∣−3a2=0
Condition: a≤0
The presence of the absolute value ∣x−a∣ means the equation behaves differently depending on the value of x.
Identifying the Critical Point
The expression inside the modulus is x−a.
The critical point where the expression changes sign is x=a.
We must split our analysis into two domains: x≥a and x<a.
Case 1 Domain Setup
Let's first consider the domain where x≥a.
In this region, the expression x−a is non-negative.
Therefore, the absolute value can be removed directly: ∣x−a∣=x−a.
Case 1 Substitution
Substitute ∣x−a∣=x−a into the original equation.
x2−2a(x−a)−3a2=0
We now have a standard algebraic equation without the modulus.
Simplifying Case 1
Distribute the −2a into the parenthesis:
x2−2ax+2a2−3a2=0
Combine the a2 terms:
x2−2ax−a2=0
Quadratic Formula for Case 1
We have a quadratic equation in the form Ax2+Bx+C=0.
Here, A=1, B=−2a, and C=−a2.
Apply the quadratic formula: x=2A−B±B2−4AC
x=2(1)−(−2a)±(−2a)2−4(1)(−a2)
Calculating Roots for Case 1
Simplify the discriminant (the part inside the square root):
Δ=4a2+4a2=8a2
x=22a±8a2=22a±2a2
Roots for Case 1: x=a±a2
Case 2 Domain Setup
Now, let's consider the second domain where x<a.
In this region, the expression x−a is negative.
Therefore, the absolute value negates the expression: ∣x−a∣=−(x−a)=a−x.
Case 2 Substitution
Substitute ∣x−a∣=a−x into the original equation.
x2−2a(a−x)−3a2=0
This gives us a new quadratic equation for the region left of x=a.
Simplifying Case 2
Distribute the −2a into the parenthesis:
x2−2a2+2ax−3a2=0
Combine the a2 terms:
x2+2ax−5a2=0
Quadratic Formula for Case 2
For this quadratic, A=1, B=2a, and C=−5a2.
Apply the quadratic formula:
x=2(1)−(2a)±(2a)2−4(1)(−5a2)
Calculating Roots for Case 2
Simplify the discriminant:
Δ=4a2+20a2=24a2
x=2−2a±24a2=2−2a±2a6
Roots for Case 2: x=−a±a6
Final Solution Set
We have found the roots from both domains.
Combining them gives the complete set of real roots.
Final Roots: {a±a2,−a±a6}
Key Takeaway: Always split absolute value equations at their critical points.
00:00 / 00:00
The Sigma Insight: Solution of Quadratic Equations
Solution Diagram
The Modulus
A Mirror in the Algebra
Welcome, future engineer. Today, we are going to dismantle a problem that often strikes fear into the hearts of students: the modulus equation.
You see the expression x2−2a∣x−a∣−3a2=0, and your instinct might be to panic. But I want you to pause. Take a breath.
The modulus function, ∣x−a∣, is not a monster. It is simply a mirror. It reflects the expression inside it, flipping the sign whenever the input crosses zero. Our job is to find where that mirror flips.
Phase 1
Finding the Pivot Point
Every modulus problem has a heartbeat—a critical point where the function changes its character. Look at the term inside the modulus: x−a.
When is this zero? Clearly, when x=a. This is our pivot point. It divides the entire number line into two distinct worlds.
To the right of a, the expression x−a is positive, and the modulus does nothing. To the left of a, the expression x−a is negative, and the modulus acts as a gatekeeper, forcing the expression to become positive by multiplying it by −1. We cannot solve this equation in one go; we must visit both worlds.
Phase 2
The Right-Hand Domain (x≥a)
Let us step into the first world: the region where x≥a. In this domain, x−a is non-negative. Therefore, the modulus ∣x−a∣ is simply x−a.
Our equation transforms into a standard quadratic:
x2−2a(x−a)−3a2=0
Let us expand this carefully. Distributing the −2a, we get x2−2ax+2a2−3a2=0. Combining the like terms, we arrive at:
x2−2ax−a2=0
This is a classic quadratic equation. Using the quadratic formula, x=2A−B±B2−4AC, with A=1, B=−2a, and C=−a2, we calculate the roots.
The discriminant becomes 4a2+4a2=8a2. Thus, our roots are:
x=22a±8a2
This simplifies elegantly to x=a±a2. These are our first two candidates.
Phase 3
The Left-Hand Domain (x<a)
Now, we cross the pivot point into the second world: x<a. Here, x−a is negative. To make it positive, the modulus must negate it: ∣x−a∣=−(x−a)=a−x.
Our equation now becomes:
x2−2a(a−x)−3a2=0
Expanding this, we get x2−2a2+2ax−3a2=0. Grouping the terms, we find:
x2+2ax−5a2=0
Again, we apply the quadratic formula. Here, A=1, B=2a, and C=−5a2. The discriminant is (2a)2−4(1)(−5a2)=4a2+20a2=24a2.
The roots are:
x=2−2a±24a2
This simplifies to x=−a±a6.
The Synthesis
We have traversed both domains. We have faced the modulus in both its positive and negative states.
By combining the roots from both cases, we arrive at our final solution set:
{a±a2,−a±a6}
Do you see the beauty in this? We didn't just guess; we systematically broke the problem down, analyzed the behavior of the function, and reconstructed the solution.
This is the essence of JEE Advanced mathematics. It is not about memorizing formulas; it is about having the courage to split a complex problem into manageable pieces. You have mastered the modulus today. Keep this confidence, and carry it into your next challenge.