Question:medium

Let \[ f(x)=\int \frac{7x^{10}+9x^8}{(1+x^2+2x^9)^2}\,dx \] and $f(1)=\frac14$. Given that 

 

Show Hint

For $n\times n$ matrices, remember: $|\operatorname{adj}(\operatorname{adj}A)|=|A|^{(n-1)^2}$.
Updated On: Feb 6, 2026
Show Solution

Correct Answer: 8

Solution and Explanation

Step 1: Evaluate the integral

Given,

f(x) = ∫ (7x10 + 9x8) / (1 + x2 + 2x9)2 dx

Observe that:

d/dx [ x9 / (1 + x2 + 2x9) ] = (7x10 + 9x8) / (1 + x2 + 2x9)2

Hence,

f(x) = x9 / (1 + x2 + 2x9) + C


Step 2: Use the given condition f(1) = 1/4

f(1) = 1 / (1 + 1 + 2) + C

1/4 = 1/4 + C

C = 0

Therefore,

f(x) = x9 / (1 + x2 + 2x9)


Step 3: Write matrix A

A =

| 0   0   1 |
| 4   1/4   1 |
| α2   1/4   1 |


Step 4: Compute |A|

Expanding along the first row:

|A| = 1 ×

| 4   1/4 |
| α2   1/4 |

|A| = 4(1/4) − (1/4)α2

|A| = 1 − α2/4

|A| = (4 − α2) / 4


Step 5: Use property of adjoint

For a 3 × 3 matrix:

|adj(adj A)| = |A|4

Given:

|B| = 81

⇒ |A|4 = 81

⇒ |A| = ±3


Step 6: Solve for α2

(4 − α2) / 4 = ±3

|4 − α2| = 12

α2 = 16 or −8

Since α ∈ ℝ,

α2 = 16


Final Answer:

α2 = 16

Was this answer helpful?
1