Knowunity AI

Open the App

Subjects

AP Calculus AB/BCAP Calculus AB/BC30 views·Updated Jun 6, 2026·8 pages

Solve Variable Separable and Homogeneous Differential Equations - First Order Problems

user profile picture
Benjamin Arguelles@benjaminarguelles_ysur

Differential equations are mathematical tools that describe how quantities change...

1
of 8
1) Variable Separable / Homogeneous Equation.

x²y' = 4x² + 7xy + 2y²
x² = 4x² + 7xy + 2y²

Let y = VX
dy = Vdx + xdv

x²(vdx + xdv) = 4x² +

Variable Separable & Homogeneous Equations

When solving differential equations, we often need to transform complex equations into simpler forms. One powerful approach involves substitution methods.

For homogeneous equations like x2y=4x2+7xy+2y2x^2y' = 4x^2 + 7xy + 2y^2, we can use the substitution y = vx (where v is a new variable). This transforms our equation by replacing y with vx and dy with vdx + xdv. Through careful algebraic manipulation, we separate the variables v and x.

After separating, we can integrate both sides of the equation. The solution often takes the form of logarithmic expressions that can be simplified using properties of logarithms. Eventually, we substitute back to find the relationship between x and y.

💡 When you see terms with similar degrees (like x²y' and x²), try the substitution y = vx. This often turns messy equations into manageable ones!

2
of 8
1) Variable Separable / Homogeneous Equation.

x²y' = 4x² + 7xy + 2y²
x² = 4x² + 7xy + 2y²

Let y = VX
dy = Vdx + xdv

x²(vdx + xdv) = 4x² +

Separating Variables: Step-by-Step Examples

Separable differential equations let us move all terms with one variable to one side, and all terms with the other variable to the other side. Let's see how this works!

For equations like $3x^2cot y dx - x3+1x^3+1csc^2y dy = 0,startbyrearrangingtogetvariablesseparated:, start by rearranging to get variables separated: \frac{3x^2}{x^3+1}dx = \frac{csc^2y}{coty}dy$. Then integrate both sides and simplify using substitution techniques when helpful.

The second example, dydx=9+y234x2\frac{dy}{dx} = \frac{9+y^2}{3\sqrt{4-x^2}}, follows a similar approach. Rearranging gives 19+y2dy=134x2dx\frac{1}{9+y^2}dy = \frac{1}{3\sqrt{4-x^2}}dx. When integrating, recognize standard forms like 1a2+y2dy=1aarctanya\int\frac{1}{a^2+y^2}dy = \frac{1}{a}arctan\frac{y}{a} and 1a2x2dx=arcsinxa\int\frac{1}{\sqrt{a^2-x^2}}dx = arcsin\frac{x}{a}.

⚡ Look for patterns in integrals! Expressions like 1a2+x2\frac{1}{a^2+x^2} and 1a2x2\frac{1}{\sqrt{a^2-x^2}} appear frequently and have standard solutions.

3
of 8
1) Variable Separable / Homogeneous Equation.

x²y' = 4x² + 7xy + 2y²
x² = 4x² + 7xy + 2y²

Let y = VX
dy = Vdx + xdv

x²(vdx + xdv) = 4x² +

More Separable Equation Examples

Tackling complex differential equations requires patience and strategic substitutions. Let's continue with more challenging examples.

In the equation x(8+y3)dx+3y24x2dy=0x(8+y^3)dx + 3y^2\sqrt{4-x^2}dy = 0, our first step is rearranging to separate variables: x4x2dx+3y2(8+y3)dy=0\frac{x}{\sqrt{4-x^2}}dx + \frac{3y^2}{(8+y^3)}dy = 0. We then integrate each term separately. For integrals like x4x2dx\int\frac{x}{\sqrt{4-x^2}}dx, substituting u=4x2u = 4-x^2 transforms it into a simpler form.

The equation ey(5x)dx=xydye^y(5-x)dx = xydy requires similar separation techniques. After dividing by eyxe^yx, we get 5xxdx=yeydy\frac{5-x}{x}dx = \frac{y}{e^y}dy. When integrating yeydy\frac{y}{e^y}dy, integration by parts helps us handle the product of y and eye^{-y}.

After solving both sides, we combine the results and solve for the relationship between x and y, often yielding implicit solutions that can't be directly expressed as y = f(x).

🔍 When integrating rational expressions like 1x2+x\frac{1}{x^2+x}, try partial fraction decomposition to break it into simpler terms.

4
of 8
1) Variable Separable / Homogeneous Equation.

x²y' = 4x² + 7xy + 2y²
x² = 4x² + 7xy + 2y²

Let y = VX
dy = Vdx + xdv

x²(vdx + xdv) = 4x² +

Solving Differential Equations with Partial Fractions

Sometimes differential equations require specific algebraic techniques to solve efficiently. Let's examine a classic case.

For the equation dxx2+x+dyy2+y=0\frac{dx}{x^2+x} + \frac{dy}{y^2+y} = 0, notice both terms have similar forms. We can rewrite them using partial fraction decomposition: 1x2+x=1x(x+1)\frac{1}{x^2+x} = \frac{1}{x(x+1)} and similarly for the y-term.

After decomposing, we integrate both sides: 1x(x+1)dx+1y(y+1)dy=C\int \frac{1}{x(x+1)} dx + \int \frac{1}{y(y+1)} dy = C. These integrate to logarithmic expressions: ln(x+1)+ln(x)ln(y+1)+ln(y)=C-\ln(x+1) + \ln(x) - \ln(y+1) + \ln(y) = C.

Using logarithm properties, we can simplify to: ln(xx+1yy+1)=C\ln(\frac{x}{x+1} \cdot \frac{y}{y+1}) = C. After exponentiation and algebraic manipulation, we arrive at the elegant solution (x+1)(y+1)=C1(x+1)(y+1) = -C_1, which we can solve for y.

💫 Many differential equations yield solutions with a form of (x+a)(y+b)=C(x+a)(y+b) = C. This pattern appears frequently, so learn to recognize it!

5
of 8
1) Variable Separable / Homogeneous Equation.

x²y' = 4x² + 7xy + 2y²
x² = 4x² + 7xy + 2y²

Let y = VX
dy = Vdx + xdv

x²(vdx + xdv) = 4x² +

Homogeneous Differential Equations

Homogeneous differential equations have a special property: when you replace x with tx and y with ty, the equation remains the same except for a power of t. The substitution y = vx orx=vyor x = vy is our key strategy here.

For ydx+(2xy)dy=0ydx + (2x-y)dy = 0, we substitute x = vy, which means dx = vdy + ydv. After substitution and rearranging, we get 13v1dv+1ydy=0\frac{1}{3v-1}dv + \frac{1}{y}dy = 0.

Integrating both sides: ln(3v1)3+ln(y)=C\frac{\ln(3v-1)}{3} + \ln(y) = C. We simplify using logarithm properties, eventually getting (3v1)(y3)=C1(3v-1)(y^3) = C_1. Substituting back v = x/y gives us the final solution $3xy^2-y^3 = C_1$.

The beauty of this method is how it transforms a complex equation into a separable one, making it much easier to solve step by step.

🌟 To check if an equation is homogeneous, see if all terms have the same degree when counting x and y together. For example, xy and x² + y² are both degree 2.

6
of 8
1) Variable Separable / Homogeneous Equation.

x²y' = 4x² + 7xy + 2y²
x² = 4x² + 7xy + 2y²

Let y = VX
dy = Vdx + xdv

x²(vdx + xdv) = 4x² +

More Homogeneous Equations

Homogeneous equations can look intimidating at first, but our substitution method makes them manageable. Let's tackle a few more examples.

For dydx=yx+ey/x\frac{dy}{dx} = \frac{y}{x} + e^{y/x}, we use the substitution y = vx, which gives dy = vdx + xdv. After substituting and simplifying, we get dvev=dxx\frac{dv}{e^v} = \frac{dx}{x}. Integrating both sides yields ev=ln(x)+c-e^{-v} = \ln(x) + c. Substituting back v = y/x gives us eey/x=x+C1e^{-e^{-y/x}} = x + C_1.

For y2dx=(xyx2)dyy^2 dx = (xy - x^2) dy, we use x = vy, leading to dvv2=dyy\frac{dv}{v^2} = \frac{-dy}{y}. After integration and substitution, our solution becomes yx=ln(y)+c\frac{y}{x} = \ln(y) + c.

These solutions may look complex, but they follow from the systematic application of our substitution method and careful integration. The pattern becomes clearer with practice.

🔮 When solving homogeneous equations, after substituting y = vx, watch for terms that can be factored out, making the separation of variables possible.

7
of 8
1) Variable Separable / Homogeneous Equation.

x²y' = 4x² + 7xy + 2y²
x² = 4x² + 7xy + 2y²

Let y = VX
dy = Vdx + xdv

x²(vdx + xdv) = 4x² +

Tackling Complex Homogeneous Equations

Even the most complicated-looking homogeneous equations yield to our substitution approach. Let's see how to handle one with square roots.

For ydx(xx2+y2)dy=0ydx - (x - \sqrt{x^2 + y^2})dy = 0, we substitute x = vy, transforming it to y2dv+yv2+1dy=0y^2dv + y\sqrt{v^2 + 1}dy = 0. This rearranges to dvv2+1+dyy=0\frac{dv}{\sqrt{v^2 + 1}} + \frac{dy}{y} = 0.

The integral dvv2+1\int \frac{dv}{\sqrt{v^2 + 1}} requires a trigonometric substitution. Setting v = tan(u) transforms it into sec(u)du\int sec(u)du, which equals ln(v2+1+v)\ln(\sqrt{v^2 + 1} + v). Combined with dyy=ln(y)\int \frac{dy}{y} = \ln(y), we get ln((v2+1+v)(y))=C\ln((\sqrt{v^2 + 1} + v)(y)) = C.

After substituting back v = x/y and simplifying, our final solution is yx2y2+1+x=C1y\sqrt{\frac{x^2}{y^2} + 1} + x = C_1, which can be further simplified to x2+y2+x=C1\sqrt{x^2 + y^2} + x = C_1.

📐 Trigonometric substitutions are powerful for integrals containing a2+x2\sqrt{a^2 + x^2}, a2x2\sqrt{a^2 - x^2}, or x2a2\sqrt{x^2 - a^2}. Remember that v = tan(u) works well for v2+1\sqrt{v^2 + 1}.

8
of 8
1) Variable Separable / Homogeneous Equation.

x²y' = 4x² + 7xy + 2y²
x² = 4x² + 7xy + 2y²

Let y = VX
dy = Vdx + xdv

x²(vdx + xdv) = 4x² +

Final Example: Homogeneous Equation with Quadratics

Let's conclude with a differential equation that combines several techniques we've learned.

For (4x2y2)dxxydy=0(4x^2-y^2)dx - xydy = 0, we use the substitution y = vx, giving dy = vdx + xdv. After substituting and collecting like terms, we get $2x^22v22-v^2dx - x^3vdv = 0$.

Rearranging to separate variables: 2xdxv(2v2)dv=0\frac{2}{x}dx - \frac{v}{(2-v^2)}dv = 0. We integrate 2xdx=2ln(x)\int\frac{2}{x}dx = 2\ln(x) and for the other term, we use substitution u = 2-v² to get ln2v2=ln(2v22)-\ln|2-v^2| = -\ln(\frac{2-v^2}{2}).

Combining results and using logarithm properties leads to (x4)(y2x22)=C1(x^4)(\frac{y^2}{x^2}-2) = C_1, which simplifies to x2y22x4=C1x^2y^2 - 2x^4 = C_1.

Solving for y gives us the explicit solution y=C1x2+2y = \sqrt{\frac{C_1}{x^2}+2}, showing how our homogeneous equation approach leads to a clear final answer.

🧩 When the final form involves y², you can often get an explicit solution by taking the square root of both sides. Just remember to consider both positive and negative solutions if needed.

We thought you’d never ask...

What is the Knowunity AI companion?

Our AI companion is specifically built for the needs of students. Based on the millions of content pieces we have on the platform we can provide truly meaningful and relevant answers to students. But its not only about answers, the companion is even more about guiding students through their daily learning challenges, with personalised study plans, quizzes or content pieces in the chat and 100% personalisation based on the students skills and developments.

Where can I download the Knowunity app?

You can download the app in the Google Play Store and in the Apple App Store.

Is Knowunity really free of charge?

That's right! Enjoy free access to study content, connect with fellow students, and get instant help – all at your fingertips.

Most popular content in AP Calculus AB/BC

7

Most popular content

9
O
AP US HistoryAP US History

Origins and Dynamics of the Columbian Exchange

Analyze the ecological and economic motivations behind the initial transfer of goods, people, and diseases between the Old and New Worlds.

9th3,1280
I
AP US HistoryAP US History

Introduction to Early Cultural Interactions

Analyze the initial social and religious encounters between Europeans, Africans, and Indigenous peoples in the colonial Americas.

9th2,7730
O
AP World HistoryAP World History

Origins of Ancient River Civilizations

Analyze the environmental factors and technological innovations that led to the rise of early states in Mesopotamia, Egypt, and the Indus Valley.

9th3,1870
M
AP US HistoryAP US History

Motivations for European Exploration

Analyze the economic, religious, and political factors that drove European powers to the Americas during the 15th and 16th centuries.

9th1,7780
F
AP PsychologyAP Psychology

Foundations of Ethical Guidelines in Research

Practice the core principles of the APA ethical code including informed consent, debriefing, and the role of Institutional Review Boards.

9th1,3360
I
AP US HistoryAP US History

Introduction to Native American Societies

Examine the diverse social, political, and economic structures of North American indigenous groups prior to European contact.

9th1,1100
I
AP BiologyAP Biology

Introduction to Biological Elements of Life

Practice identifying the essential elements including carbon, nitrogen, phosphorus, and sulfur that compose biological macromolecules.

9th1,7390
I
AP US HistoryAP US History

Introduction to the Spanish Encomienda System

Explore the fundamental economic and social structures of the Spanish colonial system, focusing on the encomienda and the casta social hierarchy.

9th8890
O
AP World HistoryAP World History

Origins and Continuity of the Byzantine Empire

Analyze the political and cultural transitions from the Roman Empire to the Byzantine Empire, focusing on the reign of Justinian I and his code.

9th1,6320

Can't find what you're looking for? Explore other subjects.

Students love us — and so will you.

4.6/5App Store
4.7/5Google Play

The app is very easy to use and well designed. I have found everything I was looking for so far and have been able to learn a lot from the presentations! I will definitely use the app for a class assignment! And of course it also helps a lot as an inspiration.

Stefan SiOS user

This app is really great. There are so many study notes and help [...]. My problem subject is French, for example, and the app has so many options for help. Thanks to this app, I have improved my French. I would recommend it to anyone.

Samantha KlichAndroid user

Wow, I am really amazed. I just tried the app because I've seen it advertised many times and was absolutely stunned. This app is THE HELP you want for school and above all, it offers so many things, such as workouts and fact sheets, which have been VERY helpful to me personally.

AnnaiOS user

AP Calculus AB/BCAP Calculus AB/BC30 views·Updated Jun 6, 2026·8 pages

Solve Variable Separable and Homogeneous Differential Equations - First Order Problems

user profile picture
Benjamin Arguelles@benjaminarguelles_ysur

Differential equations are mathematical tools that describe how quantities change in relation to each other. These equations appear everywhere in science and engineering, from modeling population growth to describing the motion of objects. In this summary, we'll explore two main...

1
of 8
1) Variable Separable / Homogeneous Equation.

x²y' = 4x² + 7xy + 2y²
x² = 4x² + 7xy + 2y²

Let y = VX
dy = Vdx + xdv

x²(vdx + xdv) = 4x² +

Sign up to see the content. It's free!

  • Access to all documents
  • Improve your grades
  • Join milions of students

Variable Separable & Homogeneous Equations

When solving differential equations, we often need to transform complex equations into simpler forms. One powerful approach involves substitution methods.

For homogeneous equations like x2y=4x2+7xy+2y2x^2y' = 4x^2 + 7xy + 2y^2, we can use the substitution y = vx (where v is a new variable). This transforms our equation by replacing y with vx and dy with vdx + xdv. Through careful algebraic manipulation, we separate the variables v and x.

After separating, we can integrate both sides of the equation. The solution often takes the form of logarithmic expressions that can be simplified using properties of logarithms. Eventually, we substitute back to find the relationship between x and y.

💡 When you see terms with similar degrees (like x²y' and x²), try the substitution y = vx. This often turns messy equations into manageable ones!

2
of 8
1) Variable Separable / Homogeneous Equation.

x²y' = 4x² + 7xy + 2y²
x² = 4x² + 7xy + 2y²

Let y = VX
dy = Vdx + xdv

x²(vdx + xdv) = 4x² +

Sign up to see the content. It's free!

  • Access to all documents
  • Improve your grades
  • Join milions of students

Separating Variables: Step-by-Step Examples

Separable differential equations let us move all terms with one variable to one side, and all terms with the other variable to the other side. Let's see how this works!

For equations like $3x^2cot y dx - x3+1x^3+1csc^2y dy = 0,startbyrearrangingtogetvariablesseparated:, start by rearranging to get variables separated: \frac{3x^2}{x^3+1}dx = \frac{csc^2y}{coty}dy$. Then integrate both sides and simplify using substitution techniques when helpful.

The second example, dydx=9+y234x2\frac{dy}{dx} = \frac{9+y^2}{3\sqrt{4-x^2}}, follows a similar approach. Rearranging gives 19+y2dy=134x2dx\frac{1}{9+y^2}dy = \frac{1}{3\sqrt{4-x^2}}dx. When integrating, recognize standard forms like 1a2+y2dy=1aarctanya\int\frac{1}{a^2+y^2}dy = \frac{1}{a}arctan\frac{y}{a} and 1a2x2dx=arcsinxa\int\frac{1}{\sqrt{a^2-x^2}}dx = arcsin\frac{x}{a}.

⚡ Look for patterns in integrals! Expressions like 1a2+x2\frac{1}{a^2+x^2} and 1a2x2\frac{1}{\sqrt{a^2-x^2}} appear frequently and have standard solutions.

3
of 8
1) Variable Separable / Homogeneous Equation.

x²y' = 4x² + 7xy + 2y²
x² = 4x² + 7xy + 2y²

Let y = VX
dy = Vdx + xdv

x²(vdx + xdv) = 4x² +

Sign up to see the content. It's free!

  • Access to all documents
  • Improve your grades
  • Join milions of students

More Separable Equation Examples

Tackling complex differential equations requires patience and strategic substitutions. Let's continue with more challenging examples.

In the equation x(8+y3)dx+3y24x2dy=0x(8+y^3)dx + 3y^2\sqrt{4-x^2}dy = 0, our first step is rearranging to separate variables: x4x2dx+3y2(8+y3)dy=0\frac{x}{\sqrt{4-x^2}}dx + \frac{3y^2}{(8+y^3)}dy = 0. We then integrate each term separately. For integrals like x4x2dx\int\frac{x}{\sqrt{4-x^2}}dx, substituting u=4x2u = 4-x^2 transforms it into a simpler form.

The equation ey(5x)dx=xydye^y(5-x)dx = xydy requires similar separation techniques. After dividing by eyxe^yx, we get 5xxdx=yeydy\frac{5-x}{x}dx = \frac{y}{e^y}dy. When integrating yeydy\frac{y}{e^y}dy, integration by parts helps us handle the product of y and eye^{-y}.

After solving both sides, we combine the results and solve for the relationship between x and y, often yielding implicit solutions that can't be directly expressed as y = f(x).

🔍 When integrating rational expressions like 1x2+x\frac{1}{x^2+x}, try partial fraction decomposition to break it into simpler terms.

4
of 8
1) Variable Separable / Homogeneous Equation.

x²y' = 4x² + 7xy + 2y²
x² = 4x² + 7xy + 2y²

Let y = VX
dy = Vdx + xdv

x²(vdx + xdv) = 4x² +

Sign up to see the content. It's free!

  • Access to all documents
  • Improve your grades
  • Join milions of students

Solving Differential Equations with Partial Fractions

Sometimes differential equations require specific algebraic techniques to solve efficiently. Let's examine a classic case.

For the equation dxx2+x+dyy2+y=0\frac{dx}{x^2+x} + \frac{dy}{y^2+y} = 0, notice both terms have similar forms. We can rewrite them using partial fraction decomposition: 1x2+x=1x(x+1)\frac{1}{x^2+x} = \frac{1}{x(x+1)} and similarly for the y-term.

After decomposing, we integrate both sides: 1x(x+1)dx+1y(y+1)dy=C\int \frac{1}{x(x+1)} dx + \int \frac{1}{y(y+1)} dy = C. These integrate to logarithmic expressions: ln(x+1)+ln(x)ln(y+1)+ln(y)=C-\ln(x+1) + \ln(x) - \ln(y+1) + \ln(y) = C.

Using logarithm properties, we can simplify to: ln(xx+1yy+1)=C\ln(\frac{x}{x+1} \cdot \frac{y}{y+1}) = C. After exponentiation and algebraic manipulation, we arrive at the elegant solution (x+1)(y+1)=C1(x+1)(y+1) = -C_1, which we can solve for y.

💫 Many differential equations yield solutions with a form of (x+a)(y+b)=C(x+a)(y+b) = C. This pattern appears frequently, so learn to recognize it!

5
of 8
1) Variable Separable / Homogeneous Equation.

x²y' = 4x² + 7xy + 2y²
x² = 4x² + 7xy + 2y²

Let y = VX
dy = Vdx + xdv

x²(vdx + xdv) = 4x² +

Sign up to see the content. It's free!

  • Access to all documents
  • Improve your grades
  • Join milions of students

Homogeneous Differential Equations

Homogeneous differential equations have a special property: when you replace x with tx and y with ty, the equation remains the same except for a power of t. The substitution y = vx orx=vyor x = vy is our key strategy here.

For ydx+(2xy)dy=0ydx + (2x-y)dy = 0, we substitute x = vy, which means dx = vdy + ydv. After substitution and rearranging, we get 13v1dv+1ydy=0\frac{1}{3v-1}dv + \frac{1}{y}dy = 0.

Integrating both sides: ln(3v1)3+ln(y)=C\frac{\ln(3v-1)}{3} + \ln(y) = C. We simplify using logarithm properties, eventually getting (3v1)(y3)=C1(3v-1)(y^3) = C_1. Substituting back v = x/y gives us the final solution $3xy^2-y^3 = C_1$.

The beauty of this method is how it transforms a complex equation into a separable one, making it much easier to solve step by step.

🌟 To check if an equation is homogeneous, see if all terms have the same degree when counting x and y together. For example, xy and x² + y² are both degree 2.

6
of 8
1) Variable Separable / Homogeneous Equation.

x²y' = 4x² + 7xy + 2y²
x² = 4x² + 7xy + 2y²

Let y = VX
dy = Vdx + xdv

x²(vdx + xdv) = 4x² +

Sign up to see the content. It's free!

  • Access to all documents
  • Improve your grades
  • Join milions of students

More Homogeneous Equations

Homogeneous equations can look intimidating at first, but our substitution method makes them manageable. Let's tackle a few more examples.

For dydx=yx+ey/x\frac{dy}{dx} = \frac{y}{x} + e^{y/x}, we use the substitution y = vx, which gives dy = vdx + xdv. After substituting and simplifying, we get dvev=dxx\frac{dv}{e^v} = \frac{dx}{x}. Integrating both sides yields ev=ln(x)+c-e^{-v} = \ln(x) + c. Substituting back v = y/x gives us eey/x=x+C1e^{-e^{-y/x}} = x + C_1.

For y2dx=(xyx2)dyy^2 dx = (xy - x^2) dy, we use x = vy, leading to dvv2=dyy\frac{dv}{v^2} = \frac{-dy}{y}. After integration and substitution, our solution becomes yx=ln(y)+c\frac{y}{x} = \ln(y) + c.

These solutions may look complex, but they follow from the systematic application of our substitution method and careful integration. The pattern becomes clearer with practice.

🔮 When solving homogeneous equations, after substituting y = vx, watch for terms that can be factored out, making the separation of variables possible.

7
of 8
1) Variable Separable / Homogeneous Equation.

x²y' = 4x² + 7xy + 2y²
x² = 4x² + 7xy + 2y²

Let y = VX
dy = Vdx + xdv

x²(vdx + xdv) = 4x² +

Sign up to see the content. It's free!

  • Access to all documents
  • Improve your grades
  • Join milions of students

Tackling Complex Homogeneous Equations

Even the most complicated-looking homogeneous equations yield to our substitution approach. Let's see how to handle one with square roots.

For ydx(xx2+y2)dy=0ydx - (x - \sqrt{x^2 + y^2})dy = 0, we substitute x = vy, transforming it to y2dv+yv2+1dy=0y^2dv + y\sqrt{v^2 + 1}dy = 0. This rearranges to dvv2+1+dyy=0\frac{dv}{\sqrt{v^2 + 1}} + \frac{dy}{y} = 0.

The integral dvv2+1\int \frac{dv}{\sqrt{v^2 + 1}} requires a trigonometric substitution. Setting v = tan(u) transforms it into sec(u)du\int sec(u)du, which equals ln(v2+1+v)\ln(\sqrt{v^2 + 1} + v). Combined with dyy=ln(y)\int \frac{dy}{y} = \ln(y), we get ln((v2+1+v)(y))=C\ln((\sqrt{v^2 + 1} + v)(y)) = C.

After substituting back v = x/y and simplifying, our final solution is yx2y2+1+x=C1y\sqrt{\frac{x^2}{y^2} + 1} + x = C_1, which can be further simplified to x2+y2+x=C1\sqrt{x^2 + y^2} + x = C_1.

📐 Trigonometric substitutions are powerful for integrals containing a2+x2\sqrt{a^2 + x^2}, a2x2\sqrt{a^2 - x^2}, or x2a2\sqrt{x^2 - a^2}. Remember that v = tan(u) works well for v2+1\sqrt{v^2 + 1}.

8
of 8
1) Variable Separable / Homogeneous Equation.

x²y' = 4x² + 7xy + 2y²
x² = 4x² + 7xy + 2y²

Let y = VX
dy = Vdx + xdv

x²(vdx + xdv) = 4x² +

Sign up to see the content. It's free!

  • Access to all documents
  • Improve your grades
  • Join milions of students

Final Example: Homogeneous Equation with Quadratics

Let's conclude with a differential equation that combines several techniques we've learned.

For (4x2y2)dxxydy=0(4x^2-y^2)dx - xydy = 0, we use the substitution y = vx, giving dy = vdx + xdv. After substituting and collecting like terms, we get $2x^22v22-v^2dx - x^3vdv = 0$.

Rearranging to separate variables: 2xdxv(2v2)dv=0\frac{2}{x}dx - \frac{v}{(2-v^2)}dv = 0. We integrate 2xdx=2ln(x)\int\frac{2}{x}dx = 2\ln(x) and for the other term, we use substitution u = 2-v² to get ln2v2=ln(2v22)-\ln|2-v^2| = -\ln(\frac{2-v^2}{2}).

Combining results and using logarithm properties leads to (x4)(y2x22)=C1(x^4)(\frac{y^2}{x^2}-2) = C_1, which simplifies to x2y22x4=C1x^2y^2 - 2x^4 = C_1.

Solving for y gives us the explicit solution y=C1x2+2y = \sqrt{\frac{C_1}{x^2}+2}, showing how our homogeneous equation approach leads to a clear final answer.

🧩 When the final form involves y², you can often get an explicit solution by taking the square root of both sides. Just remember to consider both positive and negative solutions if needed.

We thought you’d never ask...

What is the Knowunity AI companion?

Our AI companion is specifically built for the needs of students. Based on the millions of content pieces we have on the platform we can provide truly meaningful and relevant answers to students. But its not only about answers, the companion is even more about guiding students through their daily learning challenges, with personalised study plans, quizzes or content pieces in the chat and 100% personalisation based on the students skills and developments.

Where can I download the Knowunity app?

You can download the app in the Google Play Store and in the Apple App Store.

Is Knowunity really free of charge?

That's right! Enjoy free access to study content, connect with fellow students, and get instant help – all at your fingertips.

Most popular content in AP Calculus AB/BC

7

Most popular content

9
O
AP US HistoryAP US History

Origins and Dynamics of the Columbian Exchange

Analyze the ecological and economic motivations behind the initial transfer of goods, people, and diseases between the Old and New Worlds.

9th3,1280
I
AP US HistoryAP US History

Introduction to Early Cultural Interactions

Analyze the initial social and religious encounters between Europeans, Africans, and Indigenous peoples in the colonial Americas.

9th2,7730
O
AP World HistoryAP World History

Origins of Ancient River Civilizations

Analyze the environmental factors and technological innovations that led to the rise of early states in Mesopotamia, Egypt, and the Indus Valley.

9th3,1870
M
AP US HistoryAP US History

Motivations for European Exploration

Analyze the economic, religious, and political factors that drove European powers to the Americas during the 15th and 16th centuries.

9th1,7780
F
AP PsychologyAP Psychology

Foundations of Ethical Guidelines in Research

Practice the core principles of the APA ethical code including informed consent, debriefing, and the role of Institutional Review Boards.

9th1,3360
I
AP US HistoryAP US History

Introduction to Native American Societies

Examine the diverse social, political, and economic structures of North American indigenous groups prior to European contact.

9th1,1100
I
AP BiologyAP Biology

Introduction to Biological Elements of Life

Practice identifying the essential elements including carbon, nitrogen, phosphorus, and sulfur that compose biological macromolecules.

9th1,7390
I
AP US HistoryAP US History

Introduction to the Spanish Encomienda System

Explore the fundamental economic and social structures of the Spanish colonial system, focusing on the encomienda and the casta social hierarchy.

9th8890
O
AP World HistoryAP World History

Origins and Continuity of the Byzantine Empire

Analyze the political and cultural transitions from the Roman Empire to the Byzantine Empire, focusing on the reign of Justinian I and his code.

9th1,6320

Can't find what you're looking for? Explore other subjects.

Students love us — and so will you.

4.6/5App Store
4.7/5Google Play

The app is very easy to use and well designed. I have found everything I was looking for so far and have been able to learn a lot from the presentations! I will definitely use the app for a class assignment! And of course it also helps a lot as an inspiration.

Stefan SiOS user

This app is really great. There are so many study notes and help [...]. My problem subject is French, for example, and the app has so many options for help. Thanks to this app, I have improved my French. I would recommend it to anyone.

Samantha KlichAndroid user

Wow, I am really amazed. I just tried the app because I've seen it advertised many times and was absolutely stunned. This app is THE HELP you want for school and above all, it offers so many things, such as workouts and fact sheets, which have been VERY helpful to me personally.

AnnaiOS user