Question:medium

The minimum value of $ax+by$ where $xy=c^{2}$ is}

Show Hint

AM-GM is often the fastest way to find minimums for sums with a constant product.
Updated On: Jun 19, 2026
  • $2c\sqrt{ab}$
  • $2ab\sqrt{c}$
  • $-2c\sqrt{ab}$
  • $2c(ab)$
Show Solution

The Correct Option is A

Solution and Explanation

Step 1: Understanding the Question:
We need to find the minimum of a linear combination of $x$ and $y$ subject to a constant product (rectangular hyperbola constraint).

Step 2: Key Formula or Approach:

For positive numbers, the AM-GM inequality is often easiest: \[ \frac{ax + by}{2} \ge \sqrt{ax \cdot by} \]

Step 3: Detailed Explanation:

Assume $a, b, x, y$ are positive.
According to Arithmetic Mean $\ge$ Geometric Mean:
$\frac{ax + by}{2} \ge \sqrt{(ax)(by)}$
$\frac{ax + by}{2} \ge \sqrt{ab(xy)}$
Substitute $xy = c^2$:
$\frac{ax + by}{2} \ge \sqrt{ab \cdot c^2}$
$\frac{ax + by}{2} \ge c\sqrt{ab}$
$ax + by \ge 2c\sqrt{ab}$.
The minimum value is attained when $ax = by$.

Step 4: Final Answer:

The minimum value is $2c\sqrt{ab}$.
Was this answer helpful?
0