Jump to content

File:Method of characteristics solution surface.svg

Page contents not supported in other languages.
This is a file from the Wikimedia Commons
From Wikipedia, the free encyclopedia
Original file (SVG file, nominally 548 × 455 pixels, file size: 387 KB)

Summary

Description
English: The solution surface

$ y u_x-x u_y-e^u=0 $ that passes through the curve $\Gamma=\{(x, y, u)=(s, \sin s, 0): s \in \mathbb{R}\}$.

```mathematica lhs1 = Sin[x*Cos[1 - Exp[-u]] - y*Sin[1 - Exp[-u]]]; rhs1 = x*Sin[1 - Exp[-u]] + y*Cos[1 - Exp[-u]];

surf1 = ContourPlot3D[

  lhs1 - rhs1 == 0, {x, -2, 2}, {y, -2, 2}, {u, -1, 2}, Mesh -> None,
   ContourStyle -> Opacity[0.6], PlotPoints -> 30, MaxRecursion -> 2,
   BoxRatios -> {1, 1, 1}, AxesLabel -> {"x", "y", "u"}, 
  PerformanceGoal -> "Quality"];

x1[s_, t_] := s Cos[t] + Sin[s] Sin[t]; y1[s_, t_] := Sin[s] Cos[t] - s Sin[t]; u1[t_] := -Log[1 - t]; (*t<1*)

sSeeds1 = Subdivide[-2, 2, 20];

curves1 =

 Table[ParametricPlot3D[{x1[s, t], y1[s, t], u1[t]}, {t, -1, 1}, 
   PlotStyle -> {Thick, Black}, PlotPoints -> 60, 
   MaxRecursion -> 1], {s, sSeeds1}];

plot1 = Show[surf1, Evaluate[curves1], Lighting -> "Neutral",

  Background -> White];

plot1

```
Date
Source Own work
Author Cosmia Nebula

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current00:22, 21 October 2025Thumbnail for version as of 00:22, 21 October 2025548 × 455 (387 KB)Cosmia NebulaUploaded while editing "Method of characteristics" on en.wikipedia.org

The following page uses this file:

Metadata