Question:

Solve $ \frac{dy}{dx}+\frac{y}{x}={{x}^{3}} $

Updated On: Jun 6, 2024
  • $ y=\frac{{{x}^{4}}}{5}+Cx $
  • $ y=\frac{{{x}^{3}}}{3}+Cx $
  • $ y=\frac{{{x}^{3}}}{3}+C $
  • $ y=\frac{{{x}^{4}}}{5}+\frac{C}{x} $
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is D

Solution and Explanation

We have, \(\frac{dy}{dx}+\frac{y}{x}={{x}^{3}}\) 
On comparing with \(\frac{dy}{dx}+py=Q,\) 
we get \(P=\frac{1}{x},Q={{x}^{3}}\)
\(\therefore\) \(IF={{e}^{\int{\frac{1}{x}dx}}}={{e}^{{{\log }_{e}}x}}=x\) 
Now, solution of given differential equation is 
\(y.If=\int{!\,IF\,dx+C}\)
\(\Rightarrow\) \(yx=\int{{{x}^{3}}.x\,dx+C}\)
\(\Rightarrow\) \(yx=\int{{{x}^{4}}\,dx+C}\)
\(\Rightarrow\) \(yx=\frac{{{x}^{5}}}{5}+C\)
\(\Rightarrow\) \(y=\frac{{{x}^{4}}}{5}+\frac{C}{x}\)

In mathematics, a differential equation is an equation that defines a relationship between functions and their derivatives. A differential equation establishes a connection between the rate of change of physical values, which are represented by derivatives, and their function-based representation. Finding the collection of values that fulfil the equation and researching them and their attributes make up differential equations. Using formulae, it is possible to solve simple differential equations. When there is no existing solution to a difficult equation, computers are frequently utilised to find one.

A differential equation is one that combines terms (one or more) and the derivatives of one dependent variable with the other independent variable.

dy/dx = f(x)

Order of a Differential Equation is defined as the ‘order of the highest order’ derivatives of the dependent variable with respect to the independent variable in the differential equation.

dy/dx = ex

(highest derivative of first order)

d2y/dx2 + y = 0

(highest derivative of second order)

d3y/dx3 + x2 (d2y/dx2)3 = 0

(highest derivative of third order)

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