Author Topic: TUT 0502 quiz2  (Read 4132 times)

zhijian ling

  • Jr. Member
  • **
  • Posts: 5
  • Karma: 0
    • View Profile
TUT 0502 quiz2
« on: October 07, 2019, 01:54:53 AM »
\documentclass{article}
\renewcommand{\baselinestretch}{1.5}
\usepackage{amsmath}
\begin{document}
\begin{flushleft}
find an integrating factor and solve the given equation.
\begin{flalign*}
&(3x + \frac{6}{y} ) + (\frac{x^2}{y} + 3\frac{y}{x}) \frac{dy}{dx} = 0&\\
\end{flalign*}
simplify the equation and we will get
\begin{flalign*}
&(3x^2y + 6x)dx +(x^3 + 3y^2)dy = 0&\\
&M_y = 3x^2&\\
&N_x =3x^2&\\
&M_y  =  N_x&\\
\end{flalign*}
so it is exact\\
then find $\mu$
\begin{flalign*}
&\mu= \int(3x^2y+6x)dx&\\
&\mu = x^3y +3x^2 + h(y)&\\
&\mu _y= x^3 + h'(y)&\\
&\mu _y= N&\\
&h'(y) = 3y^2&\\
&h(y) = y^3 + c&\\
&\mu = x^3y + 3x^2 + y^3 +c&\\
&x^3y + 3x^2 + y^2 = c&
\end{flalign*}
solution is $x^3y + 3x^2 + y^2 = c$
\end{flushleft}
\end{document}


zhijian ling

  • Jr. Member
  • **
  • Posts: 5
  • Karma: 0
    • View Profile
Re: TUT 0502 quiz2
« Reply #1 on: October 07, 2019, 02:00:29 AM »
quiz2