How to Solve Basic Algebra Questions: Tips and Tricks

AI Thread Summary
The discussion addresses solving basic algebra and calculus problems, particularly focusing on manipulating equations involving derivatives and exponential functions. In the first question, it is confirmed that dividing both sides of the equation by e^x is valid, and this can be done in one step or sequentially. The second question clarifies the distinction between subtraction and multiplication, emphasizing that 2 - 3 should not be confused with 2 multiplied by -3. The participants agree that the operations can be performed in various valid ways without violating mathematical principles. Overall, the thread provides insights into handling algebraic expressions and derivatives effectively.
kape
Messages
25
Reaction score
0
I have a few nagging questions that are preventing me from solving calculus problems.. Can someone give me a hand?


----------
Question 1

e^xy' = (4x+1)y^2

From the equation above, is it possible to do this:

\frac{y'}{y^2} = \frac{4x+1}{e^x}

Aren't you supposed to divide one at a time, like this?

\frac{e^xy'}{y^2} = (4x+1)

How would I get the \inline e^x to the other side?


----------
Question 2

How do you tell the difference between these two?

2 - 3 = -1 and 2-3 = -6 ?

(One latter being (2)(-3) = - 6?)
 
Physics news on Phys.org
Q1. Yes, it is possible. How to get the e^x to the other side? Just divide both sides by e^x. Which is the same as your first statement.

Q2. What do you mean? One DOES NOT write 2\cdot(-3) as 2-3!
 
There is, in fact, no "law" against dividing by several things at the same time: you could go from exy'= (4x+ 1)y2 to
\frac{y'}{y^2} = \frac{4x+1}{e^x}
by dividing both sides by exy2
OR by first dividing by y2 and THEN dividing by ex. The math doesn't care.
 
I guess the dash represents differentiating w.r.t x...

e^x \frac{dy}{dx}=(4x+1)y^2

\frac{1}{y^2}\frac{dy}{dx}=\frac{(4x+1)}{e^x}

\int_y{y^{-2}}dy=\int_x{(4x+1)e^{-x}dx
 
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top