Let a curve y=y(x) pass through the point (3,3) and the area of the region under this curve, above the x-axis and between the abscissae 3 and x(>3) be (xy)3. If this curve also passes through the point (α,610) in the first quadrant, then α is equal to ___________.
Answer: 3
Solution
Key Concepts and Formulas
Area Under a Curve: The area under the curve y=f(x) from x=a to x=b is given by ∫abf(x)dx.
Linear Differential Equation: A differential equation of the form dxdy+P(x)y=Q(x) has the solution y⋅(I.F.)=∫Q(x)⋅(I.F.)dx+C, where I.F.=e∫P(x)dx.
Step-by-Step Solution
Step 1: Setting up the Initial Equation
The area under the curve y=y(x) from x=3 to x=x is given as (xy)3. We express this as an integral equation:
∫3xy(t)dt=(xy(x))3
To simplify differentiation, we multiply both sides by x3:
x3∫3xy(t)dt=y3(x)(∗)
Step 2: Differentiating using Leibniz Rule
We differentiate both sides of equation (∗) with respect to x using Leibniz rule and the product rule.
dxd(x3∫3xy(t)dt)=dxd(y3)
Applying the product rule and Leibniz rule, we get:
3x2∫3xy(t)dt+x3y(x)=3y2dxdy
Now, substitute ∫3xy(t)dt=x3y3 from equation (∗):
3x2(x3y3)+x3y=3y2dxdy
Simplifying, we get:
x3y3+x3y=3y2dxdy
Divide by y (since y=0):
x3y2+x3=3ydxdy
Rearrange to isolate the derivative term:
3ydxdy=x3y2+x3
3xydxdy=3y2+x4
Step 3: Solving the Differential Equation using Substitution
Let t=y2. Then dxdt=2ydxdy, so ydxdy=21dxdt. Substituting these into the differential equation, we get:
3x(21dxdt)=3t+x4
23xdxdt=3t+x4
Divide by 23x:
dxdt=3x2(3t+x4)
dxdt=x2t+32x3
Rearrange into the standard linear differential equation form:
dxdt−x2t=32x3
Here, P(x)=−x2 and Q(x)=32x3. The integrating factor is:
I.F.=e∫P(x)dx=e∫−x2dx=e−2ln∣x∣=eln(x−2)=x−2=x21
The general solution is:
t⋅(x21)=∫(32x3)⋅(x21)dx+C
x2t=∫32xdx+C
x2t=3x2+C
Substituting back t=y2, we have:
x2y2=3x2+C
y2=3x4+Cx2
Step 4: Applying the Initial Condition
The curve passes through (3,3). Substituting x=3 and y=3 into the general solution:
32=334+C(32)
9=381+9C
9=27+9C
9C=−18
C=−2
The particular solution is:
y2=3x4−2x2
Step 5: Finding α
The curve also passes through (α,610). Substituting x=α and y=610:
(610)2=3α4−2α2
360=3α4−2α2
Multiply by 3:
1080=α4−6α2
α4−6α2−1080=0
Let A=α2:
A2−6A−1080=0
Using the quadratic formula:
A=26±36−4(−1080)=26±36+4320=26±4356=26±66
So A=26+66=272=36 or A=26−66=2−60=−30. Since A=α2, A must be non-negative. Thus, A=36.
α2=36
α=±6
Since the point is in the first quadrant, α>0, so α=6.
Common Mistakes & Tips
Remember to use the product rule when differentiating a product of functions.
Carefully apply the Leibniz rule, paying attention to the limits of integration.
When solving linear differential equations, double-check the calculation of the integrating factor.
Summary
We started by setting up an integral equation based on the area under the curve. We then differentiated this equation using Leibniz rule and the product rule to obtain a differential equation. By using a substitution, we transformed the differential equation into a linear form and solved it using an integrating factor. Finally, we applied the given points to find the particular solution and the value of α.