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
0 answers

Finding erf(sqrt(x))

I am trying to show that $erf(\sqrt x)=1/\sqrt\pi$ (integral from $t$ to $0$) of $e^{-t}/\sqrt t dt$ I have used the definition of $erf(x) = 2/\sqrt\pi$ (integral from $t$ to $0$) $e^{-t^2} dt$ and used a $u$-substitution and get the answer that I'm…
0
votes
3 answers

Finding the differential

A homework assignment has had me solve for $dy$ in the equation $y=\frac{3x}{1+5x^2}$ for which I used the quotient rule, and solved, getting $\frac{dy}{dx}=\frac{3-15x^2}{(1+5x^2)^2}$ I factored out $-3$ from the top giving me $-3(1+5x^2)$, which…
dstarh
  • 267
0
votes
1 answer

Real example of covariant differential?

One of my book says that: png 1 png 2 Then consider a scalar field $F=x^3+y^3=x^2\cdot x+y^2\cdot y$ and a coordinate transform: $x=2u,y=2v$. Then $\Gamma_{ij}^{k}=0$. I think that $V^1=x^2, V^2=y^2, Z^1=u,Z^2=v, Z_1=x, Z_2=y$. So that…
0
votes
1 answer

Differential Equation for a schematic harmonic oscillator.

Differential Equation for a schematic harmonic oscillator. here are some pictures that i tried to solve but i don't know it is true or completely wrong.
0
votes
1 answer

Finding first integrals of PDE

$$x(y+u)u_x-y(x+u)u_y=(x-y)u$$ Not sure how to find the first inegrals of this, I am told that one first integral is: uxy , however I am unsure how to find this and find the other first integral. Thanks!
0
votes
0 answers

getting the wrong answer for separating a differential equation

Here is the equation $$ x^5 ye^{y^2}y' = 1 $$ Separating x and y I get : $$ ye^{y^2}\frac{dy}{dx} = \frac{1}{x^5} $$ Then: $$ \int{ye^{y^2}dy} = \int{\frac{1}{x^5} dx} $$ Then integrating both sides I get: $$ \frac{e^{y^2}}{2}=\frac{-1}{4x^4} +C…
Jai
  • 59
0
votes
0 answers

Differential equation system (coupled)

I have a system with some differential equations. The equations are coupled, in this way: $f'_n(x)=Af_{n-1}(x)+Bf_{n+1}(x)+Cf_n$. I would like to solve the system. I am a beginner in Mathematica. Could someone help me?
0
votes
2 answers

How to solve a general solution for a non-homogeneous differential equation?

$$y'''-3y''+3y'-y=t^{-2} e^{t}$$ I already have the solution of the homogeneous equation solved, but I cannot solve for the general solution. I realize it is supposed to be in the form $u_{1}y_{1}+u_{2}y_{2}+u_{3}y_{3}$, but I do not know how to…
0
votes
0 answers

Solving 2D non-homogeneous wave equation

Solve the 2D non-homogeneous wave equation assuming that the boundary condition on the space is that for over the square boundary of the 2D surface. Also the condition on the time dependent part is . The wave has a sinusoidal source of a certain…
lala
  • 45
0
votes
0 answers

a system of simultaneous linear differential equations with constant coefficients

Solve the system of differential equations: $$ \frac{\mathrm{d}}{\mathrm{d}t}x=2y, \quad \frac{\mathrm{d}}{\mathrm{d}t}y=2x, \quad \frac{\mathrm{d}}{\mathrm{d}t}z=2x $$ I tried solving the first two equations by eliminating $y$ and solving for…
0
votes
0 answers

In which frame are $d$ and $\partial$ rigourous?

I know $\frac{dy}{dx}$ may be a shortcut of $\lim_{h \to 0} \frac{y(x+h)-y(x)}{h}$, which is totally rigourous, but it loses that sense if I write $dx=f\cdot dy$. How could that become rigourous again and in what frame?
0
votes
1 answer

Bernoulli differential equation alike

I am quite new to differential equations and I have the following $$ \partial u(x)/\partial x = a(x)u(x)^2+b(x)u(x)+c(x) $$ which is, to the best of my knowledge, not exactly a Bernoulli differential equation because of $c(x)$. Does anyone know…
Bounded
  • 43
0
votes
1 answer

Fundamental matrix of Hill's equation

The Hill's equation $(H)$ is defined as $y'' + p(t)y=0$ where $p(t+T)=p(t) \forall t$. Let $x_1=y$ and $x_2=y'$, and let $x=\begin{bmatrix}{x_1}\\{x_2}\end{bmatrix}$, so $x'=\begin{bmatrix}{0}&{1}\\{-p(t)}&{0}\end{bmatrix}x$. Now we consider the…
0
votes
0 answers

How do we obtain $df = \frac{\partial f}{\partial x} dx + \frac{\partial f}{\partial y} dy$ from $f(x,y)$?

See this: What is the Jacobian, how does it work, and what is an intuitive explanation of the Jacobian and a change of basis? Consider a function $f(x,y)$. The differential $df$ is given by: $df = \frac{\partial f}{\partial x} dx + \frac{\partial…
user366312
  • 1,641
0
votes
0 answers

Second order ODE, separation of variables ??

I have an ODE of the form: $\frac{d^2y}{dx^2}=\frac{f(y)}{g(x)}$ I understand how to separate variables and integrate if its first order, but it looks trickier if its second order, is there a general way to solve it ?
ODE
  • 29