Questions tagged [differential]

For question about the differential of a map from an open set of a vector space to a vector space.

In mathematics, differential refers to infinitesimal differences or to the derivatives of functions. The term is used in various branches of mathematics such as calculus, differential geometry, algebraic geometry and algebraic topology.

Differential is one of the fundamentals divisions of calculus, along with integral calculus. It is a sub-field of calculus that deals with infinitesimal change in some varying quantity. The world we live in is full of interrelated quantities that change periodically.

For example, the area of a circular body which changes as the radius changes or a projectile which changes with the velocity. These changing entities, in mathematical terms, are called as variables and the rate of change of one variable with respect to another is a derivative. And the equation which represents the relationship between these variables is called a differential equation.

Differential equations are equations that contain unknown functions and some of their derivatives.

Difference between differential and derivative:

In mathematics, the rate of change of one variable with respect to another variable is called a derivative and the equations which express relationship between these variables and their derivatives are called differential equations. In a nutshell, differential equations involve derivatives which in fact specify how a quantity changes with respect to another. By solving a differential equation, you get a formula for the quantity that doesn’t contain derivatives. The method of computing a derivative is called differentiation. In simple terms, the derivative of a function is the rate of change of the output value with respect to its input value, whereas differential is the actual change of function.

enter image description here

References:

https://en.wikipedia.org/wiki/Differential_(mathematics)

http://www.differencebetween.net/science/mathematics-statistics/difference-between-differential-and-derivative/

1621 questions
0
votes
2 answers

Can't solve this differential equation

I am trying to solve this differential equation: $$xy'' = y$$ But Iam not going anywhere. I have tried sumation of series but is there some method involving modified Bessel functions? Thanks
0
votes
0 answers

The Differential Equation $y" + ( p + \frac{1}{2} - \frac{1}{4}x^2)y=0$

The Differential Equation $y" + ( p + \frac{1}{2} - \frac{1}{4}x^2)y=0$ where p is a constant, it has a series solution of the form $y =\displaystyle\sum {a_n} x^n$ prove that: a) the coefficients $a_n$ are related by the three-term recurrence…
0
votes
0 answers

Differential equation with unusual particular form

Equation: $y'' - y = (4x + 4)e^x$ The complementary solution is not a problem. However when attempting the particular solution, I run into a problem. Which form do I assume? I have attempted everything from a linear function to a cubic.
0
votes
0 answers

What does it mean for a differential to be exact?

I know that a differential $dA=B(x,y)dx+C(x,y)dy$ is exact iff $$\tag{1} \left( \frac{\partial B}{\partial y} \right)_x = \left( \frac{\partial C}{\partial x} \right)_y$$ I do not understand how to interpret this relation. The rate of change of $B$…
0
votes
1 answer

Find the equation of the tangent line tangent to the given point on the following curve.

It is clear that this graph passes through (2,1). But is it possible to find the equation of the tangent line at this point by differentiating it? If so, how can it be differentiated?
Dosung
  • 13
0
votes
0 answers

First-order differential equation non-separable nonlinear

I know how to solve first-order differential equation that is separable. But I cannot find any way to solve a non-separable equation of this form: $$\dot{h}(t) +a h(t) =g\left(b(t)h(t)\right)$$ Is it possible to solve it or there is no solution for…
0
votes
1 answer

the solution of linear DE when the auxiliary equation have repeated roots

I have heard that the solution of nth order linear homogeneous DE of constant coefficient is expressed as e^mx, xe^mx, (x^2)e^mx, ... , (x^(k-1))e^mx when the auxiliary equation have repeated roots of k multiplicity. But how can we prove it? I…
jamesN
  • 67
0
votes
0 answers

(state) differential equation (reduced order observer sorting)

I have a mathematical problem concerning a topic from control engineering. For this purpose I have a (state) differential equation. $\dot{x}=Ax+Bu$ $A=\begin{pmatrix} a_{11} &a_{12}&a_{13}&a_{14}\\ a_{21} &a_{22}&a_{23}&a_{24}\\ a_{31}…
0
votes
0 answers

What does a differential mean? What is a differential of an intergral?

For example if I have z = f(x,y), then dz = df/dx * dx + df/dy * dy. Then it is clear that dz is a linear approximation of change of z. (I don't know what is a differential analytically) But what is the differential of a function in integral $$y(s)…
0
votes
1 answer

How to solve the differential equation

I want to solve the following equation: $\dot{x} = ax + bt$ , where $a$ and $b$ are constants. The solution isn't separable, so I tried guessing without any success so far. Any suggestions?
Onini
  • 39
  • 4
0
votes
0 answers

Solving nonhomogeneous differential equations with initial conditions using finite difference method

I want to solve equation (1) using the finite difference method employing the initial conditions (eqs. 2-3, 4). The initial condition at z = -2400 nm for every value of r, gives the P(r,z) and will serve as a source for the differential equation…
BJRao
  • 1
0
votes
0 answers

Differential of a multivariable function involving $\ln$

I am reading about Polytropic processes in Thermodynamics where the governing equation is $pV^n =$ constant. The author of the book wants to derive an expression and describes that he is taking the natural log of both sides and differentiating. He…
0
votes
0 answers

What is the derivative of x^T e^-A x w.r.t. A?

What is the derivative $\frac{\partial}{\partial A} x^T e^{-A} x$ $\frac{\partial}{\partial A} x^T e^{A} x$ To be clear, $x \in \mathbb{R}^n$, $A \in \mathbb{R}^{n \times n}$ and $e^A = \sum_{n=0}^{\infty} \frac{1}{n!} A^n$ (matrix exponential).…
Denis
  • 1
0
votes
3 answers

For function like $f(x) = \log x,$ the derivative is finite for $x< 0.$ How can slope exist when there is no curve for x< 0 for our function?

For a function f(x) = logx , the derivative is finite for x< 0 . How can slope exist when there is no curve for x< 0 for our function???
0
votes
0 answers

Strict Solution of a Differential Equation

I know what the solution of a differential equation means, but I am confused that what do we mean by Strict Solution of a differential Equation.