Message Boards Message Boards

0
|
5664 Views
|
2 Replies
|
0 Total Likes
View groups...
Share
Share this post:

Integrate an unknown function?

Posted 6 years ago

The following is the integral:

Integrate[(-1/g[z]^2 + 2/g[z]^3) *(D[g[z], z, z]), z]

This returns:

enter image description here

where g(z) is an unknown function of z. How can I modify the code in order to solve this integral?
Thanks

2 Replies

Thanks for the comment!

Not sure what is expected from that input. If that second derivative, D[g[z],z,z], is changed to a first derivative then an antiderivative is produced.

Integrate[(-1/g[z]^2 + 2/g[z]^3)*(D[g[z], z]), z]

(* Out[27]= -(1/g[z]^2) + 1/g[z] *)
POSTED BY: Daniel Lichtblau
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract