Key Concepts and Formulas
- Linear First-Order Differential Equation: A differential equation of the form dxdy+P(x)y=Q(x), where P(x) and Q(x) are functions of x.
- Integrating Factor (I.F.): For a linear first-order differential equation, the integrating factor is given by I.F.=e∫P(x)dx. The solution is then y(x)⋅I.F.=∫Q(x)⋅I.F. dx+C.
- Trigonometric Identities: siny1=cscy and sinycosy=coty.
Step-by-Step Solution
Step 1: Rewrite the given differential equation.
We are given:
(7x4coty−excscy)dydx=x5
Rewrite this as:
dxdy=x57x4coty−excscy
dxdy=x57x4sinycosy−exsiny1
dxdy=xsiny7cosy−x5sinyex
Step 2: Transform the equation.
Multiply both sides by siny:
sinydxdy=x7cosy−x5ex
Rearrange the terms:
sinydxdy−x7cosy=−x5ex
Step 3: Use a suitable substitution.
Let v=cosy. Then, dxdv=−sinydxdy. Substituting into the equation above, we get:
−dxdv−x7v=−x5ex
Multiply by -1:
dxdv+x7v=x5ex
This is now a linear first-order differential equation in terms of v and x.
Step 4: Calculate the integrating factor.
The integrating factor (I.F.) is given by I.F.=e∫P(x)dx, where P(x)=x7.
I.F.=e∫x7dx=e7lnx=elnx7=x7
Step 5: Find the general solution.
The general solution is given by:
v⋅(I.F.)=∫Q(x)⋅(I.F.)dx+C
where Q(x)=x5ex. So,
v⋅x7=∫x5ex⋅x7dx+C
vx7=∫x2exdx+C
We need to integrate x2ex. Using integration by parts twice:
∫x2exdx=x2ex−∫2xexdx=x2ex−2(xex−∫exdx)=x2ex−2xex+2ex+C1=ex(x2−2x+2)+C1
So,
vx7=ex(x2−2x+2)+C
Substituting back v=cosy:
(cosy)x7=ex(x2−2x+2)+C
Step 6: Apply the initial condition to find C.
We are given that the curve passes through the point (1,2π). So, when x=1, y=2π.
cos(2π)(1)7=e1(12−2(1)+2)+C
0=e(1−2+2)+C
0=e+C
C=−e
Step 7: Find the particular solution.
Substituting C=−e into the general solution:
(cosy)x7=ex(x2−2x+2)−e
Step 8: Evaluate cos y at x=2.
We need to find cosy when x=2.
(cosy)(2)7=e2(22−2(2)+2)−e
(cosy)(128)=e2(4−4+2)−e
128cosy=2e2−e
cosy=1282e2−e
Common Mistakes & Tips
- Remember to change the sign when substituting v=cosy to −dxdv.
- Be careful with integration by parts and signs when evaluating the integral ∫x2exdx.
- Don't forget to substitute back to the original variable y after solving for v.
Summary
We solved the given differential equation by first rewriting it and then using the substitution v=cosy to transform it into a linear first-order differential equation. We found the integrating factor and general solution, then used the initial condition to find the particular solution. Finally, we evaluated cosy at x=2 to obtain the answer.
The final answer is 1282e2−e, which corresponds to option (C).