The sum of all real values of \( x \) for which \[ \frac{3x^2 - 9x + 17}{x^2 + 3x + 10} = \frac{5x^2 - 7x + 19}{3x^2 + 5x + 12} \] is equal to \_\_\_\_\_.

5 min read
48 views
Published June 26, 2025
Mathematics
Algebra
Polynomials
Rational Equations

Detailed Explanation

1. Why clear denominators?

Whenever you see

P1(x)Q1(x)=P2(x)Q2(x)\frac{P_1(x)}{Q_1(x)} = \frac{P_2(x)}{Q_2(x)}

with polynomials in a JEE question, the standard first move is to cross-multiply:

P1(x)Q2(x)=P2(x)Q1(x).P_1(x)\,Q_2(x) = P_2(x)\,Q_1(x).

Doing so removes the fractions and turns the problem into one long polynomial equation.

2. Expanding: keeping track of terms

After cross-multiplying, you must multiply out carefully (FOIL, or distributive law):

  1. Multiply the highest-degree terms to get the x4x^4 term.
  2. Multiply cross-terms for x3x^3, x2x^2, xx, and the constant. A small slip here creates a wrong coefficient and ruins the rest of the work, so be systematic.

3. Collect like terms → obtain a single polynomial

Once expanded, bring everything to the left side so the equation reads

(polynomial)=0.\text{(polynomial)} = 0.

Grouping like powers of xx (all x4x^4 together, all x3x^3 together, …) gives a clean quartic.

4. Factoring a quartic: why and how

A quartic ax4+bx3+cx2+dx+e=0ax^4+bx^3+cx^2+dx+e=0 rarely needs the full Ferrari method in JEE.
Examiners usually design it so that it factors into quadratics with integer coefficients.
Common hints:

  • The leading coefficient and the constant often share small factors (like 2 and 7 here).
  • The constant term is small, so the product of the last constants in each quadratic is easy to guess.

By trying (2x2+px+q)(x2+rx+s)(2x^2+px+q)(x^2+rx+s) and matching coefficients, you can crack it quickly.

5. Real roots only

Once the quartic splits, check each quadratic’s discriminant Δ=b24ac\Delta = b^2-4ac.

  • Δ>0\Delta>0 → two real roots.
  • Δ=0\Delta=0 → one real root (double).
  • Δ<0\Delta<0 → no real roots (ignore for the sum).

6. Safety check: denominators must not vanish

Original denominators x2+3x+10x^2+3x+10 and 3x2+5x+123x^2+5x+12 must never be zero.
Happily, both have negative discriminants, so they’re positive for all real xx and no root is lost here.

7. Sum of roots — shortcut

If you only need the sum of a quadratic’s roots, use Vieta: for ax2+bx+c=0ax^2+bx+c=0, the sum is ba-\frac{b}{a}.
That lets you avoid even punching the square-root button!

Simple Explanation (ELI5)

What does the question want?

Two bulky fractions (made from polynomials) are told to be perfectly equal.
Your job: find every real number xx that makes this true and then add them together.

How can we think of it like a 10-year-old?

Imagine two see-saws. Each see-saw has a funny plank whose weight depends on xx.
If the planks balance exactly, you have found a good xx. Collect all such good xx’s and just add them like pocket-money coins.

Baby steps to reach the answer

  1. Clear the fractions – like wiping away the denominators so you only have a big “normal” equation.
  2. Expand & tidy up – open all brackets so you get a single polynomial.
  3. Factor – break that big polynomial into smaller pieces (just like breaking a Lego tower into blocks).
  4. Roots – each block gives possible xx’s.
  5. Check – be sure the original fractions don’t explode (denominator never zero).
  6. Add – finally, put the good roots together and add.

That’s it!

Step-by-Step Solution

Step 1: Cross-multiply

(3x29x+17)(3x2+5x+12)=(5x27x+19)(x2+3x+10)(3x^2-9x+17)(3x^2+5x+12) = (5x^2-7x+19)(x^2+3x+10)

Step 2: Expand both sides

Left side:

9x412x3+42x223x+2049x^4 -12x^3 +42x^2 -23x +204

Right side:

5x4+8x3+48x213x+1905x^4 + 8x^3 + 48x^2 -13x +190

Step 3: Bring to one side and simplify

9x412x3+42x223x+204(5x4+8x3+48x213x+190)=09x^4 -12x^3 +42x^2 -23x +204 \\ - \bigl(5x^4 + 8x^3 + 48x^2 -13x +190\bigr)=0 4x420x36x210x+14=04x^4 -20x^3 -6x^2 -10x +14 = 0

Divide by 2:

2x410x33x25x+7=0(\*)2x^4 -10x^3 -3x^2 -5x +7 = 0 \tag{\*}

Step 4: Factor the quartic

Assume (2x2+px+q)(x2+rx+s)=0(2x^2+px+q)(x^2+rx+s)=0 with small integers. Setting up coefficient matching gives a consistent set when q=7,  s=1,  p=12,  r=1.q = 7,\; s = 1,\; p = -12,\; r = 1. Thus

(2x212x+7)(x2+x+1)=0(2x^2-12x+7)(x^2 + x + 1) = 0

Step 5: Inspect each quadratic

  1. x2+x+1=0x^2 + x + 1 = 0
    Δ=14=3<0\Delta = 1 - 4 = -3 < 0no real roots.
  2. 2x212x+7=02x^2 - 12x + 7 = 0
    x=12±144564=12±884x = \dfrac{12 \pm \sqrt{144 - 56}}{4} = \dfrac{12 \pm \sqrt{88}}{4}
    Two real roots: x1=12+884,x2=12884x_1 = \frac{12 + \sqrt{88}}{4}, \qquad x_2 = \frac{12 - \sqrt{88}}{4}

Step 6: Sum of all real roots

Using Vieta on 2x212x+72x^2 -12x + 7 (or simply add x1x_1 and x2x_2):

Sum=(12)2=122=6.\text{Sum} = \frac{-(-12)}{2} = \frac{12}{2} = 6.

Step 7: Denominator check

  x2+3x+10\;x^2 + 3x + 10 and 3x2+5x+123x^2 + 5x + 12 have negative discriminants, so they are never zero for real xx.
Therefore both x1x_1 and x2x_2 are valid.

Final Answer: 6

Examples

Example 1

Comparing rates in chemistry: equal reaction rates can lead to rational equations similar to the given form.

Example 2

Electrical engineering: matching impedances in a circuit often reduces to equating two rational functions.

Example 3

Optics: finding focal lengths using lens-maker’s equations can lead to polynomial equalities that are factored just like here.

Visual Representation

References

  • [1]I.A. Maron – Problems in Higher Algebra (quartic factoring practice)
  • [2]Hall & Knight – Higher Algebra (Vieta’s formula section)
  • [3]Cengage Algebra for JEE Main & Advanced – Rational equations chapter
  • [4]MIT OpenCourseWare – Single Variable Mathematics video lectures (polynomial manipulation)

Want to explore more questions?

Try our AI-powered explainer for instant, detailed explanations