Question

Curve with $\frac{dy}{dx}=-\frac{15}{(5x-2)^2}$ through $(4,-2)$

Original question: 5 A curve passes through the point (4,2)(4,-2) and is such that dydx=15(5x2)2\frac{dy}{dx}=-\frac{15}{(5x-2)^2}

(a) Find the equation of the curve. [4]

(b) The curve is transformed by a stretch in the xx-direction with scale factor 22 followed by a translation of (17)\left(\frac{-1}{7}\right) Find the equation of the new curve. [3]

Expert Verified Solution

thumb_up100%(1 rated)

Key takeaway: This is a standard calculus question that combines integration of a derivative function with graph transformations. First find the original curve from the given gradient and point, then apply the stretch and translation carefully in the correct order.

(a) Find the equation of the curve

Given

dydx=15(5x2)2\frac{dy}{dx}=-\frac{15}{(5x-2)^2}

Integrate with respect to xx:

y=15(5x2)2dxy=\int -\frac{15}{(5x-2)^2}\,dx

Let u=5x2u=5x-2, so du=5dxdu=5\,dx and dx=du5dx=\frac{du}{5}.

Then

y=15u2du5=3u2duy=\int -15u^{-2}\cdot \frac{du}{5}=-3\int u^{-2}\,du

y=3(u11)+C=3u+Cy=-3\left(\frac{u^{-1}}{-1}\right)+C=\frac{3}{u}+C

So

y=35x2+Cy=\frac{3}{5x-2}+C

Use the point (4,2)(4,-2):

2=35(4)2+C-2=\frac{3}{5(4)-2}+C

2=318+C=16+C-2=\frac{3}{18}+C=\frac{1}{6}+C

C=136C=-\frac{13}{6}

Hence the equation of the curve is

y=35x2136\boxed{y=\frac{3}{5x-2}-\frac{13}{6}}

(b) Stretch in the xx-direction by scale factor 2, then translate by (17)\left(-\frac17\right)

A stretch in the xx-direction by factor 2 means replace xx by x2\frac{x}{2}:

y=35(x2)2136y=\frac{3}{5\left(\frac{x}{2}\right)-2}-\frac{13}{6}

y=35x22136y=\frac{3}{\frac{5x}{2}-2}-\frac{13}{6}

Now simplify the denominator:

5x22=5x42\frac{5x}{2}-2=\frac{5x-4}{2}

So

y=3(5x4)/2136=65x4136y=\frac{3}{(5x-4)/2}-\frac{13}{6}=\frac{6}{5x-4}-\frac{13}{6}

A translation of 17-\frac17 in the yy-direction means move down by 17\frac17:

y=65x413617y=\frac{6}{5x-4}-\frac{13}{6}-\frac17

Combine the constants:

13617=9142642=9742-\frac{13}{6}-\frac17=-\frac{91}{42}-\frac{6}{42}=-\frac{97}{42}

So the new curve is

y=65x49742\boxed{y=\frac{6}{5x-4}-\frac{97}{42}}


Pitfalls the pros know 👇 A common error is to integrate the derivative and forget the constant of integration. Another frequent mistake is applying the horizontal stretch incorrectly: a stretch in the xx-direction by factor 2 replaces xx with x/2x/2, not 2x2x. For the final translation, make sure the vertical shift is applied after the stretch.

What if the problem changes? If the stretch factor in the xx-direction were kk, the transformed equation would come from replacing xx by x/kx/k first, then applying any vertical translation. If the translation were a vector (pq)\begin{pmatrix}p\\q\end{pmatrix}, the final step would be y=f(xp)+qy=f(x-p)+q after the horizontal transformation.

Tags: integration, gradient function, graph transformation

chat