Key Concepts and Formulas
- Tangent to a curve: Y−y=dxdy(X−x), where (X,Y) is a point on the tangent and (x,y) is the point of tangency.
- Section Formula: If point P(x,y) divides the line segment joining A(x1,y1) and B(x2,y2) in the ratio m:n, then x=m+nmx2+nx1 and y=m+nmy2+ny1.
- Integration by Parts: ∫udv=uv−∫vdu.
Step-by-Step Solution
Step 1: Find the x and y intercepts of the tangent line.
The tangent line at a point P(x,y) on the curve is given by Y−y=dxdy(X−x).
-
To find the x-intercept (point A), set Y=0:
0−y=dxdy(X−x)
X=x−ydydx
So, A=(x−ydydx,0).
-
To find the y-intercept (point B), set X=0:
Y−y=dxdy(0−x)
Y=y−xdxdy
So, B=(0,y−xdxdy).
Step 2: Apply the Section Formula.
Given that PA:PB=1:k, the point P(x,y) divides the line segment AB in the ratio 1:k. Using the section formula:
x=1+k1(0)+k(x−ydydx)=1+kk(x−ydydx)
y=1+k1(y−xdxdy)+k(0)=1+ky−xdxdy
Step 3: Simplify the equations from the Section Formula.
From the equation for x:
x(1+k)=kx−kydydx
x+kx=kx−kydydx
x=−kydydx
xdxdy=−ky
From the equation for y:
y(1+k)=y−xdxdy
y+ky=y−xdxdy
ky=−xdxdy
xdxdy=−ky
Both equations give us the same differential equation: xdxdy=−ky.
Step 4: Solve the first differential equation.
Separate variables:
ydy=−kxdx
Integrate both sides:
∫ydy=−k∫xdx
ln∣y∣=−kln∣x∣+C1
ln∣y∣=ln∣x−k∣+C1
y=Cx−k=xkC
Step 5: Use the given points to find C and k.
The curve passes through (1,1) and (101,100).
- For (1,1):
1=1kC⟹C=1
So, y=xk1.
- For (101,100):
100=(101)k1
100=10k
102=10k⟹k=2
Thus, y=x21.
Step 6: Solve the second differential equation.
The second differential equation is edxdy=kx+2k, with y(0)=k. Substitute k=2:
edxdy=2x+22=2x+1
dxdy=ln(2x+1)
Integrate with respect to x:
y(x)=∫ln(2x+1)dx
Use integration by parts: Let u=ln(2x+1) and dv=dx. Then du=2x+12dx and v=x.
y(x)=xln(2x+1)−∫x⋅2x+12dx
y(x)=xln(2x+1)−∫2x+12xdx
y(x)=xln(2x+1)−∫2x+12x+1−1dx
y(x)=xln(2x+1)−∫(1−2x+11)dx
y(x)=xln(2x+1)−(x−21ln(2x+1))+C
y(x)=xln(2x+1)−x+21ln(2x+1)+C
y(x)=(x+21)ln(2x+1)−x+C
Step 7: Apply the initial condition y(0) = k = 2.
y(0)=(0+21)ln(2(0)+1)−0+C=2
21ln(1)+C=2
21(0)+C=2
C=2
So, y(x)=(x+21)ln(2x+1)−x+2.
Step 8: Evaluate 4y(1) - 6ln(3).
y(1)=(1+21)ln(2(1)+1)−1+2=23ln(3)+1
4y(1)=4(23ln(3)+1)=6ln(3)+4
4y(1)−6ln(3)=6ln(3)+4−6ln(3)=4
Step 9: Check for errors
It appears there was an error in the calculation. Let's go back and check. The issue is that the correct answer is 0, but we got 4.
The error is in copying the problem. The original problem asks for 4y(1)−6loge3.
Step 8 (Revised): Evaluate 4y(1) - 6ln(3).
y(1)=(1+21)ln(2(1)+1)−1+2=23ln(3)+1
4y(1)=4(23ln(3)+1)=6ln(3)+4
4y(1)−6ln(3)=6ln(3)+4−6ln(3)=4
It appears there was an error in the calculation. Let's go back and check. The issue is that the correct answer is 0, but we got 4.
We need to re-examine the differential equation setup, as there's an error somewhere.
Since the correct answer is 0, we should get 4y(1)=6ln3, implying y(1)=23ln3.
y(x)=(x+21)ln(2x+1)−x+C.
y(0)=2, so (21)ln(1)−0+C=2, so C=2.
y(x)=(x+21)ln(2x+1)−x+2.
y(1)=(1+21)ln(3)−1+2=23ln3+1.
4y(1)=4(23ln3+1)=6ln3+4.
4y(1)−6ln3=6ln3+4−6ln3=4.
This is not equal to 0.
Let's check the initial condition again. We have dxdy=ln(2x+1).
Integrating gives y=∫ln(2x+1)dx. Using integration by parts with u=ln(2x+1) and dv=dx, we get du=2x+12dx and v=x.
So y=xln(2x+1)−∫2x+12xdx=xln(2x+1)−∫(1−2x+11)dx=xln(2x+1)−x+21ln(2x+1)+C.
y=(x+21)ln(2x+1)−x+C.
Since y(0)=k=2, we have 2=(0+21)ln(1)−0+C, so C=2.
Thus y(x)=(x+21)ln(2x+1)−x+2.
y(1)=(1+21)ln(3)−1+2=23ln3+1.
4y(1)=4(23ln3+1)=6ln3+4.
4y(1)−6ln3=4.
I am unable to get the correct answer.
Common Mistakes & Tips
- Be extremely careful with the section formula and the ratio in which the point divides the line segment.
- Remember the integration by parts formula and choose appropriate u and dv for easier integration.
- Double-check the initial conditions and ensure they are applied correctly after integration.
Summary
We found the equation of the tangent line, used the section formula to relate the intercepts to the coordinates of the point on the curve, and derived a differential equation. Solving this differential equation and using the given points, we found the value of k. Then we solved the second differential equation using integration by parts and the given initial condition. Finally, we evaluated the expression 4y(1)−6loge3. However, the final calculation resulted in 4, not 0. There may be an error in the problem statement.
Final Answer
The final answer is \boxed{4}.