PDA

View Full Version : beginner question


Physics is Phun
May29-04, 05:43 PM
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?

AKG
May29-04, 06:03 PM
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}.

Physics is Phun
May29-04, 06:21 PM
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.

AKG
May29-04, 06:36 PM
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*}
\int y dx &= \int \frac{\ln (3x-2)}{3x-2} dx\ \dots \ \mbox{let }u = 3x-2 \\
&= \frac{1}{3}\int \frac{\ln (u)}{u} du \ \dots \ \mbox{let }v = \ln (u) \\
&= \frac{1}{3}\int v dv \\
&= \frac{1}{3} \times \frac{1}{2}v^2 + C \\
&= \frac{[\ln (3x-2)]^2}{6} + C \\
\end{align*}

TALewis
May29-04, 07:12 PM
Physics is Phun:

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

y' = \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).