Solving Differential Equations: Latex Code for Division Form

  • Thread starter Thread starter Physics is Phun
  • Start date Start date
  • Tags Tags
    Beginner
AI Thread Summary
The discussion revolves around solving a differential equation presented as y = ln(3x-2)/(3x-2) and how to express it in LaTeX format for division. Participants clarify that the goal is to find the antiderivative, which involves integrating the function. The correct LaTeX code for representing the division is provided, along with a step-by-step integration process. Additionally, the importance of clearly indicating that y' represents a differential equation is emphasized. The conversation highlights the need for precise mathematical terminology when discussing derivatives and integrals.
Physics is Phun
Messages
100
Reaction score
0
We just started solving differential equations the other day in my intrductory calculus class. I got every homework question except the last on. here it is.

y= ln(3x-2)/3x-2

If someone could get me started that would be great.

How do I make the division be in numerator-denominator form using the latex code?
 
Physics news on Phys.org
Physics is Phun said:
We just started solving differential equations the other day in my intrductory calculus class. I got every homework question except the last on. here it is.

y= ln(3x-2)/3x-2

If someone could get me started that would be great.

How do I make the division be in numerator-denominator form using the latex code?
I don't understand the problem. Normally, solving for a differential equation means finding y, some function of x, that satisfies the given equation. If you have y, what is it that you have to do? In case this is worth anything, notice that if:

f(x) = ln(3x-2) \mbox{, then } y = \frac{f(x) \times f'(x)}{3}

To get a fraction like this:

\frac{dy}{dx}

or this:

\frac{ln(3x-2)}{3x-2}

type \frac{dy}{dx} or \frac{ln(3x-2)}{3x-2}.
 
Last edited:
Sorry. I tend to get my math vocabulary mixed up. The function above is the derivative and I want to find the original function. Could someone tell how to word this properly.
 
Physics is Phun said:
Sorry. I tend to get my math vocabulary mixed up. The function above is the derivative and I want to find the original function. Could someone tell how to word this properly.
Okay, you're looking for what's called the antiderivative. You can do this by integrating, by performing indefinite integration.

\begin{align*}<br /> \int y dx &amp;= \int \frac{\ln (3x-2)}{3x-2} dx\ \dots \ \mbox{let }u = 3x-2 \\<br /> &amp;= \frac{1}{3}\int \frac{\ln (u)}{u} du \ \dots \ \mbox{let }v = \ln (u) \\<br /> &amp;= \frac{1}{3}\int v dv \\<br /> &amp;= \frac{1}{3} \times \frac{1}{2}v^2 + C \\<br /> &amp;= \frac{[\ln (3x-2)]^2}{6} + C \\<br /> \end{align*}
 
Last edited:
Physics is Phun:

It sounds like you should have written this to be more clear:

y&#039; = \frac{\ln(3x-2)}{3x-2}

The prime (') after the y tells us that this is a differential equation, and our goal is to find y(x).
 
Thread 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
Thread 'A cylinder connected to a hanged mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top