I got a PDE: $f_{y}=axf^{2}f_{x}-bff_{x}-\frac{f^{2}}{x}$ where a, b are constant . I want a solution of $f(x,y)$. and i try to covert it into linear one, but failed . could you help me?
2025-01-13 20:25:37.1736799937
How to solve this one order quasi linear PDE?
47 Views Asked by explorer https://math.techqa.club/user/explorer/detail At
1
There are 1 best solutions below
Related Questions in ORDINARY-DIFFERENTIAL-EQUATIONS
- General solution to a system of differential equations
- ODE existence of specific solutions
- How to Integrate the Differential Equation for the Pendulum Problem
- Question about phase portrait and invariant subspaces
- Help in Solving a linear Partial differential equation
- Elimination of quantifiers in the strucure of polynomials and in the structure of exponentials
- Verifying general solution to differential equation
- Integrating $ \frac{\mathrm{d}^{2}v}{\mathrm{d}y^{2}} = \frac{\mathrm{d}p}{\mathrm{d}x} $
- Solving differential equation and obtain expressions for unknowns?
- For what value of $k$ is $2e^{4x}-5e^{10x}$ a solution to $y''-ky'+40y=0$?
Related Questions in PARTIAL-DIFFERENTIAL-EQUATIONS
- How to solve the following parabolic pde?
- How to transform this nonhomogeneous equation into a homogeneous one by change of variables?
- $L^2$-norm of a solution of the heat equation
- Navier-Stokes on concentric cylinders
- Eliminate all parameters from the differential equation $u_t-Au_x-Bu^3+Cu_{xx}=0$.
- Prove there do not exists such distribution.
- Solving a heat equaton.
- Laplace equation :mean value formula for gradient of weak solution
- Solution of the IVP $\frac{\partial{u}}{\partial{t}}+\frac{\partial^2{u}}{\partial{x^2}}=0$.
- When does a Riemaniann metric form a coercive quadratic form?
Related Questions in REGULARITY-THEORY-OF-PDES
- Condition on $u(x,0)$ so that $u(x,t)$ is bounded in a heat equation with Neumann boundary condition
- BMO space and log-lipschitz regularity
- integral of the square laplacian
- Absolute value of a harmonic function
- Evans PDE p.714 Change of variable and change of integration region
- an inequality in the proof of properties of mollifier does not hold for $p=\infty$
- some calculations need to be verified relates to $L^p$ norm
- Sum of normed function spaces equipped with two-parameter family of norms, Dual inequality
- Uniform convergence in the proof of properties of mollifier (Evan's approach)
- Use of regularity of the PDE solution to argue the smoothness of a function
Related Questions in LINEAR-PDE
- Can the rank of harmonic maps decrease far from the boundary?
- How can quasi-linear PDE with initial condition and boundary condition using method of characteristics?
- How to solve this one order quasi linear PDE?
- Classifying first-order PDE $C_t+af(t)C_x=-1$ - Hyperbolic or parabolic?
- Fundamental solution $\Delta$ on a torus.
- How to transform a PDE into canonical form
- How to reduce a PDE to Canonical form if it's classification varies?
- A puzzle about Fourier transform with wave equation
- Second order hyperbolic equation
- Understanding First Order Linear PDEs with Constant Coefficients
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Refuting the Anti-Cantor Cranks
- Find $E[XY|Y+Z=1 ]$
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- What are the Implications of having VΩ as a model for a theory?
- How do we know that the number $1$ is not equal to the number $-1$?
- Defining a Galois Field based on primitive element versus polynomial?
- Is computer science a branch of mathematics?
- Can't find the relationship between two columns of numbers. Please Help
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- A community project: prove (or disprove) that $\sum_{n\geq 1}\frac{\sin(2^n)}{n}$ is convergent
- Alternative way of expressing a quantied statement with "Some"
Popular # Hahtags
real-analysis
calculus
linear-algebra
probability
abstract-algebra
integration
sequences-and-series
combinatorics
general-topology
matrices
functional-analysis
complex-analysis
geometry
group-theory
algebra-precalculus
probability-theory
ordinary-differential-equations
limits
analysis
number-theory
measure-theory
elementary-number-theory
statistics
multivariable-calculus
functions
derivatives
discrete-mathematics
differential-geometry
inequality
trigonometry
Popular Questions
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- How to find mean and median from histogram
- Difference between "≈", "≃", and "≅"
- Easy way of memorizing values of sine, cosine, and tangent
- How to calculate the intersection of two planes?
- What does "∈" mean?
- If you roll a fair six sided die twice, what's the probability that you get the same number both times?
- Probability of getting exactly 2 heads in 3 coins tossed with order not important?
- Fourier transform for dummies
- Limit of $(1+ x/n)^n$ when $n$ tends to infinity
$f_y=axf^2f_x-bff_x-\dfrac{f^2}{x}$
$(axf^2-bf)f_x-f_y=\dfrac{f^2}{x}$
$(af^2x^2-bfx)f_x-xf_y=f^2$
Follow the method in http://en.wikipedia.org/wiki/Method_of_characteristics#Example:
$\dfrac{df}{dt}=f^2$ , we have $-\dfrac{1}{f}=t$ , i.e. $f=-\dfrac{1}{t}$
$\dfrac{dx}{dt}=af^2x^2-bfx=\dfrac{ax^2}{t^2}+\dfrac{bx}{t}$
Let $x=tu$ ,
Then $\dfrac{dx}{dt}=t\dfrac{du}{dt}+u$
$\therefore t\dfrac{du}{dt}+u=au^2+bu$
$t\dfrac{du}{dt}=au^2+(b-1)u$
$\dfrac{du}{au^2+(b-1)u}=\dfrac{dt}{t}$
$\int\dfrac{du}{(au+(b-1))u}=\int\dfrac{dt}{t}$
$\dfrac{1}{b-1}\ln\dfrac{u}{au+b-1}=\ln t+c$
$\ln\dfrac{-xf}{-axf+b-1}=(b-1)\ln t+c$
$\dfrac{xf}{axf-b+1}=t^{b-1}x_0$
$\dfrac{xf}{axf-b+1}=\dfrac{(-1)^{b-1}x_0}{f^{b-1}}$
$x_0=\dfrac{(-1)^{b-1}xf^b}{axf-b+1}$
$\dfrac{dy}{dt}=-x$ , letting $y(0)=g(x_0)$ , we have $y=g(x_0)-xt=g\left(\dfrac{(-1)^{b-1}xf^b}{axf-b+1}\right)+\dfrac{x}{f}$