Solving Differential Equations: Latex Code for Division Form

  • Thread starter Thread starter Physics is Phun
  • Start date Start date
  • Tags Tags
    Beginner
Click For Summary

Homework Help Overview

The discussion revolves around solving differential equations, specifically focusing on the expression y = ln(3x-2)/(3x-2). Participants are exploring how to represent this equation in LaTeX format and clarifying the terminology related to derivatives and antiderivatives.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning

Approaches and Questions Raised

  • Participants are attempting to clarify the nature of the problem, questioning the relationship between the given function and its derivative. There is also a focus on how to properly format expressions in LaTeX for clarity.

Discussion Status

Some participants have provided guidance on LaTeX formatting and terminology, while others are seeking clarification on the distinction between derivatives and antiderivatives. Multiple interpretations of the problem are being explored, particularly regarding the original function versus its derivative.

Contextual Notes

There is a noted confusion regarding mathematical vocabulary, particularly in distinguishing between derivatives and the original function. Participants are also discussing the implications of the given expression in the context of differential equations.

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.

[tex]y= ln(3x-2)/3x-2[/tex]

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.

[tex]y= ln(3x-2)/3x-2[/tex]

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:

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

To get a fraction like this:

[tex]\frac{dy}{dx}[/tex]

or this:

[tex]\frac{ln(3x-2)}{3x-2}[/tex]

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.

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

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

[tex]y' = \frac{\ln(3x-2)}{3x-2}[/tex]

The prime (') after the y tells us that this is a differential equation, and our goal is to find y(x).
 

Similar threads

  • · Replies 32 ·
2
Replies
32
Views
3K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 11 ·
Replies
11
Views
9K
  • · Replies 4 ·
Replies
4
Views
4K
Replies
9
Views
3K
Replies
1
Views
2K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 2 ·
Replies
2
Views
5K
  • · Replies 2 ·
Replies
2
Views
2K