Question:

For the differential equations , find the general solution:\((e^x+e^{-x})dy-(e^x-e^{-x})dx=0\)

Updated On: Oct 3, 2023
Hide Solution
collegedunia
Verified By Collegedunia

Solution and Explanation

The given differential equation is:

\((e^x+e^{-x})dy-(e^x-e^{-x})dx=0\)

\(⇒\)\((e^x+e^{-x})dy=(e^x-e^{-x})dx\)

\(⇒dy=[\frac {e^x-e^{-x}}{e^x+e^{-x}}]dx\)

Integrating both sides of this equation, we get:

\(∫dy=∫[\frac {e^x-e^{-x}}{e^x+e^{-x}}]dx +C\)

\(⇒\)\(y=∫[\frac {e^x-e^{-x}}{e^x+e^{-x}}]dx +C\)      ...(1)

\(Let \ (e^x+e^{-x})=t\)

Differentiating both sides with respect to x, we get:

\(\frac {d}{dx}(e^x+e^{-x})\) = \(\frac {dt}{dx}\)

\(⇒\)\(e^x+e^{-x}\) = \(\frac {dt}{dx}\)

\(⇒(e^x-e^{-x})dx = dt\)

Substituting this value in equation (1), we get:

\(y=∫\frac {1}{t}dt+C\)

\(⇒y=log\ (t)+C\)

\(⇒y=log\ (e^x+e^{-x})+C\)

This is the required general solution of the given differential equation.

Was this answer helpful?
0
0

Concepts Used:

Differential Equations

A differential equation is an equation that contains one or more functions with its derivatives. The derivatives of the function define the rate of change of a function at a point. It is mainly used in fields such as physics, engineering, biology and so on.

Orders of a Differential Equation

First Order Differential Equation

The first-order differential equation has a degree equal to 1. All the linear equations in the form of derivatives are in the first order. It has only the first derivative such as dy/dx, where x and y are the two variables and is represented as: dy/dx = f(x, y) = y’

Second-Order Differential Equation

The equation which includes second-order derivative is the second-order differential equation. It is represented as; d/dx(dy/dx) = d2y/dx2 = f”(x) = y”.

Types of Differential Equations

Differential equations can be divided into several types namely

  • Ordinary Differential Equations
  • Partial Differential Equations
  • Linear Differential Equations
  • Nonlinear differential equations
  • Homogeneous Differential Equations
  • Nonhomogeneous Differential Equations