Solveeit Logo

Question

Question: If $f: R \rightarrow R$ be an injective mapping and $p, q, r$ are non-zero distinct real numbers sat...

If f:RRf: R \rightarrow R be an injective mapping and p,q,rp, q, r are non-zero distinct real numbers satisfying:

f(pr)=f(pqqr)f(\frac{p}{r}) = f(\frac{p-q}{q-r}) and f(qr)=f(rp)f(\frac{q}{r}) = f(\frac{r}{p}).

If the graph of g(x)=px2+qx+rg(x) = px^2 + qx + r passes through M(1,6)M(1, 6) then find the value of qq.

A

2

B

4

C

6

D

8

Answer

8

Explanation

Solution

Here's how to solve the problem:

  1. Use Injectivity: Since ff is injective, equal outputs imply equal inputs. Therefore:

    pr=pqqr\frac{p}{r} = \frac{p-q}{q-r} and qr=rp\frac{q}{r} = \frac{r}{p}

  2. Simplify the Equations:

    • From pr=pqqr\frac{p}{r} = \frac{p-q}{q-r}, we get p(qr)=r(pq)p(q-r) = r(p-q), which simplifies to pqpr=prrqpq - pr = pr - rq. Rearranging, we have q(p+r)=2prq(p+r) = 2pr, so q=2prp+rq = \frac{2pr}{p+r}.

    • From qr=rp\frac{q}{r} = \frac{r}{p}, we get qp=r2qp = r^2.

  3. Express q and r in terms of p:

    Substitute q=2prp+rq = \frac{2pr}{p+r} into r2=pqr^2 = pq:

    r2=p2prp+r=2p2rp+rr^2 = p \cdot \frac{2pr}{p+r} = \frac{2p^2r}{p+r}. Since r0r \neq 0, divide by rr to get r=2p2p+rr = \frac{2p^2}{p+r}.

    This gives r(p+r)=2p2r(p+r) = 2p^2, which simplifies to r2+pr2p2=0r^2 + pr - 2p^2 = 0.

  4. Solve for r:

    Factor the quadratic: (rp)(r+2p)=0(r-p)(r+2p) = 0. Thus, r=pr = p or r=2pr = -2p. Since p,q,rp, q, r are distinct, rpr \neq p, so r=2pr = -2p.

  5. Solve for q:

    Substitute r=2pr = -2p into q=2prp+rq = \frac{2pr}{p+r}:

    q=2p(2p)p+(2p)=4p2p=4pq = \frac{2p(-2p)}{p+(-2p)} = \frac{-4p^2}{-p} = 4p.

  6. Use the point M(1, 6):

    Since g(x)=px2+qx+rg(x) = px^2 + qx + r passes through (1,6)(1, 6), we have p(1)2+q(1)+r=6p(1)^2 + q(1) + r = 6, so p+q+r=6p + q + r = 6.

  7. Substitute and solve for p:

    Substitute q=4pq = 4p and r=2pr = -2p into p+q+r=6p + q + r = 6:

    p+4p2p=6p + 4p - 2p = 6, which gives 3p=63p = 6, so p=2p = 2.

  8. Find q:

    Since q=4pq = 4p, we have q=4(2)=8q = 4(2) = 8.

Therefore, the value of qq is 8.