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

Expressing following in one equation

I have 3 variables: theta (optimal launch angle), h (launch height), v0 (velocity at launch). h and v0 are independent from each other. How do I express theta in terms of h and v0, if I have following:
0
votes
2 answers

First order linear differential equation after reduction of order

I am working on a reduction of order problem and the last step is to solve what should be a simple first-order linear differential equation but frankly I'm not very good at them. My problem started as: \begin{equation} 2tw'-3w = 0 \end{equation} I…
0
votes
1 answer

Solving a 2nd order ODE & phase lag computation

I'm reviewing differential equations, and came across this problem. In the MIT OCW lecture, the professor utilizes the trig formula $A\cos t + B\sin t = C\cos(t - \phi)$ where $C$ is the amplitude and $\pi$ is $\arctan(\frac{B}{A})$. But if you…
naiu
  • 1
0
votes
1 answer

Solving ODE first order by Laplace transformation?

given is the following first order ODE: $\dot\epsilon(t) = \frac{1}{\eta}\cdot\sigma(t) + \frac{1}{E_1}\cdot\dot\sigma(t)$, where $\eta$ and $E_1$ are constants. The initial conditions are: $\sigma(t = 0) = \sigma_0$; $\dot\sigma(t = 0) = 0$ and…
eniem
  • 157
0
votes
1 answer

Undetermined Coefficient for 2 first order differential equation.

I could not understand the textbook clearly. When you are trying to find a particular solution of x' = -2x + y + 2e^(-t) y' = x -2y + 3t I understand that 2e^(-t) would have a form of ate^-t + b*e^-t in which a and b needs to be determined and…
EHMJ
  • 768
-1
votes
1 answer

Galerkin method

I'm a freshman and trying to solve a second order differential equation by Galerkin method. Can any one solve below-mentioned question as an example. Solve differential equation of $\frac{d^2h}{dx^2} = 0$ using the Galerkin method and considering…
Kashif
  • 1
-1
votes
2 answers

Prove that for all $x>0$, $f(x) < xf'(x)$

Let $f(x)$ be continuous on $[0,\infty)$ and twice differentiable on $(0,\infty)$. If $f(0)=0$ and $f''(x)>0$ on $(0,\infty)$ prove that for all $x>0$, $f(x) < xf'(x)$. Hello, can anyone help me with this question? Thank you!
-1
votes
1 answer

Differential equation with initial conditions problem: how do we solve $yy'' - 2(y')^2 - y^2 = 0$?

I have problem with solving following equation with initial conditions: $$y*y''-2(y')^2-y^2=0 $$ $$y(0)=1; y'(0)=0 $$ The problem is that i've tried substitution $ u(y)=y' $ and I end up with $$u'*u-2u^2/y =y $$ which is basically bernouli…
paweta
  • 335
-1
votes
1 answer

solving differntial equation through transformation

Transform the following differential equation into a second order differential equation such that the dependent variable is missing. Solve the corresponding differential equation. $$ x^2 y^{''}-3xy'+4y=x^{1/2} $$
-1
votes
1 answer

The derivative as a ratio

As $$\frac{dy}{dx}= \lim_{∆x \to 0}\frac{∆y}{∆x}$$ then why $$\frac{dy}{dx}$$ is not a ratio ?
-1
votes
1 answer

Differential Equation with arctanx

I have a separable equation $\frac{dy}{dx}$=$\frac{27}{y^{1/3}+81x^2y^{1/3}}$ I separated both sides by multiplying by dx and factoring out the y^{1/3} and multiplying, as well. Then I integrated with respect to x and y. At first I didn't notice…
Mar
  • 3
-1
votes
1 answer

Homogeneous differential equation By order reduction method

How can I solve \begin{equation} y'''+6y''+y'-34y=0 \end{equation} (I) by order reduction method, knowing that \begin{equation} y_1(x)=e^{-4x} cos(x) \end{equation} is a solution of (I)? I did: \begin{equation} y(x)=v(x)e^{-4x}…
-1
votes
2 answers

differentiable function with parameters

I need to find the parametrs a1 and a2 so that the function is differantiable (derivable).I put the condition for it to be continuos and down below is what i found.Im getting stuck however at the last part when finding the parameters,because I'll…
Lola
  • 1,601
  • 1
  • 8
  • 19
-1
votes
1 answer

Differential equation of free fall with resistance

Solve the equation: $mx''(t)=-mg+c(x'(t))^{2} $ Can anyone solve it? I exchanged $x'(t)$ into $v(t)$ I counted both integrals and I have an answer: $v=\sqrt {\frac {m}{c}}(\frac{2 \sqrt{g}}{1 +/- e^{2 \frac {\sqrt {cg}}{\sqrt m}t+v_0}}-\sqrt{g})…
-1
votes
3 answers

Differential equations: error on founding solution

I have to found the solution of this differential equation: y'=-2-y^2, it look simple but I didn't think so. After solving the differential eqaution I have to plot the solution. What I do: function…
1 2 3
11
12