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
-1
votes
1 answer

Why $\Delta y \neq \cos((2.03)^2+1)-2-(\cos(2^2+1)-2)$?

On computing $\Delta y$ from $x=2$ to $x=2.03$: If $\Delta y = f(x+\Delta x) -f(x)$ and $y=\cos(x^2+1)-x$ why $\Delta y \neq \cos((2.03)^2+1)-2-(\cos(2^2+1)-2)$ ? Asumming $\Delta x=0.03$ and $x=2$ Original solution is: $\Delta y = …
-2
votes
1 answer

Let $()$ be continuous on $[0,∞)$ and twice differentiable on $(0,∞)$

Let $()$ be continuous on $[0,∞)$ and twice differentiable on $(0,∞)$. If $′()> 0$ and $″()<0$ on $[1,∞)$ prove that for all $ ≠ ≥ 1$, $|()−()|<′(1)|−|$. Hello, can anyone help me with this question? Thank you!
-2
votes
1 answer

The differential: from approximation to equality

I was reading Leithold and the introduction to differentials deals with approximations, $\Delta y \approx f’(x) \Delta x$. This approximation is usable for small values of $\Delta x$. Then the definition is made using a equality: $dy =…
cgo
  • 1,810
-2
votes
2 answers

Legendre Differential Equation (rearrange)

Legendre differential equation: $$ (1-x^2) \, y'' - 2x y' + \alpha(1+\alpha)y = 0 \, $$ which it can also be written as: $$ \frac{\mathrm{d}}{\mathrm{d}x} \left( (1-x^2) \frac{\mathrm{d}y}{\mathrm{d}x} \right) + \alpha(1+\alpha)y = 0 \ $$ how did…
a_alhm
  • 1
-2
votes
3 answers

solving the differential equation $(y''- 2y' - 3y = 2xe^{2x})$

ok so i have this equation $y''- 2y' - 3y = 2xe^{2x}$. I have tried everything to find the right function to work with for example : i tried $Y(t) = Ax^3e^{2x}$ but it doesn't solve my equation tried with every power possible on $t$ . Am i missing a…
Max
  • 13
-2
votes
1 answer

Find the sum of the series using differentials

The general term of a sequence is given by $$a_n = {{2^n}\over{1+x^{2^n}}} $$ Find the sum of this series using differentials. I thought of taking log but couldn't solve it. Although I can sum up this series by adding and subtracting $1\over1-x$ but…
1 2 3
11
12