Key Concepts and Formulas
- Equation of a Tangent Line: The equation of the tangent to a curve y=f(x) at a point (x0,y0) is given by y−y0=f′(x0)(x−x0).
- Derivative of a Quotient: The derivative of a function v(x)u(x) is given by dxd(v(x)u(x))=(v(x))2v(x)u′(x)−u(x)v′(x). Recognizing the form x2xf′(x)−f(x) as the derivative of xf(x) is crucial.
- Distance Formula: The square of the distance between two points (x1,y1) and (x2,y2) is (x2−x1)2+(y2−y1)2.
Step-by-Step Solution
Step 1: Formulate the Equation of the Tangent at Point R
We are given the curve y=f(x). The point R is (b,f(b)). Our goal is to find the equation of the tangent line at R.
The slope of the tangent at R is f′(b). Using the point-slope form, the equation of the tangent line at R(b,f(b)) is:
y−f(b)=f′(b)(x−b)
Step 2: Use the y-intercept Condition
The tangent line cuts the y-axis at point S(0,c). This means that when x=0, y=c. We substitute x=0 and y=c into the tangent equation to relate c, f(b), and f′(b).
c−f(b)=f′(b)(0−b)
c−f(b)=−bf′(b)
Rearranging this equation, we get:
bf′(b)−f(b)=−c
Step 3: Incorporate the Given Condition bc=3
We are given the condition bc=3. This allows us to express c in terms of b: c=b3. We substitute this expression for c into the equation from Step 2.
bf′(b)−f(b)=−b3
Step 4: Transform into a Recognizable Differential Equation
The left side of the equation, bf′(b)−f(b), resembles the numerator of the quotient rule derivative formula dxd(xf(x))=x2xf′(x)−f(x). To match this form, we divide both sides of our equation by b2.
b2bf′(b)−f(b)=b2−b3
b2bf′(b)−f(b)=−b33
Now, the left side is exactly the derivative of bf(b) with respect to b:
dbd(bf(b))=−b33
Step 5: Integrate to Find the General Form of f(x)
We integrate both sides of the differential equation with respect to b to find the general form of f(x).
∫dbd(bf(b))db=∫−b33db
bf(b)=−3∫b−3db
bf(b)=−3(−2b−2)+C1
bf(b)=2b23+C1
Multiplying by b to solve for f(b):
f(b)=2b3+C1b
Since the curve is y=f(x), we can replace b with x:
f(x)=2x3+C1x
Step 6: Use Point P to Find the Constant of Integration (C1)
The curve passes through the point P(1,23). We substitute x=1 and f(x)=23 into our equation for f(x) to find C1.
23=2(1)3+C1(1)
23=23+C1
C1=0
Step 7: Determine the Specific Function f(x)
We substitute C1=0 back into the expression for f(x) to find the specific function.
f(x)=2x3+(0)x
f(x)=2x3
Step 8: Use Point Q to Find the Value of 'a'
The curve also passes through the point Q(a,21). We substitute x=a and f(x)=21 into the specific function f(x) to find a.
21=2a3
To solve for a, cross-multiply:
2a=6
a=3
Step 9: Calculate (PQ)2
Now we have the coordinates of both points:
P=(1,23)
Q=(3,21)
Using the distance formula, (PQ)2=(x2−x1)2+(y2−y1)2:
(PQ)2=(3−1)2+(21−23)2
(PQ)2=(2)2+(−22)2
(PQ)2=4+(−1)2
(PQ)2=4+1
(PQ)2=5
Common Mistakes & Tips
- Recognizing the Differential Form: The most critical step is recognizing that b2bf′(b)−f(b) is the derivative of bf(b).
- Constant of Integration: Don't forget the constant of integration (C1) after integrating.
- Careful with signs: A simple mistake with signs will lead to a wrong answer.
Summary
This problem integrates concepts from differential calculus, integral calculus, and coordinate geometry. The key is to translate the given geometric condition into a differential equation, recognize a standard differential form, solve the differential equation, and then use the given points to find the specific function and the value of a. Finally, use the distance formula to calculate (PQ)2.
The final answer is 5.