Animated Solution for Mathematics - Definite Integration: If 4a24b24c24a4b4c111f(−1)f(1)f(2)=3a2+3a3b2+3b3c2+3c,f(x) is a quadratic function and its maximum value occurs at a point V. A is a point of intersection of y=f(x) with x-axis and point B is such that chord AB subtends a right angle at V. Find the area enclosed by f(x) and chord AB.
Visualized Solution
Analyzing the Matrix Equation
The given matrix equation represents a system of three equations for variables a,b,c.
4a2f(−1)+4af(1)+f(2)=3a2+3a
This pattern holds for a,b, and c.
Therefore, it forms an identity in x: 4x2f(−1)+4xf(1)+f(2)≡3x2+3x
Comparing Coefficients
Compare coefficients of x2,x, and constant terms on both sides.
x2 coefficient: 4f(−1)=3⇒f(−1)=43
x coefficient: 4f(1)=3⇒f(1)=43
Constant term: f(2)=0
Determining f(x)
Let the quadratic function be f(x)=px2+qx+r.
Since f(−1)=f(1)=43, the function is symmetric about the y-axis, so q=0.
p(1)2+r=43⇒p+r=43
p(2)2+r=0⇒4p+r=0
Solving gives p=−41 and r=1.
Thus, f(x)=−41x2+1.
Identifying Vertex V and Point A
For f(x)=−41x2+1, the maximum value occurs at x=0.
Vertex V=(0,1).
Point A is the x-intercept where y=0.
−41x2+1=0⇒x2=4⇒x=±2.
Let's take A=(−2,0).
Orthogonality at Vertex V
Point B(x1,y1) lies on the parabola.
Chord AB subtends a right angle at V.
This means line VA is perpendicular to line VB.
Therefore, the product of their slopes is −1: mVA⋅mVB=−1.
Setting up Slopes
Slope of VA: mVA=0−(−2)1−0=21
Slope of VB: mVB=0−x11−y1
Condition: 21⋅(−x11−y1)=−1⇒1−y1=2x1
Since B is on the curve: y1=−41x12+1
Coordinates of Point B
Substitute y1: 1−(−41x12+1)=2x1
41x12=2x1
Since B=V, x1=0. Thus, x1=8.
y1=−41(8)2+1=−16+1=−15.
Point B is (8,−15).
Equation of Chord AB
Chord passes through A(−2,0) and B(8,−15).
Slope of AB=8−(−2)−15−0=10−15=−23.
Equation: y−0=−23(x+2)
y=−23x−3
Setting up the Area Integral
Area is the integral of (Upper Curve - Lower Curve) from xA to xB.
Area = (Value at Upper Limit) - (Value at Lower Limit)
Area =3112−(−313)
Area =3112+13=3125 sq. units
00:00 / 00:00
The Sigma Insight: Area Bounded by Curves
Solution Diagram
Analyzing the Setup
Welcome, future engineer! Today, we are going to dismantle a problem that looks like a terrifying beast of linear algebra but is actually a beautiful, elegant dance of functions. When you first see that determinant, your instinct might be to expand it. Stop! Take a breath.
In JEE Advanced, if you see a matrix equation involving variables like a, b, and c that all follow the same pattern, you are likely looking at a polynomial identity in disguise. Look at the given equation:
If you perform the matrix multiplication, you get three identical equations for a, b, and c. This means the quadratic expression 4x2f(−1)+4xf(1)+f(2) and the polynomial 3x2+3x agree at three distinct points (x=a,b,c).
Since a quadratic is uniquely determined by three points, they must be the same function! Thus, we have the identity:
4x2f(−1)+4xf(1)+f(2)≡3x2+3x
The Symmetry of the Parabola
Now that we have our identity, the rest is just peeling back the layers. By comparing the coefficients of x2, x, and the constant term, we unlock the secrets of f(x).
The coefficient of x2 gives 4f(−1)=3, so f(−1)=43. The coefficient of x gives 4f(1)=3, so f(1)=43. Finally, the constant term is zero, so f(2)=0.
Let f(x)=px2+qx+r. Because f(−1)=f(1)=43, the parabola is perfectly symmetric about the y-axis, which immediately tells us q=0. We are left with f(x)=px2+r.
Using our points, we solve the system: p+r=43 and 4p+r=0. Subtracting these gives 3p=−43, so p=−41, and consequently r=1. Our function is:
f(x)=−41x2+1
This is a beautiful, downward-opening parabola with its vertex at V(0,1).
The Geometry of the Chord
Now, let's step into the coordinate plane. We have our vertex V(0,1). We need to find point A, which is an x-intercept. Setting f(x)=0, we get −41x2+1=0, which leads to x2=4, so x=±2. Let's choose A=(−2,0).
Here is where the problem tests your geometric intuition. We have a chord AB that subtends a right angle at V. This means the line segment VA is perpendicular to VB.
The slope of VA is mVA=0−(−2)1−0=21. For VB to be perpendicular, its slope mVB must be −2. If B is (x1,y1), then 0−x11−y1=−2, which simplifies to 1−y1=2x1.
Since B lies on the parabola, y1=−41x12+1. Substituting this into our slope equation, the 1s cancel out, and we get 41x12=2x1. Since B is not the vertex, x1=8. Plugging this back, y1=−15. Point B is (8,−15).
The Final Integration
We are in the home stretch. We need the area enclosed by the parabola and the chord AB. The chord passes through A(−2,0) and B(8,−15). Its slope is 8−(−2)−15−0=−23. The equation is y=−23x−3.
The area is the integral of the upper curve (the parabola) minus the lower curve (the chord) from x=−2 to x=8:
Area=∫−28[(−41x2+1)−(−23x−3)]dx
Simplifying the integrand, we get ∫−28(−41x2+23x+4)dx. Integrating term by term, we get:
[−121x3+43x2+4x]−28
Evaluating at the limits, we find the area to be 3112−(−313)=3125 square units. Take a moment to appreciate this. We started with a matrix, moved through symmetry, navigated coordinate geometry, and finished with calculus. This is the essence of JEE Advanced—connecting disparate dots to reveal a single, coherent truth. You've got this!