Analyzing the Hidden Derivative
Consider the integral:
∫0π/2(sinx)cosx(cosxcotx−log(sinx)sinx)dx
In competitive exams, complexity is often a mask for elegance. Whenever you see a function raised to a function, such as (sinx)cosx, your first instinct should be logarithmic differentiation.
Let
f(x)=(sinx)cosx. Differentiating this, we obtain:
f′(x)=(sinx)cosx[cosxcotx−sinxln(sinx)]
Note that
sinxln(sinx) is equivalent to
ln(sinx)sinx. Thus, the integrand is simply the derivative of our base function. The integral evaluates to:
[(sinx)cosx]0π/2=1−0=1
The Geometry of Parabolas
We shift to coordinate geometry with the curves x=−4y2 and x=1−5y2. These are horizontal parabolas opening towards the negative x-axis.
To find the intersection points, we equate the two expressions:
−4y2=1−5y2⇒y2=1⇒y=±1
The area is the integral of the 'right' curve minus the 'left' curve with respect to
y:
∫−11((1−5y2)−(−4y2))dy=∫−11(1−y2)dy
Evaluating this polynomial integral:
[y−3y3]−11=(1−31)−(−1+31)=34
The Elegance of Tangency
We examine the intersection of y=3x−1logx and y=xx−1. We seek the cosine of the angle of intersection.
At x=1, both functions yield y=0. To find the angle, we calculate the slopes at this point:
1. For y1=3x−1logx, the derivative at x=1 is m1=1.
2. For y2=xx−1, the derivative at x=1 is m2=1.
Since m1=m2, the curves are tangent to each other. The angle between them is 0, and therefore cos(0)=1.
The Grand Finale
Differential Equations
Finally, we solve the differential equation:
dxdy=x+y6
Let
v=x+y. Then
dxdv=1+dxdy, which implies
dxdy=dxdv−1. Substituting this into the equation:
dxdv−1=v6⇒dxdv=vv+6
Separating variables and integrating:
∫v+6vdv=∫dx⇒∫(1−v+66)dv=x+c
v−6ln∣v+6∣=x+c
Substituting v=x+y back into the equation, the x terms cancel, leaving y−6ln(x+y+6)=c. Using the initial condition y(0)=0, we find c=−6ln6.
For the specific case where
x+y=6:
y−6ln(6+6)=−6ln6⇒y=6ln(12)−6ln6=6ln2