Tip: "Show ... hence find" works for ∫xnlnxdx-style integrals. Differentiate the cued expression, then algebraically rearrange to isolate the target integral.
Find k and the curve from stationary-point data
Question:dx2d2y=3k(x−1). The curve has a stationary point at x=4 and passes through (0,1). Given the curve also passes through (4,−5), find k and the equation of the curve.
Tip: When the integrand has an unknown parameter, you need an EXTRA condition (beyond what's needed to pin the integration constants). Count carefully.
Find the curve, then show gradient is at least 5
Question:dxdy=3x2−6x+8. The curve passes through (1,6). (a) Find y. (b) Show that the gradient is never less than 5.
Step 1. Antiderivative:
y=∫(3x2−6x+8)dx=x3−3x2+8x+C
Apply (1,6): 6=1−3+8+C=6+C⇒C=0.
Answer (a):y=x3−3x2+8x.
Step 2 (b). Gradient =dxdy=3x2−6x+8. To show this ≥5 always, complete the square:
3x2−6x+8=3(x2−2x)+8=3[(x−1)2−1]+8=3(x−1)2+5
Step 3. Since (x−1)2≥0, 3(x−1)2≥0, hence:
dxdy=3(x−1)2+5≥5
Minimum gradient =5, occurring at x=1. ✓
Tip: "Show gradient ≥k" usually reduces to completing the square on dxdy. The vertex of a(x−h)2+k gives the min (if a>0) or max (if a<0).
Area under y = √(3x+4) from x = 0 to 4
Question: The curve y=3x+4 meets the x-axis when... no — y≥2 everywhere. Re-state: Find the area enclosed by the curve y=3x+4, the x-axis, the y-axis, and the line x=4.
Step 1.y-intercept: at x=0, y=2. At x=4: y=4. Region is the area under the curve from x=0 to x=4.
Step 2. Set up the definite integral:
Area=∫043x+4dx=∫04(3x+4)1/2dx
Step 3. Antiderivative:
∫(3x+4)1/2dx=3⋅(3/2)(3x+4)3/2=92(3x+4)3/2
Step 4. Evaluate:
92[(16)3/2−(4)3/2]=92[64−8]=92×56=9112
Answer:Area=9112≈12.44 square units.
Tip: "Area under curve from a to b" =∫abydx. For surd integrands ax+b, rewrite as (ax+b)1/2 and apply the inner-coefficient rule: divide by a AND by n+1=3/2.