I am particularly interested in discussing the solution of $\epsilon_1 x^2+(\epsilon_2 +a)x+(\epsilon_3+b)=0$ where $a>0,b>0$ are constants and $\epsilon_1,\epsilon_2,\epsilon_3\to 0$. Looking at the equation , I can think that one solution is $-\frac{b}{a}$ and other solution must tend to $\infty$ (similar things happen for $\epsilon x^2+ax+b=0$). But, how can i prove this mathematically?
2026-03-29 05:43:30.1774763010
Can we say something about roots of quadatric equation whose coefficient consists of terms that tend to 0?
37 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in QUADRATICS
- Do you have to complete the square before using the quadratic formula?
- Roots of the quadratic eqn
- Questions on positivity of quadratic form with orthogonal constraints
- Conjugate quadratic equations
- Do Irrational Conjugates always come in pairs?
- Quadratic Equations and their roots.
- Solving a quadratic equation with square root constants.
- What would the roots be for this quadratic equation $f(x)=2x^2-6x-8$?
- Polynomial Equation Problem with Complex Roots
- Solve $\sin^{-1}x+\sin^{-1}(1-x)=\cos^{-1}x$ and avoid extra solutions while squaring
Related Questions in PERTURBATION-THEORY
- Is there a book on the purely mathematical version of perturbation theory?
- Limit of a function ("order of magnitude")
- Unusual normalization related to the eigenvector perturbation
- How to expand $\sqrt{x+\epsilon}$ in the following way?
- Perturbative expansion of an expression involving the matrix square root
- Question on perturbation theory
- How to find roots by perturbation methods for this problem?
- Find perturbed eigenvalues, eigenvectors by perturbation methods
- rationalize denominator for perturbation theory
- Solve recurrent ODE (elegantly?)
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
Clearly, for any $\epsilon_1\neq 0$, the solutions of your quadratic equation are $$x_{1,2} = \frac{1}{2\epsilon_1} \left(-(\epsilon_2+a) \pm \sqrt{(\epsilon_2+a)^2 - 4\epsilon_1(\epsilon_3+b) }\right).$$
For $\epsilon_1 \rightarrow 0$, we can use $\sqrt{x+a} = \sqrt{x}\sqrt{1+\frac ax} = \sqrt{x} \left(1 + \frac{a}{2x} + \mathcal{O}\{\left(\frac{a}{x}\right)^2\}\right)$ for $a/x \ll 1$ and thus $$x_{1,2} = \frac{1}{2\epsilon_1} \left(-(\epsilon_2+a) \pm (\epsilon_2+a) \left(1 - \frac{ 2\epsilon_1(\epsilon_3+b) }{(\epsilon_2+a)^2} + \mathcal O\left\{\left(\frac{\epsilon_1(\epsilon_3+b) }{(\epsilon_2+a)^2}\right)^2\right\}\right)\right).$$
For $a\neq 0$ the first-order expansion becomes asymptotically exact for $\epsilon_1 \rightarrow 0$ and we thus have
$$x_1 \rightarrow -\frac{1}{2\epsilon_1}\frac{2\epsilon_1(\epsilon_3+b)}{\epsilon_2+a} = -\frac{\epsilon_3+b}{\epsilon_2+a},$$
converging to $-b/a$. For $x_2$ we have
$$x_2 \rightarrow -\frac{1}{2\epsilon_1}\left(-2(\epsilon_2+a)+\frac{2\epsilon_1(\epsilon_3+b)}{\epsilon_2+a}\right) = \frac{\epsilon_2+a}{\epsilon_1} - \frac{\epsilon_3+b}{\epsilon_2+a},$$
which diverges for $\epsilon_1 \rightarrow 0$ provided that $a \neq 0$.