A function f(x,y) is said to be homogeneous of degree n in x and y if it can be expressed in the form:
z=xnf(xy)
Example: For z=x+yx3−y3, factoring x3 from numerator and x from denominator:
z=x(1+xy)x3(1−x3y3)=x2f(xy)
Therefore, z is a homogeneous function of degree n=2
Euler's Theorem Statement:
If z=f(x,y) is a homogeneous function of x and y of order n, then:
x∂x∂z+y∂y∂z=nz
for all (x,y) in the domain of the function.
Complete Proof of Euler's Theorem:
Since z is a homogeneous function of x and y of order n:
z=xnf(xy)
Differentiating partially with respect to x:
∂x∂z=nxn−1f(xy)+xnf′(xy)(−x2y)=nxn−1f(xy)−yxn−2f′(xy)
Multiplying both sides by x:
x∂x∂z=nxnf(xy)−yxn−1f′(xy)x∂x∂z=nz−yxn−1f′(xy)
Differentiating z partially with respect to y:
∂y∂z=xnf′(xy)(x1)=xn−1f′(xy)
Multiplying both sides by y:
y∂y∂z=yxn−1f′(xy)
Adding the equations for x∂x∂z and y∂y∂z:
x∂x∂z+y∂y∂z=nz−yxn−1f′(xy)+yxn−1f′(xy)=nz
Second-Order Extension of Euler's Theorem:
Statement: If u is a homogeneous function of degree n, then:
x2∂x2∂2u+2xy∂x∂y∂2u+y2∂y2∂2u=n(n−1)u
Proof:
From Euler's theorem:
x∂x∂u+y∂y∂u=nu
Differentiating partially with respect to x:
∂x∂u+x∂x2∂2u+y∂x∂y∂2u=n∂x∂ux∂x2∂2u+y∂x∂y∂2u=(n−1)∂x∂u
Differentiating partially with respect to y:
x∂y∂x∂2u+∂y∂u+y∂y2∂2u=n∂y∂ux∂x∂y∂2u+y∂y2∂2u=(n−1)∂y∂u
Multiplying the first derivative equation by x and the second by y, and adding:
x2∂x2∂2u+2xy∂x∂y∂2u+y2∂y2∂2u=(n−1)(x∂x∂u+y∂y∂u)=n(n−1)u
Applications & Worked Examples of Euler's Theorem:
Example 1: If u=sin−1(x+yx2+y2), show that x∂x∂u+y∂y∂u=tan(u).
Solution:
Let z=sin(u)=x+yx2+y2=x(1+xy)x2(1+x2y2)=x1f(xy).
z is a homogeneous function of degree n=1.
By Euler's Theorem:
x∂x∂z+y∂y∂z=1×z
Since z=sin(u), ∂x∂z=cos(u)∂x∂u and ∂y∂z=cos(u)∂y∂u.
xcos(u)∂x∂u+ycos(u)∂y∂u=sin(u)x∂x∂u+y∂y∂u=cos(u)sin(u)=tan(u)
Example 2: If u=log(x+yx2+y2), show that x∂x∂u+y∂y∂u=1
Solution:
Let z=eu=x+yx2+y2, which is homogeneous of degree n=1.
By Euler's Theorem:
x∂x∂z+y∂y∂z=1×zxeu∂x∂u+yeu∂y∂u=eux∂x∂u+y∂y∂u=1
Practice Exercises on Euler's Theorem:
Problem 1: If u=log(x2+y2+z2x5+y5+z5), show that:
x∂x∂u+y∂y∂u+z∂z∂u=3
Problem 2: If u=sin−1(ax+by+czx3+y3+z3), prove that:
x∂x∂u+y∂y∂u+z∂z∂u=2tan(u)
Problem 3: If u=f(xy)+g(yx), prove that:
x2∂x2∂2u+2xy∂x∂y∂2u+y2∂y2∂2u=0
Problem 4: If u=tan−1(xy), prove that:
x2∂x2∂2u+2xy∂x∂y∂2u+y2∂y2∂2u=−sin(2u)sin2(u)
Total Differentials, Chain Rule, and Composite Functions
Definitions & Concepts:
Let z=f(x,y) be a function of variables x and y, where x and y are themselves functions of another variable t (x=h(t), y=g(t)). Then z is called a composite function of single variable t.
Theorem on Total Differentials: If z=f(x,y) possesses continuous first-order partial derivatives, the total differential of z is given by:
dz=∂x∂fdx+∂y∂fdy
Total Derivative (Chain Rule for 1 Variable t):
dtdz=∂x∂fdtdx+∂y∂fdtdy
Example 1: Total Differential Calculation:
Find total differential of f(x,y)=yex+y.
df=∂x∂fdx+∂y∂fdy∂x∂f=yex+y∂y∂f=yex+y+ex+y=(y+1)ex+ydf=yex+ydx+(y+1)ex+ydy
Example 2: Total Derivative Calculation:
Find total derivative of f(x,y)=x2+3xy with respect to u, given x=sin(u), y=cos(u).
dudf=∂x∂fdudx+∂y∂fdudy∂x∂f=2x+3y,∂y∂f=3xdudx=cos(u),dudy=−sin(u)dudf=(2x+3y)cos(u)+(3x)(−sin(u))=(2sin(u)+3cos(u))cos(u)−3sin(u)sin(u)
Change of Variables (Chain Rule for Two Independent Variables):
Let u=f(x,y) where x=ϕ(s,t) and y=ψ(s,t). Then:
∂s∂u=∂x∂u∂s∂x+∂y∂u∂s∂y∂t∂u=∂x∂u∂t∂x+∂y∂u∂t∂y
Example 3: Partial Derivatives in Polar Coordinates:
Given z=x3−xy+y3 where x=rcos(θ) and y=rsin(θ), find ∂r∂z and ∂θ∂z.
Solution:
∂x∂z=3x2−y,∂y∂z=−x+3y2∂r∂x=cos(θ),∂r∂y=sin(θ)∂r∂z=(3x2−y)cos(θ)+(−x+3y2)sin(θ)
Substitute x=rcos(θ) and y=rsin(θ):
=[3(rcos(θ))2−rsin(θ)]cos(θ)+[−rcos(θ)+3(rsin(θ))2]sin(θ)=3r2(cos3(θ)+sin3(θ))−2rsin(θ)cos(θ)∂θ∂z=∂x∂z(−rsin(θ))+∂y∂z(rcos(θ))=(3x2−y)(−rsin(θ))+(−x+3y2)(rcos(θ))=r[3r2sin2(θ)cos(θ)−3r2cos2(θ)sin(θ)+rcos(θ)sin(θ)−rsin(θ)cos(θ)]=r2(sin(θ)−cos(θ))[3rsin(θ)cos(θ)+1]
Problem 4: Proof for Composite Exponential Function:
If z=eax+byf(ax−by), show that:
b∂x∂z+a∂y∂z=2abz
Proof:
Let u=ax+by and v=ax−by. Then z=euf(v).
∂x∂z=∂u∂z∂x∂u+∂v∂z∂x∂v=[euf(v)]a+[euf′(v)]a=aeu[f(v)+f′(v)]∂y∂z=∂u∂z∂y∂u+∂v∂z∂y∂v=[euf(v)]b+[euf′(v)](−b)=beu[f(v)−f′(v)]b∂x∂z+a∂y∂z=abeu[f(v)+f′(v)]+abeu[f(v)−f′(v)]=2abeuf(v)=2abz
Problem 5: Proof for Cyclic Variable Function:
If u=f(y−z,z−x,x−y), prove that:
∂x∂u+∂y∂u+∂z∂u=0
Proof:
Let X=y−z, Y=z−x, Z=x−y.
∂x∂u=∂X∂f(0)+∂Y∂f(−1)+∂Z∂f(1)=−∂Y∂f+∂Z∂f∂y∂u=∂X∂f(1)+∂Y∂f(0)+∂Z∂f(−1)=∂X∂f−∂Z∂f∂z∂u=∂X∂f(−1)+∂Y∂f(1)+∂Z∂f(0)=−∂X∂f+∂Y∂f
Adding all three equations yields zero.
Transformation of Coordinates and Differential Operators
Transformation of Laplace Equation into Polar Coordinates:
Transform the equation:
∂x2∂2u+∂y2∂2u=0
into polar coordinates (r,θ).
Second Derivatives:
∂x2∂2u=(cos(θ)∂r∂−rsin(θ)∂θ∂)(cos(θ)∂r∂u−rsin(θ)∂θ∂u)∂y2∂2u=(sin(θ)∂r∂+rcos(θ)∂θ∂)(sin(θ)∂r∂u+rcos(θ)∂θ∂u)
Summing the two expressions yields the polar form of the Laplacian:
∂x2∂2u+∂y2∂2u=∂r2∂2u+r1∂r∂u+r21∂θ2∂2u=0
Differentiation of Implicit Functions
Definitions:
Implicit Function: A relation of the form f(x,y)=c in which x and y cannot be separated out explicitly.
Example: The relation x3+y3−3axy=0 is an implicit function.
Explicit Function: A relation in which one variable can be isolated completely in terms of the other.
Example: The relation y2=x2+2x is an explicit function.
Formulas for Differentiation of Implicit Functions:
Let f(x,y)=c be an implicit function. Then:
(i) First derivative formula:
dxdy=−fyfx,fy=0
(ii) Second derivative formula:
dx2d2y=−(fy)3fxx(fy)2−2fxfyfxy+fyy(fx)2,fy=0provided fxy=fyx
Example 1: Exponential Variable Power:
Find dxdy if xy+yx=c
Solution:
Let f(x,y)=xy+yx−c=0
Partial derivative with respect to x:
fx=yxy−1+yxlog(y)
Partial derivative with respect to y:
fy=xylog(x)+xyx−1
Applying formula dxdy=−fyfx:
dxdy=−xylog(x)+xyx−1yxy−1+yxlog(y)
Example 2: Folium of Descartes Derivative:
If x3+y3−3axy=0, find dxdy at x=a,y=a:
fx=3x2−3ay,fy=3y2−3axdxdy=−3y2−3ax3x2−3ay=−y2−axx2−ay
Exact and Inexact Differentials
Definitions:
Exact Differential: Differentials of the form:
M(x,y)dx+N(x,y)dy=d(f(x,y))
which can be integrated directly, are called exact differentials.
Inexact Differential: Differentials that cannot be written directly as an exact differential of a single function without an integrating factor.
Condition for Exactness:
A differential Mdx+Ndy is exact if and only if:
∂y∂M=∂x∂N
Examples:
Example of Exact Differential: xdy+ydx=d(xy)⟹f(x,y)=xy+c.
Here M=y and N=x, so ∂y∂M=1 and ∂x∂N=1.
Example of Inexact Differential: Show that xdy+3ydx is inexact.
Here M=3y and N=x. ∂y∂M=3 whereas ∂x∂N=1. Since 3=1, the differential is inexact.
Jacobians (Functional Determinants)
Definition of Jacobian for Two Variables:
If u and v are functions of two independent variables x and y, then the Jacobian of u,v with respect to x,y is defined as the determinant:
J=∂(x,y)∂(u,v)=J(x,yu,v)=∂x∂u∂x∂v∂y∂u∂y∂v
Definition of Jacobian for Three Variables:
Similarly, the Jacobian of u,v,w with respect to x,y,z is:
∂(x,y,z)∂(u,v,w)=∂x∂u∂x∂v∂x∂w∂y∂u∂y∂v∂y∂w∂z∂u∂z∂v∂z∂w
Property 1: Reciprocal Property of Jacobians:
Statement: If J=∂(x,y)∂(u,v) and J′=∂(u,v)∂(x,y), then:
JJ′=1
Proof:
Let u=f(x,y) and v=g(x,y). Solving for x and y gives x=ϕ(u,v) and y=ψ(u,v).
Total differentials:
du=∂x∂udx+∂y∂udydv=∂x∂vdx+∂y∂vdy
Substituting dx=∂u∂xdu+∂v∂xdv and dy=∂u∂ydu+∂v∂ydv yields identity matrix product of partial derivatives:
(∂x∂u∂x∂v∂y∂u∂y∂v)(∂u∂x∂u∂y∂v∂x∂v∂y)=(1001)
Taking determinants on both sides gives JJ′=1
Property 2: Chain Rule for Jacobians:
If u,v are functions of r,s, and r,s are functions of x,y, then:
∂(x,y)∂(u,v)=∂(r,s)∂(u,v)×∂(x,y)∂(r,s)
Jacobian of Implicit Functions:
If u1,u2 are functions of x,y defined implicitly by two equations:
f1(u1,u2,x,y)=0f2(u1,u2,x,y)=0
Then:
∂(x,y)∂(u1,u2)=(−1)2∂(u1,u2)∂(f1,f2)∂(x,y)∂(f1,f2)
Similarly, if u1,u2,u3 are functions of x,y,z defined implicitly by three equations f1=0,f2=0,f3=0:
∂(x,y,z)∂(u1,u2,u3)=(−1)3∂(u1,u2,u3)∂(f1,f2,f3)∂(x,y,z)∂(f1,f2,f3)
Worked Examples on Jacobians:
Example 1: Given u=x2+xy and v=xy, find ∂(x,y)∂(u,v).
∂x∂u=2x+y,∂y∂u=x∂x∂v=y,∂y∂v=x∂(x,y)∂(u,v)=2x+yyxx=x(2x+y)−xy=2x2+xy−xy=2x2
Example 2: Verification of JJ′=1 for Polar Coordinates:
x=rcos(θ),y=rsin(θ)J=∂(r,θ)∂(x,y)=cos(θ)sin(θ)−rsin(θ)rcos(θ)=rcos2(θ)+rsin2(θ)=r
For inverse functions r=x2+y2 and θ=tan−1(xy):
J′=∂(x,y)∂(r,θ)=rx−r2yryr2x=r3x2+r3y2=r3r2=r1JJ′=r×r1=1
Example 3: Implicit Jacobian System:
If x2+y2+u2−v2=0 and uv+xy=0, prove that:
∂(x,y)∂(u,v)=u2+v2x2−y2
Solution:
Let f1=x2+y2+u2−v2=0 and f2=uv+xy=0.
∂(x,y)∂(f1,f2)=2xy2yx=2x2−2y2=2(x2−y2)∂(u,v)∂(f1,f2)=2uv−2vu=2u2+2v2=2(u2+v2)∂(x,y)∂(u,v)=(−1)22(u2+v2)2(x2−y2)=u2+v2x2−y2
Example 4: Three-Variable Symmetric Determinant:
If u=xyz, v=x2+y2+z2, w=x+y+z, find ∂(x,y,z)∂(u,v,w).
Solution:
∂(x,y,z)∂(u,v,w)=yz2x1zx2y1xy2z1=2yzx1zxy1xyz1
Applying column operations C2→C2−C1 and C3→C3−C1:
=2(x−y)(y−z)(z−x)
Maxima and Minima for Functions of Two Variables
Definitions:
Local Maximum: A function f(x,y) has a maximum value at x=a,y=b if f(a,b)>f(a+h,b+k) for small positive or negative values of h and k
Local Minimum: A function f(x,y) has a minimum value at x=a,y=b if f(a,b)<f(a+h,b+k) for small positive or negative values of h and k
Critical / Stationary Points: Points (x1,y1),(x2,y2) where fx=0 and fy=0 simultaneously.
Working Method for Maxima and Minima:
Step I: Find fx and fy
Step II: Solve fx=0 and fy=0 simultaneously to find critical points (x1,y1),(x2,y2),…
Step III: Compute second partial derivatives:
A=fxx=∂x2∂2f,B=fxy=∂x∂y∂2f,C=fyy=∂y2∂2f
Step IV: Evaluate AC−B2 at each critical point:
(i) If AC−B2>0 and A<0, then f(x,y) has a maximum value at that point, given by f(x1,y1).
(ii) If AC−B2>0 and A>0, then f(x,y) has a minimum value at that point, given by f(x1,y1).
(iii) If AC−B2<0, then f(x,y) has neither maximum nor minimum at that point. This point is called a saddle point.
(iv) If AC−B2=0, the case is doubtful and requires further investigation of sign changes of f(a,b)−f(a+h,b+k).
Example 1: Exponential Function Extrema:
Show that f(x,y)=x3e−(x2+y2) has a maximum at (3/2,0), a minimum at (−3/2,0), and a stationary point at the origin whose nature is doubtful.
Solution:
fx=(3x2−2x4)e−(x2+y2)=0fy=−2x3ye−(x2+y2)=0
Stationary points are (0,0), (3/2,0), and (−3/2,0).
At (0,0): A=0,B=0,C=0⟹AC−B2=0 (Doubtful case).
Evaluating f(0,0)−f(h,k)=−h3e−(h2+k2) shows sign changes with sign of h, confirming (0,0) is not an extremum.
At (3/2,0): A=−63/2e−3/2<0 and AC−B2>0⟹ Maximum.
At (−3/2,0): A=63/2e−3/2>0 and AC−B2>0⟹ Minimum.
Example 2: Cubic Polynomial Extrema:
Find all maxima and minima of f(x,y)=x3+y3−63(x+y)+12xy
Solution Steps:
Step I & II: Set first derivatives to zero:
fx=3x2−63+12y=0⟹x2+4y−21=0fy=3y2−63+12x=0⟹y2+4x−21=0
Subtracting equations gives (x−y)(x+y−4)=0
Solving system yields stationary points: (3,3), (−7,−7), (1,5), and (5,−1).
Step III & IV: Compute A=6x, B=12, C=6y:
At (3,3): A=18>0, C=18, AC−B2=324−144=180>0⟹ Minimum at (3,3) with minimum value f(3,3)=−216
At (−7,−7): A=−42<0, C=−42, AC−B2=1764−144=1620>0⟹ Maximum at (−7,−7) with maximum value f(−7,−7)=784
At (1,5) and (5,−1): AC−B2=36(5)(−1)−144=−324<0⟹ Saddle points.
Lagrange's Method of Undetermined Multipliers
Method Description:
To find maximum or minimum values of f(x,y,z) subject to constraint equation g(x,y,z)=0:
Define auxiliary function:
F(x,y,z,λ)=f(x,y,z)+λg(x,y,z)
where λ is Lagrange's undetermined multiplier.
Necessary conditions for extrema are:
∂x∂F=0,∂y∂F=0,∂z∂F=0,∂λ∂F=0
Problem 1: Distance-Squared Minimization under Linear Constraint:
Find minimum value of x2+y2+z2 subject to ax + by + cz = p$.\n - Solution:\n Auxiliary function: F = (x^2 + y^2 + z^2) + \lambda (ax + by + cz - p)\n Partial derivatives:\n \frac{\partial F}{\partial x} = 2x + \lambda a = 0 \implies x = -\frac{\lambda a}{2}\n \frac{\partial F}{\partial y} = 2y + \lambda b = 0 \implies y = -\frac{\lambda b}{2}\n \frac{\partial F}{\partial z} = 2z + \lambda c = 0 \implies z = -\frac{\lambda c}{2}\n Substituting into constraint ax + by + cz = p:\n a\left(-\frac{\lambda a}{2}\right) + b\left(-\frac{\lambda b}{2}\right) + c\left(-\frac{\lambda c}{2}\right) = p \implies -\frac{\lambda}{2}(a^2 + b^2 + c^2) = p\n \lambda = -\frac{2p}{a^2 + b^2 + c^2}\n Coordinates of minimum point:\n x = \frac{ap}{a^2+b^2+c^2}, \quad y = \frac{bp}{a^2+b^2+c^2}, \quad z = \frac{cp}{a^2+b^2+c^2}\n Minimum value:\n x^2 + y^2 + z^2 = \frac{a^2 p^2 + b^2 p^2 + c^2 p^2}{(a^2+b^2+c^2)^2} = \frac{p^2}{a^2+b^2+c^2}\n\n- **Problem 2: Open Rectangular Box Material Minimization**:\n - A rectangular box open at top is to have volume 32\text{ m}^3. Find dimensions for least material.\n - Solution:\n Let x, y, z be length, breadth, height.\n Surface Area S = xy + 2yz + 2zx\n Constraint Volume V = xyz = 32\n Auxiliary function: F = xy + 2yz + 2zx + \lambda(xyz - 32)\n \frac{\partial F}{\partial x} = y + 2z + \lambda yz = 0\n \frac{\partial F}{\partial y} = x + 2z + \lambda xz = 0\n \frac{\partial F}{\partial z} = 2x + 2y + \lambda xy = 0\n Solving system yields x = y = 2z.\n Substituting into xyz = 32 \implies (2z)(2z)(z) = 32 \implies 4z^3 = 32 \implies z^3 = 8 \implies z = 2\text{ m}.\n Optimal dimensions: x = 4\text{ m}, y = 4\text{ m}, z = 2\text{ m}.\n\n- **Problem 3: Multiple Constraints Optimization**:\n - Find extreme values of f(x,y,z) = 2x + 3y + zsubjecttox^2 + y^2 = 5andx + z = 1\n - Solution:\n F = 2x + 3y + z + \lambda_1 (x^2 + y^2 - 5) + \lambda_2 (x + z - 1)\n \frac{\partial F}{\partial z} = 1 + \lambda_2 = 0 \implies \lambda_2 = -1\n \frac{\partial F}{\partial y} = 3 + 2\lambda_1 y = 0 \implies y = -\frac{3}{2\lambda_1}\n \frac{\partial F}{\partial x} = 2 + 2\lambda_1 x + \lambda_2 = 0 \implies 1 + 2\lambda_1 x = 0 \implies x = -\frac{1}{2\lambda_1}\n Substituting xandyintox^2 + y^2 = 5:\n \left(-\frac{1}{2\lambda_1}\right)^2 + \left(-\frac{3}{2\lambda_1}\right)^2 = 5 \implies \frac{10}{4\lambda_1^2} = 5 \implies \lambda_1 = \pm \frac{1}{\sqrt{2}}\n - For \lambda_1 = \frac{1}{\sqrt{2}}:x = -\frac{1}{\sqrt{2}},y = -\frac{3}{\sqrt{2}},z = 1 + \frac{1}{\sqrt{2}},givingminimumf = 1 - 5\sqrt{2}.\n - For \lambda_1 = -\frac{1}{\sqrt{2}}:x = \frac{1}{\sqrt{2}},y = \frac{3}{\sqrt{2}},z = 1 - \frac{1}{\sqrt{2}},givingmaximumf = 1 + 5\sqrt{2}.\n\n- **Problem 4: Inscribed Box in Ellipsoid**:\n - Find maximum volume of rectangular parallelopiped inscribed in ellipsoid \frac{x^2}{a^2} + \frac{y^2}{b^2} + \frac{z^2}{c^2} = 1.\n - Vertices at (\pm x, \pm y, \pm z),volumeV = (2x)(2y)(2z) = 8xyz\n - Auxiliary function F = 8xyz + \lambda\left(\frac{x^2}{a^2} + \frac{y^2}{b^2} + \frac{z^2}{c^2} - 1\right)\n - Differentiating and setting to zero yields \frac{x^2}{a^2} = \frac{y^2}{b^2} = \frac{z^2}{c^2} = \frac{1}{3}\n - Dimensions: x = \frac{a}{\sqrt{3}},y = \frac{b}{\sqrt{3}},z = \frac{c}{\sqrt{3}}\n - Maximum Volume V = \frac{8abc}{3\sqrt{3}}\n\n# Differentiation Under the Integral Sign (Leibniz Rule)\n\n\n\n- **General Leibniz Rule (Variable Limits of Integration)**:\n - If f(x,t)iscontinuousandcontinuouslydifferentiable(partialderivativesexistandarecontinuous)andintegrationlimitsa(x)andb(x)arecontinuouslydifferentiablefunctionsofx, then:\n \frac{d}{dx} \int_{a(x)}^{b(x)} f(x,t) \, dt = f(x, b(x)) b'(x) - f(x, a(x)) a'(x) + \int_{a(x)}^{b(x)} \frac{\partial}{\partial x} f(x,t) \, dt\n\n- **Simpler Leibniz Integral Rule (Constant Limits)**:\n - In case where a(x) = aandb(x) = b are constant functions, the formula reduces to:\n \frac{d}{dx} \int_{a}^{b} f(x,t) \, dt = \int_{a}^{b} \frac{\partial}{\partial x} f(x,t) \, dt\n\n- **Example 1: Variable Limits Differentiation**:\n - Find derivative with respect to x of:\n I(x) = \int_{x}^{x^2} \frac{\sin(xt)}{t} \, dt\n - Solution:\n Here f(x,t) = \frac{\sin(xt)}{t},a(x) = x \implies a'(x) = 1,b(x) = x^2 \implies b'(x) = 2x\n Applying Leibniz Rule:\n \frac{dI}{dx} = f(x, x^2) (2x) - f(x, x) (1) + \int_{x}^{x^2} \frac{\partial}{\partial x} \left(\frac{\sin(xt)}{t}\right) dt\n = \frac{\sin(x^3)}{x^2} (2x) - \frac{\sin(x^2)}{x} (1) + \int_{x}^{x^2} \cos(xt) \, dt\n = \frac{2 \sin(x^3)}{x} - \frac{\sin(x^2)}{x} + \left[ \frac{\sin(xt)}{x} \right]{x}^{x^2}\n = \frac{2 \sin(x^3)}{x} - \frac{\sin(x^2)}{x} + \frac{\sin(x^3)}{x} - \frac{\sin(x^2)}{x}\n \frac{dI}{dx} = \frac{3 \sin(x^3) - 2 \sin(x^2)}{x}\n\n- **Example 2: Definite Integral Evaluation via Parameter Differentiation**:\n - Evaluate I(\alpha) = \int{0}^{1} \frac{x^\alpha - 1}{\log(x)} \, dx\n - Solution Steps:\n - At \alpha = 0,I(0) = \int_{0}^{1} \frac{x^0 - 1}{\log(x)} \, dx = 0\n - Differentiating under integral sign with respect to parameter \alpha:\n \frac{dI}{d\alpha} = \int_{0}^{1} \frac{\partial}{\partial \alpha} \left(\frac{x^\alpha - 1}{\log(x)}\right) dx = \int_{0}^{1} \frac{x^\alpha \log(x)}{\log(x)} \, dx = \int_{0}^{1} x^\alpha \, dx\n - Integrating with respect to x:\n \frac{dI}{d\alpha} = \left[ \frac{x^{\alpha+1}}{\alpha + 1} \right]{0}^{1} = \frac{1}{\alpha + 1}\n - Integrating with respect to \alpha:\n I(\alpha) = \log(\alpha + 1) + C\n - Since I(0) = 0 \implies C = 0, we deduce:\n I(\alpha) = \log(\alpha + 1)\n\n- **Example 3: Logarithmic Rational Integral Evaluation**:\n - Evaluate F(\alpha) = \int{0}^{1} \frac{\log(1 + \alpha x)}{1 + x^2} \, dx\n - Differentiating under integral sign:\n \frac{dF}{d\alpha} = \int_{0}^{1} \frac{x}{(1 + \alpha x)(1 + x^2)} \, dx\n - Using partial fractions and integrating yields:\n F(\alpha) = \frac{1}{2} \log(1 + \alpha^2) \tan^{-1}(\alpha)\n - For \alpha = 1:\n \int_{0}^{1} \frac{\log(1 + x)}{1 + x^2} \, dx = \frac{\pi}{8} \log(2)$$