Simplifying Expression with Positive Variables a, b, and c | Step-by-Step Guide

  • Thread starter Thread starter BruceSpringste
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
BruceSpringste
Messages
37
Reaction score
0

Homework Statement


Om a > 0, b > 0, c > 0, och x = ((ab√c)1/3-a(b2c)1/4)/(a3b2c)1/6

The Attempt at a Solution



I have no idea where to start. I understand the relevance of a,b and c being > 0 in order to simplify but other than that I am pretty much stuck!
 
Physics news on Phys.org
A first obvious step is to replace that [itex]\sqrt{c}[/itex] with [itex]c^{1/2}[/itex]. Then use the "laws of exponentials: [itex](abc^{1/2})^{1/3}= a^{1/3}b^{1/3}c^{1/6}[/itex], [itex]a(b^2c)^{1/4}= ab^{1/2}c^{1/4}[/itex] and [itex](a^3b^2c)^{1/6}= a^{1/2}b^{1/3}c^{1/6}[/itex]

So you have [tex]\frac{a^{1/3}b^{1/3}c^{1/6}- ab^{1/2}c^{1/4}}{a^{1/2}b^{1/3}c^{1/6}}[/tex]

Factor the largest power of a, b, and c in both terms in the numerator and cancel what you can with the denominator.
 
  • Like
Likes   Reactions: 1 person
\begin{align*}
\frac{\sqrt[3]{ab \sqrt{c}} - a \sqrt[4]{b^2 c}}{\sqrt[6]{a^3 b^2 c}}
\end{align*}

Wrote the equation in latex too, it was easier to see.
 
Alright that was easier than I previously thought! Thanks!