Question:medium

Consider the inner product space of all real-valued continuous functions defined on \( [-1, 1] \) with the inner product \[ \langle f, g \rangle = \int_{-1}^{1} f(x) g(x) \, dx. \] If \( p(x) = \alpha + \beta x^2 - 30x^4 \), where \( \alpha, \beta \in \mathbb{R} \), is orthogonal to all the polynomials having degree less than or equal to 3, with respect to this inner product, then \( \alpha + 5\beta \) is equal to (in integer).

Show Hint

For orthogonality conditions in inner product spaces, set up equations involving the integrals of the function with each of the polynomials and solve for the unknown coefficients.
Updated On: Feb 2, 2026
Show Solution

Correct Answer: 126

Solution and Explanation

To solve this problem, we consider the inner product space of real-valued continuous functions defined on \([-1, 1]\) with the given inner product: \(\langle f, g \rangle = \int_{-1}^{1} f(x) g(x) \, dx\). The polynomial \(p(x) = \alpha + \beta x^2 - 30x^4\) is orthogonal to all polynomials of degree less than or equal to 3. Thus, we have \(\langle p(x), 1 \rangle = 0\), \(\langle p(x), x \rangle = 0\), \(\langle p(x), x^2 \rangle = 0\), and \(\langle p(x), x^3 \rangle = 0\).
1. **Calculate \(\langle p(x), 1 \rangle = 0\):**
\[\langle p(x), 1 \rangle = \int_{-1}^{1} (\alpha + \beta x^2 - 30x^4) \cdot 1 \, dx = \alpha \int_{-1}^{1} 1 \, dx + \beta \int_{-1}^{1} x^2 \, dx - 30 \int_{-1}^{1} x^4 \, dx.\]
This simplifies to: \[2\alpha + \frac{2\beta}{3} - \frac{60}{5} = 0.\]
\(2\alpha + \frac{2\beta}{3} - 12 = 0.\)
2. **Calculate \(\langle p(x), x \rangle = 0\):**
\[\langle p(x), x \rangle = \int_{-1}^{1} (\alpha + \beta x^2 - 30x^4) x \, dx = \alpha \int_{-1}^{1} x \, dx + \beta \int_{-1}^{1} x^3 \, dx - 30 \int_{-1}^{1} x^5 \, dx.\]
This becomes \(0\) since each integral evaluates to zero: \[0 = 0.\]
3. **Calculate \(\langle p(x), x^2 \rangle = 0\):**
\[\langle p(x), x^2 \rangle = \int_{-1}^{1} (\alpha + \beta x^2 - 30x^4) x^2 \, dx = \alpha \int_{-1}^{1} x^2 \, dx + \beta \int_{-1}^{1} x^4 \, dx - 30 \int_{-1}^{1} x^6 \, dx.\]
Using integrals, we find \[\frac{2\alpha}{3} + \frac{2\beta}{5} - \frac{30 \times 2}{7} = 0.\]
This results in \[\frac{2\alpha}{3} + \frac{2\beta}{5} - \frac{60}{7} = 0.\]
4. **Calculate \(\langle p(x), x^3 \rangle = 0\):**
\[\langle p(x), x^3 \rangle = \int_{-1}^{1} (\alpha + \beta x^2 - 30x^4) x^3 \, dx = \alpha \int_{-1}^{1} x^3 \, dx + \beta \int_{-1}^{1} x^5 \, dx - 30 \int_{-1}^{1} x^7 \, dx.\]
Again, each term evaluates to zero. So, \[0 = 0.\]
5. **Solve Equations:**
From \[2\alpha + \frac{2\beta}{3} - 12 = 0,\] we get \[\alpha + \frac{\beta}{3} = 6.\]
From \[\frac{2\alpha}{3} + \frac{2\beta}{5} - \frac{60}{7} = 0,\] we solve \[10\alpha + 6\beta = \frac{360}{7}.\]
Solving equations \(\alpha + \frac{\beta}{3} = 6\) and \(10\alpha + 6\beta = \frac{360}{7}\), we can express \(\alpha\) in terms of \(\beta\): \[\alpha = 6 - \frac{\beta}{3}.\] Substituting into the second equation: \[10(6 - \frac{\beta}{3}) + 6\beta = \frac{360}{7}.\] This simplifies to \[60 - \frac{10\beta}{3} + 6\beta = \frac{360}{7}.\]
Multiply through by 21 to clear fractions: \[1260 - 70\beta + 126\beta = 1080,\] \[1260 - 70\beta + 126\beta = 1080,\] \[56\beta = 180,\] \[\beta = \frac{45}{14}.\]
Substituting for \(\beta\) in \(\alpha = 6 - \frac{\beta}{3}\):
\(\alpha = 6 - \frac{15}{14}.\)
Thus, \(\alpha = \frac{69}{14}.\)
To find \(\alpha + 5\beta\):
\(\alpha + 5\beta = \frac{69}{14} + \frac{225}{14} = \frac{294}{14} = 21.\)
The final result is \(21\), and it indeed lies within the given range 126,126, confirming no discrepancy within the problem description or solution path.
Was this answer helpful?
0