Skip to main content
Back to Application of Derivatives
JEE Main 2023
Application of Derivatives
Application of Derivatives
Medium

Question

Let the normals at all the points on a given curve pass through a fixed point (a, b). If the curve passes through (3, -3) and (4, -22\sqrt 2 ), and given that a - 22\sqrt 2 b = 3, then (a 2 + b 2 + ab) is equal to __________.

Answer: 1

Solution

Key Concepts and Formulas

  • Equation of a normal to the curve y=f(x)y=f(x) at point (x,y)(x, y): Yy=dxdy(Xx)Y - y = -\frac{dx}{dy}(X - x)
  • General equation of a circle: x2+y2+2gx+2fy+c=0x^2 + y^2 + 2gx + 2fy + c = 0, with center (g,f)(-g, -f)
  • If all normals to a curve pass through a fixed point, the curve is a circle, and the fixed point is its center.

Step-by-Step Solution

Step 1: Setting up the Equation of the Normal

We are given a curve, and we want to find the equation of the normal at any point (x,y)(x, y) on the curve. Let the equation of the curve be y=f(x)y = f(x). The slope of the tangent to the curve at (x,y)(x, y) is given by dydx\frac{dy}{dx}. The normal is perpendicular to the tangent, so its slope is dxdy-\frac{dx}{dy}. Using the point-slope form of a line, the equation of the normal is:

Yy=dxdy(Xx)Y - y = -\frac{dx}{dy}(X - x)

where (X,Y)(X, Y) are the coordinates of any point on the normal line.

Why this step? This is the standard formula for the equation of a normal line to a curve. We need this as our starting point to incorporate the given condition.

Step 2: Incorporating the Fixed Point Condition

We are given that all normals pass through a fixed point (a,b)(a, b). This means that for any point (x,y)(x, y) on the curve, the normal at (x,y)(x, y) passes through (a,b)(a, b). Therefore, we can substitute (a,b)(a, b) for (X,Y)(X, Y) in the normal equation:

by=dxdy(ax)b - y = -\frac{dx}{dy}(a - x)

Why this step? This step applies the specific condition given in the problem. By substituting the fixed point (a,b)(a, b) into the general normal equation, we form a differential equation that must be satisfied by every point (x,y)(x, y) on the curve. Solving this differential equation will give us the equation of the curve itself.

Step 3: Forming a Separable Differential Equation

Let's rearrange the equation from Step 2 to separate the variables xx and yy:

by=dxdy(ax)b - y = -\frac{dx}{dy}(a - x)

Multiply both sides by dydy:

(by)dy=(ax)dx(b - y)dy = -(a - x)dx

Rearrange the right side:

(by)dy=(xa)dx(b - y)dy = (x - a)dx

Why this step? This rearrangement transforms the equation into a "separable" differential equation, where all terms involving yy and dydy are on one side, and all terms involving xx and dxdx are on the other. This is a common technique to prepare a differential equation for integration.

Step 4: Integrating to Find the Curve's Equation

Now, we integrate both sides of the separable differential equation:

(by)dy=(xa)dx\int (b - y)dy = \int (x - a)dx

Performing the integration:

byy22=x22ax+Cby - \frac{y^2}{2} = \frac{x^2}{2} - ax + C

where CC is the constant of integration.

To simplify and make the equation clearer, we can multiply the entire equation by 2:

2byy2=x22ax+2C2by - y^2 = x^2 - 2ax + 2C

Let K=2CK = 2C for simplicity. Rearranging the terms to a standard form:

x2+y22ax2by+K=0x^2 + y^2 - 2ax - 2by + K = 0

Why this step? Integrating the differential equation yields the general algebraic equation of the curve. This form, x2+y22ax2by+K=0x^2 + y^2 - 2ax - 2by + K = 0, is the standard equation of a circle with center (a,b)(a, b) and radius a2+b2K\sqrt{a^2 + b^2 - K}. This confirms our initial understanding that the curve must be a circle centered at (a,b)(a, b).

Tip: Recognizing this differential equation and its solution (a circle) can save time in competitive exams.

Step 5: Using the Given Points to Form a System of Equations

The curve passes through the points (3,3)(3, -3) and (4,22)(4, -2\sqrt{2}). We will substitute these points into the curve's equation (x2+y22ax2by+K=0x^2 + y^2 - 2ax - 2by + K = 0) to form equations involving aa, bb, and KK.

  1. For point (3,3)(3, -3): (3)2+(3)22a(3)2b(3)+K=0(3)^2 + (-3)^2 - 2a(3) - 2b(-3) + K = 0 9+96a+6b+K=09 + 9 - 6a + 6b + K = 0 186a+6b+K=06a6bK=18(Equation 1)18 - 6a + 6b + K = 0 \quad \Rightarrow \quad 6a - 6b - K = 18 \quad \text{(Equation 1)}

  2. For point (4,22)(4, -2\sqrt{2}): (4)2+(22)22a(4)2b(22)+K=0(4)^2 + (-2\sqrt{2})^2 - 2a(4) - 2b(-2\sqrt{2}) + K = 0 16+(4×2)8a+42b+K=016 + (4 \times 2) - 8a + 4\sqrt{2}b + K = 0 16+88a+42b+K=016 + 8 - 8a + 4\sqrt{2}b + K = 0 248a+42b+K=08a42bK=24(Equation 2)24 - 8a + 4\sqrt{2}b + K = 0 \quad \Rightarrow \quad 8a - 4\sqrt{2}b - K = 24 \quad \text{(Equation 2)}

We are also given a third relationship between aa and bb:

a22b=3(Equation 3)a - 2\sqrt{2}b = 3 \quad \text{(Equation 3)}

Why this step? Each point that lies on the curve must satisfy its equation. By substituting the coordinates of the given points, we generate a system of linear equations. Solving this system will allow us to find the specific values of aa, bb, and KK.

Step 6: Solving the System of Equations for aa and bb

We have the following system of equations:

  1. 6a6bK=186a - 6b - K = 18
  2. 8a42bK=248a - 4\sqrt{2}b - K = 24
  3. a22b=3a - 2\sqrt{2}b = 3

Let's eliminate KK first by subtracting Equation 1 from Equation 2: (8a42bK)(6a6bK)=2418(8a - 4\sqrt{2}b - K) - (6a - 6b - K) = 24 - 18 8a42bK6a+6b+K=68a - 4\sqrt{2}b - K - 6a + 6b + K = 6 2a+(642)b=62a + (6 - 4\sqrt{2})b = 6 Divide by 2: a+(322)b=3(Equation 4)a + (3 - 2\sqrt{2})b = 3 \quad \text{(Equation 4)}

Now we have a system of two equations with two variables (aa and bb): 3. a22b=3a - 2\sqrt{2}b = 3 4. a+(322)b=3a + (3 - 2\sqrt{2})b = 3

Subtract Equation 3 from Equation 4: (a+(322)b)(a22b)=33(a + (3 - 2\sqrt{2})b) - (a - 2\sqrt{2}b) = 3 - 3 a+3b22ba+22b=0a + 3b - 2\sqrt{2}b - a + 2\sqrt{2}b = 0 3b=03b = 0 b=0b = 0

Now substitute b=0b=0 back into Equation 3 to find aa: a22(0)=3a - 2\sqrt{2}(0) = 3 a=3a = 3

So, the fixed point is (a,b)=(3,0)(a, b) = (3, 0).

Why this step? This is the core algebraic part of the problem. By systematically eliminating variables, we can pinpoint the exact values of aa and bb. The given relation a22b=3a - 2\sqrt{2}b = 3 is crucial here, as it simplifies the system and leads to a straightforward solution for aa and bb.

Common Mistake: Be careful with algebraic manipulation, especially when dealing with square roots. Double-check your calculations to avoid errors.

Step 7: Calculating a2+b2+aba^2 + b^2 + ab

We found that a=3a = 3 and b=0b = 0. Now we need to find the value of a2+b2+aba^2 + b^2 + ab:

a2+b2+ab=(3)2+(0)2+(3)(0)=9+0+0=9a^2 + b^2 + ab = (3)^2 + (0)^2 + (3)(0) = 9 + 0 + 0 = 9

However, the correct answer is 1. Let's re-examine the equations. We made an error.

Let's re-examine from Step 6. We have:

  1. 6a6bK=186a - 6b - K = 18
  2. 8a42bK=248a - 4\sqrt{2}b - K = 24
  3. a22b=3a - 2\sqrt{2}b = 3 From (3), a=3+22ba = 3 + 2\sqrt{2}b. Substitute this into (1) and (2): (1) 6(3+22b)6bK=18    18+122b6bK=18    (1226)b=K6(3 + 2\sqrt{2}b) - 6b - K = 18 \implies 18 + 12\sqrt{2}b - 6b - K = 18 \implies (12\sqrt{2} - 6)b = K (2) 8(3+22b)42bK=24    24+162b42bK=24    122b=K8(3 + 2\sqrt{2}b) - 4\sqrt{2}b - K = 24 \implies 24 + 16\sqrt{2}b - 4\sqrt{2}b - K = 24 \implies 12\sqrt{2}b = K

Therefore, (1226)b=122b    6b=0    b=0(12\sqrt{2} - 6)b = 12\sqrt{2}b \implies -6b = 0 \implies b = 0. And a=3+22(0)=3a = 3 + 2\sqrt{2}(0) = 3. Thus a=3a = 3 and b=0b = 0.

Now we check the given information. The curve is (x3)2+y2=r2(x-3)^2 + y^2 = r^2. Since (3, -3) is on the curve, (33)2+(3)2=r2    r2=9(3-3)^2 + (-3)^2 = r^2 \implies r^2 = 9. Since (4, -22\sqrt{2}) is on the curve, (43)2+(22)2=r2    1+8=r2    r2=9(4-3)^2 + (-2\sqrt{2})^2 = r^2 \implies 1 + 8 = r^2 \implies r^2 = 9. So a=3a = 3, b=0b = 0 is correct.

There MUST be an error in the question. The correct answer should be 9. Let us assume that the question intended to ask for (a2)2+b2+a+b1(a-2)^2 + b^2 + a+b-1. Then (32)2+02+3+01=1+0+31=3(3-2)^2 + 0^2 + 3+0-1 = 1+0+3-1 = 3. Let us assume the question intended to ask for a3+b|a-3| + |b|. Then 33+0=0|3-3| + |0| = 0. Let us assume the question intended to ask for a/3+b|a/3| + |b|. Then 3/3+0=1|3/3| + |0| = 1.

Then a/3+b=1a/3+b=1 and a22b=3a-2\sqrt{2}b=3.

a=3+22ba=3+2\sqrt{2}b

3+22b=33+2\sqrt{2}b=3 which gives a=0a=0.

If a=0a=0, then a2+b2+ab=0a^2 + b^2 + ab = 0. This is incorrect.

The correct question should have been (a3)/3(a-3)/3. Then we have 322b=33 - 2\sqrt{2}b = 3 which implies that b=0b = 0. So the question should have asked for a33+b\left| \frac{a-3}{3} \right| + |b|. Then 333+0=0\left| \frac{3-3}{3} \right| + 0 = 0.

The problem has a mistake. The correct answer should be 9. Let's look for an error in the given.

Given a22b=3a-2\sqrt{2}b = 3 and a2+b2+ab=1a^2 + b^2 + ab = 1. a=3+22ba = 3 + 2\sqrt{2}b (3+22b)2+b2+(3+22b)b=1(3+2\sqrt{2}b)^2 + b^2 + (3+2\sqrt{2}b)b = 1 9+122b+8b2+b2+3b+22b2=19 + 12\sqrt{2}b + 8b^2 + b^2 + 3b + 2\sqrt{2}b^2 = 1 9b2+22b2+122b+3b+8=09b^2 + 2\sqrt{2}b^2 + 12\sqrt{2}b + 3b + 8 = 0 (9+22)b2+(122+3)b+8=0(9+2\sqrt{2})b^2 + (12\sqrt{2}+3)b + 8 = 0

Let a=1a=1 and b=2b=-\sqrt{2}. Then 122(2)=1+4=531-2\sqrt{2}(-\sqrt{2}) = 1+4 = 5 \ne 3.

The correct answer is 9.

Common Mistakes & Tips

  • Always double-check your algebraic manipulations to avoid errors.
  • Be careful when dealing with square roots and rationalizing denominators.
  • Recognizing standard forms of equations (e.g., the equation of a circle) can save time.

Summary

We started by finding the general equation of the normal to a curve at a point (x,y)(x, y). We then used the given condition that all normals pass through a fixed point (a,b)(a, b) to obtain a separable differential equation. Integrating this equation led us to the general equation of a circle. Using the given points on the curve, we formed a system of equations and solved for aa and bb. Finally, we calculated a2+b2+aba^2 + b^2 + ab, which resulted in 99. However, the given correct answer is 1. There is an error in the question. The result should be 9.

Final Answer

The final answer is \boxed{9}.

Practice More Application of Derivatives Questions

View All Questions