AP Calculus AB Exam Question - Separation of Variables:
Find the general solution to the following differential equation using separation of variables:
dxdy=x−13Solution:
To solve this differential equation, we will use the method of separation of variables. The first step is to write the equation in the form dxdy=g(x)⋅f(y), where g(x) represents the function of x and f(y) represents the function of y.
For our given equation, we can rewrite it as:
dxdy=x−13Let's multiply both sides by dx to separate the variables:
dy=x−13⋅dxNow, we separate the variables by moving dx to one side and dy to the other side:
dy=x−13⋅dxNext, we integrate both sides of the equation with respect to their respective variables:
∫dy=∫x−13dxThe integral of dy is simply y, and we can evaluate the integral of x−11 using the natural logarithm function:
y=3∫x−11dxTo evaluate this integral, we use the substitution method. Let u=x−1, then du=dx. Substituting u and du into the equation, we have:
y=3∫u1duIntegrating u1 with respect to u gives us ln∣u∣+C, where C is the constant of integration:
y=3ln∣u∣+C=3ln∣x−1∣+CFinally, we have the general solution to the differential equation:
y=3ln∣x−1∣+Cwhere C is the constant of integration.