Question

Difficulty: HardSimultaneous Linear and Quadratic Equations

If (u,v)(u, v) is a pair of real numbers satisfying the simultaneous equations u2v=1u - 2v = 1 and u23v2=13u^2 - 3v^2 = 13, what is the sum of all possible values of uu?

  1. 6-6Answer
  2. B
    4-4
  3. C
    66
  4. D
    8-8

Answer

The sum of all possible values of uu is 6-6.
From the linear equation u2v=1u - 2v = 1, we express uu as u=2v+1u = 2v + 1. Substituting this into the quadratic equation u23v2=13u^2 - 3v^2 = 13 gives (2v+1)23v2=13(2v + 1)^2 - 3v^2 = 13, which expands and simplifies to v2+4v12=0v^2 + 4v - 12 = 0. Factoring gives (v+6)(v2)=0(v + 6)(v - 2) = 0, so v=2v = 2 or v=6v = -6. Substituting these back into u=2v+1u = 2v + 1 yields u=5u = 5 (for v=2v = 2) and u=11u = -11 (for v=6v = -6). The sum of all possible values of uu is 5+(11)=65 + (-11) = -6.

Step-by-Step Solution

1
Express uu in terms of vv using the linear equation.
u=2v+1u = 2v + 1
Isolating uu allows for straightforward substitution into the quadratic equation.
2
Substitute u=2v+1u = 2v + 1 into the quadratic equation u23v2=13u^2 - 3v^2 = 13 and expand.
(2v+1)23v2=13    (4v2+4v+1)3v2=13    v2+4v12=0(2v + 1)^2 - 3v^2 = 13 \implies (4v^2 + 4v + 1) - 3v^2 = 13 \implies v^2 + 4v - 12 = 0
This reduces the system to a single quadratic equation in terms of vv.
3
Solve the quadratic equation for vv by factorisation.
(v+6)(v2)=0    v=2 or v=6(v + 6)(v - 2) = 0 \implies v = 2 \text{ or } v = -6
Finding the roots of the quadratic gives the vv-coordinates of the solution pairs.
4
Calculate the corresponding values of uu using u=2v+1u = 2v + 1.
For v=2v = 2: u=2(2)+1=5u = 2(2) + 1 = 5.
For v=6v = -6: u=2(6)+1=11u = 2(-6) + 1 = -11.
Each vv value corresponds to a specific uu value in the solution pairs.
5
Compute the sum of all possible values of uu.
5+(11)=65 + (-11) = -6
The question asks specifically for the sum of the uu-values.

Key Concept

Solving simultaneous linear and quadratic equations using substitution
Rate this question