Partial Differential/Integration Arbitrary Functions

  • Thread starter Thread starter AntSC
  • Start date Start date
  • Tags Tags
    Functions Partial
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 1K views
AntSC
Messages
65
Reaction score
3
Use integration to find a solution involving one or more arbirary functions
[tex]\frac{\partial u}{\partial y}=\frac{x}{\sqrt{1+y^2}}[/tex]
for a function [itex]u(x,y,z)[/itex]
[tex]u(x,y,z)=x\int \frac{dy}{\sqrt{1+y^2}}[/tex]
let [itex]y=\sinh v[/itex]
[tex]u(x,y,z)=x\int \frac{\cosh v\: dv}{\sqrt{1+\sinh ^2v}}[/tex]
[tex]u(x,y,z)=x\sinh ^{-1}y+f(x,z)[/tex]
So here's the question. Why is the solution with an arbirary function [itex]f(x,z)[/itex] and not two arbitrary functions [itex]f(x)+g(z)[/itex]? What's the difference?
 
Physics news on Phys.org
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?