Question

Solving a differential equation with an initial condition

Original question: 12 Mark for Review Let y=f(x)y=f(x) be the particular solution to the differential equation dydx=3x22x3\frac{dy}{dx}=\frac{3x^2}{2\sqrt{x-3}} with the initial condition f(4)=4f(4)=4. Which of the following is an expression for f(x)f(x)? A y=(x3)2+4y=\sqrt{(x-3)^2}+4 B y=(x3)2+18y=\sqrt{(x-3)^2+18} C y=(x3)2+3y=\sqrt{(x-3)^2}+3 D y=(x3)2+1y=\sqrt{(x-3)^2}+1

Expert Verified Solution

thumb_up100%(1 rated)

Key takeaway: This is a differential-equation and initial-value problem. The key is integrating the derivative correctly and then applying the condition f(4)=4f(4)=4.

Identify the differential equation and integrate

We are given

dydx=3x22x3,f(4)=4.\frac{dy}{dx}=\frac{3x^2}{2\sqrt{x-3}}, \qquad f(4)=4.

To find f(x)f(x), integrate both sides with respect to xx:

y=3x22x3dx+C.y=\int \frac{3x^2}{2\sqrt{x-3}}\,dx + C.

A direct substitution is helpful:

u=x3,x=u+3,dx=du.u=x-3, \quad x=u+3, \quad dx=du.

Then

3x2=3(u+3)2=3(u2+6u+9).3x^2=3(u+3)^2=3(u^2+6u+9).

So

3x22x3=3(u2+6u+9)2u\frac{3x^2}{2\sqrt{x-3}} = \frac{3(u^2+6u+9)}{2\sqrt{u}}

and the integral becomes a sum of powers of uu.

Use the initial condition to determine the constant

The answer choices suggest a simplified antiderivative involving (x3)2(x-3)^2. Since

(x3)2=x3,\sqrt{(x-3)^2}=|x-3|,

and the domain from the square root requires x3x\ge 3, we have x3=x3|x-3|=x-3.

So the candidate form is

f(x)=x3+C,f(x)=x-3+C,

or equivalently the choice that simplifies to that form on the allowed domain. Apply the initial condition:

f(4)=4    43+C=4    C=3.f(4)=4 \implies 4-3+C=4 \implies C=3.

That gives

f(x)=x.f(x)=x.

Among the options, the one that matches this after simplification on x3x\ge 3 is

C.\boxed{\text{C}}.

Why the absolute value matters

The expression (x3)2\sqrt{(x-3)^2} is not automatically equal to x3x-3 for all xx; it equals x3|x-3|. Because the original differential equation contains x3\sqrt{x-3}, the natural domain is x3x\ge 3, so the positive branch is appropriate. That is the key reason the matching answer is valid on the intended interval.


Pitfalls the pros know 👇 A common trap is to treat (x3)2\sqrt{(x-3)^2} as if it were always x3x-3. It is actually an absolute value, and forgetting that can lead to the wrong constant or even the wrong answer choice. Another mistake is ignoring the domain restriction coming from x3\sqrt{x-3}. Since the differential equation is only defined for x3x\ge 3, the solution should be checked on that interval rather than for all real numbers.

What if the problem changes? If the initial condition were f(5)=7f(5)=7 instead of f(4)=4f(4)=4, the same antiderivative form would be used, but the constant would change after substitution. If the derivative were changed to dydx=3x22x+3\frac{dy}{dx}=\frac{3x^2}{2\sqrt{x+3}}, the substitution would be u=x+3u=x+3 and the domain would shift to x3x\ge -3. That change would alter both the algebra and the final matching choice.

Tags: initial value problem, antiderivative, absolute value branch

FAQ

How do you solve this differential equation with the initial condition?

Integrate the derivative to get the general solution, then apply the initial condition f(4) = 4 to determine the constant of integration.

Why does the square root expression require a domain check?

Because the differential equation contains square roots, the expression is only defined where the radicand is nonnegative. That affects which branch of the solution is valid.

chat