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

Laplace inverse using 1st and 2nd transformation theorems

This is a question from a differential equations practice test. I don't understand how my professor got the answer she did - she may or may not have made an error; I got a different answer when I did it and when I ran it through a Laplace transform…
user773349
0
votes
1 answer

Specific differential equation with initial conditions

I have diff. equation : $ y'' +2y' = (y')^2 e ^x , y(0)=3, y'(0)=1 $, and i have problem with solving that. I used substitution $ u(x)=y' $ and i got bernoulli's diff. equation. I solved that and got $ y'=[(1/2)*e^x +D*e^{2y'}]^{-1} $ and…
paweta
  • 335
0
votes
1 answer

Evaluating differentiable function in terms of limit

How do you approach a question like this when you don't know the function? The answer is in terms of p and f'(x), but how do you write this limit in terms of the limit that denotes f'(x)?
0
votes
1 answer

How many equilibrium solutions does this system of differential equations have?

Am I correct to assume that this system of differential equations only has one equilibrium $(I_{1}, I_{2}, Q_{1}, Q_{2})$, namely: $(0,0,0,0)$ ? Would we also then say this is a stable solution? $$ \frac{d Q_{1}}{d t} = I_{1} \\ \frac{d Q_{2}}{d t}…
0
votes
0 answers

non-dimensionalizing a non differential equation

I am familiar with non-dimensionalizing a differential equation; however I am not familiar with a method to non-dimensionalize a non-differential equation. I just need to arrive to a non-dimensionalized formula. I have attempted it as shown…
0
votes
1 answer

Is the logarithm twice differentiable?

$f(x) = \ln (x)$ and $f''(x) = -\frac{1}{x^2}$. However, when $x=0$, $f''(0)=-\infty$. Does $f(x)$ twice differentiable?
0
votes
1 answer

Finding particular solution of $y'' + ay' + by = At^{2}e^{-kt^{2}}$

If possible, can someone assist me in finding the particle (non-homogeneous) solution for the general differential equation $$y'' + ay' + b y = At^{2}e^{-kt^{2}}$$ Where $a $, $b $, $A$ and $k$ are positive constants; also $y $ is only dependent on…
Sal
  • 1
0
votes
2 answers

Solve ($D^4 + 2D^2 +1)y = x^2 \cos x$ using higher order differential equations

Solve $$(D^4 + 2D^2 +1)y = x^2 \cos x $$ using higher order differential equations How to decide whether to solve it by Imaginary part or Real part of equations ? How to solve it by both real as well as imaginary
0
votes
2 answers

Differential in a point. Is that a function?

I was reading more on differentials and I found the phrasing "let there be a point $c$ in a neighborhood $D$ (...) $Df(c)$ is a one to one function". I understand that for a differential we also have a direction, but I fail to understand how a…
anne
  • 69
0
votes
1 answer

Vector Differential Equation Motion Question

Let a be a vector depending on time t, and Ω is a constant vector. The vector a obeys the equation of motion $\frac{da}{dt} = \Omega \times a $ Show that $a . \frac{da}{dt} = 0 $ and what this tells us about the motion of A. Show $\frac{da^2}{dt} =…
Jade P.
  • 21
  • 1
0
votes
2 answers

Simultaneous Differential Equations with Three Variables

Not even sure where to start, but the equations are: $\frac{dy}{dx} + 2\frac{dz}{dx}+4y +10z -2 =0 $ $\frac{dy}{dx} +\frac{dz}{dx} +y -z+3 = 0$ where $y=0$ and $z=-2$ when $x=0$. I tried to eliminate one of the dz/dx's but the z's didnt cancel so it…
Jade P.
  • 21
  • 1
0
votes
1 answer

Solve: $ (3xy-2ay^2)dx + (x^2-2axy)dy = 0 $

Solve: $ (3xy-2ay^2)dx + (x^2-2axy)dy = 0 $ This is a homogeneous differential equation. So why can't I solve it in the following manner?
Soumee
  • 1,087
0
votes
0 answers

Why is it true that $\frac{\partial x}{\partial y}=-\frac{F’_y}{F’_x}$? Specifically why is it negative?

The math below was written in a thread I needed help in. Define $$F(x,y,z)=x^2y+xz^2-5.$$ Hence $$\frac{\partial x}{\partial y}=-\frac{F’_y}{F’_x}=-\frac{x^2}{2xy+z^2}\,,$$$$\frac{\partial x}{\partial…
slifer227
  • 1
  • 1
0
votes
0 answers

One differential problem

Can someone tell me how to derive with respect to $\alpha$ from the following problem enter image description here
John
  • 21
0
votes
2 answers

Differential equation with particular solution ansatz terms same as homogenous solution

so I am having a problem understanding finding solution to that equation: $$x'' +w^2 x =f sin ω t$$ with initial conditions x(0)=0 and x'(0)=0. I know that is an explanation of how to solve that: I had to make the euler formula substitution and…