Partial Differential/Integration Arbitrary Functions

  • Thread starter Thread starter AntSC
  • Start date Start date
  • Tags Tags
    Functions Partial
AntSC
Messages
65
Reaction score
3
Use integration to find a solution involving one or more arbirary functions
\frac{\partial u}{\partial y}=\frac{x}{\sqrt{1+y^2}}
for a function u(x,y,z)
u(x,y,z)=x\int \frac{dy}{\sqrt{1+y^2}}
let y=\sinh v
u(x,y,z)=x\int \frac{\cosh v\: dv}{\sqrt{1+\sinh ^2v}}
u(x,y,z)=x\sinh ^{-1}y+f(x,z)
So here's the question. Why is the solution with an arbirary function f(x,z) and not two arbitrary functions f(x)+g(z)? What's the difference?
 
Physics news on Phys.org
##f(x,z)## is more general than ##f(x) + g(z)##.

For example, how would you convert a function like ##f(x,z) = x^z## to the form ##f(x) + g(z)##?
 
AlephZero said:
##f(x,z)## is more general than ##f(x) + g(z)##.

For example, how would you convert a function like ##f(x,z) = x^z## to the form ##f(x) + g(z)##?

Good point. But how can i explain that in a mathematical language?
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top