Science Talk
Science Talk
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Forums
Science Forums
Biology
Math
Astronomy
Physics
Technology
Chemistry
Social Sciences
History
Psychology
Philosophy
Sociology
Linguistics
Religious Studies
Economics
Man Woman Ethno
Ask an Expert
World Records
Society Issues
Education
People
Alternative Science
Solve this algebraic equation?

 
Post new topic   Reply to topic    Science Talk Forum Index -> Mathematics
View previous topic :: View next topic  
Author Message
Brad Baillod
Guest





PostPosted: Wed Jul 02, 2008 10:07 pm    Post subject: Solve this algebraic equation? Reply with quote

Hi,
I wonder if any of you could help solve this equation--not for values--but to express y in terms of x, c, and a. C and a are constants.

5 + (8/(1-x)) = y / (cx - a)

where 'cx' means c times x

I'm ending up with a quadratic for x that's kind of hairy.
Thanks,
Brad
Back to top
  Ads
Advertising
Sponsor


porky_pig_jr@my-deja.com
Guest





PostPosted: Wed Jul 02, 2008 10:29 pm    Post subject: Re: Solve this algebraic equation? Reply with quote

On Jul 2, 6:07 pm, Brad Baillod <bradbail...@gmail.com> wrote:
Quote:
Hi,
I wonder if any of you could help solve this equation--not for values--but to express y in terms of x, c, and a. C and a are constants.

5 + (8/(1-x)) = y / (cx - a)

where 'cx' means c times x

I'm ending up with a quadratic for x that's kind of hairy.
Thanks,
Brad

Solving for y, we get y = f(x) a rational function of a form y = P(x)/
Q(x), where

P(x) = (cx-a)(13-5x), Q(x) = 1-x, (x =/= 1, x =/= a/c),

I don't think you can get any simpler than that.

Is this exactly what the problem states? Express y in terms of x, a,
and c?
Back to top
  Ads
Advertising
Sponsor


Mensanator
Guest





PostPosted: Wed Jul 02, 2008 10:29 pm    Post subject: Re: Solve this algebraic equation? Reply with quote

On Jul 2, 5:07 pm, Brad Baillod <bradbail...@gmail.com> wrote:
Quote:
Hi,
I wonder if any of you could help solve this equation--not for values--but to express y in terms of x, c, and a.  C and a are constants.

5 + (8/(1-x)) = y / (cx - a)

where 'cx' means c times x

I'm ending up with a quadratic for x that's kind of hairy.

y = (cx-a)(5+(8/(1-x)))

Quote:
Thanks,
Brad
Back to top
  Ads
Advertising
Sponsor


Brad
Guest





PostPosted: Thu Jul 03, 2008 1:35 am    Post subject: Re: Solve this algebraic equation? Reply with quote

Thanks for the replies... I got it backwards. I want to solve for x
in terms of y, c, and a. I expect that is a little more difficult.

Quote:
Hi,
I wonder if any of you could help solve this equation--not for values--but to express y in terms of x, c, and a. C and a are constants.

5 + (8/(1-x)) = y / (cx - a)

where 'cx' means c times x

I'm ending up with a quadratic for x that's kind of hairy.

y = (cx-a)(5+(8/(1-x)))

Thanks,
Brad
Back to top
  Ads
Advertising
Sponsor


Arturo Magidin
Guest





PostPosted: Thu Jul 03, 2008 1:59 am    Post subject: Re: Solve this algebraic equation? Reply with quote

In article <53900117-8547-4e3f-9b9d-247cf5c93386@v26g2000prm.googlegroups.com>,
Brad <bradbaillod@gmail.com> wrote:

Please don't top-post. If you don't know what that means, follow the links:

http://www.caliburn.nl/topposting.html

http://www.html-faq.com/etiquette/?toppost


Quote:
Hi,
I wonder if any of you could help solve this equation--not for values--but to express y in terms of x, c, and a. C and a are constants.

5 + (8/(1-x)) = y / (cx - a)

where 'cx' means c times x

I'm ending up with a quadratic for x that's kind of hairy.

Thanks for the replies... I got it backwards. I want to solve for x
in terms of y, c, and a. I expect that is a little more difficult.

Don't know what is "kind of hairy" about a simple quadratic in x,
which is what you'll get. You have

5(1-x)+8 = y(1-x)/(cx-a)

5(1-x)(cx-a)+8(cx-a) = y(1-x)

5(-cx^2 + (a+c)x - a) + 8cx - 8a -y + yx = 0

(-5c)x^2 + (5(a+c)+8c +y)x + (-5a -8a - y) = 0.

(-5c)x^2 + (5a + 13c + y)x + (-13a - y) = 0.

If c =0, this is a linear equation on x, and you get

x = (13a+y)/(5a+y).

If c is not 0, then you can use the quadratic formula.


--
======================================================================
"It's not denial. I'm just very selective about
what I accept as reality."
--- Calvin ("Calvin and Hobbes" by Bill Watterson)
======================================================================

Arturo Magidin
magidin-at-member-ams-org
Back to top
  Ads
Advertising
Sponsor


Brad
Guest





PostPosted: Thu Jul 03, 2008 2:43 am    Post subject: Re: Solve this algebraic equation? Reply with quote

On Jul 2, 10:24 pm, Anon <a...@domain.invalid> wrote:
Quote:
On Wed, 2 Jul 2008 18:35:53 -0700 (PDT), Brad <bradbail...@gmail.com
wrote:

Thanks for the replies... I got it backwards. I want to solve for x
in terms of y, c, and a. I expect that is a little more difficult.

Hi,
I wonder if any of you could help solve this equation--not for values--but to express y in terms of x, c, and a. C and a are constants.

5 + (8/(1-x)) = y / (cx - a)

where 'cx' means c times x

If c = 0, x = (y + 13a) / (y + 5a), otherwise

x = 1/(10 c) [ y + 5a + 13c +- sqrt[(y + 5a + 13c)^2 - 20c(y + 13a)] ]

where +- means 'plus or minus'.



I'm ending up with a quadratic for x that's kind of hairy.

y = (cx-a)(5+(8/(1-x)))

Thanks,
Brad

Thanks all for the replies... the quadratic formula had completely
slipped my mind.
Back to top
  Ads
Advertising
Sponsor


Anon
Guest





PostPosted: Thu Jul 03, 2008 6:55 am    Post subject: Re: Solve this algebraic equation? Reply with quote

On Wed, 02 Jul 2008 18:07:14 EDT, Brad Baillod <bradbaillod@gmail.com>
wrote:

Quote:
Hi,
I wonder if any of you could help solve this equation--not for values--but to express y in terms of x, c, and a. C and a are constants.

5 + (8/(1-x)) = y / (cx - a)

where 'cx' means c times x

y / (c x - a) = 5 + 8/(1 - x)

= (5 - 5x + Cool / (1 - x)

= (13 - 5x) / (1 - x)

Multiply both sides by (c x - a), giving

y = (c x - a) (13 - 5x) / (1 - x) or equivalently

y = (5x - 13) (c x - a) / (x - 1)

If you want the numerator in expanded form,

y = [ 5 c x^2 - (5a + 13c)x + 13a ] / (x - 1)

Quote:

I'm ending up with a quadratic for x that's kind of hairy.
Thanks,
Brad
Back to top
  Ads
Advertising
Sponsor


Anon
Guest





PostPosted: Thu Jul 03, 2008 7:24 am    Post subject: Re: Solve this algebraic equation? Reply with quote

On Wed, 2 Jul 2008 18:35:53 -0700 (PDT), Brad <bradbaillod@gmail.com>
wrote:

Quote:
Thanks for the replies... I got it backwards. I want to solve for x
in terms of y, c, and a. I expect that is a little more difficult.

Hi,
I wonder if any of you could help solve this equation--not for values--but to express y in terms of x, c, and a. C and a are constants.

5 + (8/(1-x)) = y / (cx - a)

where 'cx' means c times x

If c = 0, x = (y + 13a) / (y + 5a), otherwise

x = 1/(10 c) [ y + 5a + 13c +- sqrt[(y + 5a + 13c)^2 - 20c(y + 13a)] ]

where +- means 'plus or minus'.

Quote:

I'm ending up with a quadratic for x that's kind of hairy.

y = (cx-a)(5+(8/(1-x)))

Thanks,
Brad
Back to top
  Ads
Advertising
Sponsor


Display posts from previous:   
Post new topic   Reply to topic    Science Talk Forum Index -> Mathematics All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Australian Debt Consolidation Experts
medical insurance
Wedding Websites
Reviews of portal sites for escorts (incall/outcall)
UK Swingers Contacts
Real Estate Investing
Make Your Own Website
Cheap phone calls to UAE
Long island Cleaning service
toxic mold
UK Swingers Genuine Contacts Site
Dir All
ink cartridges
Masturbation
Sanitaire Vacuum Parts


Board Security

172 Attacks blocked

Powered by phpBB © 2001, 2005 phpBB Group