AskDev.io
AskDev.io
  • Questions
  • Tags
  • Sign Up

TOP questions

  • Disable browser 'Save Password' functionality
  • Difference between binary semaphore and mutex
  • Is a Python dictionary an example of a hash table?
  • MySQL search and replace some text in a field
  • How do I change my private key passphrase?
  • Change Outlook "Mark As Read" Behavior
  • Direct proof that the wedge product preserves integral cohomology classes?
  • Turning off Google search results indirection
  • What does "Package <package> has no installation candidate" mean?
  • Are PPAs safe to add to my system and what are some "red flags" to watch out for?
  • How can I repair grub? (How to get Ubuntu back after installing Windows?)
  • Stored Procedures a bad practice at one of worlds largest IT software consulting firms?
  • what does the @ mean in ls -l?
  • How to define 'tab' delimiter with 'cut' in Bash?
  • How to tell gzip to keep original file?

New questions

  • How to NOT create a link in a tweet
  • Print via ad-hoc network to wireless printer?
  • Bash alias -=... (alias name should be a simple dash) not working
  • How to set up Drupal Plugin Manager on MAMP in a secure way?
  • How to open an app on login on secondary screen?
  • What are the strategies to become a good open source developer?
  • Asp.Net MVC: How do I get Html.ActionLink to render integer values properly?
  • Make reading more comfortable for the eyes
  • Does Spartan/Edge from Windows 10 use the same rendering engine with IE11?
  • How can I view my known spells?
  • How to check if aptitude did something?
  • Fundamental group of $\mathbb{R}^{3}\setminus \{ \mbox{2 linked circles }\}$

New answers

  • Have you moved MOSS SharePoint 2007 out of the C:\Inetpub\wwwroot\wss\ folder?
  • Best way to install multiple versions of Apache, PHP and MySQL on a single FreeBSD host
  • Cannot write DVDs anymore, but can read them and write CDs
  • elementary inequality proof
  • Does Facebook use any other CDN apart from Akamai? Encountered fbcdn.net subdomain that does not belong to Akamai
  • Prevent my hosting server from adding a JavaScript snippet to my page?
  • What passives abilities does Doom disable?
  • Which version of OpenMP implements gcc 4.5?
  • What is wrong with my iMac? (video corruption, unstable)
  • Should I be paid for time spent learning a framework?
  • How to unrar and unzip files recursively?
  • Files and Data loss when sd card is changed from java supported phone to android phone

solving Differential Equation

I have the formula below:

$$(t^2 + 1)dx=(x+4)dt$$

Where $x(0) = 3$

I am attempting to make use of splitting up of variables, and also I wind up here:

$$\ln(x+4)=\arctan(t)+C$$

Trying to streamline it more:

$$x=-4+\ln(\arctan(t)+C)$$

Is this proper? I assume I should make use of $x(0) = 3$ to find value of the constant, just how can I do that?

Many thanks

1
math calculus ordinary-differential-equations
Sean87 2022-07-25 20:46:102022-07-25T08:07:10+02:00
Source Share
Answers: 0

Related questions

2
How to integrate $\int_{\gamma_1} \frac{dz}{z(z-i)}$ with $\gamma_1 = Re^{it}$, $R>1$?
0
Example of a Singular points and its locus
1
Proving a theorem on limits that approach infinity.
2
ODE flow of the Chafee-Infante problem
1
The topology on $\mathbb{R}$ with sub-basis consisting of all half open intervals $[a,b)$.
1
finding ratio of elements when 2 solids are melted to form another solid
13
Why is a matrix $A\in \operatorname{SL}(2,\mathbb{R})$ with $|\operatorname{tr}(A)|<2$ conjugate to a matrix of the following form?
0
Systems of linear equations
50
Is it wrong to tell children that $1/0 =$ NaN is incorrect, and should be $∞$?
6
Probability of Heads in a coin
1
About the etale space
0
Solve the boundary-value problem for the Laplace operator in domain.
4
are fibres of a flat bijective map reduced?
7
Find the equation of a line which is perpendicular to a given vector and passing through a known point
2
A question about Hölder spaces.
Language:                             
licensed under cc by-sa 3.0 with attribution.
[email protected]
AskDev.io